summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* Made changes suggested by ChrisSumant Kowshik2003-06-04
* Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik2003-06-04
* Add new setCondition memberChris Lattner2003-06-04
* Minor cleanups:Chris Lattner2003-06-03
* Remove use of enumChris Lattner2003-06-03
* Add doxygen comment for namespaceChris Lattner2003-06-03
* Add comment for doxygen for namespaceChris Lattner2003-06-03
* Minor cleanups:Chris Lattner2003-06-03
* Remove noncopyable base class as it was making the doxygen docs harder to readChris Lattner2003-06-03
* Remove noncopyableV base classes, as they were confusing the doxygen document...Chris Lattner2003-06-03
* Remove NonCopyable base class to clean up doxygen outputChris Lattner2003-06-02
* Hack up MachineCodeEmitter to actually be target independent.Chris Lattner2003-06-01
* Fixed comment width, changed arg to be const, fixed indentation, removed unne...Tanya Lattner2003-05-31
* Made a single common InvalidRegNum = -1.Vikram S. Adve2003-05-31
* Renamed a variable.Vikram S. Adve2003-05-31
* Support for annul/pred and other future flags on op codes.Vikram S. Adve2003-05-31
* Added MachineCodeForInstruction object as an argument toVikram S. Adve2003-05-31
* Added saveBBreferences() for BasicBlock resolution.Misha Brukman2003-05-30
* Sorry, correcting small typo.Tanya Lattner2003-05-30
* Added support for cloning a trace.Tanya Lattner2003-05-30
* Implementation of Equivalence ClassesSumant Kowshik2003-05-29
* Changes to support function pointersSumant Kowshik2003-05-29
* Don't require the user to do something like isa<foo>(II->get()). The ->getChris Lattner2003-05-29
* dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner2003-05-29
* Doxygenify commentsChris Lattner2003-05-29
* Fixed misspelling and broke a line that was wrapping.Misha Brukman2003-05-29
* Defines a pass-through debugging emitter -- it writes to a file for inspectionMisha Brukman2003-05-27
* Allow allocation of a Sparc TargetMachine.Misha Brukman2003-05-27
* Expose proto for SRoA pass.Chris Lattner2003-05-27
* (1) Added special register class containing (for now) %fsr.Vikram S. Adve2003-05-27
* Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()Vikram S. Adve2003-05-27
* Make case of GetNumOfInt/FloatArgRegs functions to be use lower caseVikram S. Adve2003-05-25
* Reword to remove reference to how things worked in the past.Misha Brukman2003-05-24
* NOP instructions are pseudo-instructions. We should not have them explicitly inMisha Brukman2003-05-24
* Remove some cruft, add some methods to allow implementation of bugfix forChris Lattner2003-05-23
* Minor rewording/cleanupsChris Lattner2003-05-23
* Remove long dead codeChris Lattner2003-05-22
* Add support for a new "CommaSeparated" modifierChris Lattner2003-05-22
* New methodChris Lattner2003-05-21
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-20
* s/convertable/convertible/gMisha Brukman2003-05-20
* The plural of `Pass' is Passes, not Pass's.Misha Brukman2003-05-20
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-17
* Add some methods to make type safety a bit easierChris Lattner2003-05-14
* Beef up interface, move getVarInfo out-of-line.Chris Lattner2003-05-12
* Expand API for updating live var info.Chris Lattner2003-05-12
* Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner2003-05-12
* Fixed comment.Joel Stanley2003-05-10
* Update out of date commentChris Lattner2003-05-09
* Updates to match recent timer updatesChris Lattner2003-05-09