aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
AgeCommit message (Expand)Author
2008-01-07Enabling the target-independent garbage collection infrastructure by hooking itGordon Henriksen
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-14Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov
2007-11-09Much improved pic jumptable codegen:Evan Cheng
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-09-24Add a routine for emitting .file directives, for setting upDan Gohman
2007-09-18Don't pass back a reference to a temporary.Bill Wendling
2007-09-18The exception handling function info should be reset for each newBill Wendling
2007-09-18Objective-C was generating EH frame info like this:Bill Wendling
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-07-25EmitAlignment() also emits optional fill value.Evan Cheng
2007-05-31Fix the asmprinter so that a globalvalue can specify an explicit alignmentChris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-02-21Add support for changes in DwarfWriter.Jim Laskey
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2007-01-25Migrate print routines to asm to be shared by exception handling.Jim Laskey
2007-01-24Use asm printer to emit alignmentJim Laskey
2006-12-18move ExtWeakSymbols to AsmPrinterRafael Espindola
2006-11-01Add a printSetLabel that takes two id's.Evan Cheng
2006-10-31Unbreaking static ctors patch.Anton Korobeynikov
2006-10-24Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel
2006-10-17Clean up interface to getGlobalLinkName.Jim Laskey
2006-10-17Basic support for getGlobalLinkName.Jim Laskey
2006-10-05Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner
2006-10-05move getSectionForFunction to AsmPrinter.Chris Lattner
2006-09-26Add support for ${:comment}, which expands to the current target's commentChris Lattner
2006-09-26Add support for targets that want to do something with the llvm.used list,Chris Lattner
2006-09-12Added support for machine specific constantpool values. These are useful forEvan Cheng
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
2006-08-12Emit .set directives for jump table entries when possible, which reducesNate Begeman
2006-07-27Support jump tables when in PIC relocation modelNate Begeman
2006-06-29Add support to print 4-, 8-, and 16- byte constant literals in specialEvan Cheng
2006-06-28Allow EmitConstantPool to be redefined by derived classes.Evan Cheng
2006-06-23Add and sort "sections" in debug lines. This always stepping throughJim Laskey
2006-05-19Fix some doxygen usage in these headers.Reid Spencer
2006-05-09Implement MASM sections correctly, without a "has masm sections flag" and aChris Lattner
2006-05-09Split SwitchSection into the SwitchTo{Text|Data}Section functions, to betterChris Lattner
2006-05-02Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman
2006-05-02De-virtualize SwitchSection.Jeff Cohen
2006-05-02De-virtualize EmitZeroes.Jeff Cohen
2006-05-02Finish support for Microsoft ML/MASM. May still be a few rough edges.Jeff Cohen
2006-05-02Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more...Jeff Cohen
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman