- Sep 25, 2008
-
-
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
-
Devang Patel authored
llvm-svn: 56535
-
Evan Cheng authored
llvm-svn: 56534
-
Devang Patel authored
llvm-svn: 56532
-
Dan Gohman authored
separate method. llvm-svn: 56531
-
Dan Gohman authored
dead loads. llvm-svn: 56529
-
Dan Gohman authored
any volatile memory references. llvm-svn: 56528
-
Devang Patel authored
llvm-svn: 56527
-
Evan Cheng authored
Properly handle 'm' inline asm constraints. If a GV is being selected for the addressing mode, it requires the same logic for PIC relative addressing, etc. llvm-svn: 56526
-
Devang Patel authored
Do not check isDeclaration() in hasNote(). It is clients' responsibility. llvm-svn: 56524
-
Devang Patel authored
llvm-svn: 56521
-
Devang Patel authored
llvm-svn: 56520
-
Devang Patel authored
llvm-svn: 56515
-
Devang Patel authored
llvm-svn: 56513
-
Devang Patel authored
Function Notes also. Function notes are stored at index ~0. llvm-svn: 56511
-
Dan Gohman authored
correctly, it's not necessary to explicitly remove registers from their use-def lists. llvm-svn: 56509
-
- Sep 23, 2008
-
-
Dan Gohman authored
object. This will be needed to support debug info. llvm-svn: 56508
-
Dan Gohman authored
efficient implementation possible, but it's pretty simple and good enough for the time being. llvm-svn: 56504
-
Chris Lattner authored
llvm-svn: 56502
-
Chris Lattner authored
llvm-svn: 56501
-
Dan Gohman authored
track of the number of live registers, which is all the set was being used for. llvm-svn: 56498
-