aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for changes in DwarfWriter.Jim Laskey2007-02-211-0/+5
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-0/+4
* Migrate print routines to asm to be shared by exception handling.Jim Laskey2007-01-251-0/+62
* Use asm printer to emit alignmentJim Laskey2007-01-241-0/+2
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-181-0/+5
* Add a printSetLabel that takes two id's.Evan Cheng2006-11-011-0/+2
* Unbreaking static ctors patch.Anton Korobeynikov2006-10-311-2/+2
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-241-5/+0
* Clean up interface to getGlobalLinkName.Jim Laskey2006-10-171-2/+1
* Basic support for getGlobalLinkName.Jim Laskey2006-10-171-1/+8
* Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner2006-10-051-1/+1
* move getSectionForFunction to AsmPrinter.Chris Lattner2006-10-051-0/+6
* Add support for ${:comment}, which expands to the current target's commentChris Lattner2006-09-261-0/+8
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-261-0/+1
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-121-1/+8
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-2/+2
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-061-155/+13
* Emit .set directives for jump table entries when possible, which reducesNate Begeman2006-08-121-1/+9
* Support jump tables when in PIC relocation modelNate Begeman2006-07-271-3/+9
* Add support to print 4-, 8-, and 16- byte constant literals in specialEvan Cheng2006-06-291-1/+11
* Allow EmitConstantPool to be redefined by derived classes.Evan Cheng2006-06-281-1/+1
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-231-4/+4
* Fix some doxygen usage in these headers.Reid Spencer2006-05-191-2/+4
* Implement MASM sections correctly, without a "has masm sections flag" and aChris Lattner2006-05-091-1/+12
* Split SwitchSection into the SwitchTo{Text|Data}Section functions, to betterChris Lattner2006-05-091-3/+19
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-021-1/+3
* De-virtualize SwitchSection.Jeff Cohen2006-05-021-3/+2
* De-virtualize EmitZeroes.Jeff Cohen2006-05-021-1/+2
* Finish support for Microsoft ML/MASM. May still be a few rough edges.Jeff Cohen2006-05-021-1/+3
* Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more...Jeff Cohen2006-05-021-1/+6
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-0/+14
* Add a PrintAsmMemoryOperand method for printing addressesChris Lattner2006-02-241-1/+9
* Add support for assembler directives that wrap inline asmChris Lattner2006-02-081-0/+5
* Change the prototype of PrintAsmOperandChris Lattner2006-02-061-1/+1
* add a new method, getPreferredAlignmentLog.Chris Lattner2006-02-051-0/+4
* add a new PrintAsmOperand method, move some stuff around for ease of reading.Chris Lattner2006-02-011-9/+16
* add a methodChris Lattner2006-01-271-0/+3
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-041-40/+5
* Tie dwarf generation to darwin assembler.Jim Laskey2006-01-041-1/+40
* Add a couple more fields, move ctor init list to .cpp file, add supportChris Lattner2005-12-131-26/+26
* Add a new flagChris Lattner2005-11-211-1/+6
* Add some more directivesChris Lattner2005-11-211-1/+18
* add two more config directives, add method for printing constant poolChris Lattner2005-11-211-1/+20
* Make the AsmPrinter keep track of the notion of a function number.Chris Lattner2005-11-211-2/+19
* Capitalize methods for better consistencyChris Lattner2005-11-211-10/+10
* Add section switching to to common AsmPrinter code.Chris Lattner2005-11-211-0/+13
* Add a new option.Chris Lattner2005-11-211-0/+6
* Teach emitAlignment to handle explicit alignment requests by globals.Chris Lattner2005-11-141-2/+3
* add support for .asciz, and enable it by default. If your target assemblerChris Lattner2005-11-101-1/+7
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3