aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Made changes suggested by ChrisSumant Kowshik2003-06-041-2/+2
* Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik2003-06-042-22/+14
* Add new setCondition memberChris Lattner2003-06-041-4/+6
* Minor cleanups:Chris Lattner2003-06-031-52/+29
* Remove use of enumChris Lattner2003-06-031-4/+4
* There are now no uses of NonCopyableVChris Lattner2003-06-031-11/+0
* Add doxygen comment for namespaceChris Lattner2003-06-032-2/+8
* Add comment for doxygen for namespaceChris Lattner2003-06-031-0/+4
* Minor cleanups:Chris Lattner2003-06-031-26/+36
* Remove noncopyable base class as it was making the doxygen docs harder to readChris Lattner2003-06-031-2/+3
* Remove noncopyableV base classes, as they were confusing the doxygen document...Chris Lattner2003-06-034-10/+19
* Remove NonCopyable base class to clean up doxygen outputChris Lattner2003-06-021-3/+3
* Hack up MachineCodeEmitter to actually be target independent.Chris Lattner2003-06-011-37/+36
* Fixed comment width, changed arg to be const, fixed indentation, removed unne...Tanya Lattner2003-05-311-5/+5
* Made a single common InvalidRegNum = -1.Vikram S. Adve2003-05-311-5/+8
* Renamed a variable.Vikram S. Adve2003-05-311-8/+10
* Support for annul/pred and other future flags on op codes.Vikram S. Adve2003-05-311-14/+51
* Added MachineCodeForInstruction object as an argument toVikram S. Adve2003-05-311-3/+9
* Added saveBBreferences() for BasicBlock resolution.Misha Brukman2003-05-301-0/+8
* Sorry, correcting small typo.Tanya Lattner2003-05-301-1/+1
* Added support for cloning a trace.Tanya Lattner2003-05-301-0/+7
* Implementation of Equivalence ClassesSumant Kowshik2003-05-292-0/+186
* Changes to support function pointersSumant Kowshik2003-05-291-4/+41
* Don't require the user to do something like isa<foo>(II->get()). The ->getChris Lattner2003-05-291-0/+20
* dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner2003-05-292-6/+6
* Doxygenify commentsChris Lattner2003-05-291-16/+15
* Fixed misspelling and broke a line that was wrapping.Misha Brukman2003-05-291-2/+3
* Defines a pass-through debugging emitter -- it writes to a file for inspectionMisha Brukman2003-05-271-0/+7
* Allow allocation of a Sparc TargetMachine.Misha Brukman2003-05-271-2/+3
* Expose proto for SRoA pass.Chris Lattner2003-05-271-0/+7
* (1) Added special register class containing (for now) %fsr.Vikram S. Adve2003-05-271-10/+46
* Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()Vikram S. Adve2003-05-271-46/+27
* Make case of GetNumOfInt/FloatArgRegs functions to be use lower caseVikram S. Adve2003-05-251-2/+2
* Reword to remove reference to how things worked in the past.Misha Brukman2003-05-241-4/+3
* NOP instructions are pseudo-instructions. We should not have them explicitly inMisha Brukman2003-05-241-0/+14
* Remove some cruft, add some methods to allow implementation of bugfix forChris Lattner2003-05-231-17/+22
* Minor rewording/cleanupsChris Lattner2003-05-231-11/+13
* Remove long dead codeChris Lattner2003-05-221-27/+0
* Add support for a new "CommaSeparated" modifierChris Lattner2003-05-222-6/+30
* New methodChris Lattner2003-05-211-0/+3
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-203-9/+9
* s/convertable/convertible/gMisha Brukman2003-05-201-2/+2
* The plural of `Pass' is Passes, not Pass's.Misha Brukman2003-05-201-1/+1
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-171-0/+4
* Add some methods to make type safety a bit easierChris Lattner2003-05-141-0/+9
* Beef up interface, move getVarInfo out-of-line.Chris Lattner2003-05-121-12/+39
* Expand API for updating live var info.Chris Lattner2003-05-121-8/+39
* Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner2003-05-121-2/+1
* Fixed comment.Joel Stanley2003-05-101-1/+1
* Update out of date commentChris Lattner2003-05-091-2/+2