summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-231-3/+3
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-2/+2
* Add hasNote() to check note associated with a function.Devang Patel2008-09-221-15/+24
* Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman2008-09-141-30/+56
* Avoid extra comma.Devang Patel2008-09-031-3/+4
* Parse and print opt_size note.Devang Patel2008-09-031-2/+11
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-021-3/+3
* Use bitwise AND.Devang Patel2008-09-021-2/+2
* Print function notes.Devang Patel2008-09-021-1/+9
* Asmprint nameless instructions as:Chris Lattner2008-08-291-1/+8
* Fix pasto (values -> types) noticed by Josh ConnerChris Lattner2008-08-251-5/+3
* flush stream after dumping.Chris Lattner2008-08-251-3/+3
* add a hack to temporarily allow pseudo source values.Chris Lattner2008-08-241-1/+2
* minor cleanups.Chris Lattner2008-08-231-6/+9
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-67/+87
* more cleanups, random methods shouldn't return ostreams.Chris Lattner2008-08-191-23/+30
* more cleanup, eliminate getLLVMName when printing outChris Lattner2008-08-191-24/+18
* random cleanups, factor some printing code for linkage and visibilityChris Lattner2008-08-191-167/+187
* Change WriteTypeSymbolic/WriteAsOperand to return void instead of Chris Lattner2008-08-191-36/+25
* rearrange code and make more legible.Chris Lattner2008-08-191-251/+280
* put SlotTracker in an anon namespace since it is private.Chris Lattner2008-08-191-3/+3
* Reid had to call this class "slot machine" out of some strange referenceChris Lattner2008-08-191-39/+39
* Fix a bug daniel pointed out to me, where asmprinter startedChris Lattner2008-08-181-5/+5
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-2/+2
* getLLVMName is only used for types now, which always pass in LocalPrefix. Sp...Chris Lattner2008-08-171-15/+10
* switch valuemap's from std::map to densemap. This speeds up llvm-disChris Lattner2008-08-171-11/+8
* avoid an extraneous std::string constructionChris Lattner2008-08-171-1/+1
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-171-7/+12
* avoid string thrashing when formatting names in output. ThisChris Lattner2008-08-171-54/+130
* random cleanups.Chris Lattner2008-08-171-53/+28
* Add read/write support for X86's sseregparm.Dale Johannesen2008-08-131-0/+3
* Fix the AsmWriter to not print extra spaces after parameter attributes.Dan Gohman2008-08-051-1/+1
* Enable first-class aggregates support.Dan Gohman2008-07-231-3/+0
* 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
OpenPOWER on IntegriCloud