| Commit message (Expand) | Author | Age | Files | Lines |
* | teach ConstantRange that zero times X is always zero | Nuno Lopes | 2012-07-16 | 2 | -0/+14 |
* | For something like | Evan Cheng | 2012-07-16 | 3 | -2/+94 |
* | Minor cleanup and docs. | Nadav Rotem | 2012-07-16 | 1 | -1/+3 |
* | MIPS: Create two definitions for __builtin_mips_shll_qb builtin. | Simon Atanasyan | 2012-07-16 | 1 | -1/+3 |
* | Make ComputeDemandedBits return a deterministic result when computing an Asse... | Nadav Rotem | 2012-07-16 | 2 | -0/+13 |
* | Revert "AMDGPU: Add core backend files for R600/SI codegen v6" | Tom Stellard | 2012-07-16 | 114 | -28329/+0 |
* | Revert "include/llvm: Add R600 Intrinsics v6" | Tom Stellard | 2012-07-16 | 2 | -37/+0 |
* | Revert "Build script changes for R600/SI Codegen v6" | Tom Stellard | 2012-07-16 | 6 | -17/+11 |
* | Revert "test/CodeGen/R600: Add some basic tests v6" | Tom Stellard | 2012-07-16 | 27 | -212/+0 |
* | Revert "Target/AMDGPU/R600KernelParameters.cpp: Fix two includes, <llvm/IRBui... | Tom Stellard | 2012-07-16 | 1 | -2/+2 |
* | Revert "Target/AMDGPU: [CMake] Fix dependencies. 1) Add intrinsics_gen. Add A... | Tom Stellard | 2012-07-16 | 2 | -3/+1 |
* | Revert "Target/AMDGPU/R600KernelParameters.cpp: Don't use "and", "or" as cond... | Tom Stellard | 2012-07-16 | 1 | -8/+8 |
* | Revert "Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonre... | Tom Stellard | 2012-07-16 | 1 | -1/+1 |
* | Revert "Target/AMDGPU: Fix includes, or msvc build failed." | Tom Stellard | 2012-07-16 | 2 | -2/+2 |
* | make ConstantRange::getSetSize() properly compute the size of wrapped and ful... | Nuno Lopes | 2012-07-16 | 2 | -13/+19 |
* | With r160248 in place this code is no longer needed. | Chad Rosier | 2012-07-16 | 2 | -17/+1 |
* | [asan] a bit more refactoring, addressed some of the style comments from chan... | Kostya Serebryany | 2012-07-16 | 1 | -17/+39 |
* | MSVC's implementation of isalnum will assert on characters > 255, so we need ... | Aaron Ballman | 2012-07-16 | 1 | -1/+5 |
* | [asan] refactor instrumentation to allow merging the crash callbacks (not ful... | Kostya Serebryany | 2012-07-16 | 2 | -54/+101 |
* | Target/AMDGPU: Fix includes, or msvc build failed. | NAKAMURA Takumi | 2012-07-16 | 2 | -2/+2 |
* | Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonreturn fun... | NAKAMURA Takumi | 2012-07-16 | 1 | -1/+1 |
* | Target/AMDGPU/R600KernelParameters.cpp: Don't use "and", "or" as conditional ... | NAKAMURA Takumi | 2012-07-16 | 1 | -8/+8 |
* | Doubleword Shift Left Logical Plus 32 | Jack Carter | 2012-07-16 | 5 | -1/+102 |
* | Target/AMDGPU: [CMake] Fix dependencies. 1) Add intrinsics_gen. Add AMDGPUCom... | NAKAMURA Takumi | 2012-07-16 | 2 | -1/+3 |
* | Target/AMDGPU/R600KernelParameters.cpp: Fix two includes, <llvm/IRBuilder.h> ... | NAKAMURA Takumi | 2012-07-16 | 1 | -2/+2 |
* | Fix tests that failed on i686-win32 after r160248: | Alexey Samsonov | 2012-07-16 | 2 | -3/+4 |
* | test/CodeGen/R600: Add some basic tests v6 | Tom Stellard | 2012-07-16 | 27 | -0/+212 |
* | Build script changes for R600/SI Codegen v6 | Tom Stellard | 2012-07-16 | 6 | -11/+17 |
* | include/llvm: Add R600 Intrinsics v6 | Tom Stellard | 2012-07-16 | 2 | -0/+37 |
* | AMDGPU: Add core backend files for R600/SI codegen v6 | Tom Stellard | 2012-07-16 | 114 | -0/+28329 |
* | [asan] initialize asan error callbacks in runOnModule instead of doing that o... | Kostya Serebryany | 2012-07-16 | 1 | -8/+20 |
* | Fix a bug in the 3-address conversion of LEA when one of the operands is an | Nadav Rotem | 2012-07-16 | 2 | -0/+23 |
* | Revert r160254 temporarily. | Chandler Carruth | 2012-07-16 | 2 | -26/+28 |
* | Teach AddressSanitizer to create basic blocks in a more natural order. | Chandler Carruth | 2012-07-16 | 2 | -28/+26 |
* | Add a basic test for AddressSanitizer. This is just a bare-bones | Chandler Carruth | 2012-07-16 | 1 | -0/+70 |
* | Add support for attaching branch weight metadata directly from the IRBuilder. | Chandler Carruth | 2012-07-16 | 2 | -4/+30 |
* | Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr. | Chandler Carruth | 2012-07-16 | 1 | -1/+15 |
* | Move the IRBuilder unittest from Support to VMCore. This got missed in | Chandler Carruth | 2012-07-16 | 3 | -2/+2 |
* | This CL changes the function prologue and epilogue emitted on X86 when stack ... | Alexey Samsonov | 2012-07-16 | 4 | -77/+95 |
* | Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes | Chandler Carruth | 2012-07-15 | 9 | -11/+11 |
* | Update the header guard I missed when moving the header. | Chandler Carruth | 2012-07-15 | 1 | -2/+2 |
* | Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with | Chandler Carruth | 2012-07-15 | 7 | -10/+10 |
* | Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ... | Nadav Rotem | 2012-07-15 | 3 | -1/+18 |
* | Teach getTargetVShiftNode about TargetConstant nodes. | Nadav Rotem | 2012-07-15 | 2 | -1/+13 |
* | llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Rewrite expressions to fit... | NAKAMURA Takumi | 2012-07-15 | 1 | -1/+3 |
* | Rename VBROADCASTSDrm into VBROADCASTSDYrm to match the naming convention. | Nadav Rotem | 2012-07-15 | 3 | -3/+29 |
* | Refactor the code that checks that all operands of a node are UNDEFs. | Nadav Rotem | 2012-07-15 | 3 | -13/+32 |
* | Reapply r160194, switching to use LV information for finding local kills. | Chandler Carruth | 2012-07-15 | 1 | -56/+32 |
* | Move IsSameValue from clang's ASTImporter to be methods on the | Eric Christopher | 2012-07-15 | 2 | -0/+39 |
* | AVX: Fix a bug in getTargetVShiftNode. The shift amount has to be a 128bit ve... | Nadav Rotem | 2012-07-14 | 2 | -1/+38 |