[WinEH] Try to make the MachineFunction CFG more accurate
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGISel.cpp
2015-04-15 Reid Kleckner[WinEH] Try to make the MachineFunction CFG more accurate
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-03 Duncan P. N. Exon... CodeGen: Assert that inlined-at locations agree
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-19 Hans WennborgSelectionDAGIsel: Fix comment about terminators being...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-03-11 Eric ChristopherRemove useMachineScheduler and replace it with subtarge...
2015-03-07 Benjamin KramerMake constant arrays that are passed to functions as...
2015-03-04 Mehdi AminiUse report_fatal_error instead of unreachable for ...
2015-02-28 Mehdi AminiFixup for recent -fast-isel-abort change: code didn...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2015-02-14 Reid KlecknerUnify the two EH personality classification routines...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-19 Chandler Carruth[PM] Remove the Pass argument from all of the critical...
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-15 Mehdi AminiFix SelectionDAG -view-*-dags filtering
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-14 Reid KlecknerEmit the Itanium LSDA for unknown EH personalities...
2015-01-14 Mehdi AminiSelectionDAG: add a -filter-view-dags option to llc
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-10-09 Eric ChristopherRemove uses of the TargetMachine from FunctionLoweringInfo
2014-10-08 Eric ChristopherGrab the TargetRegisterInfo off of the subtarget from the
2014-10-08 Eric ChristopherCache TargetLowering on SelectionDAGISel and update...
2014-10-08 Eric ChristopherCache SelectionDAGISel TargetInstrInfo lookups on the...
2014-10-08 Eric ChristopherReset the target options and optimization level as...
2014-10-08 Eric ChristopherHave the selection dag grab TargetLowering off of the...
2014-10-03 Adam Nemet[ISel] Keep matching state consistent when folding...
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-09-26 Eric ChristopherMove resetTargetOptions from taking a MachineFunction...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-02 Justin BognerCodeGen: Remove commented out code
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-10 Juergen Ributzka[FastISel] Collect statistics about failing intrinsic...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-11 Hal FinkelPass the value type to TLI::getRegisterByName
2014-05-06 Renato GolinImplememting named register intrinsics
2014-04-30 Alexey SamsonovConvert more loops to range-based equivalents
2014-04-27 Craig TopperConvert SelectionDAGISel::MorphNode to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::MorphNodeTo to use ArrayRef.
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Hans WennborgCheck for dynamic allocas and inline asm that clobbers...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-05 Craig TopperAdd CheckChildInteger to ISelMatcher operations. Remove...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-13 Andrew TrickHide the pre-RA-sched= option.
2013-12-17 Jim GrosbachAdd a machine code print in DEBUG() following instructi...
2013-12-10 Reid KlecknerReland "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-11-25 Daniel SandersFixed tryFoldToZero() for vector types that need expansion.
2013-11-22 Paul RobinsonTeach ISel not to optimize 'optnone' functions (revised).
2013-11-21 NAKAMURA TakumiRevert r195317 (and r195333), "Teach ISel not to optimi...
2013-11-21 Paul RobinsonTeach ISel not to optimize 'optnone' functions.
2013-11-20 Jack Carterlong line correction
2013-11-19 Juergen Ributzka[DAG] Refactor vector splitting code in SelectionDAG...
2013-11-15 Daniel SandersFix illegal DAG produced by SelectionDAG::getConstant...
2013-10-06 Craig TopperFix some assert messages to say the correct opcode...
2013-10-05 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-05 Adrian PrantlDebug info: Don't crash in SelectionDAGISel when a...
2013-10-04 Craig TopperRevert r191940 to see if it fixes the build bots.
2013-10-04 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-26 Andrew TrickAdded temp flag -misched-bench for staging in default...
2013-09-26 Andrew Trickwhitespace
2013-09-24 Michael Gottesman[stackprotector] Allow for copies from vreg -> vreg...
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-16 Adrian PrantlDebug info: Fix PR16736 and rdar://problem/14990587.
2013-08-22 Michael Gottesman[stackprotector] When finding the split point to splice...
2013-08-20 Michael GottesmanRemove unused variables that crept in.
2013-08-20 Michael GottesmanTeach selectiondag how to handle the stackprotectorchec...
2013-08-16 Jim GrosbachARM: Fix more fast-isel verifier failures.
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-04 Jakob Stoklund OlesenSimplify landing pad lowering.
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
next