- Sep 25, 2008
-
-
Dan Gohman authored
llvm-svn: 56596
-
Evan Cheng authored
Fix patterns for SSE4.1 move and sign extend instructions. Also add instructions which fold VZEXT_MOVL and VZEXT_LOAD. llvm-svn: 56594
-
Evan Cheng authored
llvm-svn: 56593
-
Dale Johannesen authored
for earlyclobbers. Teach Local RA about earlyclobber, and add some tests for it. llvm-svn: 56592
-
Anton Korobeynikov authored
llvm-svn: 56589
-
Anton Korobeynikov authored
llvm-svn: 56588
-
Anton Korobeynikov authored
llvm-svn: 56587
-
Anton Korobeynikov authored
llvm-svn: 56586
-
Anton Korobeynikov authored
llvm-svn: 56585
-
Anton Korobeynikov authored
llvm-svn: 56584
-
Anton Korobeynikov authored
llvm-svn: 56583
-
Anton Korobeynikov authored
llvm-svn: 56582
-
Anton Korobeynikov authored
llvm-svn: 56581
-
Anton Korobeynikov authored
llvm-svn: 56580
-
Anton Korobeynikov authored
llvm-svn: 56579
-
Anton Korobeynikov authored
llvm-svn: 56578
-
Anton Korobeynikov authored
llvm-svn: 56577
-
Anton Korobeynikov authored
llvm-svn: 56576
-
Anton Korobeynikov authored
llvm-svn: 56575
-
Anton Korobeynikov authored
llvm-svn: 56574
-
Anton Korobeynikov authored
llvm-svn: 56573
-
Anton Korobeynikov authored
llvm-svn: 56572
-
Anton Korobeynikov authored
llvm-svn: 56571
-
Anton Korobeynikov authored
SPU section handling is really huge mess. Replace remaining TAI calls for sections with explicit names in order not to block existing backends during section handling migration. SPU folks! Please consider using new section handling facility someday. llvm-svn: 56570
-
Anton Korobeynikov authored
llvm-svn: 56569
-
Anton Korobeynikov authored
llvm-svn: 56568
-
- Sep 24, 2008
-
-
Owen Anderson authored
llvm-svn: 56567
-
Oscar Fuentes authored
llvm-svn: 56565
-
Steve Naroff authored
llvm-svn: 56561
-
Evan Cheng authored
Add DisableGVCompilation which forces the JIT to assert when it tries to allocate space for a GlobalVariable. llvm-svn: 56557
-
Bill Wendling authored
llvm-svn: 56553
-
Bill Wendling authored
llvm-svn: 56552
-
Eric Christopher authored
llvm-svn: 56551
-
Bill Wendling authored
the SelectionDAG and DAGCombiner code. The only functionality change is that now the DAG combiner is performing the constant folding for these operations instead of being a no-op. This is *not* in response to a bug, so there isn't a testcase. llvm-svn: 56550
-
Evan Cheng authored
llvm-svn: 56549
-
Eric Christopher authored
llvm-svn: 56546
-
Eric Christopher authored
llvm-svn: 56545
-
Oscar Fuentes authored
lib/VMCore/CMakeLists.txt llvm-svn: 56541
-
Oscar Fuentes authored
llvm-svn: 56540
-
Dale Johannesen authored
RA problem by expanding the live interval of an earlyclobber def back one slot. Remove overlap-earlyclobber throughout. Remove earlyclobber bits and their handling from live internals. llvm-svn: 56539
-