summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-24R600: Add optimization for FP_ROUNDtstellar3-0/+38
2012-09-24R600: Add support for i8 reads on R600tstellar4-0/+35
2012-09-24R600: Replace AMDGPU pow intrinsic with the llvm versiontstellar4-3/+6
2012-09-24Enable the new SROA pass by default.tstellar1-1/+1
2012-09-24Address one of the original FIXMEs for the new SROA pass by implementingtstellar2-21/+161
2012-09-24Emit dtors into proper section while compiling in vcpp-compatible mode.tstellar2-12/+31
2012-09-24Switch to a signed representation for the dynamic offsets while walkingtstellar2-26/+133
2012-09-24Don't do actual work inside an assert statement. Fixes PR11760!tstellar4-4/+9
2012-09-24Revise test to avoid using of 'grep'tstellar1-20/+14
2012-09-24Add LLVM_OVERRIDE to methods that override their base classes.tstellar17-66/+73
2012-09-24Enhance test case of atomic16 to verify inst encoding fixed in r164453.tstellar1-0/+6
2012-09-24ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]tstellar1-0/+2
2012-09-24Whitespace.tstellar1-2/+2
2012-09-24Fix edge cases of ARM shift operands in arith instructions.tstellar3-38/+94
2012-09-24Fix the handling of edge cases in ARM shifted operands.tstellar6-8/+151
2012-09-24Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'tstellar1-14/+14
2012-09-24Fix typo in r164357tstellar1-1/+1
2012-09-24Machine Model (-schedmodel only). Added SchedAliases.tstellar4-88/+327
2012-09-24Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.tstellar1-0/+19
2012-09-24Casting: assert that pointer arguments to isa<> are non-null.tstellar1-0/+3
2012-09-24DenseMap: assert that we have found a bucket before we try to insert into it.tstellar1-0/+1
2012-09-24MIPS DSP: Add immediate leaves.tstellar1-0/+20
2012-09-24MIPS DSP: Add predicates and instruction template.tstellar1-0/+25
2012-09-24Add MIPS DSP register classes. Set actions of DSP vector operations and overridetstellar2-0/+49
2012-09-24SelectionDAG node enums for MIPS DSP nodes.tstellar2-0/+55
2012-09-24Add MIPS accumulator and DSP control registers.tstellar2-1/+45
2012-09-24Add flags and feature bits for mips dsp.tstellar2-0/+9
2012-09-24Fix a case where the new SROA pass failed to zap dead operands totstellar2-7/+15
2012-09-24Add an --enable-backtraces option to configure to determinetstellar4-2/+47
2012-09-24Add an MDBuilder utility for creating !tbaa.struct nodes.tstellar1-0/+21
2012-09-24[CMake] Respect LLVM_BUILD_RUNTIME.tstellar1-0/+1
2012-09-24[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.tstellar6-2/+22
2012-09-24Have the DbgVariable "isArtificial" and "isObjectPointer" nottstellar2-5/+5
2012-09-24Add comment.tstellar1-1/+2
2012-09-24Add comment.tstellar1-1/+2
2012-09-24Fix a significant recent(?) regression. StackSlotColoring no longer did anythingtstellar4-3/+10
2012-09-24docs: Fix long-standing typo in yaml2obj.rst.tstellar1-2/+2
2012-09-24Whitespace.tstellar1-2/+2
2012-09-24Say "bytes" instead of "address units", since that's what thetstellar1-5/+5
2012-09-24Document the new !tbaa.struct metadata.tstellar1-0/+39
2012-09-24Add missing 'to' and rephrase an explanation of GCC's assumptions.tstellar1-4/+4
2012-09-24Document "do not use defaults in covered switch-over-enum" coding standard.tstellar1-0/+18
2012-09-24LoopIdiom: Give up when the loop is not in canonical form.tstellar2-0/+39
2012-09-24[fast-isel] Fallback to SelectionDAG isel if we require strict alignment fortstellar2-0/+42
2012-09-21Some cleanups after merge of Mesa branchtstellar7-468/+7
2012-09-21Revert "XXX: Update pow test" This WIP commit was accidently pulled.tstellar1-2/+2
2012-09-21Merge branch 'r600-master' into git-svn-R600tstellar124-1/+20112
2012-09-21Merge cleanupststellar3-216/+0
2012-09-21Merge branch 'master' into git-svn-R600tstellar133-2170/+6259
2012-09-21XXX: Update pow testTom Stellard1-2/+2