[MMI] Use TinyPtrVector instead of PointerUnion with vector.
[oota-llvm.git] / include / llvm / CodeGen / MachineModuleInfo.h
2015-06-29 Benjamin Kramer[MMI] Use TinyPtrVector instead of PointerUnion with...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-11 Pete CooperRemove MachineModuleInfo::UsedFunctions as it has no...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-23 Reid KlecknerRe-commit "[SEH] Remove the old __C_specific_handler...
2015-04-23 Reid KlecknerRevert "[SEH] Remove the old __C_specific_handler code...
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 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-07 Rafael EspindolaClear the stub map in getSortedStubs.
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 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-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
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...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2013-08-15 Bill WendlingMake a few more things const.
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-03-18 Jakub StaszakAdd some constantness.
2013-02-20 Jakub StaszakRemove unneeded #include.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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 CarruthSort the #include lines for the include/... tree with...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-02-22 Michael J. SpencerProperly emit _fltused with FastISel. Refactor to share...
2011-10-05 Bill WendlingAdd accessor method to check if the landing pad symbol...
2011-10-05 Bill WendlingAdd an ivar that maps a landing pad's EH symbol to...
2011-10-04 Bill WendlingDoxygen-ize comments. No functionality change.
2011-10-04 Bill WendlingAdd method to determine if a begin label has a call...
2011-07-28 Bill WendlingUse ArrayRef instead of requiring an std::vector.
2011-07-22 Bill WendlingAdd a method to set the compact unwind info.
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 ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-06-11 Bill WendlingReformatting. Moving class definitions to more natural...
2011-01-05 Wesley PeckFix small bug in setDebugInfoAvailability.
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-11-29 Michael J. SpencerMerge System into Support.
2010-10-21 Michael J. SpencerCodeGen-Windows: Only emit _fltused if a VarArg functio...
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-16 Michael J. SpencerWhitespace!
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 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-06 Chris LattnerGive MachineModuleInfo an actual Module*.
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
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 Lattneruse Label->isDefined() instead of isLabelDeleted()...
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-10 Bill WendlingAdd a bit along with the MCSymbols stored in the Machin...
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-03-09 Chris Lattnerinline RemapLabel into its only caller and simplify.
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-26 Chris Lattnerremove a noop function.
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Chris Lattnerremove a couple of asserts that use RTTI.
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2009-12-28 Chris LattnerMetadata.h doesn't need to include ValueHandle.h anymore.
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-11-10 Devang PatelImplement support to debug inlined functions.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-22 Devang PatelUsing TrackingVH instead of WeakVH or WeakMetadataVH.
2009-10-12 Devang PatelEnable "debug info attached to an instruction" mode.
2009-10-09 Devang PatelExtract scope information from the variable itself...
next