| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix PR95. I'm checking this patch in for Reid Spencer, who figured it out | Chris Lattner | 2003-11-09 | 1 | -1/+5 |
* | Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoid | Chris Lattner | 2003-11-07 | 2 | -4/+26 |
* | Add a warning about not "new"ing or "delete"ing CallSites | Brian Gaeke | 2003-11-07 | 1 | -0/+6 |
* | Added ability to register FunctionPasses as optimizations, with | Misha Brukman | 2003-11-07 | 1 | -0/+20 |
* | Declare FunctionPasses as such. | Misha Brukman | 2003-11-07 | 1 | -3/+3 |
* | Add some ctors for this allocator | Chris Lattner | 2003-11-07 | 2 | -0/+8 |
* | Split the DAE pass into DAE and DAH passes | Chris Lattner | 2003-11-05 | 1 | -5/+6 |
* | A few handy methods that seem to mesh well with what CallSite already provides. | Brian Gaeke | 2003-11-05 | 1 | -0/+5 |
* | Since this function returns an int, let's actually return something. | Misha Brukman | 2003-11-05 | 1 | -0/+1 |
* | Add std::pair tier. This is a much simplified version of boost::tie | Alkis Evlogimenos | 2003-11-05 | 2 | -0/+96 |
* | This works with GCC 3.4 also | Chris Lattner | 2003-11-05 | 1 | -2/+2 |
* | Fix spello | Chris Lattner | 2003-11-04 | 1 | -1/+5 |
* | Update documentation since it was misleading: make it clear that a | Alkis Evlogimenos | 2003-11-04 | 1 | -10/+12 |
* | Change all machine basic block modifier functions in MRegisterInfo to | Alkis Evlogimenos | 2003-11-04 | 1 | -23/+45 |
* | New file, for use by the pool allocator project | Chris Lattner | 2003-11-04 | 2 | -0/+136 |
* | Allow CallSites to be used as the key of a map | Chris Lattner | 2003-11-02 | 1 | -0/+4 |
* | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner | 2003-11-02 | 8 | -12/+50 |
* | Including the symbol table in the FindUsedTypes analysis was the WRONG way | Chris Lattner | 2003-11-02 | 1 | -5/+0 |
* | Escape "'s, which are frequent visitors to C++ types | Chris Lattner | 2003-10-31 | 2 | -0/+2 |
* | Did I mention that I _HATE_ CPRs? | Chris Lattner | 2003-10-31 | 1 | -3/+2 |
* | Constant pointer refs are causing these to fail unnecessarily, which is causing | Chris Lattner | 2003-10-31 | 2 | -15/+11 |