summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Compile the transforms directoryChris Lattner2001-10-13
* Start of a linkerChris Lattner2001-10-13
* Implement the invoke instructionChris Lattner2001-10-13
* * Fix a nefarious bugs: TypesEqual was wrong for varargs methodsChris Lattner2001-10-13
* Convert a runtime check into an assertionChris Lattner2001-10-13
* * Add support for Module specific constantsChris Lattner2001-10-13
* Add new TerminatorInst ctor for invokeChris Lattner2001-10-13
* * Fix TODOChris Lattner2001-10-13
* Fix broken #endifChris Lattner2001-10-13
* * Add #includeChris Lattner2001-10-13
* Add StringList supportChris Lattner2001-10-13
* Support the invoke instructionChris Lattner2001-10-13
* Support indirect callsChris Lattner2001-10-13
* not is a keyword in ansi C++, avoid itChris Lattner2001-10-13
* * Fix privacy issues on RegToRefVecMapChris Lattner2001-10-13
* * Use new style casts moreChris Lattner2001-10-13
* * Add real support for global variable addresses initializing constantsChris Lattner2001-10-13
* * Support writing GlobalVariables with info comments by themChris Lattner2001-10-13
* * Add support for forward references of global variable addressesChris Lattner2001-10-13
* Add operator< to ValID's so that they can be put in map'sChris Lattner2001-10-13
* Remove exception specificationChris Lattner2001-10-13
* Support the new Invoke instructionChris Lattner2001-10-13
* Support pointers to globals happilyChris Lattner2001-10-13
* Fix code to make GCC 2.96 happyChris Lattner2001-10-13
* * Add support for Invoke instructionsChris Lattner2001-10-13
* not is a keyword in Ansi C++. Avoid itChris Lattner2001-10-13
* --corrected coalescing test: coalsed only if two are of the same reg classRuchira Sasanka2001-10-12
* added support for implict operands in machine instructionRuchira Sasanka2001-10-12
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-12
* Record implicitRefs for each machine instruction instead ofVikram S. Adve2001-10-11
* Add graph edges due to implicit refs in each machine instruction.Vikram S. Adve2001-10-11
* Don't insert useful instructions in delay slot of a RETURN.Vikram S. Adve2001-10-10
* Insert code to load constants used as Call or Return arguments.Vikram S. Adve2001-10-10
* Machine-independent code generation routines used in instructionVikram S. Adve2001-10-10
* Moved code generation support routines to InstrSelectionSupport.cpp.Vikram S. Adve2001-10-10
* --removed %g regs being allocated - fix laterRuchira Sasanka2001-10-09
* Add commentChris Lattner2001-10-03
* Support multiple global's definitionsChris Lattner2001-10-03
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-03
* Rename getNullPointer to getNullChris Lattner2001-10-03
* Rename getNullPointer to getNullChris Lattner2001-10-03
* Allow duplicate constant values as long as they are compatible.Chris Lattner2001-10-03
* Add check to make sure that we dont reference MEthodType's directlyChris Lattner2001-10-03
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-03
* First try at a horrible global value reference wrapperChris Lattner2001-10-03
* Clean up parser, fix a bug that prevented this from working:Chris Lattner2001-10-03
* * Add support for null as a constantChris 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