Remove dead call to getTypeToTransformTo. The result is
[oota-llvm.git] / lib / CodeGen / SelectionDAG / FastISel.cpp
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...
2013-04-19 Eli BenderskyMove TryToFoldFastISelLoad to FastISel, where it belong...
2013-03-28 Chad Rosier[fast-isel] Add a preemptive fix for the case where...
2013-03-11 Nick LewyckyFix a crasher newly introduced in r176659/r176649,...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-07 Chad Rosier[fast-isel] Seriously, add support for the expect intri...
2013-03-07 Chad Rosier[fast-isel] Add support for the expect intrinsic.
2013-02-28 Eli BenderskyPut some per-instruction statistics of fast isel under...
2013-02-27 Michael IlsemanReverted: r176136 - Have a way for a target to opt...
2013-02-26 Michael IlsemanHave a way for a target to opt-out of target-independen...
2013-02-22 Pete CooperFix isa<> check which could never be true.
2013-02-11 Evan ChengCurrently, codegen may spent some time in SDISel passes...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-17 Patrik HagglundRevert/correct some FastISel changes in r170104 (EVT...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-03 Eric ChristopherRevert 165051-165049 while looking into the foreach...
2012-10-02 Eric ChristopherRemove the SavePoint infrastructure from fast isel...
2012-08-03 Bob WilsonTry to reduce the compile time impact of r161232.
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-07-06 Chad RosierWhitespace.
2012-07-06 Chad Rosier[fast-isel] Tell fast-isel to do nothing with the new...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-01 Manman RenARM: properly handle alignment for struct byval.
2012-05-20 Jakob Stoklund OlesenProperly constrain register classes for sub-registers.
2012-05-11 Chad RosierRevert 156658.
2012-05-11 Chad Rosier[fast-isel] Fast-isel doesn't use the expect intrinsic.
2012-04-10 Eric ChristopherTo ensure that we have more accurate line information...
2012-03-30 Bill WendlingIf we have a VLA that has a "use" in a metadata node...
2012-03-22 Chad Rosier[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1"...
2012-03-20 Eric ChristopherDo everything up to generating code to try to get a...
2012-03-20 Eric ChristopherUntabify.
2012-03-20 Eric ChristopherAdd another debugging statement here.
2012-03-20 Eric ChristopherUse lookUpRegForValue here instead of duplicating the...
2012-03-15 Eric ChristopherWe actually handle AllocaInst via getRegForValue below...
2012-03-15 Eric ChristopherAdd some debugging output into fast isel as well.
2012-02-22 Michael J. SpencerProperly emit _fltused with FastISel. Refactor to share...
next