Displaying 5 results from an estimated 5 matches for "aq2".
Did you mean:
a2
2014 Aug 26
2
[LLVMdev] [BUG] Varargs example in LangRef segfaults
...32 @test(i32 %X, ...) {
; Initialize variable argument processing
%ap = alloca i8*
%ap2 = bitcast i8** %ap to i8*
call void @llvm.va_start(i8* %ap2)
; Read a single integer argument
%tmp = va_arg i8** %ap, i32
; Demonstrate usage of llvm.va_copy and llvm.va_end
%aq = alloca i8*
%aq2 = bitcast i8** %aq to i8*
call void @llvm.va_copy(i8* %aq2, i8* %ap2)
call void @llvm.va_end(i8* %aq2)
; Stop processing of arguments.
call void @llvm.va_end(i8* %ap2)
ret i32 %tmp
}
define i32 @main() {
%call = call i32 (i32, ...)* @test(i32 1, i32 3)
ret i32 %call
}
declare void...
2014 Oct 29
2
[LLVMdev] [PATCH] LangRef: va_arg doesn't work on X86_64; update example
...tag
+ %ap2 = bitcast %struct.__va_list_tag* %ap to i8*
+ %retptr = alloca i32
call void @llvm.va_start(i8* %ap2)
; Read a single integer argument
- %tmp = va_arg i8** %ap, i32
-
- ; Demonstrate usage of llvm.va_copy and llvm.va_end
- %aq = alloca i8*
- %aq2 = bitcast i8** %aq to i8*
- call void @llvm.va_copy(i8* %aq2, i8* %ap2)
- call void @llvm.va_end(i8* %aq2)
-
+ %idxptr = getelementptr inbounds %struct.__va_list_tag* %ap, i32 0, i32 0
+ %idx = load i32* %idxptr
+ %tmp = getelementptr inbounds %struct.__va_list_tag* %ap, i3...
2005 Apr 29
2
[PATCH] xen-booloader: pygrub improvement & bug fix
...''s
patch, then go on to apply pygrub.aq.patch.
# diffstat pygrub.aq.patch
pygrub | 53 +++++++++++++++++++++++++++--------------------------
1 files changed, 27 insertions(+), 26 deletions(-)
2) If you havent applied any patches on top of last Jeremy''s patch,
the take pygrub.aq2.patch instead (this patch includes fix on
/boot/grub/menu.lst problem).
# diffstat pygrub.aq2.patch
pygrub | 63 ++++++++++++++++++++++++++++++++++++---------------------------
1 files changed, 36 insertions(+), 27 deletions(-)
List of changes:
- temporarily remove usage of use_default_colors...
2005 Apr 25
16
[PATCH] Guest boot loader support
Attached is an updated version of the patch to add boot loader support
for guest domains.
Changes from the initial set of patches:
* Per Ian''s request, adds an option to specify booting a specific kernel
from the host domain (you can specify it either with the title of the
boot loader config entry or with the grub 0-based index)
* Reduces some of the code duplication for finding out
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...rl&l*AeHR7 at +5Z?oz
z9R%?=>`)482JyG7B?YuFzRymiu)`pJz)q*IPYL7iSXYX1B!#;A(G(h+d*#af7 at DX%
zrA6{-Yvz1PYYJ`OwV~UcOW7|M(J7xYe#kDRq#T!>tzG(`kn~B3$Iu~rQaU7Uvl~BR
zS5ov&={f}|S5uGyNI8R0*HX?ROMlP$Q;-{ByvuH<=;x&Gd5PWBh1ms3UrZ79e_(f0
zkTQ4=QnViQsrxBC5IL0cS=eH|DYT#1F82{HTfcu9C26u=p`l~F3OsAQ2Aly7><Vii
z=wk3O30tp&UTnPqTw(1;tV`CLpchzgfj(rt4SJRJ4lvs~0NiZ73*2bE2j9KcLC`N!
zZa~gT>kv5A*8AY>wmtyeXnhF&H0v-pk5V21%dC%qE!HQ%t=6aToo#&vI at kIfxWxJb
z_$(#E%Gp7r3j^DlX@%mqW?8XVwPpj?ASZ%NwN3 at U6scoaS#v<oMc%Neu}(vn_15X&
zlvrm#PNg*$oF^%F;k(H?6a4c?9SdvgEbz;%vk|7oItO$<@+M...