summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emit labels as label_n and not as debug_nJim Laskey2007-02-011-1/+1
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-2/+2
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-2/+2
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-0/+10
* Migrate print routines to asm to be shared by exception handling.Jim Laskey2007-01-251-28/+195
* Fix a bunch of inline asm failuresChris Lattner2007-01-231-0/+1
* add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner2007-01-181-1/+9
* Fix for PR1095:Bill Wendling2007-01-161-3/+3
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-1/+1
* Simplify codeChris Lattner2007-01-121-4/+1
* For PR1064:Reid Spencer2007-01-121-16/+17
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-1/+1
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-2/+2
* For PR1043:Zhou Sheng2007-01-111-5/+5
* For PR950:Reid Spencer2006-12-311-5/+5
* Just print integer constants as signed values. The actual signednessReid Spencer2006-12-211-7/+1
* Fix for PR1059: http://llvm.org/PR1059Anton Korobeynikov2006-12-191-3/+6
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-181-0/+12
* 1. Tidy up jump table info.Jim Laskey2006-12-141-28/+23
* split up inttoptr from ptrtoint handling, the cases aren't similar at all.Chris Lattner2006-12-121-22/+15
* the operand of a bitcast is always the right size, just emit it in place.Chris Lattner2006-12-121-2/+4
* Tidy up a bit.Reid Spencer2006-12-121-1/+1
* Change inferred cast creation calls to more specific cast creations.Reid Spencer2006-12-121-1/+5
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-19/+18
* Converted to using llvm streams instead of <iostream>sBill Wendling2006-11-291-12/+13
* For PR950:Reid Spencer2006-11-271-1/+14
* Global label not handled correctly.Jim Laskey2006-11-201-3/+11
* Add a printSetLabel that takes two id's.Evan Cheng2006-11-011-0/+13
* 1. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov2006-10-311-6/+6
* don't print dead jump tablesChris Lattner2006-10-281-0/+3
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-241-23/+0
* For PR950:Reid Spencer2006-10-201-11/+12
* Clean up interface to getGlobalLinkName.Jim Laskey2006-10-171-2/+3
* Basic support for getGlobalLinkName.Jim Laskey2006-10-171-0/+10
* Jimptables working again on alpha.Andrew Lenharth2006-10-111-1/+1
* If a target uses a GOT, put it in the jt data section, not the textChris Lattner2006-10-061-4/+12
* Don't crash if an MBB doesn't have an LLVM BBChris Lattner2006-10-051-1/+1
* Emit pic jumptables to the same section that the function is emitted to,Chris Lattner2006-10-051-1/+4
* Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner2006-10-051-1/+2
* move getSectionForFunction to AsmPrinterChris Lattner2006-10-051-0/+4
* Use $( $| $) to represent alternatives in asm blocks instead of {|}. ThisChris Lattner2006-10-031-28/+34
* simplify codeChris Lattner2006-09-281-1/+1
* Add support for ${:private} which prints "L" on darwin.Chris Lattner2006-09-271-1/+3
* Add support for ${:comment}, which expands to the current target's commentChris Lattner2006-09-261-0/+24
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-261-2/+21
* Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth2006-09-241-3/+8
* oopsAndrew Lenharth2006-09-181-1/+0
* absolute addresses must match pointer sizeAndrew Lenharth2006-09-181-0/+1
* Use MachineConstantPoolEntry getOffset() and getType() accessors.Evan Cheng2006-09-141-13/+7
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-121-35/+58
OpenPOWER on IntegriCloud