| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Optimize conditional branches in X86FastISel. This replaces | Dan Gohman | 2008-10-02 | 1 | -16/+142 |
| * | Work around an interaction between fast-isel and regalloc=local. The | Dan Gohman | 2008-10-02 | 1 | -1/+5 |
| * | Split x86's ADJCALLSTACK instructions into 32-bit and 64-bit forms. | Dan Gohman | 2008-10-01 | 1 | -2/+4 |
| * | Fix X86FastISel's output for x86-32 PIC constant pool addresses. | Dan Gohman | 2008-09-30 | 1 | -1/+10 |
| * | Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp | Dan Gohman | 2008-09-30 | 1 | -19/+2 |
| * | Disable all x87 usage, including f32 and f64 when the subtarget | Dan Gohman | 2008-09-30 | 1 | -6/+17 |
| * | Fix an over-pessimization about GlobalVariable addresses in X86FastISel. | Dan Gohman | 2008-09-29 | 1 | -1/+1 |
| * | Fix X86FastISel's address folding to check displacement | Dan Gohman | 2008-09-26 | 1 | -5/+12 |
| * | Factor out the code for determining when symblic addresses | Dan Gohman | 2008-09-26 | 1 | -9/+31 |
| * | Disable support for x86_f80 in X86FastISel. Supporting it would | Dan Gohman | 2008-09-26 | 1 | -9/+6 |
| * | Fix a bug in which address displacements were being added to the | Dan Gohman | 2008-09-25 | 1 | -1/+9 |
| * | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -6/+6 |
| * | PIC support in X86FastISel. | Dan Gohman | 2008-09-25 | 1 | -10/+57 |
| * | Arrange for FastISel code to have access to the MachineModuleInfo | Dan Gohman | 2008-09-23 | 1 | -2/+4 |
| * | Change the calling convention used when tail call optimization is enabled fro... | Arnold Schwaighofer | 2008-09-22 | 1 | -2/+0 |
| * | Fold immediates into X86 shifts with fast isel. This generates: | Chris Lattner | 2008-09-21 | 1 | -15/+24 |
| * | Fix a FastISel GlobalVariable CSE bug. | Dan Gohman | 2008-09-19 | 1 | -2/+4 |
| * | Refactor X86SelectConstAddr, folding it into X86SelectAddress. This | Dan Gohman | 2008-09-19 | 1 | -80/+66 |
| * | Address-mode folding for X86FastISel. It's pretty basic, but it | Dan Gohman | 2008-09-18 | 1 | -18/+95 |
| * | Simplify this code. The FastISel class has its own TD member. | Dan Gohman | 2008-09-18 | 1 | -4/+3 |
| * | FastISel: For calls, prefer using the callee's address as a constant | Dan Gohman | 2008-09-17 | 1 | -10/+13 |
| * | Fix a bug in ANY_EXTEND handling that was breaking 403.gcc on X86-64 in fast ... | Owen Anderson | 2008-09-11 | 1 | -2/+7 |
| * | If ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and ISD::SIGN_EXTEND before gi... | Owen Anderson | 2008-09-11 | 1 | -0/+7 |
| * | X86FastISel support for double->float and float->double casts. | Dan Gohman | 2008-09-10 | 1 | -0/+43 |
| * | Add X86FastISel support for static allocas, and refences | Dan Gohman | 2008-09-10 | 1 | -59/+74 |
| * | Fix a constant lowering bug. Now we can do load and store instructions with f... | Evan Cheng | 2008-09-09 | 1 | -28/+43 |
| * | Handle calls which produce i1 results: promote to i8 but and it with 1 to get... | Evan Cheng | 2008-09-08 | 1 | -3/+18 |
| * | Fix copy+pastos in comments. | Dan Gohman | 2008-09-08 | 1 | -2/+2 |
| * | Add support to extend call operands when needed. Enable x86 fastisel call sup... | Evan Cheng | 2008-09-08 | 1 | -24/+33 |
| * | Initial fastisel call support for C, Fast, and X86_FastCall calling conventio... | Evan Cheng | 2008-09-07 | 1 | -42/+308 |
| * | Handle x86 truncate to i8 with target hook for now. | Evan Cheng | 2008-09-07 | 1 | -0/+38 |
| * | Fix constant pool loads, and remove broken versions of addConstantPoolReference. | Owen Anderson | 2008-09-06 | 1 | -6/+9 |
| * | Fix X86FastISel's shift and select code to reject illegal types. | Dan Gohman | 2008-09-05 | 1 | -1/+9 |
| * | Fix the opcodes used by X86FastISel for shifts and conditional moves. | Dan Gohman | 2008-09-05 | 1 | -11/+11 |
| * | Factor out code that emits load and store instructions. | Evan Cheng | 2008-09-05 | 1 | -111/+138 |
| * | Rename method. | Owen Anderson | 2008-09-05 | 1 | -3/+3 |
| * | X86FastISel support for shifts and conditional moves. | Dan Gohman | 2008-09-05 | 1 | -0/+99 |
| * | Check a comparion's operand type for legality before | Dan Gohman | 2008-09-05 | 1 | -4/+4 |
| * | Fix X86FastISel code for comparisons and conditional branches | Dan Gohman | 2008-09-05 | 1 | -1/+9 |
| * | X86FastISel support for conditional branches. | Dan Gohman | 2008-09-05 | 1 | -1/+39 |
| * | Add initial support for selecting constant materializations that require cons... | Owen Anderson | 2008-09-05 | 1 | -0/+88 |
| * | X86FastISel support for ICmpInst and FCmpInst. | Dan Gohman | 2008-09-04 | 1 | -0/+139 |
| * | Fix the ordering of operands to the store (inverted relative to LLVM IR), and... | Owen Anderson | 2008-09-04 | 1 | -2/+4 |
| * | Add a first attempt at implementing stores for X86 fast isel using target hooks. | Owen Anderson | 2008-09-04 | 1 | -0/+87 |
| * | Load from GV stub should be locally CSE'd. | Evan Cheng | 2008-09-04 | 1 | -0/+2 |
| * | Create HandlePHINodesInSuccessorBlocksFast, a version of | Dan Gohman | 2008-09-03 | 1 | -28/+18 |
| * | Add X86 target hook to implement load (even from GlobalAddress). | Evan Cheng | 2008-09-03 | 1 | -1/+130 |
| * | Unbreak fast isel. | Evan Cheng | 2008-09-03 | 1 | -2/+5 |
| * | Let tblgen only generate fastisel routines, not the class definition. This ma... | Evan Cheng | 2008-09-03 | 1 | -7/+23 |
| * | Add initial support for fast isel of instructions that have inputs pinned to ... | Owen Anderson | 2008-08-29 | 1 | -0/+1 |