summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure to print opaque types names if they are available.Chris Lattner2003-10-301-1/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Add support for the new varargs intrinsics and instructionsChris Lattner2003-10-181-2/+9
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-171-6/+6
* Add support for 'weak' linkage.Chris Lattner2003-10-161-4/+6
* Fix spelling/grammar.Misha Brukman2003-10-101-3/+3
* Add support for volatile loads/storesChris Lattner2003-09-081-0/+5
* Fix bug where we couldn't print a function without a nameChris Lattner2003-09-031-1/+3
* Support new 'any' support for pointer size and endiannessChris Lattner2003-08-241-3/+11
* If an "LLVM name" has wierd characters in it, print it out in double quotes i...Chris Lattner2003-08-221-9/+32
* Implement TODO: print out short form of Invoke if possibleChris Lattner2003-08-051-8/+23
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-231-19/+19
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-231-3/+1
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Avoid printing out huge structures or arrays if they are just filled with zerosChris Lattner2003-06-281-0/+10
* lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke2003-06-171-1/+1
* Don't print out unique identifier for opaque typesChris Lattner2003-06-011-1/+1
* Print opaque typesChris Lattner2003-05-141-0/+3
* Add support for the new va_arg instructionChris Lattner2003-05-081-3/+6
* Remove using declarationsChris Lattner2003-05-081-32/+33
* Emit information about targetChris Lattner2003-04-221-0/+3
* Add new linkage types to support a real frontendChris Lattner2003-04-161-4/+21
* Improve the efficiency and cleanup writing a bitChris Lattner2003-04-161-10/+12
* Clean up cruftChris Lattner2003-03-061-4/+1
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-18/+16
* - Change Function's so that their argument list is populated when they areChris Lattner2002-10-131-11/+2
* Global variables are now external if they don't have initializers, notChris Lattner2002-10-061-1/+1
* - Print the predecessors of a basic block instead of the number of uses ofChris Lattner2002-10-021-3/+17
* Add support for printing constpointerrefs more nicelyChris Lattner2002-09-101-0/+7
* Changed parser to always use parenthesis on ConstExprs to be consistentChris Lattner2002-08-161-4/+3
* Write constexpr casts using the cast X to Y notation, not using the implicitChris Lattner2002-08-151-1/+6
* Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llxChris Lattner2002-07-311-1/+1
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-2/+2
* * Add support for different "PassType's"Chris Lattner2002-07-261-2/+4
* Fix typeo that caused bug:Chris Lattner2002-07-251-1/+1
* Fix bug: test/Regression/Assembler/2002-07-25-QuoteInString.llxChris Lattner2002-07-251-1/+1
* Register Writer passesChris Lattner2002-07-231-0/+4
* Added support to write out ConstantExpr nodes.Vikram S. Adve2002-07-141-4/+21
* *** empty log message ***Chris Lattner2002-07-101-5/+5
* MEGAPATCH checkin.Chris Lattner2002-06-251-76/+72
* Support opaque type printing a little bit at leastChris Lattner2002-05-261-0/+2
* Print out function name with % style instead of "" styleChris Lattner2002-05-221-2/+2
* Avoid emitting a useless comment for a basic block with no uses (whichChris Lattner2002-05-141-3/+6
* Print functions with curly braces instead of begin/endChris Lattner2002-05-061-9/+7
* The implementation keyword is no longer neccesaryChris Lattner2002-05-021-1/+1
* Changes so that iMemory.h doesn't include DerivedTypes.hChris Lattner2002-04-291-0/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Todo has been implemented, remove itChris Lattner2002-04-281-3/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Module's are no longer valuesChris Lattner2002-04-281-5/+0
OpenPOWER on IntegriCloud