Add catch block handling to SjLj exception handling.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2009-08-12 Jim GrosbachAdd catch block handling to SjLj exception handling.
2009-08-11 Chris LattnerChange the asmprinter to print the comment character...
2009-08-11 Chris Lattner"TAI::JumpTableDirective" is always null for current...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-10 David GreeneAdd support for printing loop structure information...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Chris Lattner1. Make MCSection an abstract class.
2009-08-08 Chris Lattnereliminate TargetLoweringObjectFileSparc in favor of...
2009-08-07 Chris Lattnercode cleanup
2009-08-07 Chris Lattnerremove a bunch of now-dead crud from the asmprinter...
2009-08-07 Chris Lattnertidy up
2009-08-05 David GreeneFix some column padding bugs, reorganize things as...
2009-08-05 Chris Lattnerremove the 'DataSectionStartSuffix' and 'TextSectionSta...
2009-08-05 Chris Lattneradd a temporary hook to allow reuse of the asmprinter...
2009-08-04 Chris Lattnerrip out SectionEndDirectiveSuffix support, only uses by
2009-08-03 Chris Lattnereliminate CurrentSection, rename CurrentSection_ -...
2009-08-03 Chris LattnerKill off SwitchToDataSection and SwitchToTextSection...
2009-08-03 Chris Lattnermake getObjFileLowering() return a non-const reference.
2009-08-03 Chris Lattnermake SwitchToSection accept null sections for now.
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerconvert EHFrameSection to be managed by TLOF instead...
2009-08-02 Chris LattnerFix some fixme's in #if 0'd code by making it dependent...
2009-08-02 Chris Lattnermove getDwarfExceptionSection from TAI to TLOF and...
2009-08-02 Chris Lattnerconvert ctors/dtors section to be in TLOF instead of
2009-08-01 Chris Lattner(re)introduce new simpler apis for creation sectionkinds.
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris Lattnerloweringinfo is always non-null.
2009-08-01 Chris Lattnerfix a problem Eli noticed where we would compile the...
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-07-31 Dan GohmanUse setPreservesAll and setPreservesCFG in CodeGen...
2009-07-31 Chris Lattneradd some comments on how this is *supposed* to work...
2009-07-31 Chris Lattnerrearrange a conditional. Even if this weren't #if...
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-31 Chris Lattnermove emitUsedDirectiveFor to TargetLoweringObjectFile...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-30 Devang PatelStart using DebugInfoFinder.
2009-07-29 Bill WendlingForgot to output the base offset.
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Bill WendlingMove comment to above method.
2009-07-29 Bill Wendling- Temporarily unbreak the build by forcing the TType...
2009-07-28 Bill WendlingCleanup code to use iterators instead of ".size()".
2009-07-28 Bill WendlingDoxygenify comments.
2009-07-28 Bill WendlingSplit out large loop into it's very own method. No...
2009-07-28 Bill WendlingOutput the EH TType format and base offset only if...
2009-07-28 Bill WendlingUse the preferred EH data format for the preferred...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnermake SectionKind know whether a symbol is weak or not...
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris Lattnertwo files I missed in the last commit.
2009-07-26 Chris Lattnersimplify getSectionForMergableConstant to take a Sectio...
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-24 Chris Lattnerremove a use of SectionFlagsForGlobal.
2009-07-24 Chris Lattnerdocument SectionFlags::Named better and make it more...
2009-07-22 David GreenePut comment printing under asm-verbose.
2009-07-22 Chris Lattnerremove the SelectSectionForMachineConst hook, replacing...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-20 Bill WendlingPass in the unfortunately named "LessPrivatePrefix...
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-17 Chris Lattnerremove AsmPrinter::findGlobalValue, just use Value...
2009-07-17 Chris LattnerUse more terse and precise linkage checks.
2009-07-17 Chris Lattnerthese two pieces of code are the same because we always
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-17 Chris Lattnerfix include guard.
2009-07-16 David GreeneEmit line numbers in asm comments when available.
2009-07-16 Devang PatelSkip special LLVM prefix '1' while emitting linknage...
2009-07-15 Chris Lattnerremove printSuffixedName.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName. These two files...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-13 Devang PatelUse assertion.
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
2009-07-13 Devang Patelrevert rev. 75503 for now.
2009-07-13 Devang PatelUse Mangler to remove leading '1' from linkage names.
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-07 Devang PatelAccidently dropped this while removing dead code in...
2009-07-07 Devang PatelRemove dead code.
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-29 Devang PatelStruct types are described using field types only.
2009-06-29 Devang Patels/MainCU/ModuleCU/g
2009-06-29 Devang PatelMultiple DW_TAG_compile_unit is not used, afaict, on...
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-25 Devang PatelSimplify.
2009-06-25 Owen AndersonPrivatize some more debug-related static data.
2009-06-24 Owen AndersonDown with _even more_ statics!
2009-06-24 Owen AndersonDown with statics!
2009-06-24 Owen AndersonMove local statics to per-instance variables.
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
next