- Nov 09, 2006
-
-
Evan Cheng authored
llvm-svn: 31583
-
Reid Spencer authored
llvm-svn: 31582
-
Reid Spencer authored
llvm-svn: 31581
-
Reid Spencer authored
helps when bugpoint can't find the problem directly because it needs the set of optimizations that cause the program to fail. llvm-svn: 31580
-
Tanya Lattner authored
llvm-svn: 31578
-
Tanya Lattner authored
llvm-svn: 31577
-
Evan Cheng authored
llvm-svn: 31576
-
Evan Cheng authored
X86ISD::CMP, etc.) instead of SDNode names (add, x86cmp, etc). We now allow multiple SDNodes to map to the same SelectionDAG node (e.g. store, indexed store). llvm-svn: 31575
-
- Nov 08, 2006
-
-
Reid Spencer authored
llvm-svn: 31574
-
Reid Spencer authored
version 6 bytecode. llvm-svn: 31573
-
Evan Cheng authored
llvm-svn: 31572
-
Evan Cheng authored
llvm-svn: 31571
-
Evan Cheng authored
llvm-svn: 31570
-
Evan Cheng authored
llvm-svn: 31569
-
Tanya Lattner authored
llvm-svn: 31568
-
Reid Spencer authored
llvm-svn: 31566
-
Reid Spencer authored
llvm-svn: 31565
-
Chris Lattner authored
case that it bad to do. llvm-svn: 31563
-
Chris Lattner authored
delete in the first place. This also makes it simpler. llvm-svn: 31562
-
Jim Laskey authored
llvm-svn: 31561
-
Chris Lattner authored
loops. llvm-svn: 31560
-
Jim Laskey authored
llvm-svn: 31559
-
Jim Laskey authored
llvm-svn: 31553
-
Rafael Espindola authored
TODO: fix lea_addri llvm-svn: 31552
-
Jim Laskey authored
llvm-svn: 31551
-
John Criswell authored
This fixes the build on OpenBSD and potentially other systems. llvm-svn: 31550
-
Jim Laskey authored
llvm-svn: 31549
-
Jim Laskey authored
llvm-svn: 31548
-
Devang Patel authored
FunctionPassManagerImpl_New implements the pass manager. FunctionPassManager_New is the public interface. llvm-svn: 31547
-
Devang Patel authored
PassManagerImpl_New implements the pass manager. PassManager_New is the public interface. llvm-svn: 31546
-
Devang Patel authored
ModulePassManager_New class declarations from PassManager.h to PassManager.cpp llvm-svn: 31545
-
Evan Cheng authored
about whether the new base ptr would be live below the load/store. Let two address pass split it back to non-indexed ops. - Minor tweaks / fixes. llvm-svn: 31544
-
Evan Cheng authored
llvm-svn: 31543
-
Reid Spencer authored
This patch converts the old SHR instruction into two instructions, AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not dependent on the sign of their operands. llvm-svn: 31542
-
Reid Spencer authored
llvm-svn: 31541
-
Chris Lattner authored
llvm-svn: 31540
-
Chris Lattner authored
llvm-svn: 31539
-
Chris Lattner authored
llvm-svn: 31538
-
Evan Cheng authored
llvm-svn: 31537
-
Chris Lattner authored
class, where it can be used for preinc formation. llvm-svn: 31536
-