aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter.cpp
AgeCommit message (Expand)Author
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-23Fix a bunch of inline asm failuresChris Lattner
2007-01-18add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner
2007-01-16Fix for PR1095:Bill Wendling
2007-01-15rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner
2007-01-12Simplify codeChris Lattner
2007-01-12For PR1064:Reid Spencer
2007-01-12Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2006-12-31For PR950:Reid Spencer
2006-12-21Just print integer constants as signed values. The actual signednessReid Spencer
2006-12-19Fix for PR1059: http://llvm.org/PR1059Anton Korobeynikov
2006-12-18move ExtWeakSymbols to AsmPrinterRafael Espindola
2006-12-141. Tidy up jump table info.Jim Laskey
2006-12-12split up inttoptr from ptrtoint handling, the cases aren't similar at all.Chris Lattner
2006-12-12the operand of a bitcast is always the right size, just emit it in place.Chris Lattner
2006-12-12Tidy up a bit.Reid Spencer
2006-12-12Change inferred cast creation calls to more specific cast creations.Reid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-29Converted to using llvm streams instead of <iostream>sBill Wendling
2006-11-27For PR950:Reid Spencer
2006-11-20Global label not handled correctly.Jim Laskey
2006-11-01Add a printSetLabel that takes two id's.Evan Cheng
2006-10-311. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov
2006-10-28don't print dead jump tablesChris Lattner
2006-10-24Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel
2006-10-20For PR950:Reid Spencer
2006-10-17Clean up interface to getGlobalLinkName.Jim Laskey
2006-10-17Basic support for getGlobalLinkName.Jim Laskey
2006-10-11Jimptables working again on alpha.Andrew Lenharth
2006-10-06If a target uses a GOT, put it in the jt data section, not the textChris Lattner
2006-10-05Don't crash if an MBB doesn't have an LLVM BBChris Lattner
2006-10-05Emit pic jumptables to the same section that the function is emitted to,Chris Lattner
2006-10-05Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner
2006-10-05move getSectionForFunction to AsmPrinterChris Lattner
2006-10-03Use $( $| $) to represent alternatives in asm blocks instead of {|}. ThisChris Lattner
2006-09-28simplify codeChris Lattner
2006-09-27Add support for ${:private} which prints "L" on darwin.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-24Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth
2006-09-18oopsAndrew Lenharth
2006-09-18absolute addresses must match pointer sizeAndrew Lenharth
2006-09-14Use MachineConstantPoolEntry getOffset() and getType() accessors.Evan Cheng
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-07Fix pasto that was breaking x86 tests.Evan Cheng
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey