Test commit: fixed spelling error in comment.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / FastISel.cpp
2015-12-16 Wolfgang PiebTest commit: fixed spelling error in comment.
2015-12-14 Paul RobinsonFastISel needs to remove dead code when it bails out.
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-15 Benjamin Kramer[SelectionDAG] Remove dead code. NFC.
2015-10-13 Duncan P. N. Exon... SelectionDAG: Remove implicit ilist iterator conversion...
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Reid KlecknerRevert "Revert "Revert r248959, "[WinEH] Emit int3...
2015-10-09 Reid KlecknerRevert "Revert r248959, "[WinEH] Emit int3 after noretu...
2015-10-01 NAKAMURA TakumiRevert r248959, "[WinEH] Emit int3 after noreturn calls...
2015-09-30 Reid Kleckner[WinEH] Emit int3 after noreturn calls on Win64
2015-08-26 Matthias BraunFastISel: Avoid adding a successor block twice for...
2015-08-26 Matthias BraunFastISel: Factor out common code; NFC intended
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-10 Alex LorenzStackMap: FastISel: Add an appropriate number of immedi...
2015-07-09 Mehdi AminiMake getByValTypeAlignment() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-05-09 Pete Cooper[Fast-ISel] Don't mark the first use of a remat constan...
2015-05-06 Pete CooperFix incorrect kill flags in fastisel.
2015-04-22 Lang Hames[patchpoint] Add support for symbolic patchpoint target...
2015-04-21 Duncan P. N. Exon... DebugInfo: Assert dbg.declare/value insts are valid
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Rafael EspindolaUse sext in fast isel.
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-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-11 Reid KlecknerHandle big index in getelementptr instruction
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-13 Hal Finkel[StackMaps] Mark in CallLoweringInfo when lowering...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-21 Philip ReamesIntroduce enum values for previously defined metadata...
2014-10-08 Eric ChristopherRemove getSubtargetImpl calls from FastISel, we can...
2014-10-08 Eric ChristopherRemove dead call to getTypeToTransformTo. The result is
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-15 Juergen Ributzka[FastISel] Move optimizeCmpPredicate to FastISel base...
2014-09-08 Hans WennborgFast-ISel: Remove dead code after falling back from...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Juergen Ributzka[FastISel] Some long overdue spring cleaning of FastISel.
2014-09-02 Juergen Ributzka[FastISel] Provide the option to skip target-independen...
2014-08-28 Juergen Ributzka[FastISel] Undo phi node updates when falling-back...
2014-08-28 Juergen Ributzka[FastISel]
2014-08-27 Juergen Ributzka[FastISel] Fix a potential bug in FastEmitInst_ri
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-15 Juergen Ributzka[FastISel] Remove an performance debugging assert.
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-31 Juergen Ributzka[FastISel] Fix the patchpoint intrinsic lowering in...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-16 Juergen Ributzka[FastISel] Local values shouldn't be alive across an...
2014-07-16 Juergen RibutzkaRemove TLI from isInTailCallPosition's arguments. NFC.
2014-07-15 Juergen Ributzka[FastISel] Insert patchpoint instruction before the...
2014-07-15 Juergen Ributzka[FastISel] Fix patchpoint lowering to set the result...
2014-07-12 Reid KlecknerAvoid a warning from MSVC on "*/" in this code by inser...
2014-07-11 Juergen Ributzka[FastISel] Add target-independent patchpoint intrinsic...
2014-07-11 Juergen Ributzka[FastISel] Add basic infrastructure to support a target...
2014-07-11 Juergen Ributzka[FastISel] Breakout intrinsic lowering into a separate...
2014-07-04 Eric ChristopherMove function dependent resetting of a subtarget variab...
2014-07-01 Juergen Ributzka[FastISel] Factor out stackmap intrinsic selection...
2014-06-13 Juergen Ributzka[FastISel][X86] - Add branch weights
2014-06-12 Juergen Ributzka[FastISel][X86] Add MachineMemOperand to load/store...
2014-06-12 Juergen Ributzka[FastISel] Add support for the stackmap intrinsic.
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-15 Akira HatanakaMake FastISel::SelectInstruction return before target...
2014-04-15 Tim NorthoverFastISel: constrain the RegClass of operands when emitt...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-10-14 David BlaikieFix indenting.
2013-09-18 Adrian PrantlDebug info: Get rid of the VLA indirection hack in...
2013-09-16 Adrian PrantlDebug info: Fix PR16736 and rdar://problem/14990587.
2013-07-10 Adrian PrantlUn-break the buildbot by tweaking the indirection flag.
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-08 Stephen LinRemove trailing whitespace from SelectionDAG/*.cpp
2013-07-04 Jakob Stoklund OlesenTypo.
2013-07-04 Jakob Stoklund OlesenFastISel can only apend to basic blocks.
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-21 David BlaikieDebugInfo: Don't lose unreferenced non-trivial by-value...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-05-22 Adrian PrantlUnify formatting of debug output.
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-19 Eli BenderskySimplify the code in FastISel::tryToFoldLoad, add an...
next