| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AVX 128-bit patterns for sint_to_fp | Bruno Cardoso Lopes | 2011-07-16 | 1 | -1/+33 |
* | Fix a couple of things: | Bruno Cardoso Lopes | 2011-07-15 | 1 | -0/+0 |
* | Check register class matching instead of width of type matching | Eric Christopher | 2011-07-14 | 1 | -0/+13 |
* | Add 256-bit load/store recognition and matching in several places. | Bruno Cardoso Lopes | 2011-07-14 | 1 | -0/+24 |
* | Don't emit a bit test if there is only one case the test can yield false. A s... | Benjamin Kramer | 2011-07-14 | 1 | -0/+20 |
* | We already support 256-bit packed ADD, SUB, DIV, MUL. Add testcases. | Bruno Cardoso Lopes | 2011-07-13 | 1 | -0/+116 |
* | Make X86ISD::ANDNP more general and Codegen 256-bit VANDNP. A more | Bruno Cardoso Lopes | 2011-07-13 | 1 | -0/+45 |
* | Make sure we don't combine a large displacement and a frame index in the same... | Eli Friedman | 2011-07-13 | 1 | -0/+20 |
* | AVX Codegen support for 256-bit versions of vandps, vandpd, vorps, vorpd, vxo... | Bruno Cardoso Lopes | 2011-07-13 | 1 | -0/+116 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 4 | -16/+16 |
* | more tests not making the jump into the brave new world. | Chris Lattner | 2011-07-09 | 3 | -348/+0 |
* | test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts. | NAKAMURA Takumi | 2011-07-09 | 1 | -1/+1 |
* | Hoist spills within a basic block. | Jakob Stoklund Olesen | 2011-07-09 | 1 | -0/+35 |
* | Fix broken x86_64 tests which specify non-64-bit cpu's. | Evan Cheng | 2011-07-08 | 3 | -4/+4 |
* | Default 64-bit target features and SSE2 on when a triple specifies x86-64. C... | Eli Friedman | 2011-07-08 | 1 | -1/+1 |
* | Add _allrem, _aullrem and _allmul to the runtime for MSVC. | Julien Lerouge | 2011-07-08 | 1 | -0/+19 |
* | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich | 2011-07-08 | 1 | -0/+33 |
* | Be more aggressive about following hints. | Jakob Stoklund Olesen | 2011-07-08 | 5 | -9/+13 |
* | Emit a more efficient magic number multiplication for exact sdivs. | Benjamin Kramer | 2011-07-08 | 1 | -0/+18 |
* | Remove a test that no longer makes sense. | Jakob Stoklund Olesen | 2011-07-08 | 1 | -121/+0 |
* | Let the inline asm 'q' constraint match float, and on 64-bit double too. | Nick Lewycky | 2011-07-08 | 1 | -1/+13 |
* | Go ahead and emit the barrier on x86-64 even without sse2. The | Eric Christopher | 2011-07-08 | 1 | -0/+15 |
* | Add support for the X86 'l' constraint. | Eric Christopher | 2011-07-07 | 1 | -0/+7 |
* | Add Mode64Bit feature and sink it down to MC layer. | Evan Cheng | 2011-07-07 | 5 | -6/+6 |
* | Revert r134366 and add an explicit triple to make this test host-independent. | Dan Gohman | 2011-07-05 | 1 | -4/+4 |
* | Fix PR10277. | Jakob Stoklund Olesen | 2011-07-05 | 1 | -0/+101 |
* | test/CodeGen/X86/lsr-nonaffine.ll: Relax expressions for Win64 CC to appease ... | NAKAMURA Takumi | 2011-07-03 | 1 | -3/+3 |
* | FileCheck-ize another X86 test, making it more precisely verify the | Chandler Carruth | 2011-07-02 | 1 | -13/+24 |
* | FileCheck-ize | Chandler Carruth | 2011-07-02 | 1 | -1/+6 |
* | FileCheck-ize and tighten up assertions to only check the relevant sections. | Chandler Carruth | 2011-07-02 | 1 | -3/+11 |
* | FileCheck-ize and cleanup IR. | Chandler Carruth | 2011-07-02 | 1 | -5/+9 |
* | FileCheck-ize | Chandler Carruth | 2011-07-02 | 1 | -3/+8 |
* | Remove a grep that is already checked with FileCheck. | Chandler Carruth | 2011-07-02 | 1 | -1/+1 |
* | FileCheck-ize | Chandler Carruth | 2011-07-02 | 1 | -2/+6 |
* | FileCheck-ize and modernize IR. | Chandler Carruth | 2011-07-02 | 1 | -6/+12 |
* | FileCheck-ize and simplify RUNs. | Chandler Carruth | 2011-07-02 | 1 | -5/+8 |
* | FileCheck-ize and modernize the RUN line. | Chandler Carruth | 2011-07-02 | 1 | -3/+6 |
* | FileCheck-ize, tightening checks and avoiding a temporary file. | Chandler Carruth | 2011-07-02 | 1 | -6/+9 |
* | FileCheck-ize, tightening checks and avoiding a temporary file. | Chandler Carruth | 2011-07-02 | 1 | -6/+9 |
* | FileCheck-ize | Chandler Carruth | 2011-07-02 | 1 | -1/+5 |
* | FileCheck-ize | Chandler Carruth | 2011-07-02 | 1 | -1/+6 |
* | FileCheck-ize a test, avoiding a temporary file. | Chandler Carruth | 2011-07-02 | 1 | -4/+9 |
* | FileCheck-ize and simplify this test. | Chandler Carruth | 2011-07-02 | 1 | -5/+9 |
* | FileCheck-ize | Chandler Carruth | 2011-07-02 | 1 | -1/+2 |
* | FileCheck-ize another codegen test. | Chandler Carruth | 2011-07-02 | 1 | -1/+7 |
* | Partially FileCheck-ize a test to remove a weird quoting situation. | Chandler Carruth | 2011-07-02 | 1 | -2/+5 |
* | FileCheck-ize another test, and upgrade its syntax a bit. | Chandler Carruth | 2011-07-02 | 1 | -9/+13 |
* | FileCheck-ize another codegen test, tightening it up. | Chandler Carruth | 2011-07-02 | 1 | -15/+22 |
* | FileCheck-ize another test, making it much more precise for testing the | Chandler Carruth | 2011-07-02 | 1 | -1/+17 |
* | FileCheck-ize another test. This one is more clear and runs fewer | Chandler Carruth | 2011-07-02 | 1 | -13/+30 |