summaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAge
* Don't print extra spaces in vector and array constants. This makesDan Gohman2009-02-11
* make sure that BranchInst::getSuccessor() does not assert in cast<>Gabor Greif2009-02-09
* back out my previous change, it exposes a latent bug. investigatingGabor Greif2009-01-31
* use precise accessorsGabor Greif2009-01-31
* Do not use host floating point types when emittingDale Johannesen2009-01-21
* Add the private linkage.Rafael Espindola2009-01-15
* add comment to explain my previous commit, as asked by ChrisNuno Lopes2009-01-15
* fix crash in the case when some arg is nullNuno Lopes2009-01-14
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Have PseudoSourceValue override Value::dump, so that it worksDan Gohman2008-12-03
* Use utohex_buffer instead of utohexstr to avoid creating a temporaryChris Lattner2008-11-10
* Reuse PrintEscapedString for printing names in .llDaniel Dunbar2008-10-28
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-21
* Fix a missing space after the return type in invoke statements.Dan Gohman2008-10-15
* Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar2008-10-14
* Change getLLVMName to use raw_ostream & PrintLLVMName.Daniel Dunbar2008-10-14
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-09
* add a new form of Type::dump that takes a module for type names,Chris Lattner2008-10-01
* Make some implicit conversions explicit, to avoid compiler warnings.Dan Gohman2008-10-01
* Don't prepend a space character for constants in Value::print.Dan Gohman2008-10-01
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-29
* Implement function notes as function attributes. Devang Patel2008-09-26
* Now Attributes are divided in three groupsDevang Patel2008-09-26
* Fix missing whitespace in the printing of function notes.Dan Gohman2008-09-26
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* Avoid a spurious extra space character when printing empty structs.Dan Gohman2008-09-25
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-24
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-23
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-23
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Add hasNote() to check note associated with a function.Devang Patel2008-09-22
* Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman2008-09-14
* Avoid extra comma.Devang Patel2008-09-03
* Parse and print opt_size note.Devang Patel2008-09-03
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-02
* Use bitwise AND.Devang Patel2008-09-02
* Print function notes.Devang Patel2008-09-02
* Asmprint nameless instructions as:Chris Lattner2008-08-29
* Fix pasto (values -> types) noticed by Josh ConnerChris Lattner2008-08-25
* flush stream after dumping.Chris Lattner2008-08-25
* add a hack to temporarily allow pseudo source values.Chris Lattner2008-08-24
* minor cleanups.Chris Lattner2008-08-23
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* more cleanups, random methods shouldn't return ostreams.Chris Lattner2008-08-19
* more cleanup, eliminate getLLVMName when printing outChris Lattner2008-08-19
* random cleanups, factor some printing code for linkage and visibilityChris Lattner2008-08-19
* Change WriteTypeSymbolic/WriteAsOperand to return void instead of Chris Lattner2008-08-19
* rearrange code and make more legible.Chris Lattner2008-08-19