aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Some asmweriters want an _ prefixChris Lattner2004-08-171-1/+9
* Initial implementation of the asmprinter base classChris Lattner2004-08-161-0/+65
* Fit into 80 lines, add a gross hack for MachineFunctionInfoChris Lattner2004-08-161-10/+14
* These files now live in lib/Target/SparcV9Chris Lattner2004-08-162-221/+0
* Back out include/llvm/System changes until a satisfactory solution canReid Spencer2004-08-163-436/+0
* Flags and TSFlags were (thankfully) never used, so remove them. But wait,Chris Lattner2004-08-161-4/+16
* Add new TargetRegisterClass::contains methodChris Lattner2004-08-151-0/+8
* Implement a long overdue FIXME, by changing these methods to return void.Chris Lattner2004-08-151-25/+11
* Remove helper methodChris Lattner2004-08-151-2/+1
* Eliminate the RegisterClass argument, since it can easily be derived fromChris Lattner2004-08-151-4/+2
* Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos2004-08-151-1/+1
* First version of a class to represent the notion of an operating systemReid Spencer2004-08-151-0/+214
* First version of a class to represent operating system and lib/SystemReid Spencer2004-08-151-0/+208
* Elminiate MachineFunction& argument from eliminateFrameIndexNate Begeman2004-08-141-2/+1
* Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer2004-08-132-48/+68
* Add a passChris Lattner2004-08-131-0/+8
* Allow targets to specify particular stack slots that certain physregs mustChris Lattner2004-08-121-0/+17
* Remove dead methodsChris Lattner2004-08-121-12/+0
* Remove dead methodsChris Lattner2004-08-121-11/+0
* Add new constructor.Misha Brukman2004-08-101-0/+3
* 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