| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new constructor. | Misha Brukman | 2004-08-10 | 1 | -0/+3 |
* | Add standard print/dump methods to CallGraph classes. | Chris Lattner | 2004-08-08 | 1 | -0/+8 |
* | Move method out of line | Chris Lattner | 2004-08-04 | 1 | -3/+1 |
* | Clean up whitespace. | Alkis Evlogimenos | 2004-08-04 | 1 | -1/+1 |
* | Convert indentation to 2 spaces. | Alkis Evlogimenos | 2004-08-04 | 1 | -152/+152 |
* | Remove uneeded getValues() functions. | Alkis Evlogimenos | 2004-08-04 | 1 | -8/+0 |
* | getResultPos() is dead. | Brian Gaeke | 2004-08-04 | 1 | -3/+0 |
* | These headers have been moved/merged into other files. | Brian Gaeke | 2004-08-04 | 2 | -449/+0 |
* | New methods | Chris Lattner | 2004-08-04 | 2 | -0/+8 |
* | Minor efficiency improvements | Chris Lattner | 2004-08-04 | 1 | -3/+3 |
* | Now that ConstantPointerRef is gone, it is the case that all operands of cons... | Chris Lattner | 2004-08-04 | 1 | -0/+12 |
* | Add a special version of getType for ConstantPointerNull, exposing the fact | Chris Lattner | 2004-08-04 | 1 | -0/+7 |
* | The Type* is redundant with the TypeSlot | Chris Lattner | 2004-08-04 | 1 | -2/+1 |
* | Adding friend MSSchedule for ModuloScheduling pass. | Tanya Lattner | 2004-08-01 | 1 | -0/+1 |
* | Fix warning | Chris Lattner | 2004-08-01 | 1 | -0/+2 |
* | Expose breakcriticaledges as a functionpass | Chris Lattner | 2004-07-31 | 1 | -1/+1 |
* | New pass | Chris Lattner | 2004-07-31 | 1 | -0/+6 |
* | Expose some helpful methods | Chris Lattner | 2004-07-31 | 1 | -0/+8 |
* | Change signature to take two basic blocks: the target and the one | Alkis Evlogimenos | 2004-07-31 | 1 | -4/+4 |
* | Doxygenify some comments. | Alkis Evlogimenos | 2004-07-31 | 1 | -10/+6 |
* | Remove const from iterators passed by value. | Alkis Evlogimenos | 2004-07-31 | 1 | -2/+2 |
* | Add declarations for insertGoto and reverseBranchCondition. | Alkis Evlogimenos | 2004-07-31 | 1 | -1/+15 |
* | Add new M_BARRIER_FLAG flag, and isBarrier() method to TargetInstrInfo | Chris Lattner | 2004-07-31 | 1 | -47/+54 |
* | Add some machine CFG related stuff | Chris Lattner | 2004-07-31 | 2 | -9/+25 |
* | Enable compilation. | Misha Brukman | 2004-07-30 | 1 | -2/+2 |
* | Check in some useful helper routines for doing ML-style pattern matching on | Chris Lattner | 2004-07-30 | 1 | -0/+280 |
* | I demand the ability to say 'if (isa<Value>(V))'! | Chris Lattner | 2004-07-30 | 1 | -0/+5 |
* | Merge i*.h headers into Instructions.h as part of bug403. | Alkis Evlogimenos | 2004-07-29 | 6 | -1272/+1176 |
* | Fix typo in comment. | Brian Gaeke | 2004-07-29 | 2 | -2/+2 |
* | TargetInstrInfo::hasOperandInterlock() is always true, because it is | Brian Gaeke | 2004-07-28 | 1 | -9/+2 |
* | ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, its | Brian Gaeke | 2004-07-27 | 1 | -11/+0 |
* | As it happens, none of these TargetInstrInfo methods which are only | Brian Gaeke | 2004-07-27 | 1 | -122/+0 |
* | Make the create...() functions for some of these passes return a FunctionPass *. | Brian Gaeke | 2004-07-27 | 2 | -4/+4 |
* | Add a note | Chris Lattner | 2004-07-27 | 1 | -0/+2 |
* | Fix out of date comment | Chris Lattner | 2004-07-27 | 1 | -2/+1 |
* | New methods | Chris Lattner | 2004-07-26 | 1 | -0/+2 |
* | Reduce the footprint of the dependent library interface | Reid Spencer | 2004-07-25 | 1 | -18/+19 |
* | bug 263: | Reid Spencer | 2004-07-25 | 1 | -5/+30 |
* | bug 402: | Reid Spencer | 2004-07-25 | 1 | -0/+45 |
* | Add back() and pop_back() methods to SetVector | Chris Lattner | 2004-07-25 | 2 | -28/+56 |
* | Add support for free instructions | Chris Lattner | 2004-07-25 | 1 | -0/+3 |
* | Make a method const, no functionality changes | Chris Lattner | 2004-07-25 | 1 | -1/+1 |
* | Remove implementation of operator= and make it private so that it is | Alkis Evlogimenos | 2004-07-24 | 1 | -8/+1 |
* | Change std::map<unsigned, LiveInterval*> into a std::map<unsigned, | Alkis Evlogimenos | 2004-07-24 | 2 | -17/+36 |
* | Provide timeout values to all abstract interpreters | Chris Lattner | 2004-07-24 | 1 | -4/+7 |
* | Add support for killing the program if it executes for too long. | Chris Lattner | 2004-07-24 | 2 | -4/+6 |
* | Completely eliminate the intervals_ list. instead, the r2iMap_ maintains | Chris Lattner | 2004-07-24 | 1 | -24/+26 |
* | Add a new differingRegisterClasses method | Chris Lattner | 2004-07-24 | 1 | -4/+8 |
* | Little stuff: | Chris Lattner | 2004-07-24 | 1 | -10/+37 |
* | More minor changes: | Chris Lattner | 2004-07-23 | 1 | -3/+17 |