aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-07-18More replacing of target-dependent intrinsics with target-indepdent Joel Jones
2012-07-17Clean up Mips16InstrFormats.td and Mips16InstrInfo.td.Akira Hatanaka
2012-07-17Back out r160101 and instead implement a dag combine to recover from instcomb...Evan Cheng
2012-07-17Add some trace output to TwoAddressInstructionPass.Jakob Stoklund Olesen
2012-07-17Remove unused variable.Benjamin Kramer
2012-07-17simplify getSetSize() per Duncan's commentsNuno Lopes
2012-07-17Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov
2012-07-17[asan] more code to merge crash callbacks. Doesn't fully work yet, but allows...Kostya Serebryany
2012-07-17Fix a crash in the legalization of large vectors.Nadav Rotem
2012-07-17Implement r160312 as target indepedenet dag combine.Evan Cheng
2012-07-17Make sure constant bitwidth is <= 64 bit before calling getSExtValue().Evan Cheng
2012-07-17This is another case where instcombine demanded bits optimization createdEvan Cheng
2012-07-17Reapply r160340. LSR: Limit CollectSubexprs.Andrew Trick
2012-07-17Revert "LSR: try not to blow up solving combinatorial problems brute force."Andrew Trick
2012-07-17LSR: try not to blow up solving combinatorial problems brute force.Andrew Trick
2012-07-16fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)Nuno Lopes
2012-07-16teach ConstantRange that zero times X is always zeroNuno Lopes
2012-07-16For something likeEvan Cheng
2012-07-16Minor cleanup and docs.Nadav Rotem
2012-07-16Make ComputeDemandedBits return a deterministic result when computing an Asse...Nadav Rotem
2012-07-16Revert "AMDGPU: Add core backend files for R600/SI codegen v6"Tom Stellard
2012-07-16Revert "Build script changes for R600/SI Codegen v6"Tom Stellard
2012-07-16Revert "Target/AMDGPU/R600KernelParameters.cpp: Fix two includes, <llvm/IRBui...Tom Stellard
2012-07-16Revert "Target/AMDGPU: [CMake] Fix dependencies. 1) Add intrinsics_gen. Add A...Tom Stellard
2012-07-16Revert "Target/AMDGPU/R600KernelParameters.cpp: Don't use "and", "or" as cond...Tom Stellard
2012-07-16Revert "Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonre...Tom Stellard
2012-07-16Revert "Target/AMDGPU: Fix includes, or msvc build failed."Tom Stellard
2012-07-16make ConstantRange::getSetSize() properly compute the size of wrapped and ful...Nuno Lopes
2012-07-16With r160248 in place this code is no longer needed.Chad Rosier
2012-07-16[asan] a bit more refactoring, addressed some of the style comments from chan...Kostya Serebryany
2012-07-16MSVC's implementation of isalnum will assert on characters > 255, so we need ...Aaron Ballman
2012-07-16[asan] refactor instrumentation to allow merging the crash callbacks (not ful...Kostya Serebryany
2012-07-16Target/AMDGPU: Fix includes, or msvc build failed.NAKAMURA Takumi
2012-07-16Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonreturn fun...NAKAMURA Takumi
2012-07-16Target/AMDGPU/R600KernelParameters.cpp: Don't use "and", "or" as conditional ...NAKAMURA Takumi
2012-07-16Doubleword Shift Left Logical Plus 32Jack Carter
2012-07-16Target/AMDGPU: [CMake] Fix dependencies. 1) Add intrinsics_gen. Add AMDGPUCom...NAKAMURA Takumi
2012-07-16Target/AMDGPU/R600KernelParameters.cpp: Fix two includes, <llvm/IRBuilder.h> ...NAKAMURA Takumi
2012-07-16Build script changes for R600/SI Codegen v6Tom Stellard
2012-07-16AMDGPU: Add core backend files for R600/SI codegen v6Tom Stellard
2012-07-16[asan] initialize asan error callbacks in runOnModule instead of doing that o...Kostya Serebryany
2012-07-16Fix a bug in the 3-address conversion of LEA when one of the operands is anNadav Rotem
2012-07-16Revert r160254 temporarily.Chandler Carruth
2012-07-16Teach AddressSanitizer to create basic blocks in a more natural order.Chandler Carruth
2012-07-16This CL changes the function prologue and epilogue emitted on X86 when stack ...Alexey Samsonov
2012-07-15Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth
2012-07-15Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth
2012-07-15Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ...Nadav Rotem
2012-07-15Teach getTargetVShiftNode about TargetConstant nodes.Nadav Rotem
2012-07-15Rename VBROADCASTSDrm into VBROADCASTSDYrm to match the naming convention.Nadav Rotem