Age | Commit message (Expand) | Author |
2007-01-26 | Make LABEL a builtin opcode. | Jim Laskey |
2007-01-25 | Migrate print routines to asm to be shared by exception handling. | Jim Laskey |
2007-01-24 | Use asm printer to emit alignment | Jim Laskey |
2006-12-18 | move ExtWeakSymbols to AsmPrinter | Rafael Espindola |
2006-11-01 | Add a printSetLabel that takes two id's. | Evan Cheng |
2006-10-31 | Unbreaking static ctors patch. | Anton Korobeynikov |
2006-10-24 | Move getPreferredAlignmentLog from AsmPrinter to TargetData | Devang Patel |
2006-10-17 | Clean up interface to getGlobalLinkName. | Jim Laskey |
2006-10-17 | Basic support for getGlobalLinkName. | Jim Laskey |
2006-10-05 | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner |
2006-10-05 | move getSectionForFunction to AsmPrinter. | 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-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-06 | Separate target specific asm properties from the asm printers. | Jim Laskey |
2006-08-12 | Emit .set directives for jump table entries when possible, which reduces | Nate Begeman |
2006-07-27 | Support jump tables when in PIC relocation model | Nate Begeman |
2006-06-29 | Add support to print 4-, 8-, and 16- byte constant literals in special | Evan Cheng |
2006-06-28 | Allow EmitConstantPool to be redefined by derived classes. | Evan Cheng |
2006-06-23 | Add and sort "sections" in debug lines. This always stepping through | Jim Laskey |
2006-05-19 | Fix some doxygen usage in these headers. | Reid Spencer |
2006-05-09 | Implement MASM sections correctly, without a "has masm sections flag" and a | Chris Lattner |
2006-05-09 | Split SwitchSection into the SwitchTo{Text|Data}Section functions, to better | Chris Lattner |
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 | Finish support for Microsoft ML/MASM. May still be a few rough edges. | Jeff Cohen |
2006-05-02 | Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more... | Jeff Cohen |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-02-24 | Add a PrintAsmMemoryOperand method for printing addresses | Chris Lattner |
2006-02-08 | Add support for assembler directives that wrap inline asm | Chris Lattner |
2006-02-06 | Change the prototype of PrintAsmOperand | Chris Lattner |
2006-02-05 | add a new method, getPreferredAlignmentLog. | Chris Lattner |
2006-02-01 | add a new PrintAsmOperand method, move some stuff around for ease of reading. | Chris Lattner |
2006-01-27 | add a method | Chris Lattner |
2006-01-04 | Applied some recommend changes from sabre. The dominate one beginning "let the | Jim Laskey |
2006-01-04 | Tie dwarf generation to darwin assembler. | Jim Laskey |
2005-12-13 | Add a couple more fields, move ctor init list to .cpp file, add support | Chris Lattner |
2005-11-21 | Add a new flag | Chris Lattner |
2005-11-21 | Add some more directives | Chris Lattner |
2005-11-21 | add two more config directives, add method for printing constant pool | Chris Lattner |
2005-11-21 | Make the AsmPrinter keep track of the notion of a function number. | Chris Lattner |
2005-11-21 | Capitalize methods for better consistency | Chris Lattner |
2005-11-21 | Add section switching to to common AsmPrinter code. | Chris Lattner |
2005-11-21 | Add a new option. | Chris Lattner |
2005-11-14 | Teach emitAlignment to handle explicit alignment requests by globals. | Chris Lattner |
2005-11-10 | add support for .asciz, and enable it by default. If your target assembler | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-03 | a wise man once said: | Duraid Madina |