aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/FastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-472/+867
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+156
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-15/+63
* Update to LLVM 3.5a.Stephen Hines2014-04-241-79/+79
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-151-0/+15
* Fix indenting.David Blaikie2013-10-141-7/+8
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-181-15/+10
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-161-0/+1
* Un-break the buildbot by tweaking the indirection flag.Adrian Prantl2013-07-101-2/+8
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-10/+16
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-081-2/+2
* Typo.Jakob Stoklund Olesen2013-07-041-1/+1
* FastISel can only apend to basic blocks.Jakob Stoklund Olesen2013-07-041-8/+5
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-1/+4
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-211-6/+4
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-15/+17
* Unify formatting of debug output.Adrian Prantl2013-05-221-2/+2
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-7/+8
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-301-8/+7
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-191-17/+10
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-191-0/+65
* [fast-isel] Add a preemptive fix for the case where we fail to materialize anChad Rosier2013-03-281-0/+2
* Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2013-03-111-0/+2
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-081-5/+3
* [fast-isel] Seriously, add support for the expect intrinsic.Chad Rosier2013-03-071-3/+3
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-071-0/+5
* Put some per-instruction statistics of fast isel under NDEBUG, together withEli Bendersky2013-02-281-3/+5
* Reverted: r176136 - Have a way for a target to opt-out of target-independent ...Michael Ilseman2013-02-271-1/+1
* Have a way for a target to opt-out of target-independent fast iselMichael Ilseman2013-02-261-1/+1
* Fix isa<> check which could never be true.Pete Cooper2013-02-221-1/+1
* Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng2013-02-111-1/+27
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* Revert/correct some FastISel changes in r170104 (EVT->MVT forPatrik Hagglund2012-12-171-5/+6
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-131-7/+5
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-111-5/+6
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-111-6/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-11/+11
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-2/+3
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-3/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-031-16/+11
* Remove the SavePoint infrastructure from fast isel, replaceEric Christopher2012-10-021-11/+16
* Try to reduce the compile time impact of r161232.Bob Wilson2012-08-031-4/+3
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-031-2/+17
* Whitespace.Chad Rosier2012-07-061-3/+3
* [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic.Chad Rosier2012-07-061-0/+3
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* ARM: properly handle alignment for struct byval.Manman Ren2012-06-011-0/+24