summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Back out include/llvm/System changes until a satisfactory solution canReid Spencer2004-08-16
* Flags and TSFlags were (thankfully) never used, so remove them. But wait,Chris Lattner2004-08-16
* Add new TargetRegisterClass::contains methodChris Lattner2004-08-15
* Implement a long overdue FIXME, by changing these methods to return void.Chris Lattner2004-08-15
* Remove helper methodChris Lattner2004-08-15
* Eliminate the RegisterClass argument, since it can easily be derived fromChris Lattner2004-08-15
* Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos2004-08-15
* First version of a class to represent the notion of an operating systemReid Spencer2004-08-15
* First version of a class to represent operating system and lib/SystemReid Spencer2004-08-15
* Elminiate MachineFunction& argument from eliminateFrameIndexNate Begeman2004-08-14
* Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer2004-08-13
* Add a passChris Lattner2004-08-13
* Allow targets to specify particular stack slots that certain physregs mustChris Lattner2004-08-12
* Remove dead methodsChris Lattner2004-08-12
* Remove dead methodsChris Lattner2004-08-12
* Add new constructor.Misha Brukman2004-08-10
* Add standard print/dump methods to CallGraph classes.Chris Lattner2004-08-08
* 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