summaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAge
* Remove some unused variables and methods warned about byDuncan Sands2009-09-06
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-03
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-03
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-23
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman2009-08-20
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-17
* Fix printing of instructions with null operands.Dan Gohman2009-08-17
* Always print at least one space before adding a comment.Dan Gohman2009-08-17
* Make formatted_raw_ostream restore the buffer settings of theDan Gohman2009-08-13
* Take the fast path for any named value and any GlobalValue, which doesn'tDan Gohman2009-08-13
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Fix a 4x slowdown in llc -asm-verbose caused by the use ofDan Gohman2009-08-13
* Change the indentation for LLVM Assembly files from 1 tab to 2 spaces.Dan Gohman2009-08-13
* Now that numbered types have their number printed, it's no longerDan Gohman2009-08-12
* Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman2009-08-12
* Make AsmWriter more careful with formatted_raw_ostream so thatDan Gohman2009-08-12
* Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman2009-08-12
* Fix printing of Alloca instructions with null operands.Dan Gohman2009-07-31
* Check null NameMDNode elements.Devang Patel2009-07-30
* print single NamedMDNode.Devang Patel2009-07-30
* Print named metadata.Devang Patel2009-07-29
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-28
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* Initialize mdnNext.Devang Patel2009-07-27
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-27
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-25
* Convert a few more things to use raw_ostream.Dan Gohman2009-07-25
* MDStringDevang Patel2009-07-23
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-23
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-22
* Do not print "metadata" twice while printing MDString.Devang Patel2009-07-22
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-22
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Change printInstruction to not print a trailing newline. Value::dumpDan Gohman2009-07-13
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Drop "constant" from Devang Patel2009-07-08
* Update SLotTracker to handle MDNode slots.Devang Patel2009-07-08
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Start converting to new error handling API.Torok Edwin2009-07-08
* Fix metadata unittestsDevang Patel2009-07-01
* Do not print stranded metadata.Devang Patel2009-07-01
* Support stand alone metadata syntax.Devang Patel2009-07-01
* Address review comments: add 3 ARM calling conventions.Anton Korobeynikov2009-06-16
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-30
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-10
* Allow aliasee to be a GEP or bitcast instead of just a bitcast.Chris Lattner2009-04-25