summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMFastISel.cpp
Commit message (Expand)AuthorAge
...
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* [arm fast-isel] Minor cleanup. No functional change intended.Chad Rosier2012-12-17
* [arm fast-isel] Fast-isel only handles simple VTs, so make sure the necessaryChad Rosier2012-12-17
* 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
* Fall back to the selection dag isel to select tail calls.Chad Rosier2012-12-11
* [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier2012-12-06
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-27
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-27
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-27
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-27
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-09
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-09
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-07
* When a block ends in an indirect branch, add its successors to the machine ba...Bill Wendling2012-10-22
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* [arm-fast-isel] Add support for ELF PIC.Jush Lu2012-09-27
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-21
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-21
* Fix a few old-GCC warnings. No functional change.Nadav Rotem2012-09-06
* [arm-fast-isel] Add support for ARM PIC.Jush Lu2012-08-29
* Fix call instruction operands in ARMFastISel.Jakob Stoklund Olesen2012-08-24
* Remove virtual from many methods. These methods replace methods in the base c...Craig Topper2012-08-18
* [arm-fast-isel] Add support for fastcc.Jush Lu2012-08-16
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* [arm-fast-isel] Add support for shl, lshr, and ashr.Jush Lu2012-08-03
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-03
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-19
* Revert r159804, "[arm-fast-isel] Add support for vararg function calls."NAKAMURA Takumi2012-07-06
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-06
* Cleanup whitespace.Jush Lu2012-06-14
* [arm-fast-isel] Add support for -arm-long-calls.Chad Rosier2012-06-12
* Re-enable the CMN instruction.Bill Wendling2012-06-11
* [arm-fast-isel] Fix handling of the frameaddress intrinsic. If depth is 0Chad Rosier2012-06-01
* [arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.Chad Rosier2012-05-30
* [arm-fast-isel] Add support for non-global callee.Chad Rosier2012-05-23
* [fast-isel] Add support for selecting @llvm.trap().Chad Rosier2012-05-11
* [fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...Chad Rosier2012-05-11
* [fast-isel] Cleaner fix for when we're unable to handle a non-double multi-regChad Rosier2012-05-11
* [fast-isel] Rather then assert (or segfault in a non-asserts build), fall backChad Rosier2012-05-11
* The return type is an unsigned, not a bool.Chad Rosier2012-05-11