summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move method out of lineChris Lattner2004-08-04
* Clean up whitespace.Alkis Evlogimenos2004-08-04
* Convert indentation to 2 spaces.Alkis Evlogimenos2004-08-04
* Remove uneeded getValues() functions.Alkis Evlogimenos2004-08-04
* getResultPos() is dead.Brian Gaeke2004-08-04
* These headers have been moved/merged into other files.Brian Gaeke2004-08-04
* New methodsChris Lattner2004-08-04
* Minor efficiency improvementsChris Lattner2004-08-04
* Now that ConstantPointerRef is gone, it is the case that all operands of cons...Chris Lattner2004-08-04
* Add a special version of getType for ConstantPointerNull, exposing the factChris Lattner2004-08-04
* The Type* is redundant with the TypeSlotChris Lattner2004-08-04
* Adding friend MSSchedule for ModuloScheduling pass.Tanya Lattner2004-08-01
* Fix warningChris Lattner2004-08-01
* Expose breakcriticaledges as a functionpassChris Lattner2004-07-31
* New passChris Lattner2004-07-31
* Expose some helpful methodsChris Lattner2004-07-31
* Change signature to take two basic blocks: the target and the oneAlkis Evlogimenos2004-07-31
* Doxygenify some comments.Alkis Evlogimenos2004-07-31
* Remove const from iterators passed by value.Alkis Evlogimenos2004-07-31
* Add declarations for insertGoto and reverseBranchCondition.Alkis Evlogimenos2004-07-31
* Add new M_BARRIER_FLAG flag, and isBarrier() method to TargetInstrInfoChris Lattner2004-07-31
* Add some machine CFG related stuffChris Lattner2004-07-31
* Enable compilation.Misha Brukman2004-07-30
* Check in some useful helper routines for doing ML-style pattern matching onChris Lattner2004-07-30
* I demand the ability to say 'if (isa<Value>(V))'!Chris Lattner2004-07-30
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-29
* Fix typo in comment.Brian Gaeke2004-07-29
* TargetInstrInfo::hasOperandInterlock() is always true, because it isBrian Gaeke2004-07-28
* ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, itsBrian Gaeke2004-07-27
* As it happens, none of these TargetInstrInfo methods which are onlyBrian Gaeke2004-07-27
* Make the create...() functions for some of these passes return a FunctionPass *.Brian Gaeke2004-07-27
* Add a noteChris Lattner2004-07-27
* Fix out of date commentChris Lattner2004-07-27
* New methodsChris Lattner2004-07-26
* Reduce the footprint of the dependent library interfaceReid Spencer2004-07-25
* bug 263:Reid Spencer2004-07-25
* bug 402:Reid Spencer2004-07-25
* Add back() and pop_back() methods to SetVectorChris Lattner2004-07-25
* Add support for free instructionsChris Lattner2004-07-25
* Make a method const, no functionality changesChris Lattner2004-07-25
* Remove implementation of operator= and make it private so that it isAlkis Evlogimenos2004-07-24
* Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,Alkis Evlogimenos2004-07-24
* Provide timeout values to all abstract interpretersChris Lattner2004-07-24
* Add support for killing the program if it executes for too long.Chris Lattner2004-07-24
* Completely eliminate the intervals_ list. instead, the r2iMap_ maintainsChris Lattner2004-07-24
* Add a new differingRegisterClasses methodChris Lattner2004-07-24
* Little stuff:Chris Lattner2004-07-24
* More minor changes:Chris Lattner2004-07-23
* Change addRange and join to be a little bit smarter. In particular, we don'tChris Lattner2004-07-23
* New helper methodChris Lattner2004-07-23