aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix looking up MD names to not need a module.Erick Tryzelaar2010-03-021-10/+12
* Dump the presence of attached metadata even if we don't know what it is. ThisNick Lewycky2010-02-251-6/+10
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-161-2/+2
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-5/+5
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-3/+3
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-0/+13
* Minor whitespace cleanups.Dan Gohman2010-02-101-3/+1
* Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman2010-02-101-0/+5
* Print a comment next to "materializable" global values, to distinguishDan Gohman2010-01-291-0/+9
* Convert some users of ftostr to raw_ostream.Benjamin Kramer2010-01-291-2/+4
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-2/+0
* Refactor common parts of MDNode::getFunction() and assertLocalFunction() into...Victor Hernandez2010-01-201-1/+1
* Make printing of metadata more robust when function is not found (which is th...Victor Hernandez2010-01-181-1/+1
* Fix printing of function-local metadata in AsmWriterVictor Hernandez2010-01-141-2/+3
* Further progration of metadata operands. TheDale Johannesen2010-01-131-0/+5
* Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}Devang Patel2010-01-051-6/+5
* Convert a ton of simple integer type equality tests to the new predicate.Benjamin Kramer2010-01-051-1/+1
* Change errs() to dbgs().David Greene2010-01-051-5/+6
* fix refactoroChris Lattner2009-12-311-1/+1
* use early exits to reduce indentation.Chris Lattner2009-12-311-15/+16
* eliminate another copy of the mdnode printing logic, simplify theChris Lattner2009-12-311-32/+23
* random tidying for MDNode printing.Chris Lattner2009-12-311-10/+7
* eliminate a bunch of useless forwarding functions with one caller.Chris Lattner2009-12-311-21/+11
* make mdnMap type safe, rename accessors for consistency with the rest of llvm.Chris Lattner2009-12-311-12/+13
* metadata can't be a global var initializer.Chris Lattner2009-12-311-4/+0
* simplify mdnode printing logic. Now N->dump() onlyChris Lattner2009-12-311-127/+105
* unify two copies of the NamedMDNode printing code.Chris Lattner2009-12-311-25/+22
* fix printing of function-local metadata to print all the operands of theChris Lattner2009-12-311-2/+2
* simplify printing of mdstring and Argument.Chris Lattner2009-12-311-12/+5
* simplify asmprinting of NamedMDNodeChris Lattner2009-12-311-34/+4
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-311-19/+19
* Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner2009-12-291-3/+2
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-2/+1
* tidy up debug info comments, use ->isVoidTy() where reasonable.Chris Lattner2009-12-291-25/+25
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-281-24/+19
* rename getHandlerNames to getMDKindNames, simplify its interfaceChris Lattner2009-12-281-14/+6
* change the strange MetadataContext::getMDs function to expose lessChris Lattner2009-12-281-2/+2
* Formalize MDNode's function-localness:Victor Hernandez2009-12-181-5/+4
* Add MSP430 interrupt calling conv. No functionality change yet.Anton Korobeynikov2009-12-071-0/+3
* Avoid creating a metadata slot for all metadata that contains an instructionVictor Hernandez2009-12-041-6/+6
* Fix crasher when N->getElement(n) is NULLVictor Hernandez2009-12-041-1/+1
* Teach AsmWriter to write inline (not via a global metadata slot) metadata tha...Victor Hernandez2009-12-041-1/+25
* Special case FixedStackPseudoSourceValueVal as well. Do we really need to dif...Evan Cheng2009-11-161-1/+2
* Remove extraneous commit.Eric Christopher2009-11-131-5/+0
* Print out something, even if it's non-parseable later when we'veEric Christopher2009-11-131-2/+7
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-011-4/+1
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-311-1/+4
* Simplify this code and avoid an extra space character in the output.Dan Gohman2009-10-301-2/+1
* asmprinter support for BlockAddress.Chris Lattner2009-10-281-0/+9
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-2/+2