summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAge
* Add a printSetLabel that takes two id's.Evan Cheng2006-11-01
* Unbreaking static ctors patch.Anton Korobeynikov2006-10-31
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-24
* Clean up interface to getGlobalLinkName.Jim Laskey2006-10-17
* Basic support for getGlobalLinkName.Jim Laskey2006-10-17
* Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner2006-10-05
* move getSectionForFunction to AsmPrinter.Chris Lattner2006-10-05
* Add support for ${:comment}, which expands to the current target's commentChris Lattner2006-09-26
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-26
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-12
* Make target asm info a property of the target machine.Jim Laskey2006-09-07
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-06
* Emit .set directives for jump table entries when possible, which reducesNate Begeman2006-08-12
* Support jump tables when in PIC relocation modelNate Begeman2006-07-27
* Add support to print 4-, 8-, and 16- byte constant literals in specialEvan Cheng2006-06-29
* Allow EmitConstantPool to be redefined by derived classes.Evan Cheng2006-06-28
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-23
* Fix some doxygen usage in these headers.Reid Spencer2006-05-19
* Implement MASM sections correctly, without a "has masm sections flag" and aChris Lattner2006-05-09
* Split SwitchSection into the SwitchTo{Text|Data}Section functions, to betterChris Lattner2006-05-09
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-02
* De-virtualize SwitchSection.Jeff Cohen2006-05-02
* De-virtualize EmitZeroes.Jeff Cohen2006-05-02
* Finish support for Microsoft ML/MASM. May still be a few rough edges.Jeff Cohen2006-05-02
* Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more...Jeff Cohen2006-05-02
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22
* Add a PrintAsmMemoryOperand method for printing addressesChris Lattner2006-02-24
* Add support for assembler directives that wrap inline asmChris Lattner2006-02-08
* Change the prototype of PrintAsmOperandChris Lattner2006-02-06
* add a new method, getPreferredAlignmentLog.Chris Lattner2006-02-05
* add a new PrintAsmOperand method, move some stuff around for ease of reading.Chris Lattner2006-02-01
* add a methodChris Lattner2006-01-27
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-04
* Tie dwarf generation to darwin assembler.Jim Laskey2006-01-04
* Add a couple more fields, move ctor init list to .cpp file, add supportChris Lattner2005-12-13
* Add a new flagChris Lattner2005-11-21
* Add some more directivesChris Lattner2005-11-21
* add two more config directives, add method for printing constant poolChris Lattner2005-11-21
* Make the AsmPrinter keep track of the notion of a function number.Chris Lattner2005-11-21
* Capitalize methods for better consistencyChris Lattner2005-11-21
* Add section switching to to common AsmPrinter code.Chris Lattner2005-11-21
* Add a new option.Chris Lattner2005-11-21
* Teach emitAlignment to handle explicit alignment requests by globals.Chris Lattner2005-11-14
* add support for .asciz, and enable it by default. If your target assemblerChris Lattner2005-11-10
* Remove trailing whitespaceMisha Brukman2005-04-21
* a wise man once said:Duraid Madina2005-04-03
* add support for prefix/suffix strings to go around GlobalValue(s)Duraid Madina2005-04-02
* Adjust prototypeChris Lattner2005-01-08
* Alkis pointed out that this is not a character (we actually support strings)Chris Lattner2004-08-18
* new methodChris Lattner2004-08-17