| Commit message (Expand) | Author | Age | Files | Lines |
* | AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vb... | Nadav Rotem | 2011-11-15 | 1 | -48/+85 |
* | Added custom lowering for load->dec->store sequence in x86 when the EFLAGS re... | Pete Cooper | 2011-11-15 | 2 | -2/+61 |
* | Remove some unnecessary includes of PseudoSourceValue.h. | Jay Foad | 2011-11-15 | 3 | -3/+0 |
* | Fix PR11370 for real. Prevents converting 256-bit FP instruction to AVX2 256-... | Craig Topper | 2011-11-15 | 1 | -9/+17 |
* | Properly qualify AVX2 specific parts of execution dependency table. Also enab... | Craig Topper | 2011-11-15 | 2 | -9/+16 |
* | Break false dependencies before partial register updates. | Jakob Stoklund Olesen | 2011-11-15 | 2 | -0/+57 |
* | Add a missing pattern for X86ISD::MOVLPD. rdar://10436044 | Evan Cheng | 2011-11-14 | 1 | -0/+5 |
* | Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom lowered | Pete Cooper | 2011-11-14 | 1 | -5/+8 |
* | Add AVX2 version of instructions to load folding tables. Also add a bunch of ... | Craig Topper | 2011-11-14 | 1 | -2/+139 |
* | Add neverHasSideEffects, mayLoad, and mayStore to many patternless SSE/AVX in... | Craig Topper | 2011-11-14 | 2 | -19/+37 |
* | Add BLSI, BLSMSK, and BLSR to getTargetNodeName. | Craig Topper | 2011-11-13 | 1 | -2/+6 |
* | Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern... | Craig Topper | 2011-11-12 | 2 | -62/+153 |
* | build: Attempt to rectify inconsistencies between CMake and LLVMBuild version... | Daniel Dunbar | 2011-11-12 | 3 | -2/+3 |
* | Add lowering for AVX2 shift instructions. | Craig Topper | 2011-11-11 | 2 | -117/+167 |
* | If we have to reset the calculation of the compact encoding, then also reset the | Bill Wendling | 2011-11-11 | 1 | -0/+1 |
* | LLVMBuild: Add explicit information on whether targets define an assembly pri... | Daniel Dunbar | 2011-11-11 | 1 | -0/+3 |
* | AVX2: Add variable shift from memory. | Nadav Rotem | 2011-11-10 | 1 | -1/+24 |
* | llvm-build: Add --native-target and --enable-targets options, and add logic to | Daniel Dunbar | 2011-11-10 | 1 | -1/+0 |
* | llvm-build: Add an explicit component type to represent targets. | Daniel Dunbar | 2011-11-10 | 1 | -1/+2 |
* | AVX2: Add patterns for variable shift operations | Nadav Rotem | 2011-11-09 | 2 | -0/+40 |
* | Remove unnecessary include. | Devang Patel | 2011-11-09 | 1 | -1/+0 |
* | Add AVX2 support for vselect of v32i8 | Nadav Rotem | 2011-11-09 | 2 | -0/+8 |
* | Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ... | Craig Topper | 2011-11-09 | 2 | -4/+20 |
* | Add instruction selection for AVX2 integer comparisons. | Craig Topper | 2011-11-09 | 2 | -8/+43 |
* | Add AVX2 instruction lowering for add, sub, and mul. | Craig Topper | 2011-11-09 | 1 | -24/+81 |
* | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper | 2011-11-08 | 1 | -33/+41 |
* | Add x86 isel logic and patterns to match movlps from clang generated IR for _... | Evan Cheng | 2011-11-08 | 2 | -6/+11 |
* | Expand V_SET0 to xorps by default. | Jakob Stoklund Olesen | 2011-11-07 | 1 | -1/+1 |
* | Add AVX2 variable shift instructions and intrinsics. | Craig Topper | 2011-11-07 | 1 | -0/+40 |
* | Add AVX2 VPMOVMASK instructions and intrinsics. | Craig Topper | 2011-11-07 | 1 | -0/+38 |
* | Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual... | Craig Topper | 2011-11-07 | 1 | -2/+38 |
* | More AVX2 instructions and their intrinsics. | Craig Topper | 2011-11-06 | 4 | -14/+80 |
* | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer | 2011-11-06 | 2 | -8/+2 |
* | Add more AVX2 instructions and intrinsics. | Craig Topper | 2011-11-06 | 2 | -13/+96 |
* | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer | 2011-11-05 | 1 | -1/+1 |
* | Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ... | Eli Friedman | 2011-11-04 | 1 | -27/+207 |
* | build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just | Daniel Dunbar | 2011-11-04 | 1 | -11/+11 |
* | Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructions | Craig Topper | 2011-11-04 | 1 | -24/+29 |
* | Reapply r143206, with fixes. Disallow physical register lifetimes | Dan Gohman | 2011-11-03 | 2 | -11/+187 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 7 | -0/+174 |
* | Add new X86 AVX2 VBROADCAST instructions. | Craig Topper | 2011-11-03 | 1 | -13/+26 |
* | More AVX2 instructions and intrinsics. | Craig Topper | 2011-11-02 | 1 | -3/+108 |
* | Add a bunch more X86 AVX2 instructions and their corresponding intrinsics. | Craig Topper | 2011-11-02 | 2 | -2/+256 |
* | Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan... | Eli Friedman | 2011-11-01 | 1 | -0/+18 |
* | Begin adding AVX2 instructions. No selection support yet other than intrinsics. | Craig Topper | 2011-10-31 | 1 | -146/+371 |
* | Add intrinsics and feature flag for read/write FS/GS base instructions. Also ... | Craig Topper | 2011-10-30 | 5 | -19/+53 |
* | X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a... | Benjamin Kramer | 2011-10-30 | 1 | -0/+26 |
* | Fix pr11266. | Nadav Rotem | 2011-10-30 | 1 | -4/+22 |
* | Revert r143206, as there are still some failing tests. | Dan Gohman | 2011-10-29 | 2 | -187/+11 |
* | Reapply r143177 and r143179 (reverting r143188), with scheduler | Dan Gohman | 2011-10-28 | 2 | -11/+187 |