| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a few old-GCC warnings. No functional change. | Nadav Rotem | 2012-09-06 | 1 | -1/+1 |
| * | [arm-fast-isel] Add support for ARM PIC. | Jush Lu | 2012-08-29 | 1 | -6/+16 |
| * | Fix call instruction operands in ARMFastISel. | Jakob Stoklund Olesen | 2012-08-24 | 1 | -34/+16 |
| * | Remove virtual from many methods. These methods replace methods in the base c... | Craig Topper | 2012-08-18 | 1 | -38/+40 |
| * | [arm-fast-isel] Add support for fastcc. | Jush Lu | 2012-08-16 | 1 | -3/+6 |
| * | Fall back to selection DAG isel for calls to builtin functions. | Bob Wilson | 2012-08-03 | 1 | -4/+6 |
| * | [arm-fast-isel] Add support for shl, lshr, and ashr. | Jush Lu | 2012-08-03 | 1 | -0/+62 |
| * | Add support for the ARM GHC calling convention, this patch was in 3.0, | Eric Christopher | 2012-08-03 | 1 | -0/+5 |
| * | [arm-fast-isel] Add support for vararg function calls. | Jush Lu | 2012-07-19 | 1 | -28/+36 |
| * | Revert r159804, "[arm-fast-isel] Add support for vararg function calls." | NAKAMURA Takumi | 2012-07-06 | 1 | -33/+26 |
| * | [arm-fast-isel] Add support for vararg function calls. | Jush Lu | 2012-07-06 | 1 | -26/+33 |
| * | Cleanup whitespace. | Jush Lu | 2012-06-14 | 1 | -13/+12 |
| * | [arm-fast-isel] Add support for -arm-long-calls. | Chad Rosier | 2012-06-12 | 1 | -41/+57 |
| * | Re-enable the CMN instruction. | Bill Wendling | 2012-06-11 | 1 | -2/+2 |
| * | [arm-fast-isel] Fix handling of the frameaddress intrinsic. If depth is 0 | Chad Rosier | 2012-06-01 | 1 | -1/+1 |
| * | [arm-fast-isel] Add support for the llvm.frameaddress() intrinsic. | Chad Rosier | 2012-05-30 | 1 | -0/+36 |
| * | [arm-fast-isel] Add support for non-global callee. | Chad Rosier | 2012-05-23 | 1 | -7/+17 |
| * | [fast-isel] Add support for selecting @llvm.trap(). | Chad Rosier | 2012-05-11 | 1 | -0/+4 |
| * | [fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min... | Chad Rosier | 2012-05-11 | 1 | -12/+2 |
| * | [fast-isel] Cleaner fix for when we're unable to handle a non-double multi-reg | Chad Rosier | 2012-05-11 | 1 | -4/+21 |
| * | [fast-isel] Rather then assert (or segfault in a non-asserts build), fall back | Chad Rosier | 2012-05-11 | 1 | -2/+4 |
| * | The return type is an unsigned, not a bool. | Chad Rosier | 2012-05-11 | 1 | -1/+1 |
| * | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper | 2012-04-20 | 1 | -12/+15 |
| * | Tidy up. 80 columns. | Jim Grosbach | 2012-04-06 | 1 | -1/+2 |
| * | Deduplicate ARM call-related instructions. | Jakob Stoklund Olesen | 2012-04-06 | 1 | -9/+4 |
| * | Remove unnecessary llvm:: qualifications | Craig Topper | 2012-03-27 | 1 | -1/+1 |
| * | Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h | Craig Topper | 2012-03-26 | 1 | -1/+0 |
| * | Check if we can handle the arguments of a call (and therefore the call) in | Bill Wendling | 2012-03-16 | 1 | -8/+52 |
| * | [fast-isel] Address Eli's comments for r152847. Specifically, add a test case | Chad Rosier | 2012-03-15 | 1 | -9/+8 |
| * | [fast-isel] Don't try to encode LONG_MIN using cmn instructions. | Chad Rosier | 2012-03-15 | 1 | -5/+9 |
| * | [fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point | Chad Rosier | 2012-03-07 | 1 | -4/+2 |
| * | Split fpscr into two registers: FPSCR and FPSCR_NZCV. | Lang Hames | 2012-03-06 | 1 | -1/+1 |
| * | ARM use the right opcode for FP<->Integer move in fast-isel. | Jim Grosbach | 2012-03-01 | 1 | -2/+2 |
| * | Switch ARM target to register masks. | Jakob Stoklund Olesen | 2012-02-24 | 1 | -0/+8 |
| * | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper | 2012-02-22 | 1 | -8/+8 |
| * | [fast-isel] Add support for returning non-legal types with no sign- or zero- | Chad Rosier | 2012-02-17 | 1 | -6/+6 |
| * | Remove unnecessary assignment to temporary, ResultReg. | Chad Rosier | 2012-02-16 | 1 | -13/+8 |
| * | Add braces to if clause to make symmetric with associate else clause. | Chad Rosier | 2012-02-15 | 1 | -18/+19 |
| * | Use a temporary variable, rather then a series of redundant calls. | Chad Rosier | 2012-02-15 | 1 | -4/+5 |
| * | Remove unnecessary assignment to temporary, ResultReg. | Chad Rosier | 2012-02-14 | 1 | -8/+4 |
| * | [fast-isel] Add support for SUBs with non-legal types. | Chad Rosier | 2012-02-08 | 1 | -0/+5 |
| * | [fast-isel] Add support for ORs with non-legal types. | Chad Rosier | 2012-02-08 | 1 | -2/+13 |
| * | [fast-isel] Add support for indirect branches. | Chad Rosier | 2012-02-07 | 1 | -0/+13 |
| * | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -3/+1 |
| * | [fast-isel] Add support for ADDs with non-legal types. | Chad Rosier | 2012-02-06 | 1 | -5/+34 |
| * | Persuade GCC that there is nothing worth warning about here (there isn't). | Duncan Sands | 2012-02-05 | 1 | -0/+1 |
| * | [fast-isel] Add support for URem. | Chad Rosier | 2012-02-03 | 1 | -8/+10 |
| * | [fast-isel] Rename isZExt to isSigned. No functional change intended. | Chad Rosier | 2012-02-03 | 1 | -13/+14 |
| * | [fast-isel] Add support for UDIV. | Chad Rosier | 2012-02-03 | 1 | -8/+10 |
| * | [fast-isel] Add support for FPToUI. Also add test cases for FPToSI. | Chad Rosier | 2012-02-03 | 1 | -6/+8 |