aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Implement a constant pointer valueChris Lattner2001-09-301-0/+9
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-282-24/+27
* Make error report a little more usefulChris Lattner2001-09-281-0/+1
* Okay, make the member function work.Chris Lattner2001-09-191-1/+1
* Remove global debug output fns that have been superceded by a member funcChris Lattner2001-09-191-11/+0
* Fix up code a bit, remove operator<< to Assembly/Writer.hChris Lattner2001-09-181-29/+7
* Moved DebugValue to Value.cpp.Vikram S. Adve2001-09-181-6/+2
* Added debugging support.Vikram S. Adve2001-09-181-0/+38
* Remove the unsized array constraintChris Lattner2001-09-181-4/+1
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-183-9/+25
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-2/+2
* Use correct style castsChris Lattner2001-09-103-24/+19
* Use correct style castsChris Lattner2001-09-101-1/+1
* Add support for printing globalsChris Lattner2001-09-101-0/+7
* Implement global variable supportChris Lattner2001-09-104-7/+67
* Remove the definitions of 3 global functions that don't belong in the coreChris Lattner2001-09-091-102/+0
* Rename contype to subtypeChris Lattner2001-09-091-2/+2
* Rename file to be consistent with header nameChris Lattner2001-09-091-0/+0
* Clean up Type class by removing mutable ConstRules member and use annotations...Chris Lattner2001-09-091-1/+0
* Clean up ConstRules stuff to use annotations instead of a mutable member in TypeChris Lattner2001-09-091-34/+33
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-092-12/+14
* Moved functionality into the other constant pool stuffChris Lattner2001-09-071-108/+0
* CleanupChris Lattner2001-09-071-2/+1
* Support abstract typesChris Lattner2001-09-071-13/+13
* Support a abstract, opaque, and recursive typesChris Lattner2001-09-071-187/+756
* Types and constnats are wierd objects in the symtabsChris Lattner2001-09-071-19/+73
* Modules must have a valid, nonnull type. Make them voidChris Lattner2001-09-071-1/+2
* Support new setName interfaceChris Lattner2001-09-072-2/+6
* * Support new setname interfaceChris Lattner2001-09-071-1/+4
* * Cnstants are now global objectsChris Lattner2001-09-071-291/+234
* Support new setName itfChris Lattner2001-09-071-6/+5
* * Support global constantsChris Lattner2001-09-071-13/+11
* * Assembly writer is not a module analyzer anymoreChris Lattner2001-09-071-60/+81
* Remove #include of nonexistant header fileChris Lattner2001-09-071-1/+0
* * Slot calc is now simpler and not based on module analyzer.Chris Lattner2001-09-071-80/+185
* You no longer have to delete constants! They are located in a globalChris Lattner2001-09-072-38/+22
* *** empty log message ***Vikram S. Adve2001-08-281-0/+44
* Remove target specific stuff from Type classesChris Lattner2001-08-271-5/+1
* Remove target specific method from MemAccessInst classChris Lattner2001-08-271-40/+0
* Make sure noone branches to the entry node of the methodChris Lattner2001-08-241-0/+1
* Handle case where there is no exit node from a flowgraphChris Lattner2001-08-231-3/+9
* Changed an assertion messageChris Lattner2001-08-231-1/+1
* Added vector of machine instructions for the basic block.Vikram S. Adve2001-07-301-1/+6
* Remove some gross stuffChris Lattner2001-07-281-6/+3
* Allow vararg method types with 0 fixed typesChris Lattner2001-07-281-1/+4
* Make error msg nicerChris Lattner2001-07-281-2/+2
* * Fix bugsChris Lattner2001-07-281-20/+8
* Don't write out constants that do not have a name, they will be inlined.Chris Lattner2001-07-261-5/+5
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-261-13/+19
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-253-16/+27