aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-35/+22
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-69/+84
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-24/+8
* Update to LLVM 3.5a.Stephen Hines2014-04-241-232/+171
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-151-7/+2
* [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-091-3/+3
* ARM: Constrain regclass for TSTri instruction.Jim Grosbach2013-08-261-0/+2
* ARM: FastISel verifier error cleanup.Jim Grosbach2013-08-261-0/+7
* [ARM] Fix another ARM FastISel -verify-machineinstrs issue.Joey Gouly2013-08-231-0/+4
* Fix ARM FastISel PIC function call.Logan Chien2013-08-221-2/+9
* ARM: Fix fast-isel copy/paste-o.Jim Grosbach2013-08-201-1/+1
* ARM: Properly constrain comparison fastisel register classes.Jim Grosbach2013-08-161-5/+12
* ARM: Fast-isel register class constrain for extends.Jim Grosbach2013-08-161-0/+1
* ARM: Fix more fast-isel verifier failures.Jim Grosbach2013-08-161-0/+43
* ARM: Clean up fast-isel machine verifier errors.Jim Grosbach2013-08-161-1/+1
* Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove o...Craig Topper2013-08-151-1/+1
* Fix yet another memory leak found by the vg-leak bot. Folks (includingChandler Carruth2013-07-271-2/+6
* Fix ARMFastISel::ARMEmitIntExt shift emissionJF Bastien2013-07-171-30/+52
* Remove extraneous braces.Eric Christopher2013-07-121-6/+3
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-211-2/+0
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-141-3/+18
* ARM FastISel fix sext/zext foldJF Bastien2013-06-111-19/+36
* ARM FastISel fix load register classesJF Bastien2013-06-091-4/+4
* Fix unused variable warning from my previous patch.JF Bastien2013-06-081-0/+1
* ARM FastISel integer sext/zext improvementsJF Bastien2013-06-071-38/+103
* Revert r182937 and r182877.Rafael Espindola2013-05-301-17/+3
* Enable FastISel on ARM for Linux and NaClJF Bastien2013-05-291-3/+17
* Tidy some register classes for ARM and ThumbJF Bastien2013-05-291-2/+2
* No really, don't store anything to this since it's unconditionallyEric Christopher2013-04-221-1/+1
* Remove variable store that is never read.Eric Christopher2013-04-221-1/+1
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-191-5/+5
* [fast-isel] Make sure the FastLowerArguments function checks to make sure theChad Rosier2013-02-261-0/+1
* [fast-isel] Remove an invalid assert.Chad Rosier2013-02-181-1/+0
* Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng2013-02-111-0/+74
* Move MRI liveouts to ARM return instructions.Jakob Stoklund Olesen2013-02-051-4/+10
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-301-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-301-2/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-6/+6
* [arm fast-isel] Minor cleanup. No functional change intended.Chad Rosier2012-12-171-10/+6
* [arm fast-isel] Fast-isel only handles simple VTs, so make sure the necessaryChad Rosier2012-12-171-10/+20
* Revert/correct some FastISel changes in r170104 (EVT->MVT forPatrik Hagglund2012-12-171-11/+19
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-131-41/+35
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-111-35/+41
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-111-41/+35
* Fall back to the selection dag isel to select tail calls.Chad Rosier2012-12-111-0/+3
* [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier2012-12-061-11/+22
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-11/+11