| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -8/+8 |
* | Remove the Function::getRetAttributes method in favor of using the AttributeS... | Bill Wendling | 2012-12-30 | 1 | -2/+1 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -6/+6 |
* | [arm fast-isel] Minor cleanup. No functional change intended. | Chad Rosier | 2012-12-17 | 1 | -10/+6 |
* | [arm fast-isel] Fast-isel only handles simple VTs, so make sure the necessary | Chad Rosier | 2012-12-17 | 1 | -10/+20 |
* | Revert/correct some FastISel changes in r170104 (EVT->MVT for | Patrik Hagglund | 2012-12-17 | 1 | -11/+19 |
* | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-13 | 1 | -41/+35 |
* | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund | 2012-12-11 | 1 | -35/+41 |
* | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 1 | -41/+35 |
* | Fall back to the selection dag isel to select tail calls. | Chad Rosier | 2012-12-11 | 1 | -0/+3 |
* | [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment. | Chad Rosier | 2012-12-06 | 1 | -11/+22 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -11/+11 |
* | [arm fast-isel] Appease the machine verifier by using the proper register | Chad Rosier | 2012-11-27 | 1 | -9/+7 |
* | [arm fast-isel] Appease the machine verifier by using the proper register | Chad Rosier | 2012-11-27 | 1 | -2/+4 |
* | [arm fast-isel] Appease the machine verifier by using the proper register | Chad Rosier | 2012-11-27 | 1 | -5/+6 |
* | [arm fast-isel] Appease the machine verifier by using the proper register | Chad Rosier | 2012-11-27 | 1 | -4/+10 |
* | Revert r167620; this can be implemented using an existing CL option. | Chad Rosier | 2012-11-09 | 1 | -8/+4 |
* | Add support for -mstrict-align compiler option for ARM targets. | Chad Rosier | 2012-11-09 | 1 | -4/+8 |
* | [arm fast-isel] Appease the machine verifier by using the proper register | Chad Rosier | 2012-11-07 | 1 | -1/+4 |
* | When a block ends in an indirect branch, add its successors to the machine ba... | Bill Wendling | 2012-10-22 | 1 | -0/+5 |
* | Use the attribute enums to query if a parameter has an attribute. | Bill Wendling | 2012-10-09 | 1 | -6/+6 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
* | Add methods which query for the specific attribute instead of using the | Bill Wendling | 2012-10-03 | 1 | -6/+6 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | [arm-fast-isel] Add support for ELF PIC. | Jush Lu | 2012-09-27 | 1 | -0/+45 |
* | [fast-isel] Fallback to SelectionDAG isel if we require strict alignment for | Chad Rosier | 2012-09-21 | 1 | -0/+6 |
* | [fast-isel] Fallback to SelectionDAG isel if we require strict alignment for | Chad Rosier | 2012-09-21 | 1 | -0/+6 |
* | 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 |