aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent a crash in debug dumps.Dale Johannesen2008-06-031-1/+5
* AsmWriter support for insertvalue/extractvalue. These instructions canDan Gohman2008-05-311-0/+15
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-0/+2
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-121-5/+2
* Update comments.Dan Gohman2008-05-121-1/+1
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-12/+3
* more fallout from Nicholas' asmprinter patch.Chris Lattner2008-04-221-17/+13
* another bug introduced in r47802 by nicholas, for no apparent reason.Chris Lattner2008-04-211-1/+1
* fix a bug introduced by Nicholas' "unwinds to" stuff: weChris Lattner2008-04-211-2/+2
* Don't read off end of the input array.Dale Johannesen2008-04-161-1/+1
* Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov2008-03-221-0/+3
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-33/+17
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-1/+1
* Print types for all ret operands.Devang Patel2008-03-041-1/+2
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-6/+17
* print getresult operand and its type directly.Devang Patel2008-02-231-11/+1
* Use dyn_cast instead of isa + cast.Devang Patel2008-02-231-2/+2
* To support multiple return values, now ret instruction supports multiple oper...Devang Patel2008-02-231-17/+2
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-1/+1
* Print getresult instruction properly.Devang Patel2008-02-221-0/+13
* Print ret instruction that returns aggregates.Devang Patel2008-02-221-2/+17
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-9/+14
* Add explicit keywords.Dan Gohman2008-01-291-2/+2
* Reformatted. It was confusing the other way. No functionality change.Bill Wendling2008-01-151-2/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Don't forget to print address space qualifiers when printing out the type tab...Christopher Lamb2007-12-181-1/+4
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-2/+9
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-0/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-29/+22
* print a call to a fastcc function as:Chris Lattner2007-11-181-2/+2
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-111-2/+4
* Make temporaries explicit to avoid prematureDale Johannesen2007-09-261-1/+3
* Revise previous patch per review comments.Dale Johannesen2007-09-121-28/+57
* Next round of APFloat changes.Dale Johannesen2007-09-061-3/+6
* simplify code and print visibility for declarations.Chris Lattner2007-08-191-25/+21
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1641