aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-18test commitVictor Oliveira
2012-07-18Add some missed ELF constants definitions:Simon Atanasyan
2012-07-18Update config.h.cmake corresponding to config.h.in.NAKAMURA Takumi
2012-07-18The vbroadcast family of instructions has 'fallback patterns' in case where theNadav Rotem
2012-07-18Mips specific inline asm operand modifier 'M':Jack Carter
2012-07-18SCEVTraversal: Add a visited set.Andrew Trick
2012-07-18Remove tab characters.Craig Topper
2012-07-18Fix typo in error message and remove some tab characters.Craig Topper
2012-07-18indvars: drive by heuristics fix.Andrew Trick
2012-07-18indvars: Linear function test replace should avoid reusing undef.Andrew Trick
2012-07-18Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper
2012-07-18Fixed few warnings.Galina Kistanova
2012-07-18ignore 'invoke @llvm.donothing', but still keep the edge to the continuation BBNuno Lopes
2012-07-18More replacing of target-dependent intrinsics with target-indepdent Joel Jones
2012-07-17Apparently it's possible to do an 'invoke asm'.Nuno Lopes
2012-07-17Clean up Mips16InstrFormats.td and Mips16InstrInfo.td.Akira Hatanaka
2012-07-17Add test case for r160387Evan Cheng
2012-07-17Back out r160101 and instead implement a dag combine to recover from instcomb...Evan Cheng
2012-07-17TableGen: Pattern<> references to null_frag are a nop.Jim Grosbach
2012-07-17Fix broken ipo_ext_iterator constructors.Jakob Stoklund Olesen
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-17llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301.NAKAMURA Takumi
2012-07-17Allow for customized graph edge pruning in PostOrderIterator.hJakob Stoklund Olesen
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-17Revert commit r160307. We decide to move builtins selection to the backend.Simon Atanasyan
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-17TableGen: Allow conditional instruction pattern in multiclass.Jim Grosbach
2012-07-16Fix function select_cc_f32 in test/CodeGen/Mips/selectcc.ll.Akira Hatanaka
2012-07-16Defer checking for registers in the MC AsmMatcher until the after user-define...Owen Anderson
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-16MIPS: Create two definitions for __builtin_mips_shll_qb builtin.Simon Atanasyan
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 "include/llvm: Add R600 Intrinsics v6"Tom Stellard
2012-07-16Revert "Build script changes for R600/SI Codegen v6"Tom Stellard
2012-07-16Revert "test/CodeGen/R600: Add some basic tests 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