aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter.cpp
AgeCommit message (Expand)Author
2007-02-21Exception handling support.Jim Laskey
2007-02-21Add support for changes in DwarfWriter.Jim Laskey
2007-02-16test commit (blank line)Dale Johannesen
2007-02-15For PR1195:Reid Spencer
2007-02-10eliminate temporary vectors.Chris Lattner
2007-02-10encapsulate the rest of the StructLayout members.Chris Lattner
2007-02-10Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner
2007-02-06Oops, swap this. This fixes a regression I introduced in the ARM backend.Chris Lattner
2007-02-05Fix PR1178Chris Lattner
2007-02-04Fixing silly "not-implemented" bug in AsmPrinter. This fixes PR1169.Anton Korobeynikov
2007-02-01Emit labels as label_n and not as debug_nJim Laskey
2007-02-01Support for non-landing pad exception handling.Jim Laskey
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim 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-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