summaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAge
...
* Don't discard an AssemblyAnnotationWriter when writing GlobalValues,Dan Gohman2009-04-20
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* Remove bogus include.Nick Lewycky2009-04-04
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* Fix internal representation of fp80 to be theDale Johannesen2009-03-23
* Now that errs() is properly non-buffered, there's no need toDan Gohman2009-03-23
* Fix a couple glaring whitespace issues. This file isn't internally consistentNick Lewycky2009-03-19
* Remove obviously redundant call.Nick Lewycky2009-03-15
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-13
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-13
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-11
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* simplify handling "don't print top level name" processing, so that we getChris Lattner2009-03-01
* walk type symbol table also, so we get:Chris Lattner2009-03-01
* Fix a long-standing bug and misfeature of the disassembler: when dealing with a Chris Lattner2009-03-01
* move type name population out of TypePrinting class into a static Chris Lattner2009-02-28
* switch to densemap for pointer->word map.Chris Lattner2009-02-28
* make this work when constructed with a null module*Chris Lattner2009-02-28
* expose TypePrinting as a public API.Chris Lattner2009-02-28
* rename 'Result' to 'OS' in CalcTypeName for consistencyChris Lattner2009-02-28
* do not embed the raw_ostream into TypePrinting, pass it as an argument to pri...Chris Lattner2009-02-28
* stop calling Type::getDescription().Chris Lattner2009-02-28
* simplificationsChris Lattner2009-02-28
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-28
* make CalcTypeName take a stream instead of a string to concat onto,Chris Lattner2009-02-28
* remove a bunch of nearly-duplicated code.Chris Lattner2009-02-28
* fix indentation, remove dead integer case.Chris Lattner2009-02-28
* pull calcTypeName into TypePrinting class, make its type stackChris Lattner2009-02-28
* inline method into its only use and simplify the result.Chris Lattner2009-02-28
* simplify conditionChris Lattner2009-02-28
* start refactoring the .ll printer: introduce a new TypePrinting classChris Lattner2009-02-28
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-18
* 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