| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just | Daniel Dunbar | 2011-11-04 | 1 | -7/+7 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 4 | -0/+102 |
* | Make changes necessary in LowerFormalArguments to support Mips64. | Akira Hatanaka | 2011-10-28 | 1 | -17/+17 |
* | Make changes necessary in LowerCall to support Mips64. | Akira Hatanaka | 2011-10-28 | 1 | -25/+38 |
* | Add variable IsO32 to MipsTargetLowering. | Akira Hatanaka | 2011-10-28 | 2 | -10/+11 |
* | Corrects previously incorrect $sp change in MipsCompilationCallback. | Bruno Cardoso Lopes | 2011-10-25 | 1 | -7/+7 |
* | Final patch that completes old JIT support for Mips: | Bruno Cardoso Lopes | 2011-10-18 | 7 | -91/+173 |
* | Coding style cleanups. No functionality change. | Bill Wendling | 2011-10-18 | 1 | -6/+5 |
* | Fix misc warnings. Patch by Joe Abbey. | Eli Friedman | 2011-10-18 | 1 | -2/+0 |
* | Add definitions of conditional moves with 64-bit operands. Comment out code for | Akira Hatanaka | 2011-10-17 | 3 | -75/+130 |
* | Move class and instruction definitions for conditional moves to a seperate file. | Akira Hatanaka | 2011-10-17 | 4 | -106/+112 |
* | Revert change made in r142205. | Akira Hatanaka | 2011-10-17 | 1 | -2/+2 |
* | Redefine count-leading 0s and 1s instructions. | Akira Hatanaka | 2011-10-17 | 2 | -20/+17 |
* | Redefine mfhi/lo and mthi/lo instructions. | Akira Hatanaka | 2011-10-17 | 2 | -35/+16 |
* | Redefine multiply and divide instructions. | Akira Hatanaka | 2011-10-17 | 2 | -25/+26 |
* | Add definition of a base class for logical shift/rotate instructions with two | Akira Hatanaka | 2011-10-17 | 2 | -20/+12 |
* | Add definition of a base class for logical shift/rotate immediate instructions | Akira Hatanaka | 2011-10-17 | 2 | -27/+33 |
* | Add definition of immZExt5_64 and redefine immZExt5 as an ImmLeaf. | Akira Hatanaka | 2011-10-17 | 3 | -9/+11 |
* | Add f128 to datalayout string. | Akira Hatanaka | 2011-10-14 | 1 | -2/+2 |
* | Revert r141932, r141936 and r141937. | Akira Hatanaka | 2011-10-14 | 4 | -299/+1 |
* | Definition of function getMipsRegisterNumbering. | Akira Hatanaka | 2011-10-14 | 1 | -0/+113 |
* | Add definition of class MipsELFWriterInfo. | Akira Hatanaka | 2011-10-14 | 3 | -0/+276 |
* | Add missing relocation types. | Akira Hatanaka | 2011-10-14 | 1 | -1/+3 |
* | Fixup enumerations. | Akira Hatanaka | 2011-10-14 | 1 | -0/+90 |
* | Add more Mips relocation types. | Akira Hatanaka | 2011-10-14 | 1 | -1/+21 |
* | Define base class LogicNOR and make 32-bit and 64-bit NOR derive from it. | Akira Hatanaka | 2011-10-12 | 2 | -13/+5 |
* | Fix encoding of 32-bit integer instructions. Change names of operands and nodes. | Akira Hatanaka | 2011-10-12 | 1 | -87/+108 |
* | Change name of class to ArithOverflowR. | Akira Hatanaka | 2011-10-11 | 1 | -3/+3 |
* | Define class ArithLogicI. Make 32-bit and 64-bit arithmetic and logical | Akira Hatanaka | 2011-10-11 | 2 | -35/+19 |
* | Fix comment. | Akira Hatanaka | 2011-10-11 | 1 | -1/+1 |
* | Define classes ArithLogicR and ArithLogicOfR and make 32-bit and 64-bit | Akira Hatanaka | 2011-10-11 | 2 | -43/+25 |
* | Fix function isUnalignedLoadStore. | Akira Hatanaka | 2011-10-11 | 1 | -2/+4 |
* | Remove unused PatLeaf. | Akira Hatanaka | 2011-10-11 | 1 | -4/+0 |
* | Change the names of 64-bit logical instructions so that they match the names of | Akira Hatanaka | 2011-10-11 | 1 | -8/+8 |
* | Remove redundancy in setcc patterns using multiclass. | Akira Hatanaka | 2011-10-11 | 2 | -48/+47 |
* | Use sltiu instead of sltu when a register operand and immediate are compared. | Akira Hatanaka | 2011-10-11 | 2 | -2/+2 |
* | Add patterns for conditional branches with 64-bit register operands. | Akira Hatanaka | 2011-10-11 | 2 | -21/+30 |
* | Add support for 64-bit set-on-less-than instructions. | Akira Hatanaka | 2011-10-11 | 2 | -14/+44 |
* | Add support for conditional branch instructions with 64-bit register operands. | Akira Hatanaka | 2011-10-11 | 4 | -34/+67 |
* | Make changes necessary for supporting floating point load and store instructions | Akira Hatanaka | 2011-10-11 | 4 | -23/+50 |
* | Modify lowering of GlobalAddress so that correct code is emitted when target is | Akira Hatanaka | 2011-10-11 | 3 | -14/+23 |
* | Modify MipsDAGToDAGISel::SelectAddr so that it can handle 64-bit pointers too. | Akira Hatanaka | 2011-10-11 | 1 | -7/+10 |
* | Simplify and update functions storeRegToStackSlot and loadRegFromStackSlot. | Akira Hatanaka | 2011-10-11 | 2 | -17/+24 |
* | Add definitions of 64-bit loads and stores. Add a patterns for unaligned | Akira Hatanaka | 2011-10-11 | 3 | -1/+38 |
* | Change definitions of classes LoadM and StoreM in preparation for adding support | Akira Hatanaka | 2011-10-11 | 2 | -20/+65 |
* | Simplify definition of FP move instructions. | Akira Hatanaka | 2011-10-08 | 2 | -5/+6 |
* | Define classes and multiclasses for FP binary instructions. | Akira Hatanaka | 2011-10-08 | 2 | -15/+15 |
* | Define multiclasses for FP-to-FP instructions. | Akira Hatanaka | 2011-10-08 | 1 | -11/+11 |
* | Define classes for FP unary instructions and multiclasses for FP-to-fixed point | Akira Hatanaka | 2011-10-08 | 2 | -65/+66 |
* | Add patterns for unaligned load and store instructions and enable the | Akira Hatanaka | 2011-10-08 | 2 | -46/+76 |