| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -5/+5 |
* | Just print integer constants as signed values. The actual signedness | Reid Spencer | 2006-12-21 | 1 | -7/+1 |
* | Fix for PR1059: http://llvm.org/PR1059 | Anton Korobeynikov | 2006-12-19 | 1 | -3/+6 |
* | move ExtWeakSymbols to AsmPrinter | Rafael Espindola | 2006-12-18 | 1 | -0/+12 |
* | 1. Tidy up jump table info. | Jim Laskey | 2006-12-14 | 1 | -28/+23 |
* | split up inttoptr from ptrtoint handling, the cases aren't similar at all. | Chris Lattner | 2006-12-12 | 1 | -22/+15 |
* | the operand of a bitcast is always the right size, just emit it in place. | Chris Lattner | 2006-12-12 | 1 | -2/+4 |
* | Tidy up a bit. | Reid Spencer | 2006-12-12 | 1 | -1/+1 |
* | Change inferred cast creation calls to more specific cast creations. | Reid Spencer | 2006-12-12 | 1 | -1/+5 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -19/+18 |
* | Converted to using llvm streams instead of <iostream>s | Bill Wendling | 2006-11-29 | 1 | -12/+13 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -1/+14 |
* | Global label not handled correctly. | Jim Laskey | 2006-11-20 | 1 | -3/+11 |
* | Add a printSetLabel that takes two id's. | Evan Cheng | 2006-11-01 | 1 | -0/+13 |
* | 1. Clean up code due to changes in SwitchTo*Section(2) | Anton Korobeynikov | 2006-10-31 | 1 | -6/+6 |
* | don't print dead jump tables | Chris Lattner | 2006-10-28 | 1 | -0/+3 |
* | Move getPreferredAlignmentLog from AsmPrinter to TargetData | Devang Patel | 2006-10-24 | 1 | -23/+0 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -11/+12 |
* | Clean up interface to getGlobalLinkName. | Jim Laskey | 2006-10-17 | 1 | -2/+3 |
* | Basic support for getGlobalLinkName. | Jim Laskey | 2006-10-17 | 1 | -0/+10 |
* | Jimptables working again on alpha. | Andrew Lenharth | 2006-10-11 | 1 | -1/+1 |
* | If a target uses a GOT, put it in the jt data section, not the text | Chris Lattner | 2006-10-06 | 1 | -4/+12 |
* | Don't crash if an MBB doesn't have an LLVM BB | Chris Lattner | 2006-10-05 | 1 | -1/+1 |
* | Emit pic jumptables to the same section that the function is emitted to, | Chris Lattner | 2006-10-05 | 1 | -1/+4 |
* | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner | 2006-10-05 | 1 | -1/+2 |
* | move getSectionForFunction to AsmPrinter | Chris Lattner | 2006-10-05 | 1 | -0/+4 |
* | Use $( $| $) to represent alternatives in asm blocks instead of {|}. This | Chris Lattner | 2006-10-03 | 1 | -28/+34 |
* | simplify code | Chris Lattner | 2006-09-28 | 1 | -1/+1 |
* | Add support for ${:private} which prints "L" on darwin. | Chris Lattner | 2006-09-27 | 1 | -1/+3 |
* | Add support for ${:comment}, which expands to the current target's comment | Chris Lattner | 2006-09-26 | 1 | -0/+24 |
* | Add support for targets that want to do something with the llvm.used list, | Chris Lattner | 2006-09-26 | 1 | -2/+21 |
* | Add support for other relocation bases to jump tables, as well as custom asm ... | Andrew Lenharth | 2006-09-24 | 1 | -3/+8 |
* | oops | Andrew Lenharth | 2006-09-18 | 1 | -1/+0 |
* | absolute addresses must match pointer size | Andrew Lenharth | 2006-09-18 | 1 | -0/+1 |
* | Use MachineConstantPoolEntry getOffset() and getType() accessors. | Evan Cheng | 2006-09-14 | 1 | -13/+7 |
* | Added support for machine specific constantpool values. These are useful for | Evan Cheng | 2006-09-12 | 1 | -35/+58 |
* | Make target asm info a property of the target machine. | Jim Laskey | 2006-09-07 | 1 | -1/+2 |
* | Fix pasto that was breaking x86 tests. | Evan Cheng | 2006-09-07 | 1 | -2/+2 |
* | Separate target specific asm properties from the asm printers. | Jim Laskey | 2006-09-06 | 1 | -132/+105 |
* | Don't call isDef on non-registers | Chris Lattner | 2006-09-05 | 1 | -1/+2 |
* | Emit .set directives for jump table entries when possible, which reduces | Nate Begeman | 2006-08-12 | 1 | -3/+39 |
* | Instead of blindly looking past constantexpr casts, actually constant | Chris Lattner | 2006-07-29 | 1 | -14/+20 |
* | Print empty inline asms as a blank line instead of: | Chris Lattner | 2006-07-28 | 1 | -1/+8 |
* | Code cleanups, per review | Nate Begeman | 2006-07-27 | 1 | -3/+7 |
* | Support jump tables when in PIC relocation model | Nate Begeman | 2006-07-27 | 1 | -16/+18 |
* | On 64-bit targets like ppc64, we should use .quad to output pointer directives, | Chris Lattner | 2006-07-15 | 1 | -1/+9 |
* | Add support to print 4-, 8-, and 16- byte constant literals in special | Evan Cheng | 2006-06-29 | 1 | -10/+48 |
* | Was pointed out that structure alignment and type alignment are not the same | Jim Laskey | 2006-06-15 | 1 | -0/+3 |
* | Alignment of globals has not been quite right. Needed to drop the pointer type | Jim Laskey | 2006-06-15 | 1 | -5/+3 |
* | Assert. Rather than silently stop printing. | Evan Cheng | 2006-06-15 | 1 | -0/+2 |