- May 04, 2007
-
-
Evan Cheng authored
llvm-svn: 36718
-
Evan Cheng authored
llvm-svn: 36714
-
- May 03, 2007
-
-
Dale Johannesen authored
llvm-svn: 36693
-
Lauro Ramos Venancio authored
Patch by Raul Herbster. llvm-svn: 36690
-
Dan Gohman authored
they are consistent with the other directives. llvm-svn: 36687
-
Chris Lattner authored
1. x86 backend rejected (&gv+c) for the 'i' constraint when in static mode. 2. the matcher didn't correctly reject and accept some global addresses. the right predicate is GVRequiresExtraLoad, not "relomodel = pic". llvm-svn: 36670
-
Chris Lattner authored
llvm-svn: 36669
-
Chris Lattner authored
llvm-svn: 36668
-
Chris Lattner authored
llvm-svn: 36667
-
Dan Gohman authored
flag for ELF on x86 so that duplicate constants can be eliminated by the linker. This matches what GCC does with its -fmerge-constants option, which is enabled at most -O levels. llvm-svn: 36666
-
Chris Lattner authored
test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll for PR1099 [DEJAGNU] Applications/SPASS/SPASS [CBE] Regression/C/2004-03-15-IndirectGoto [CBE] llvm-svn: 36664
-
Evan Cheng authored
llvm-svn: 36663
-
Devang Patel authored
llvm-svn: 36662
-
Chris Lattner authored
llvm-svn: 36660
-
Chris Lattner authored
llvm-svn: 36658
-
Chris Lattner authored
llvm-svn: 36657
-
Bill Wendling authored
for SSE1, SSE2, SSE3, and SSSE3. llvm-svn: 36656
-
- May 02, 2007
-
-
Bill Wendling authored
llvm-svn: 36653
-
Devang Patel authored
Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
-
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
-
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
-
Nate Begeman authored
llvm-svn: 36618
-
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
-
- Apr 30, 2007
-
-
Dale Johannesen authored
llvm-svn: 36586
-
Dale Johannesen authored
llvm-svn: 36585
-
Lauro Ramos Venancio authored
llvm-svn: 36583
-
- Apr 29, 2007
-
-
Dale Johannesen authored
around islands and jump tables). llvm-svn: 36573
-
Dale Johannesen authored
llvm-svn: 36572
-
Anton Korobeynikov authored
should be taught to deal with protected symbols. llvm-svn: 36565
-
- Apr 28, 2007
-
-
Dale Johannesen authored
llvm-svn: 36519
-
Dale Johannesen authored
llvm-svn: 36518
-