summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/FastISel.cpp
Commit message (Expand)AuthorAge
* 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
* Remove the SavePoint infrastructure from fast isel, replaceEric Christopher2012-10-02
* Try to reduce the compile time impact of r161232.Bob Wilson2012-08-03
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* Whitespace.Chad Rosier2012-07-06
* [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic.Chad Rosier2012-07-06
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* ARM: properly handle alignment for struct byval.Manman Ren2012-06-01
* Properly constrain register classes for sub-registers.Jakob Stoklund Olesen2012-05-20
* Revert 156658.Chad Rosier2012-05-11
* [fast-isel] Fast-isel doesn't use the expect intrinsic.Chad Rosier2012-05-11
* To ensure that we have more accurate line information for a blockEric Christopher2012-04-10
* If we have a VLA that has a "use" in a metadata node that's then usedBill Wendling2012-03-30
* [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%Chad Rosier2012-03-22