summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/FastISel.cpp
Commit message (Expand)AuthorAge
* [FastISel][X86] - Add branch weightsJuergen Ributzka2014-06-13
* [FastISel][X86] Add MachineMemOperand to load/store instructions.Juergen Ributzka2014-06-12
* [FastISel] Add support for the stackmap intrinsic.Juergen Ributzka2014-06-12
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Patch by Vadim ChugunovYaron Keren2014-04-19
* Make FastISel::SelectInstruction return before target specific fast-isel codeAkira Hatanaka2014-04-15
* FastISel: constrain the RegClass of operands when emitting instructions.Tim Northover2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-18
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-15
* Fix indenting.David Blaikie2013-10-14
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-18
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-16
* Un-break the buildbot by tweaking the indirection flag.Adrian Prantl2013-07-10
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-08
* Typo.Jakob Stoklund Olesen2013-07-04
* FastISel can only apend to basic blocks.Jakob Stoklund Olesen2013-07-04
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-21
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* Unify formatting of debug output.Adrian Prantl2013-05-22
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-19
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-19
* [fast-isel] Add a preemptive fix for the case where we fail to materialize anChad Rosier2013-03-28
* Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2013-03-11
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* [fast-isel] Seriously, add support for the expect intrinsic.Chad Rosier2013-03-07
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-07
* Put some per-instruction statistics of fast isel under NDEBUG, together withEli Bendersky2013-02-28
* Reverted: r176136 - Have a way for a target to opt-out of target-independent ...Michael Ilseman2013-02-27
* Have a way for a target to opt-out of target-independent fast iselMichael Ilseman2013-02-26
* Fix isa<> check which could never be true.Pete Cooper2013-02-22
* Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng2013-02-11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Revert/correct some FastISel changes in r170104 (EVT->MVT forPatrik Hagglund2012-12-17
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-13
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-03