summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-171-10/+2
* core changes for varargsAndrew Lenharth2005-06-181-4/+0
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-151-0/+3
* add support for explicit calling conventionsChris Lattner2005-05-061-2/+27
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-061-2/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-80/+80
* stop using arg_frontChris Lattner2005-03-151-1/+1
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-6/+6
* Fix the spelling of the word `the'Misha Brukman2005-03-021-1/+1
* Print the module ID as a comment.Chris Lattner2005-03-021-0/+6
* Fix some problems where the verifier would crash on invalid input instead ofChris Lattner2005-02-241-3/+6
* Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.llChris Lattner2005-02-091-1/+1
* Update for API change.Chris Lattner2005-02-011-1/+1
* To not break TBAA rules, use a union.Chris Lattner2005-01-041-5/+9
* Fix writer to properly quote label names when they don't containAlkis Evlogimenos2004-12-101-3/+7
* When printing out a function, make sure that local and global symbolsChris Lattner2004-12-051-0/+3
* Remove extra space charMisha Brukman2004-11-151-1/+1
* GhostLinkage not allowed in LLVM AsmWriter, eitherMisha Brukman2004-11-141-0/+6
* Add support for undef and unreachableChris Lattner2004-10-161-0/+3
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-141-14/+0
* Don't print newlines between passes in the pass list.Chris Lattner2004-09-141-8/+8
* Don't print newlines between each library in the deplibs list.Chris Lattner2004-09-141-6/+6
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-131-0/+14
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Add an assert to cature null Operands. It is better to catch it here thanReid Spencer2004-08-291-0/+1
* Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.llReid Spencer2004-08-201-1/+5
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-0/+23
* Fix PR422.Reid Spencer2004-08-161-2/+11
* Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman2004-07-291-4/+1
* Avoid use of size(), which counts, in favor of other mechanisms.Reid Spencer2004-07-251-4/+5
* Adjust to new Module.h interface for dependent librariesReid Spencer2004-07-251-8/+12
* bug 263:Reid Spencer2004-07-251-0/+11
* Shrink some code.Reid Spencer2004-07-181-4/+1
* bug 122:Reid Spencer2004-07-171-23/+19
* Fixes for PR341Chris Lattner2004-07-151-11/+11
* Make Argument::print more resilient to non-verifiable IRChris Lattner2004-07-131-1/+2
* Adjust the slot machine to handle Types separately from Values. This wasReid Spencer2004-07-041-25/+171
* Don't call getValueType directly. the LLVM optimizer will turn it into the s...Chris Lattner2004-06-261-10/+12
* Use a reference instead of a pointer for the ostream. The pointer was onlyMisha Brukman2004-06-211-103/+102
* Fix printing of Argument objects, problem found by Patrick MeredithChris Lattner2004-06-181-1/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-1/+1
* Do not dereference end iterators. It's really bad for the asmwriter's health.Chris Lattner2004-06-151-1/+4
* Tolerate more errorsChris Lattner2004-06-091-1/+2
* Make the asmwriter much more tolerant of errors (which are common when workingChris Lattner2004-06-091-16/+23
* Made it possible for the printInfoComment method to invoke getSlot inReid Spencer2004-06-091-17/+16
* Squelch a warningChris Lattner2004-06-041-1/+2
* * No more CachedWriter::setStream()Misha Brukman2004-06-041-52/+47
* Modified calcTypeName() so that it does not allocate a std::string forJohn Criswell2004-06-011-24/+37
* Clean up a comment.Reid Spencer2004-05-271-1/+1
* Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazyReid Spencer2004-05-261-94/+97
OpenPOWER on IntegriCloud