summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Chris Lattner2001-10-141-1/+1
* Update comment, remove misleading methodChris Lattner2001-10-141-7/+5
* Initializers are not const even if the GV is.Chris Lattner2001-10-141-2/+2
* Cast NULL when requested.Vikram S. Adve2001-10-141-2/+3
* Added getEntryNode() and getExitNode() functions.Vikram S. Adve2001-10-141-1/+6
* Insert code to trace values at basic block and method exits.Vikram S. Adve2001-10-141-0/+75
* Added routine to create a char array for a string.Vikram S. Adve2001-10-141-1/+2
* Use the instruction.def file to remain up to date with future instructionChris Lattner2001-10-141-35/+20
* New file to define instructions...Chris Lattner2001-10-141-0/+145
* New module linking functionality prototypeChris Lattner2001-10-133-0/+60
* Dang, I screwed up the merge. This should be betterChris Lattner2001-10-131-2/+2
* Fix filename in commentChris Lattner2001-10-131-1/+1
* Better linux support. This file still sucksChris Lattner2001-10-131-0/+1
* Fix broken #endifChris Lattner2001-10-131-1/+1
* not is a keyword in Ansi C++. Avoid itChris Lattner2001-10-131-2/+2
* Clean up initializers for GCC 2.96Chris Lattner2001-10-131-8/+9
* Remove exception specification. Only slows code down.Chris Lattner2001-10-131-1/+1
* Changes to compile with GCC 2.96Chris Lattner2001-10-131-8/+12
* Add comment indicating semantics of indirect callsChris Lattner2001-10-131-0/+4
* New ctor for invoke instChris Lattner2001-10-131-1/+3
* Add support for indirect callsChris Lattner2001-10-131-4/+7
* Add some casts to make GCC 2.96 happy.Chris Lattner2001-10-131-2/+4
* Add use_back() methodsChris Lattner2001-10-131-0/+2
* Add classof implementations for UserChris Lattner2001-10-131-0/+8
* Expose typedefsChris Lattner2001-10-131-0/+2
* Add support for module local constantsChris Lattner2001-10-131-1/+14
* Add new opcode for Invoke instructionChris Lattner2001-10-131-1/+1
* Minor changes, add new ctor for invoke instructionChris Lattner2001-10-131-4/+70
* Add assertionsChris Lattner2001-10-131-0/+2
* * Minor Formatting changes.Chris Lattner2001-10-131-5/+7
* * Add destroyConstant stuff to handle module local constantsChris Lattner2001-10-131-2/+103
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-122-0/+6
* Record implicitRefs for each machine instruction instead ofVikram S. Adve2001-10-111-33/+83
* Machine-independent code generation routines used in instructionVikram S. Adve2001-10-101-0/+102
* Moved code generation support routines to InstrSelectionSupport.{h,cpp}.Vikram S. Adve2001-10-102-77/+24
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-035-17/+12
* Share ConstPoolPointer elements correctlyChris Lattner2001-10-032-5/+9
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-037-25/+63
* First try at a horrible global value reference wrapperChris Lattner2001-10-031-0/+28
* Commit more code over to new cast styleChris Lattner2001-10-0215-95/+214
* Convert more code to use new style castsChris Lattner2001-10-014-37/+54
* Add more support for new style castsChris Lattner2001-10-019-44/+103
* Add support for new style castsChris Lattner2001-10-0110-31/+78
* Add support for newer cleaner isa, cast, dyn_castChris Lattner2001-10-014-3/+65
* Update commentsChris Lattner2001-10-011-3/+9
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-015-314/+128
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-012-30/+21
* Add vector `implicitUses' to class MachineCodeForVMInstr to hold valuesVikram S. Adve2001-10-011-12/+19
* no major change.Ruchira Sasanka2001-09-304-4/+4
* added suggesting color supporRuchira Sasanka2001-09-301-7/+24