summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMFastISel.cpp
Commit message (Expand)AuthorAge
* ARM: Implement big endian bit-conversion for NEON typeChristian Pirker2014-05-12
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* FastISel: constrain the RegClass of operands when emitting instructions.Tim Northover2014-04-15
* Tidy up. Trailing whitespace.Jim Grosbach2014-04-03
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Prune includes in ARM target.Craig Topper2014-03-22
* [C++11] Mark the target fast isel classes as 'final' so that the compiler can...Craig Topper2014-03-18
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-18
* ARM: fix fast-isel assertion failureTim Northover2014-02-04
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* Keep comment with 'Subtarget' ivar.Bill Wendling2013-12-30
* Store the global variable that's created so that it's reclaimed afterwards.Bill Wendling2013-12-29
* ARM: constrain register-class in fast-iselTim Northover2013-12-11
* Darwin-ARM: use movw/movt for static relocationsTim Northover2013-11-26
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-25
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-15
* [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-09
* ARM: Constrain regclass for TSTri instruction.Jim Grosbach2013-08-26
* ARM: FastISel verifier error cleanup.Jim Grosbach2013-08-26
* [ARM] Fix another ARM FastISel -verify-machineinstrs issue.Joey Gouly2013-08-23
* Fix ARM FastISel PIC function call.Logan Chien2013-08-22
* ARM: Fix fast-isel copy/paste-o.Jim Grosbach2013-08-20
* ARM: Properly constrain comparison fastisel register classes.Jim Grosbach2013-08-16
* ARM: Fast-isel register class constrain for extends.Jim Grosbach2013-08-16
* ARM: Fix more fast-isel verifier failures.Jim Grosbach2013-08-16
* ARM: Clean up fast-isel machine verifier errors.Jim Grosbach2013-08-16
* Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove o...Craig Topper2013-08-15
* Fix yet another memory leak found by the vg-leak bot. Folks (includingChandler Carruth2013-07-27
* Fix ARMFastISel::ARMEmitIntExt shift emissionJF Bastien2013-07-17
* Remove extraneous braces.Eric Christopher2013-07-12
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-21
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-14
* ARM FastISel fix sext/zext foldJF Bastien2013-06-11
* ARM FastISel fix load register classesJF Bastien2013-06-09
* Fix unused variable warning from my previous patch.JF Bastien2013-06-08
* ARM FastISel integer sext/zext improvementsJF Bastien2013-06-07
* Revert r182937 and r182877.Rafael Espindola2013-05-30
* Enable FastISel on ARM for Linux and NaClJF Bastien2013-05-29
* Tidy some register classes for ARM and ThumbJF Bastien2013-05-29
* No really, don't store anything to this since it's unconditionallyEric Christopher2013-04-22
* Remove variable store that is never read.Eric Christopher2013-04-22
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-19
* [fast-isel] Make sure the FastLowerArguments function checks to make sure theChad Rosier2013-02-26
* [fast-isel] Remove an invalid assert.Chad Rosier2013-02-18
* Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng2013-02-11
* Move MRI liveouts to ARM return instructions.Jakob Stoklund Olesen2013-02-05
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30