aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* simplify getSetSize() per Duncan's commentsNuno Lopes2012-07-171-6/+5
* llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301.NAKAMURA Takumi2012-07-171-2/+3
* Allow for customized graph edge pruning in PostOrderIterator.hJakob Stoklund Olesen2012-07-172-38/+73
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-176-29/+41
* [asan] more code to merge crash callbacks. Doesn't fully work yet, but allows...Kostya Serebryany2012-07-171-12/+58
* Fix a crash in the legalization of large vectors.Nadav Rotem2012-07-172-6/+19
* Implement r160312 as target indepedenet dag combine.Evan Cheng2012-07-174-53/+34
* Revert commit r160307. We decide to move builtins selection to the backend.Simon Atanasyan2012-07-171-3/+1
* Make sure constant bitwidth is <= 64 bit before calling getSExtValue().Evan Cheng2012-07-171-1/+2
* This is another case where instcombine demanded bits optimization createdEvan Cheng2012-07-174-4/+58
* Reapply r160340. LSR: Limit CollectSubexprs.Andrew Trick2012-07-171-28/+52
* Revert "LSR: try not to blow up solving combinatorial problems brute force."Andrew Trick2012-07-171-51/+28
* LSR: try not to blow up solving combinatorial problems brute force.Andrew Trick2012-07-171-28/+51
* TableGen: Allow conditional instruction pattern in multiclass.Jim Grosbach2012-07-172-2/+43
* Fix function select_cc_f32 in test/CodeGen/Mips/selectcc.ll.Akira Hatanaka2012-07-161-6/+8
* Defer checking for registers in the MC AsmMatcher until the after user-define...Owen Anderson2012-07-161-16/+16
* fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)Nuno Lopes2012-07-162-0/+23
* teach ConstantRange that zero times X is always zeroNuno Lopes2012-07-162-0/+14
* For something likeEvan Cheng2012-07-163-2/+94
* Minor cleanup and docs.Nadav Rotem2012-07-161-1/+3
* MIPS: Create two definitions for __builtin_mips_shll_qb builtin.Simon Atanasyan2012-07-161-1/+3
* Make ComputeDemandedBits return a deterministic result when computing an Asse...Nadav Rotem2012-07-162-0/+13
* Revert "AMDGPU: Add core backend files for R600/SI codegen v6"Tom Stellard2012-07-16114-28329/+0
* Revert "include/llvm: Add R600 Intrinsics v6"Tom Stellard2012-07-162-37/+0
* Revert "Build script changes for R600/SI Codegen v6"Tom Stellard2012-07-166-17/+11
* Revert "test/CodeGen/R600: Add some basic tests v6"Tom Stellard2012-07-1627-212/+0
* Revert "Target/AMDGPU/R600KernelParameters.cpp: Fix two includes, <llvm/IRBui...Tom Stellard2012-07-161-2/+2
* Revert "Target/AMDGPU: [CMake] Fix dependencies. 1) Add intrinsics_gen. Add A...Tom Stellard2012-07-162-3/+1
* Revert "Target/AMDGPU/R600KernelParameters.cpp: Don't use "and", "or" as cond...Tom Stellard2012-07-161-8/+8
* Revert "Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonre...Tom Stellard2012-07-161-1/+1
* Revert "Target/AMDGPU: Fix includes, or msvc build failed."Tom Stellard2012-07-162-2/+2
* make ConstantRange::getSetSize() properly compute the size of wrapped and ful...Nuno Lopes2012-07-162-13/+19
* With r160248 in place this code is no longer needed.Chad Rosier2012-07-162-17/+1
* [asan] a bit more refactoring, addressed some of the style comments from chan...Kostya Serebryany2012-07-161-17/+39
* MSVC's implementation of isalnum will assert on characters > 255, so we need ...Aaron Ballman2012-07-161-1/+5
* [asan] refactor instrumentation to allow merging the crash callbacks (not ful...Kostya Serebryany2012-07-162-54/+101
* Target/AMDGPU: Fix includes, or msvc build failed.NAKAMURA Takumi2012-07-162-2/+2
* Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonreturn fun...NAKAMURA Takumi2012-07-161-1/+1
* Target/AMDGPU/R600KernelParameters.cpp: Don't use "and", "or" as conditional ...NAKAMURA Takumi2012-07-161-8/+8
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-165-1/+102
* Target/AMDGPU: [CMake] Fix dependencies. 1) Add intrinsics_gen. Add AMDGPUCom...NAKAMURA Takumi2012-07-162-1/+3
* Target/AMDGPU/R600KernelParameters.cpp: Fix two includes, <llvm/IRBuilder.h> ...NAKAMURA Takumi2012-07-161-2/+2
* Fix tests that failed on i686-win32 after r160248:Alexey Samsonov2012-07-162-3/+4
* test/CodeGen/R600: Add some basic tests v6Tom Stellard2012-07-1627-0/+212
* Build script changes for R600/SI Codegen v6Tom Stellard2012-07-166-11/+17
* include/llvm: Add R600 Intrinsics v6Tom Stellard2012-07-162-0/+37
* AMDGPU: Add core backend files for R600/SI codegen v6Tom Stellard2012-07-16114-0/+28329
* [asan] initialize asan error callbacks in runOnModule instead of doing that o...Kostya Serebryany2012-07-161-8/+20
* Fix a bug in the 3-address conversion of LEA when one of the operands is anNadav Rotem2012-07-162-0/+23
* Revert r160254 temporarily.Chandler Carruth2012-07-162-26/+28