summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Reapply r160340. LSR: Limit CollectSubexprs.Andrew Trick2012-07-17
* Revert "LSR: try not to blow up solving combinatorial problems brute force."Andrew Trick2012-07-17
* LSR: try not to blow up solving combinatorial problems brute force.Andrew Trick2012-07-17
* fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)Nuno Lopes2012-07-16
* teach ConstantRange that zero times X is always zeroNuno Lopes2012-07-16
* For something likeEvan Cheng2012-07-16
* Minor cleanup and docs.Nadav Rotem2012-07-16
* Make ComputeDemandedBits return a deterministic result when computing an Asse...Nadav Rotem2012-07-16
* Revert "AMDGPU: Add core backend files for R600/SI codegen v6"Tom Stellard2012-07-16
* Revert "Build script changes for R600/SI Codegen v6"Tom Stellard2012-07-16
* Revert "Target/AMDGPU/R600KernelParameters.cpp: Fix two includes, <llvm/IRBui...Tom Stellard2012-07-16
* Revert "Target/AMDGPU: [CMake] Fix dependencies. 1) Add intrinsics_gen. Add A...Tom Stellard2012-07-16
* Revert "Target/AMDGPU/R600KernelParameters.cpp: Don't use "and", "or" as cond...Tom Stellard2012-07-16
* Revert "Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonre...Tom Stellard2012-07-16
* Revert "Target/AMDGPU: Fix includes, or msvc build failed."Tom Stellard2012-07-16
* make ConstantRange::getSetSize() properly compute the size of wrapped and ful...Nuno Lopes2012-07-16
* With r160248 in place this code is no longer needed.Chad Rosier2012-07-16
* [asan] a bit more refactoring, addressed some of the style comments from chan...Kostya Serebryany2012-07-16
* MSVC's implementation of isalnum will assert on characters > 255, so we need ...Aaron Ballman2012-07-16
* [asan] refactor instrumentation to allow merging the crash callbacks (not ful...Kostya Serebryany2012-07-16
* Target/AMDGPU: Fix includes, or msvc build failed.NAKAMURA Takumi2012-07-16
* Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonreturn fun...NAKAMURA Takumi2012-07-16
* Target/AMDGPU/R600KernelParameters.cpp: Don't use "and", "or" as conditional ...NAKAMURA Takumi2012-07-16
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-16
* Target/AMDGPU: [CMake] Fix dependencies. 1) Add intrinsics_gen. Add AMDGPUCom...NAKAMURA Takumi2012-07-16
* Target/AMDGPU/R600KernelParameters.cpp: Fix two includes, <llvm/IRBuilder.h> ...NAKAMURA Takumi2012-07-16
* Build script changes for R600/SI Codegen v6Tom Stellard2012-07-16
* AMDGPU: Add core backend files for R600/SI codegen v6Tom Stellard2012-07-16
* [asan] initialize asan error callbacks in runOnModule instead of doing that o...Kostya Serebryany2012-07-16
* Fix a bug in the 3-address conversion of LEA when one of the operands is anNadav Rotem2012-07-16
* Revert r160254 temporarily.Chandler Carruth2012-07-16
* Teach AddressSanitizer to create basic blocks in a more natural order.Chandler Carruth2012-07-16
* This CL changes the function prologue and epilogue emitted on X86 when stack ...Alexey Samsonov2012-07-16
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-15
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-15
* Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ...Nadav Rotem2012-07-15
* Teach getTargetVShiftNode about TargetConstant nodes.Nadav Rotem2012-07-15
* Rename VBROADCASTSDrm into VBROADCASTSDYrm to match the naming convention.Nadav Rotem2012-07-15
* Refactor the code that checks that all operands of a node are UNDEFs.Nadav Rotem2012-07-15
* Reapply r160194, switching to use LV information for finding local kills.Chandler Carruth2012-07-15
* AVX: Fix a bug in getTargetVShiftNode. The shift amount has to be a 128bit ve...Nadav Rotem2012-07-14
* Add a dagcombine optimization to convert concat_vectors of undefs into a sing...Nadav Rotem2012-07-14
* Account for early-clobber reload instructions.Jakob Stoklund Olesen2012-07-14
* Be more verbose when detecting dominance problems.Jakob Stoklund Olesen2012-07-13
* LSR Fix: check SCEV expression safety before expansion.Andrew Trick2012-07-13
* IVUsers should only generate SCEV's for values that are safe to speculate.Andrew Trick2012-07-13
* Factor SCEV traversal code so I can use it elsewhere. No functionality.Andrew Trick2012-07-13
* This is one of the first steps at moving to replace target-dependent Joel Jones2012-07-13
* Revert r160194, which switched to use LV information for finding localChandler Carruth2012-07-13
* Use the LiveVariables information to efficiently get local kills. ThisChandler Carruth2012-07-13