summaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAge
* Refactor common parts of MDNode::getFunction() and assertLocalFunction() into...Victor Hernandez2010-01-20
* Make printing of metadata more robust when function is not found (which is th...Victor Hernandez2010-01-18
* Fix printing of function-local metadata in AsmWriterVictor Hernandez2010-01-14
* Further progration of metadata operands. TheDale Johannesen2010-01-13
* Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}Devang Patel2010-01-05
* Convert a ton of simple integer type equality tests to the new predicate.Benjamin Kramer2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* fix refactoroChris Lattner2009-12-31
* use early exits to reduce indentation.Chris Lattner2009-12-31
* eliminate another copy of the mdnode printing logic, simplify theChris Lattner2009-12-31
* random tidying for MDNode printing.Chris Lattner2009-12-31
* eliminate a bunch of useless forwarding functions with one caller.Chris Lattner2009-12-31
* make mdnMap type safe, rename accessors for consistency with the rest of llvm.Chris Lattner2009-12-31
* metadata can't be a global var initializer.Chris Lattner2009-12-31
* simplify mdnode printing logic. Now N->dump() onlyChris Lattner2009-12-31
* unify two copies of the NamedMDNode printing code.Chris Lattner2009-12-31
* fix printing of function-local metadata to print all the operands of theChris Lattner2009-12-31
* simplify printing of mdstring and Argument.Chris Lattner2009-12-31
* simplify asmprinting of NamedMDNodeChris Lattner2009-12-31
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-31
* Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner2009-12-29
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-29
* tidy up debug info comments, use ->isVoidTy() where reasonable.Chris Lattner2009-12-29
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-28
* rename getHandlerNames to getMDKindNames, simplify its interfaceChris Lattner2009-12-28
* change the strange MetadataContext::getMDs function to expose lessChris Lattner2009-12-28
* Formalize MDNode's function-localness:Victor Hernandez2009-12-18
* Add MSP430 interrupt calling conv. No functionality change yet.Anton Korobeynikov2009-12-07
* Avoid creating a metadata slot for all metadata that contains an instructionVictor Hernandez2009-12-04
* Fix crasher when N->getElement(n) is NULLVictor Hernandez2009-12-04
* Teach AsmWriter to write inline (not via a global metadata slot) metadata tha...Victor Hernandez2009-12-04
* Special case FixedStackPseudoSourceValueVal as well. Do we really need to dif...Evan Cheng2009-11-16
* Remove extraneous commit.Eric Christopher2009-11-13
* Print out something, even if it's non-parseable later when we'veEric Christopher2009-11-13
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-01
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-31
* Simplify this code and avoid an extra space character in the output.Dan Gohman2009-10-30
* asmprinter support for BlockAddress.Chris Lattner2009-10-28
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-28
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-27
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-27
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* Fix getMDs() interface such that it does not expose implementation details.Devang Patel2009-10-22
* Using TrackingVH instead of WeakVH or WeakMetadataVH.Devang Patel2009-10-22
* Fix getHandlerNames() interface. Now it populate clinet supplied small vector...Devang Patel2009-10-22
* Rename msasm to alignstack per review.Dale Johannesen2009-10-21
* Do not use SmallVector to store MDNode elements.Devang Patel2009-10-21
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-13
* Do not assume that the module is set.Devang Patel2009-10-07
* Check for null MDNode element while printing comment.Devang Patel2009-09-30