aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* When a block ends in an indirect branch, add its successors to the machine ba...Bill Wendling2012-10-221-0/+5
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-091-6/+6
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-031-6/+6
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* [arm-fast-isel] Add support for ELF PIC.Jush Lu2012-09-271-0/+45
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-211-0/+6
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-211-0/+6
* Fix a few old-GCC warnings. No functional change.Nadav Rotem2012-09-061-1/+1
* [arm-fast-isel] Add support for ARM PIC.Jush Lu2012-08-291-6/+16
* Fix call instruction operands in ARMFastISel.Jakob Stoklund Olesen2012-08-241-34/+16
* Remove virtual from many methods. These methods replace methods in the base c...Craig Topper2012-08-181-38/+40
* [arm-fast-isel] Add support for fastcc.Jush Lu2012-08-161-3/+6
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-031-4/+6
* [arm-fast-isel] Add support for shl, lshr, and ashr.Jush Lu2012-08-031-0/+62
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-031-0/+5
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-191-28/+36
* Revert r159804, "[arm-fast-isel] Add support for vararg function calls."NAKAMURA Takumi2012-07-061-33/+26
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-061-26/+33
* Cleanup whitespace.Jush Lu2012-06-141-13/+12
* [arm-fast-isel] Add support for -arm-long-calls.Chad Rosier2012-06-121-41/+57
* Re-enable the CMN instruction.Bill Wendling2012-06-111-2/+2
* [arm-fast-isel] Fix handling of the frameaddress intrinsic. If depth is 0Chad Rosier2012-06-011-1/+1
* [arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.Chad Rosier2012-05-301-0/+36
* [arm-fast-isel] Add support for non-global callee.Chad Rosier2012-05-231-7/+17
* [fast-isel] Add support for selecting @llvm.trap().Chad Rosier2012-05-111-0/+4
* [fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...Chad Rosier2012-05-111-12/+2
* [fast-isel] Cleaner fix for when we're unable to handle a non-double multi-regChad Rosier2012-05-111-4/+21
* [fast-isel] Rather then assert (or segfault in a non-asserts build), fall backChad Rosier2012-05-111-2/+4
* The return type is an unsigned, not a bool.Chad Rosier2012-05-111-1/+1
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-12/+15
* Tidy up. 80 columns.Jim Grosbach2012-04-061-1/+2
* Deduplicate ARM call-related instructions.Jakob Stoklund Olesen2012-04-061-9/+4
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-271-1/+1
* Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper2012-03-261-1/+0
* Check if we can handle the arguments of a call (and therefore the call) inBill Wendling2012-03-161-8/+52
* [fast-isel] Address Eli's comments for r152847. Specifically, add a test caseChad Rosier2012-03-151-9/+8
* [fast-isel] Don't try to encode LONG_MIN using cmn instructions.Chad Rosier2012-03-151-5/+9
* [fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point Chad Rosier2012-03-071-4/+2
* Split fpscr into two registers: FPSCR and FPSCR_NZCV.Lang Hames2012-03-061-1/+1
* ARM use the right opcode for FP<->Integer move in fast-isel.Jim Grosbach2012-03-011-2/+2
* Switch ARM target to register masks.Jakob Stoklund Olesen2012-02-241-0/+8
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-221-8/+8
* [fast-isel] Add support for returning non-legal types with no sign- or zero-Chad Rosier2012-02-171-6/+6
* Remove unnecessary assignment to temporary, ResultReg.Chad Rosier2012-02-161-13/+8
* Add braces to if clause to make symmetric with associate else clause.Chad Rosier2012-02-151-18/+19
* Use a temporary variable, rather then a series of redundant calls.Chad Rosier2012-02-151-4/+5
* Remove unnecessary assignment to temporary, ResultReg.Chad Rosier2012-02-141-8/+4
* [fast-isel] Add support for SUBs with non-legal types.Chad Rosier2012-02-081-0/+5