summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* Lots of changes to make the NodeType field private to DSNode.Chris Lattner2003-06-19
* Update commentsChris Lattner2003-06-19
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-18
* * Add new CallSite::get factory methodChris Lattner2003-06-17
* Add new op_erase methodChris Lattner2003-06-17
* Make sure accessor is properly doxygenized. It wants two linesChris Lattner2003-06-17
* Add accessorChris Lattner2003-06-17
* Make CallSite's default constructable, copyable, and assignable (explicitly)Chris Lattner2003-06-17
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* 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
* 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