- Aug 24, 2003
-
-
Chris Lattner authored
llvm-svn: 8087
-
- Aug 23, 2003
-
-
Chris Lattner authored
llvm-svn: 8084
-
Chris Lattner authored
llvm-svn: 8083
-
Chris Lattner authored
llvm-svn: 8080
-
Chris Lattner authored
llvm-svn: 8078
-
Chris Lattner authored
llvm-svn: 8076
-
- Aug 22, 2003
-
-
Chris Lattner authored
llvm-svn: 8059
-
Chris Lattner authored
The process of linking types can cause their addresses to become invalid. For this reason, we must use TypeHandles! llvm-svn: 8057
-
Chris Lattner authored
Hopefully this will fix the 176.gcc spec test as well. llvm-svn: 8051
-
Misha Brukman authored
llvm-svn: 8030
-
- Aug 21, 2003
-
-
Chris Lattner authored
llvm-svn: 7999
-
- Aug 19, 2003
-
-
Chris Lattner authored
llvm-svn: 7967
-
- Aug 18, 2003
-
-
Misha Brukman authored
llvm-svn: 7944
-
- Aug 17, 2003
-
-
Chris Lattner authored
Implements SimplifyCFG/2003-08-17-FoldSwitch.ll llvm-svn: 7923
-
Chris Lattner authored
llvm-svn: 7921
-
Chris Lattner authored
This fixes testcase: SimplifyCFG/2003-08-17-BranchFold.ll llvm-svn: 7919
-
- Aug 14, 2003
-
-
Brian Gaeke authored
llvm-svn: 7839
-
Chris Lattner authored
llvm-svn: 7832
-
- Aug 13, 2003
-
-
Chris Lattner authored
(A <setcc1> B) logicalop (A <setcc2> B) -> (A <setcc3> B) or true or false Where setcc[123] is one of the 6 setcc instructions, and logicalop is one of: And, Or, Xor llvm-svn: 7828
-
Chris Lattner authored
llvm-svn: 7825
-
Brian Gaeke authored
llvm-svn: 7823
-
Chris Lattner authored
llvm-svn: 7813
-
John Criswell authored
Use the poolalloc module in CVS from now on. llvm-svn: 7810
-
Chris Lattner authored
llvm-svn: 7807
-
Chris Lattner authored
llvm-svn: 7806
-
Chris Lattner authored
of a power of two are represented as a shift. llvm-svn: 7803
-
Brian Gaeke authored
it's used 7 different times. Rename `getBackEdges' to `findAndInstrumentBackEdges', for clarity. Remove some excess whitespace and commented-out code. Use shorter forms of CallInst ctors. Do not make `reopt_threshold' visible to the LLVM program, and do not pass it to the call to `reoptimizerInitialize'. Don't pass the GlobalVariable representing it to any of our helper methods. `reopt_threshold' is an internal parameter of the reoptimizer, which InstLoops does not need to know about. llvm-svn: 7794
-
- Aug 12, 2003
-
-
Chris Lattner authored
This implements InstCombine/shift.ll:test14* llvm-svn: 7793
-
Chris Lattner authored
llvm-svn: 7792
-
Chris Lattner authored
llvm-svn: 7787
-
Chris Lattner authored
llvm-svn: 7783
-
Chris Lattner authored
llvm-svn: 7782
-
Sumant Kowshik authored
Bug fix: Some nodes pointed to by globals may not be marked incomplete and need to be tracked to find pool arguments llvm-svn: 7763
-
- Aug 11, 2003
-
-
Chris Lattner authored
llvm-svn: 7721
-
- Aug 07, 2003
-
-
John Criswell authored
The original code does not work because the value from WorkList.end() is invalidated once WorkList.erase() is called. To ensure proper functionality, we must ensure that WorkList.erase() is always called before WorkList.end(). llvm-svn: 7673
-
Sumant Kowshik authored
Added code for pool allocating only the pool-allocatable data structures in the presence of collapsed nodes + a couple of bug fixes llvm-svn: 7662
-
- Aug 06, 2003
-
-
Chris Lattner authored
llvm-svn: 7641
-
- Aug 05, 2003
-
-
Tanya Lattner authored
llvm-svn: 7614
-
Tanya Lattner authored
llvm-svn: 7612
-
Chris Lattner authored
* Expand most tabs into spaces * Move #define DEBUG_TYPE to top of file to avoid warning llvm-svn: 7611
-