aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Suppress llvm/test/Other/can-execute.txt on msys bash.NAKAMURA Takumi2013-06-262-1/+5
* Optimized integer vector multiplication operation by replacing it with shift/...Elena Demikhovsky2013-06-265-3/+85
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-261-0/+19
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-261-0/+23
* SLPVectorizer: support slp-vectorization of PHINodes between basic blocksNadav Rotem2013-06-251-0/+46
* Print block frequencies in decimal form.Jakob Stoklund Olesen2013-06-251-16/+16
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-251-0/+59
* X86 cost model: Vectorizing integer division is a bad ideaArnold Schwaighofer2013-06-251-0/+32
* Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.Bob Wilson2013-06-251-0/+24
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+35
* R600: Add v2i32 test for vselectAaron Watry2013-06-251-6/+20
* R600/SI: Expand xor v2i32/v4i32Aaron Watry2013-06-251-7/+33
* R600: Add v2i32 test for setcc on evergreenAaron Watry2013-06-251-3/+22
* R600/SI: Expand urem of v2i32/v4i32 for SIAaron Watry2013-06-251-4/+23
* R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EGAaron Watry2013-06-251-3/+22
* R600/SI: Expand ashr of v2i32/v4i32 for SIAaron Watry2013-06-251-7/+34
* R600/SI: Expand srl of v2i32/v4i32 for SIAaron Watry2013-06-251-7/+35
* R600/SI: Expand shl of v2i32/v4i32 for SIAaron Watry2013-06-251-7/+34
* R600/SI: Expand or of v2i32/v4i32 for SIAaron Watry2013-06-251-7/+34
* R600/SI: Expand mul of v2i32/v4i32 for SIAaron Watry2013-06-251-6/+32
* R600/SI: Expand and of v2i32/v4i32 for SIAaron Watry2013-06-251-6/+31
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-251-16/+16
* [PowerPC] Add extended rotate/shift mnemonicsUlrich Weigand2013-06-251-43/+85
* [PowerPC] Add rldcr/rldic instructionsUlrich Weigand2013-06-251-4/+8
* [PowerPC] Add extended subtract mnemonicsUlrich Weigand2013-06-251-1/+19
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-2563-273/+257
* R600/SI: Report unaligned memory accesses as legal for > 32-bit typesTom Stellard2013-06-251-0/+32
* R600: Add support for i32 loads from the constant address space on CaymanTom Stellard2013-06-251-0/+1
* R600/SI: Add support for v4i32 and v4f32 kernel argsTom Stellard2013-06-251-6/+10
* R600: Fix typo in R600Schedule.tdTom Stellard2013-06-251-0/+34
* [PowerPC] Support some miscellaneous mnemonics in the asm parserUlrich Weigand2013-06-241-5/+10
* [PowerPC] Add some FIXMEsUlrich Weigand2013-06-241-0/+25
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-241-0/+1136
* Move llvm/test/DebugInfo/arguments.ll to X86, for now. It is still Windows' P...NAKAMURA Takumi2013-06-241-0/+0
* llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-242-2/+2
* llvm/test/CodeGen/X86/legalize-shift-64.ll: Add explicit -mtriple=i686-unknow...NAKAMURA Takumi2013-06-241-1/+1
* llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-241-1/+1
* [PowerPC] Add t/f branch mnemonics to asm parserUlrich Weigand2013-06-241-81/+107
* Reapply 184685 after the SetVector iteration order fix.Arnold Schwaighofer2013-06-243-2/+224
* [PowerPC] Support generic conditional branches in asm parserUlrich Weigand2013-06-241-9/+29
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-244-54/+197
* [PowerPC] Support bd(n)zl and bd(n)zlrlUlrich Weigand2013-06-241-4/+10
* [PowerPC] Support b(cond)l in the asm parserUlrich Weigand2013-06-241-24/+72
* [PowerPC] Support blrl and variants in the asm parserUlrich Weigand2013-06-241-25/+50
* Add -mcpu to some unit tests that only fail on certain hosts.Andrew Trick2013-06-247-8/+8
* ARM: check predicate bits for thumb instructionsAmaury de la Vieuville2013-06-242-0/+18
* ARM: rGPR is meant to be unpredictable, not undefinedAmaury de la Vieuville2013-06-242-3/+2
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-2463-257/+273
* ARM: fix thumb1 nop decodingAmaury de la Vieuville2013-06-243-10/+4
* ARM: fix IT decodingAmaury de la Vieuville2013-06-241-2/+6