summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Whoops. I didn't mean to step on John's changes.Brian Gaeke2003-06-16
* This version supports FreeBSD.Brian Gaeke2003-06-16
* Add prototype for the new DAE passChris Lattner2003-06-16
* Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell2003-06-11
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* 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
* There are now no uses of NonCopyableVChris 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