Age | Commit message (Expand) | Author |
2006-10-11 | Jimptables working again on alpha. | Andrew Lenharth |
2006-10-06 | If a target uses a GOT, put it in the jt data section, not the text | Chris Lattner |
2006-10-05 | Don't crash if an MBB doesn't have an LLVM BB | Chris Lattner |
2006-10-05 | Emit pic jumptables to the same section that the function is emitted to, | Chris Lattner |
2006-10-05 | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner |
2006-10-05 | move getSectionForFunction to AsmPrinter | Chris Lattner |
2006-10-03 | Use $( $| $) to represent alternatives in asm blocks instead of {|}. This | Chris Lattner |
2006-09-28 | simplify code | Chris Lattner |
2006-09-27 | Add support for ${:private} which prints "L" on darwin. | Chris Lattner |
2006-09-26 | Add support for ${:comment}, which expands to the current target's comment | Chris Lattner |
2006-09-26 | Add support for targets that want to do something with the llvm.used list, | Chris Lattner |
2006-09-24 | Add support for other relocation bases to jump tables, as well as custom asm ... | Andrew Lenharth |
2006-09-18 | oops | Andrew Lenharth |
2006-09-18 | absolute addresses must match pointer size | Andrew Lenharth |
2006-09-14 | Use MachineConstantPoolEntry getOffset() and getType() accessors. | Evan Cheng |
2006-09-12 | Added support for machine specific constantpool values. These are useful for | Evan Cheng |
2006-09-07 | Make target asm info a property of the target machine. | Jim Laskey |
2006-09-07 | Fix pasto that was breaking x86 tests. | Evan Cheng |
2006-09-06 | Separate target specific asm properties from the asm printers. | Jim Laskey |
2006-09-05 | Don't call isDef on non-registers | Chris Lattner |
2006-08-12 | Emit .set directives for jump table entries when possible, which reduces | Nate Begeman |
2006-07-29 | Instead of blindly looking past constantexpr casts, actually constant | Chris Lattner |
2006-07-28 | Print empty inline asms as a blank line instead of: | Chris Lattner |
2006-07-27 | Code cleanups, per review | Nate Begeman |
2006-07-27 | Support jump tables when in PIC relocation model | Nate Begeman |
2006-07-15 | On 64-bit targets like ppc64, we should use .quad to output pointer directives, | Chris Lattner |
2006-06-29 | Add support to print 4-, 8-, and 16- byte constant literals in special | Evan Cheng |
2006-06-15 | Was pointed out that structure alignment and type alignment are not the same | Jim Laskey |
2006-06-15 | Alignment of globals has not been quite right. Needed to drop the pointer type | Jim Laskey |
2006-06-15 | Assert. Rather than silently stop printing. | Evan Cheng |
2006-06-08 | Fix an assert-on-inline-inline-asm bug. | Chris Lattner |
2006-05-12 | Remove dead var | Chris Lattner |
2006-05-12 | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson |
2006-05-09 | Fix a regression in my patch from last night that broke the llvmgcc4 build on | Chris Lattner |
2006-05-09 | Implement MASM sections correctly, without a "has masm sections flag" and a b... | Chris Lattner |
2006-05-09 | Oh yeah, there are two of these now, unify both. | Chris Lattner |
2006-05-09 | Setting SwitchToSectionDirective properly in the MASM backend permits a bunch | Chris Lattner |
2006-05-09 | Don't prefix section directives with a tab. Doing so causes blank lines to | Chris Lattner |
2006-05-09 | Make the masm codepath work like the normal code path. | Chris Lattner |
2006-05-09 | The MASM asmprinter has been fixed, these hacks are no longer needed. | Chris Lattner |
2006-05-09 | Split SwitchSection into SwitchTo{Text|Data}Section methods. | Chris Lattner |
2006-05-06 | Fix some loose ends in MASM support. | Jeff Cohen |
2006-05-05 | Indent multiline asm strings more nicely | Chris Lattner |
2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
2006-05-02 | Print function number instead of name | Nate Begeman |
2006-05-02 | Extend printBasicBlockLabel a bit so that it can be used to print all | Nate Begeman |
2006-05-02 | De-virtualize SwitchSection. | Jeff Cohen |
2006-05-02 | De-virtualize EmitZeroes. | Jeff Cohen |
2006-05-02 | Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more... | Jeff Cohen |
2006-05-01 | Format #APP lines a bit nicer | Chris Lattner |