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