summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix filename in commentChris Lattner2001-10-13
* Better linux support. This file still sucksChris Lattner2001-10-13
* Fix broken #endifChris Lattner2001-10-13
* not is a keyword in Ansi C++. Avoid itChris Lattner2001-10-13
* Clean up initializers for GCC 2.96Chris Lattner2001-10-13
* Remove exception specification. Only slows code down.Chris Lattner2001-10-13
* Changes to compile with GCC 2.96Chris Lattner2001-10-13
* Add comment indicating semantics of indirect callsChris Lattner2001-10-13
* New ctor for invoke instChris Lattner2001-10-13
* Add support for indirect callsChris Lattner2001-10-13
* Add some casts to make GCC 2.96 happy.Chris Lattner2001-10-13
* Add use_back() methodsChris Lattner2001-10-13
* Add classof implementations for UserChris Lattner2001-10-13
* Expose typedefsChris Lattner2001-10-13
* Add support for module local constantsChris Lattner2001-10-13
* Add new opcode for Invoke instructionChris Lattner2001-10-13
* Minor changes, add new ctor for invoke instructionChris Lattner2001-10-13
* Add assertionsChris Lattner2001-10-13
* * Minor Formatting changes.Chris Lattner2001-10-13
* * Add destroyConstant stuff to handle module local constantsChris Lattner2001-10-13
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-12
* Record implicitRefs for each machine instruction instead ofVikram S. Adve2001-10-11
* Machine-independent code generation routines used in instructionVikram S. Adve2001-10-10
* Moved code generation support routines to InstrSelectionSupport.{h,cpp}.Vikram S. Adve2001-10-10
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-03
* Share ConstPoolPointer elements correctlyChris Lattner2001-10-03
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-03
* First try at a horrible global value reference wrapperChris Lattner2001-10-03
* Commit more code over to new cast styleChris Lattner2001-10-02
* Convert more code to use new style castsChris Lattner2001-10-01
* Add more support for new style castsChris Lattner2001-10-01
* Add support for new style castsChris Lattner2001-10-01
* Add support for newer cleaner isa, cast, dyn_castChris Lattner2001-10-01
* Update commentsChris Lattner2001-10-01
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* Add vector `implicitUses' to class MachineCodeForVMInstr to hold valuesVikram S. Adve2001-10-01
* no major change.Ruchira Sasanka2001-09-30
* added suggesting color supporRuchira Sasanka2001-09-30
* Implement a constant pointer valueChris Lattner2001-09-30
* Pull iterators out of CFG.h and genericize them with GraphTraitsChris Lattner2001-09-28
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-28
* Initial support for construction of a call graphChris Lattner2001-09-28
* print out value's by pointerChris Lattner2001-09-28
* Add capability to print out call graphChris Lattner2001-09-28
* Change debug info from #define to command line optionChris Lattner2001-09-19
* Remove debugging output stuffChris Lattner2001-09-19
* Add emitAssembly MethodChris Lattner2001-09-19
* *** empty log message ***Ruchira Sasanka2001-09-18
* --added methods to operand class to set/get registers after register allocationRuchira Sasanka2001-09-18