aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix printing of Alloca instructions with null operands.Dan Gohman2009-07-311-1/+1
* Check null NameMDNode elements.Devang Patel2009-07-301-4/+8
* print single NamedMDNode.Devang Patel2009-07-301-3/+45
* Print named metadata.Devang Patel2009-07-291-0/+25
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-281-1/+1
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-271-0/+3
* Initialize mdnNext.Devang Patel2009-07-271-1/+1
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-271-7/+7
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-251-24/+17
* Convert a few more things to use raw_ostream.Dan Gohman2009-07-251-2/+1
* MDStringDevang Patel2009-07-231-2/+2
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-231-0/+5
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-221-2/+2
* Do not print "metadata" twice while printing MDString.Devang Patel2009-07-221-2/+0
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-221-8/+17
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-201-0/+18
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-12/+13
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-6/+6
* Change printInstruction to not print a trailing newline. Value::dumpDan Gohman2009-07-131-2/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-5/+5
* Drop "constant" from Devang Patel2009-07-081-1/+1
* Update SLotTracker to handle MDNode slots.Devang Patel2009-07-081-90/+134
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-1/+2
* Start converting to new error handling API.Torok Edwin2009-07-081-2/+2
* Fix metadata unittestsDevang Patel2009-07-011-3/+15
* Do not print stranded metadata.Devang Patel2009-07-011-1/+2
* Support stand alone metadata syntax.Devang Patel2009-07-011-21/+69
* Address review comments: add 3 ARM calling conventions.Anton Korobeynikov2009-06-161-2/+11
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-0/+1
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-4/+11
* Allow aliasee to be a GEP or bitcast instead of just a bitcast.Chris Lattner2009-04-251-6/+6
* Don't discard an AssemblyAnnotationWriter when writing GlobalValues,Dan Gohman2009-04-201-1/+1
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-131-0/+3
* Remove bogus include.Nick Lewycky2009-04-041-1/+0
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-2/+23
* Fix internal representation of fp80 to be theDale Johannesen2009-03-231-2/+22
* Now that errs() is properly non-buffered, there's no need toDan Gohman2009-03-231-3/+2
* Fix a couple glaring whitespace issues. This file isn't internally consistentNick Lewycky2009-03-191-2/+2
* Remove obviously redundant call.Nick Lewycky2009-03-151-1/+1
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-131-4/+3
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-131-3/+4
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-2/+1
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-10/+14
* simplify handling "don't print top level name" processing, so that we getChris Lattner2009-03-011-37/+19
* walk type symbol table also, so we get:Chris Lattner2009-03-011-2/+10
* Fix a long-standing bug and misfeature of the disassembler: when dealing with a Chris Lattner2009-03-011-12/+122
* move type name population out of TypePrinting class into a static Chris Lattner2009-02-281-36/+51
* switch to densemap for pointer->word map.Chris Lattner2009-02-281-9/+9
* make this work when constructed with a null module*Chris Lattner2009-02-281-2/+1