[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works
[oota-llvm.git] / lib / CodeGen / MachineModuleInfo.cpp
2015-04-22 Reid Kleckner[SEH] Remove the old __C_specific_handler code now...
2015-04-21 Reid KlecknerRe-land r235154-r235156 under the existing -sehprepare...
2015-04-17 Nico WeberRevert r235154-r235156, they cause asserts when buildin...
2015-04-17 Reid Kleckner[SEH] Reimplement x64 SEH using WinEHPrepare
2015-04-15 Reid Kleckner[WinEH] Try to make the MachineFunction CFG more accurate
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-02-14 Reid KlecknerUnify the two EH personality classification routines...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-14 Reid KlecknerUse MMI->getPersonality() instead of MMI->getPersonalit...
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2014-12-30 Peter Collingbournex86_64: Fix calls to __morestack under the large code...
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-08-15 Rafael EspindolaDelete dead code. NFC.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-09 Benjamin KramerMachineModuleInfo: Turn nested std::pairs into a proper...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-01-04 Pedro Artigassmall fixes to enable the reuse of the pass manager...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-06 Pedro Artigasfixed valgrind issues of prior commit, this change...
2012-12-06 NAKAMURA TakumiRevert r169456, "change MCContext to work on the doInit...
2012-12-06 Pedro Artigaschange MCContext to work on the doInitialization/doFina...
2012-12-05 Pedro Artigas- Added calls to doInitialization/doFinalization to...
2012-12-03 Pedro Artigasmoves doInitialization and doFinalization to the Pass...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-02-22 Michael J. SpencerProperly emit _fltused with FastISel. Refactor to share...
2012-02-14 Benjamin KramerTurn push_back loops into append/insert.
2012-02-13 Bill WendlingDon't recalculate the size of the vector each time...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-10-05 Bill WendlingAdd an ivar that maps a landing pad's EH symbol to...
2011-07-28 Bill WendlingUse ArrayRef instead of requiring an std::vector.
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Bill WendlingRename CompactEncoding to CompactUnwindEncoding.
2011-07-18 Bill WendlingMove the compact encoding from the target-specific...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-10-21 Michael J. SpencerCodeGen-Windows: Only emit _fltused if a VarArg functio...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-16 Michael J. SpencerWhitespace!
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-04 Chris Lattnerzap dead code.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-16 Dan GohmanRevert r108369, sorting llvm.dbg.declare information...
2010-07-14 Dan GohmanMake the order in which variables are described in...
2010-04-16 Bill WendlingThe JIT calls TidyLandingPads to tidy up the landing...
2010-04-15 Gabor Greifprune includes
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-06 Chris LattnerGive MachineModuleInfo an actual Module*.
2010-03-22 Chris LattnerFix PR6673: updating the callback should not clear...
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
2010-03-15 Chris LattnerImplement support for the case when a reference to...
2010-03-15 Chris LattnerFix the case when a reference to an address taken BB...
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattnereliminate InvalidateLabel and LabelIDList from MMI...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-02-06 Bob WilsonFix an uninitialized value. Radar 7609421.
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2009-11-24 Devang PatelRemove DebugLabelFolder pass. It is not used by dwarf...
2009-11-12 Devang Patel"Attach debug info with llvm instructions" mode was...
2009-10-08 Devang PatelClear variable debug info map at the end of the function.
2009-09-30 Devang PatelSimplify.
2009-09-16 Chris Lattnerthe pointer MMI keeps will start out with object-file...
2009-09-15 Chris Lattneradd hooks to hang target-specific goop off MachineModul...
2009-08-26 Eric ChristopherRework getPersonalityIndex slightly - 0 is now a valid...
2009-08-26 Eric ChristopherIf we're emitting additional CIEs due to personality...
2009-08-26 Eric ChristopherNuke trailing whitespace.
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-07-31 Dan GohmanUse setPreservesAll and setPreservesCFG in CodeGen...
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Chris Lattneruse stripPointerCasts to simplify some code.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-04-10 Devang PatelDebugLabelFolder ruthlessly deletes redundant labels...
2009-02-03 Devang PatelRemove dead code.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-13 Devang PatelRemovoe MachineModuleInfo methods (and related DebugInf...
2009-01-13 Devang PatelKeep "has debug info" big in MachineModuleInfo to avoid...
2008-12-10 Evan ChengFix a couple of Dwarf bugs.
2008-11-10 Chris LattnerFix an over aggressive assumption that struct decls...
2008-10-16 Dan GohmanMove the include of MachineLocation.h into MachineModul...
2008-09-22 Evan ChengInstead of setPreservesAll, just mark them preseving...
2008-09-22 Evan ChengMark several codegen passes as preserving all analysis.
next