aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-0/+8
* Don't fill eh frames even though these are text sections.Evan Cheng2008-02-291-2/+6
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-5/+7
* Unbreak teh build.Evan Cheng2008-02-051-0/+6
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-0/+4
* Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...Evan Cheng2008-02-011-4/+5
* Enabling the target-independent garbage collection infrastructure by hooking itGordon Henriksen2008-01-071-0/+4
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov2007-11-141-1/+4
* Much improved pic jumptable codegen:Evan Cheng2007-11-091-5/+6
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-2/+2
* Revert 42908 for now.Evan Cheng2007-10-141-0/+16
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-16/+0
* Add a routine for emitting .file directives, for setting upDan Gohman2007-09-241-0/+3
* Don't pass back a reference to a temporary.Bill Wendling2007-09-181-1/+1
* The exception handling function info should be reset for each newBill Wendling2007-09-181-5/+0
* Objective-C was generating EH frame info like this:Bill Wendling2007-09-181-0/+10
* Fix minor doxygen nits.Reid Spencer2007-08-051-1/+1
* EmitAlignment() also emits optional fill value.Evan Cheng2007-07-251-2/+5
* Fix the asmprinter so that a globalvalue can specify an explicit alignmentChris Lattner2007-05-311-2/+12
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+2
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-0/+1
* 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