| Commit message (Expand) | Author | Age | Files | Lines |
* | add two new virtual functions: | Chris Lattner | 2003-12-08 | 1 | -0/+17 |
* | Since ssaification of the varargs builtings, the vaarg instruction no longer | Chris Lattner | 2003-12-08 | 1 | -2/+0 |
* | Regenerated using autoheader-2.57 | Brian Gaeke | 2003-12-08 | 2 | -0/+8 |
* | The recalclulate method was a nasty hack that was once used by the -cee pass, | Chris Lattner | 2003-12-07 | 1 | -5/+0 |
* | Rewrite dominators implementation. Now domset is constructed from immdom, | Chris Lattner | 2003-12-07 | 1 | -95/+111 |
* | Move this method out of the generic dominators calculation code | Chris Lattner | 2003-12-07 | 1 | -0/+2 |
* | Move operator<<(std::ostream&, const LiveInterval&) out of the header file. | Alkis Evlogimenos | 2003-12-05 | 2 | -18/+4 |
* | Lock abstraction, introduced with a view toward making the JIT thread-safe. | Brian Gaeke | 2003-12-01 | 2 | -0/+138 |
* | Add new block number | Chris Lattner | 2003-12-01 | 1 | -0/+4 |
* | Remove unused enum value | Chris Lattner | 2003-12-01 | 1 | -1/+0 |
* | Add some "useful" methods | Chris Lattner | 2003-12-01 | 1 | -0/+6 |
* | be GCC 3.4 clean | Chris Lattner | 2003-11-29 | 1 | -19/+19 |
* | Hrm, how could this compile? | Chris Lattner | 2003-11-29 | 2 | -2/+2 |
* | fix gcc 3.4 compatibility problem | Chris Lattner | 2003-11-28 | 1 | -1/+1 |
* | It is legal to index into sequential types with any integer | Chris Lattner | 2003-11-25 | 1 | -1/+1 |
* | Work with gepi's and constant exprs. Also, add versions of iterator ctors th... | Chris Lattner | 2003-11-25 | 1 | -5/+12 |
* | Rename class to be consistent with other iterator classes | Chris Lattner | 2003-11-25 | 1 | -15/+15 |
* | Initial checkin of gep_type_begin/end which will be used to address PR82 | Chris Lattner | 2003-11-25 | 1 | -0/+92 |
* | Expose functionality to query if a file is an ELF shared object. | Misha Brukman | 2003-11-24 | 2 | -0/+10 |
* | A better way to get std::pair into the compiler's little, walnut-sized brain. | Brian Gaeke | 2003-11-23 | 2 | -2/+2 |
* | This is a hack to make this file compile under g++-3.0.x; | Brian Gaeke | 2003-11-23 | 2 | -0/+2 |
* | Somehow I forgot poor little UnwindInst | Chris Lattner | 2003-11-20 | 1 | -3/+4 |
* | * Add new constructors to allow insertion of terminator instructions at the | Chris Lattner | 2003-11-20 | 2 | -6/+32 |
* | Merging the linear scan register allocator in trunk. It currently passes most... | Alkis Evlogimenos | 2003-11-20 | 3 | -1/+428 |
* | Regenerated using autoheader-2.57 | Brian Gaeke | 2003-11-18 | 2 | -0/+8 |
* | Implement == and != correctly. Before they would incorrectly return != | Chris Lattner | 2003-11-17 | 1 | -13/+12 |
* | The ConstantPointer class is now gone. | Chris Lattner | 2003-11-17 | 1 | -46/+13 |
* | Constant folding shalt not be built on annotations | Chris Lattner | 2003-11-17 | 1 | -29/+18 |
* | Fix copy-and-pasteo | Chris Lattner | 2003-11-17 | 2 | -2/+2 |
* | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner | 2003-11-16 | 26 | -77/+102 |
* | This is obviously illegal C++ code, but was apparently accepted by 3.3 | Chris Lattner | 2003-11-14 | 1 | -2/+2 |
* | Add methods for implementation | Chris Lattner | 2003-11-13 | 2 | -0/+20 |
* | Remove needless dependence on boost | Chris Lattner | 2003-11-13 | 2 | -6/+4 |
* | Add namespace qualifier | Chris Lattner | 2003-11-13 | 2 | -2/+2 |
* | Minor cleanups | Chris Lattner | 2003-11-13 | 2 | -86/+76 |
* | Add an initial version of the CompleteBUDataStructures pass | Chris Lattner | 2003-11-13 | 2 | -0/+68 |
* | Fix faulty namespacification | Chris Lattner | 2003-11-12 | 2 | -8/+14 |
* | Regress to not using the llvm namespace. | John Criswell | 2003-11-12 | 2 | -8/+0 |
* | Add argument | Chris Lattner | 2003-11-12 | 2 | -2/+4 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 190 | -24/+832 |
* | Add prototypes for CheckMagic, IsArchive, and IsBytecode. | Brian Gaeke | 2003-11-11 | 2 | -4/+34 |
* | VS: ---------------------------------------------------------------------- | Brian Gaeke | 2003-11-11 | 2 | -0/+10 |
* | Add new method | Chris Lattner | 2003-11-11 | 2 | -0/+18 |
* | Include forms of SplitCriticalEdge which work correctly with pred/succ iterators | Chris Lattner | 2003-11-10 | 1 | -0/+19 |
* | No really, I'm not on crack | Chris Lattner | 2003-11-10 | 1 | -1/+1 |
* | Helper method | Chris Lattner | 2003-11-10 | 1 | -0/+4 |
* | Move isCriticalEdge & SplitCritical into this file. While we're at it, change | Chris Lattner | 2003-11-10 | 1 | -0/+16 |
* | Move isCriticalEdge & SplitCritical edge out of this file, which is only | Chris Lattner | 2003-11-10 | 1 | -17/+1 |
* | Regenerated. | Brian Gaeke | 2003-11-10 | 2 | -14/+38 |
* | Patch to fix PR102, contributed by Reid Spencer. | Brian Gaeke | 2003-11-10 | 2 | -29/+43 |