| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a routine for emitting .file directives, for setting up | Dan Gohman | 2007-09-24 | 1 | -0/+3 |
* | Don't pass back a reference to a temporary. | Bill Wendling | 2007-09-18 | 1 | -1/+1 |
* | The exception handling function info should be reset for each new | Bill Wendling | 2007-09-18 | 1 | -5/+0 |
* | Objective-C was generating EH frame info like this: | Bill Wendling | 2007-09-18 | 1 | -0/+10 |
* | Fix minor doxygen nits. | Reid Spencer | 2007-08-05 | 1 | -1/+1 |
* | EmitAlignment() also emits optional fill value. | Evan Cheng | 2007-07-25 | 1 | -2/+5 |
* | Fix the asmprinter so that a globalvalue can specify an explicit alignment | Chris Lattner | 2007-05-31 | 1 | -2/+12 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+2 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -0/+1 |
* | Add support for changes in DwarfWriter. | Jim Laskey | 2007-02-21 | 1 | -0/+5 |
* | Make LABEL a builtin opcode. | Jim Laskey | 2007-01-26 | 1 | -0/+4 |
* | Migrate print routines to asm to be shared by exception handling. | Jim Laskey | 2007-01-25 | 1 | -0/+62 |
* | Use asm printer to emit alignment | Jim Laskey | 2007-01-24 | 1 | -0/+2 |
* | move ExtWeakSymbols to AsmPrinter | Rafael Espindola | 2006-12-18 | 1 | -0/+5 |
* | Add a printSetLabel that takes two id's. | Evan Cheng | 2006-11-01 | 1 | -0/+2 |
* | Unbreaking static ctors patch. | Anton Korobeynikov | 2006-10-31 | 1 | -2/+2 |
* | Move getPreferredAlignmentLog from AsmPrinter to TargetData | Devang Patel | 2006-10-24 | 1 | -5/+0 |
* | Clean up interface to getGlobalLinkName. | Jim Laskey | 2006-10-17 | 1 | -2/+1 |
* | Basic support for getGlobalLinkName. | Jim Laskey | 2006-10-17 | 1 | -1/+8 |
* | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner | 2006-10-05 | 1 | -1/+1 |
* | move getSectionForFunction to AsmPrinter. | Chris Lattner | 2006-10-05 | 1 | -0/+6 |
* | Add support for ${:comment}, which expands to the current target's comment | Chris Lattner | 2006-09-26 | 1 | -0/+8 |
* | Add support for targets that want to do something with the llvm.used list, | Chris Lattner | 2006-09-26 | 1 | -0/+1 |
* | Added support for machine specific constantpool values. These are useful for | Evan Cheng | 2006-09-12 | 1 | -1/+8 |
* | Make target asm info a property of the target machine. | Jim Laskey | 2006-09-07 | 1 | -2/+2 |
* | Separate target specific asm properties from the asm printers. | Jim Laskey | 2006-09-06 | 1 | -155/+13 |
* | Emit .set directives for jump table entries when possible, which reduces | Nate Begeman | 2006-08-12 | 1 | -1/+9 |
* | Support jump tables when in PIC relocation model | Nate Begeman | 2006-07-27 | 1 | -3/+9 |
* | Add support to print 4-, 8-, and 16- byte constant literals in special | Evan Cheng | 2006-06-29 | 1 | -1/+11 |
* | Allow EmitConstantPool to be redefined by derived classes. | Evan Cheng | 2006-06-28 | 1 | -1/+1 |
* | Add and sort "sections" in debug lines. This always stepping through | Jim Laskey | 2006-06-23 | 1 | -4/+4 |
* | Fix some doxygen usage in these headers. | Reid Spencer | 2006-05-19 | 1 | -2/+4 |
* | Implement MASM sections correctly, without a "has masm sections flag" and a | Chris Lattner | 2006-05-09 | 1 | -1/+12 |
* | Split SwitchSection into the SwitchTo{Text|Data}Section functions, to better | Chris Lattner | 2006-05-09 | 1 | -3/+19 |
* | Extend printBasicBlockLabel a bit so that it can be used to print all | Nate Begeman | 2006-05-02 | 1 | -1/+3 |
* | De-virtualize SwitchSection. | Jeff Cohen | 2006-05-02 | 1 | -3/+2 |
* | De-virtualize EmitZeroes. | Jeff Cohen | 2006-05-02 | 1 | -1/+2 |
* | Finish support for Microsoft ML/MASM. May still be a few rough edges. | Jeff Cohen | 2006-05-02 | 1 | -1/+3 |
* | Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more... | Jeff Cohen | 2006-05-02 | 1 | -1/+6 |
* | JumpTable support! What this represents is working asm and jit support for | Nate Begeman | 2006-04-22 | 1 | -0/+14 |
* | Add a PrintAsmMemoryOperand method for printing addresses | Chris Lattner | 2006-02-24 | 1 | -1/+9 |
* | Add support for assembler directives that wrap inline asm | Chris Lattner | 2006-02-08 | 1 | -0/+5 |
* | Change the prototype of PrintAsmOperand | Chris Lattner | 2006-02-06 | 1 | -1/+1 |
* | add a new method, getPreferredAlignmentLog. | Chris Lattner | 2006-02-05 | 1 | -0/+4 |
* | add a new PrintAsmOperand method, move some stuff around for ease of reading. | Chris Lattner | 2006-02-01 | 1 | -9/+16 |
* | add a method | Chris Lattner | 2006-01-27 | 1 | -0/+3 |
* | Applied some recommend changes from sabre. The dominate one beginning "let the | Jim Laskey | 2006-01-04 | 1 | -40/+5 |
* | Tie dwarf generation to darwin assembler. | Jim Laskey | 2006-01-04 | 1 | -1/+40 |