| Commit message (Expand) | Author | Age | Files | Lines |
* | Asmprint nameless instructions as: | Chris Lattner | 2008-08-29 | 1 | -1/+8 |
* | Fix pasto (values -> types) noticed by Josh Conner | Chris Lattner | 2008-08-25 | 1 | -5/+3 |
* | flush stream after dumping. | Chris Lattner | 2008-08-25 | 1 | -3/+3 |
* | add a hack to temporarily allow pseudo source values. | Chris Lattner | 2008-08-24 | 1 | -1/+2 |
* | minor cleanups. | Chris Lattner | 2008-08-23 | 1 | -6/+9 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -67/+87 |
* | more cleanups, random methods shouldn't return ostreams. | Chris Lattner | 2008-08-19 | 1 | -23/+30 |
* | more cleanup, eliminate getLLVMName when printing out | Chris Lattner | 2008-08-19 | 1 | -24/+18 |
* | random cleanups, factor some printing code for linkage and visibility | Chris Lattner | 2008-08-19 | 1 | -167/+187 |
* | Change WriteTypeSymbolic/WriteAsOperand to return void instead of | Chris Lattner | 2008-08-19 | 1 | -36/+25 |
* | rearrange code and make more legible. | Chris Lattner | 2008-08-19 | 1 | -251/+280 |
* | put SlotTracker in an anon namespace since it is private. | Chris Lattner | 2008-08-19 | 1 | -3/+3 |
* | Reid had to call this class "slot machine" out of some strange reference | Chris Lattner | 2008-08-19 | 1 | -39/+39 |
* | Fix a bug daniel pointed out to me, where asmprinter started | Chris Lattner | 2008-08-18 | 1 | -5/+5 |
* | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen | 2008-08-17 | 1 | -2/+2 |
* | getLLVMName is only used for types now, which always pass in LocalPrefix. Sp... | Chris Lattner | 2008-08-17 | 1 | -15/+10 |
* | switch valuemap's from std::map to densemap. This speeds up llvm-dis | Chris Lattner | 2008-08-17 | 1 | -11/+8 |
* | avoid an extraneous std::string construction | Chris Lattner | 2008-08-17 | 1 | -1/+1 |
* | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner | 2008-08-17 | 1 | -7/+12 |
* | avoid string thrashing when formatting names in output. This | Chris Lattner | 2008-08-17 | 1 | -54/+130 |
* | random cleanups. | Chris Lattner | 2008-08-17 | 1 | -53/+28 |
* | Add read/write support for X86's sseregparm. | Dale Johannesen | 2008-08-13 | 1 | -0/+3 |
* | Fix the AsmWriter to not print extra spaces after parameter attributes. | Dan Gohman | 2008-08-05 | 1 | -1/+1 |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -3/+0 |
* | Prevent a crash in debug dumps. | Dale Johannesen | 2008-06-03 | 1 | -1/+5 |
* | AsmWriter support for insertvalue/extractvalue. These instructions can | Dan Gohman | 2008-05-31 | 1 | -0/+15 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -0/+2 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -5/+2 |
* | Update comments. | Dan Gohman | 2008-05-12 | 1 | -1/+1 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -12/+3 |
* | more fallout from Nicholas' asmprinter patch. | Chris Lattner | 2008-04-22 | 1 | -17/+13 |
* | another bug introduced in r47802 by nicholas, for no apparent reason. | Chris Lattner | 2008-04-21 | 1 | -1/+1 |
* | fix a bug introduced by Nicholas' "unwinds to" stuff: we | Chris Lattner | 2008-04-21 | 1 | -2/+2 |
* | Don't read off end of the input array. | Dale Johannesen | 2008-04-16 | 1 | -1/+1 |
* | Support chained aliases for LLVM IR printing. This fixes PR2145 | Anton Korobeynikov | 2008-03-22 | 1 | -0/+3 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -33/+17 |
* | Turn unwind_to into "unwinds to". | Nick Lewycky | 2008-03-10 | 1 | -1/+1 |
* | Print types for all ret operands. | Devang Patel | 2008-03-04 | 1 | -1/+2 |
* | Add an unwind_to field to basic blocks, making them Users instead of Values. | Nick Lewycky | 2008-03-02 | 1 | -6/+17 |
* | print getresult operand and its type directly. | Devang Patel | 2008-02-23 | 1 | -11/+1 |
* | Use dyn_cast instead of isa + cast. | Devang Patel | 2008-02-23 | 1 | -2/+2 |
* | To support multiple return values, now ret instruction supports multiple oper... | Devang Patel | 2008-02-23 | 1 | -17/+2 |
* | Split ParameterAttributes.h, putting the complicated | Dale Johannesen | 2008-02-22 | 1 | -1/+1 |
* | Print getresult instruction properly. | Devang Patel | 2008-02-22 | 1 | -0/+13 |
* | Print ret instruction that returns aggregates. | Devang Patel | 2008-02-22 | 1 | -2/+17 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -9/+14 |
* | Add explicit keywords. | Dan Gohman | 2008-01-29 | 1 | -2/+2 |
* | Reformatted. It was confusing the other way. No functionality change. | Bill Wendling | 2008-01-15 | 1 | -2/+3 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Don't forget to print address space qualifiers when printing out the type tab... | Christopher Lamb | 2007-12-18 | 1 | -1/+4 |