aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix shift printing when using a ubyte LHSChris Lattner2001-10-201-0/+3
* * Support writing GlobalVariables with info comments by themChris Lattner2001-10-131-19/+58
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+2
* Commit more code over to new cast styleChris Lattner2001-10-021-3/+3
* Convert more code to use new style castsChris Lattner2001-10-011-2/+2
* Add more support for new style castsChris Lattner2001-10-011-2/+2
* Add support for new style castsChris Lattner2001-10-011-7/+7
* Moved DebugValue to Value.cpp.Vikram S. Adve2001-09-181-6/+2
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-2/+10
* Add support for printing globalsChris Lattner2001-09-101-0/+7
* Implement global variable supportChris Lattner2001-09-101-2/+14
* * Assembly writer is not a module analyzer anymoreChris Lattner2001-09-071-60/+81
* * 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 support for extern varargs methods & varargs method callsChris Lattner2001-07-251-1/+6
* Factor out WriteAsOperand.Chris Lattner2001-07-201-16/+47
* Implement forward/external declarations for methods.Chris Lattner2001-07-151-5/+9
* The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-141-3/+3
* Add DebugValue member.Chris Lattner2001-07-121-0/+5
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-1/+3
* Broad superficial changes:Chris Lattner2001-07-071-7/+7
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-20/+20
* Miscellaneous cleanups:Chris Lattner2001-06-271-6/+5
* Add a space to the PHI node output code to make it look nicerChris Lattner2001-06-211-2/+2
* Updates to supportChris Lattner2001-06-111-0/+8
* Fixed to print slightly differently. Added use counts for labelsChris Lattner2001-06-071-10/+12
* Initial revisionChris Lattner2001-06-061-0/+328