- May 02, 2007
-
-
Devang Patel authored
I am preparing another patch to address the failure that prompted Chris to revert this patch earlier. llvm-svn: 36649
-
Lauro Ramos Venancio authored
llvm-svn: 36648
-
Anton Korobeynikov authored
Emit correct register move information in eh frames for X86. This allows Shootout-C++/except to pass on x86/linux with non-llvm-compiled (e.g. "native") unwind runtime. llvm-svn: 36647
-
Anton Korobeynikov authored
llvm-svn: 36646
-
Chris Lattner authored
llvm-svn: 36642
-
Chris Lattner authored
llvm-svn: 36641
-
Chris Lattner authored
trip function bodies like this: define <2 x i64> @foo(<2 x i64> %x, <2 x i64> %y) { %tmp4 = bitcast <2 x i64> %y to <8 x i16> ; <<8 x i16>> [#uses=1] %tmp5 = bitcast <2 x i64> %x to <8 x i16> ; <<8 x i16>> [#uses=1] %tmp = add <8 x i16> %tmp5, %tmp4 ; <<8 x i16>> [#uses=1] %tmp6 = bitcast <8 x i16> %tmp to <2 x i64> ; <<2 x i64>> [#uses=1] ret <2 x i64> %tmp6 } llvm-svn: 36640
-
Chris Lattner authored
llvm-svn: 36639
-
Chris Lattner authored
llvm-svn: 36638
-
Chris Lattner authored
llvm-svn: 36637
-
Reid Spencer authored
llvm-svn: 36635
-
Dale Johannesen authored
Support is incomplete, but more accurate than gcc's. llvm-svn: 36634
-
Anton Korobeynikov authored
1. Correct output offsets on Linux 2. Fix "style" of personality function. It shouldn't be indirect. llvm-svn: 36633
-
- May 01, 2007
-
-
Devang Patel authored
llvm-svn: 36632
-
Evan Cheng authored
llvm-svn: 36630
-
Anton Korobeynikov authored
llvm-svn: 36628
-
Anton Korobeynikov authored
llvm-svn: 36627
-
Evan Cheng authored
llvm-svn: 36626
-
Evan Cheng authored
If call frame is not part of stack frame and no dynamic alloc, eliminateFrameIndex() must adjust SP offset with size of call frames. llvm-svn: 36625
-
Evan Cheng authored
llvm-svn: 36622
-
Chris Lattner authored
llvm-svn: 36621
-
Chris Lattner authored
llvm-svn: 36620
-
Nate Begeman authored
llvm-svn: 36618
-
Chris Lattner authored
are done with them, start implementing ParseFunctionBody llvm-svn: 36617
-
Chris Lattner authored
llvm-svn: 36615
-
Chris Lattner authored
llvm-svn: 36614
-
Chris Lattner authored
llvm-svn: 36610
-
Chris Lattner authored
llvm-svn: 36609
-
Evan Cheng authored
argument space for call sites in the function immediately on entry to the current function. This eliminates the need for add/sub sp brackets around call sites. However, this is not always a good idea. If the "call frame" is large and the target load / store instructions have small immediate field to encode sp offset, this can cause poor codegen. In the worst case, this can make it impossible to scavenge a register if the reserved spill slot is pushed too far apart from sp / fp. llvm-svn: 36607
-
Evan Cheng authored
produce two results.) * Do not touch volatile loads. llvm-svn: 36604
-
Chris Lattner authored
llvm-svn: 36602
-
Chris Lattner authored
llvm-svn: 36600
-
- Apr 30, 2007
-
-
Chris Lattner authored
register, preallocate all input registers and the early clobbered output. This fixes PR1357 and CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll llvm-svn: 36599
-
Evan Cheng authored
llvm-svn: 36594
-
Chris Lattner authored
pieces of it. No functionality change. llvm-svn: 36592
-
Chris Lattner authored
llvm-svn: 36590
-
Chris Lattner authored
# InlineAsm Start subfc r3,r5,r4 subfze r4,r3 # InlineAsm End print: # InlineAsm Start subfc r3,r5,r4 subfze r4,r3 # InlineAsm End llvm-svn: 36589
-
Anton Korobeynikov authored
llvm-svn: 36588
-
Dale Johannesen authored
llvm-svn: 36586
-
Dale Johannesen authored
llvm-svn: 36585
-