aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal.Chad Rosier2012-11-301-3/+3
* Codegen failure for vmull with small vectorsSebastian Pop2012-11-301-0/+150
* test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.Chad Rosier2012-11-301-2/+2
* test/CodeGen/PowerPC: Add explicit -march=ppc32.NAKAMURA Takumi2012-11-302-2/+2
* This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella2012-11-302-10/+33
* [msan] Tests for vector manipulation instructions.Evgeniy Stepanov2012-11-301-0/+37
* Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng2012-11-301-0/+26
* Modified dump() to provide a littlePreston Briggs2012-11-302-4/+4
* Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInstKevin Enderby2012-11-291-0/+11
* Add a FileCheck test that makes sure two different CHECKs won't match theEli Bendersky2012-11-291-0/+8
* rdar://12100355 (part 1)Shuxin Yang2012-11-291-0/+76
* Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling2012-11-291-0/+23
* instcombine: Migrate puts optimizationsMeador Inge2012-11-292-15/+31
* Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer2012-11-291-0/+49
* fix a typoShuxin Yang2012-11-291-1/+1
* instcombine: Migrate fputs optimizationsMeador Inge2012-11-293-31/+45
* instcombine: Migrate fwrite optimizationsMeador Inge2012-11-292-13/+57
* instcombine: Migrate fprintf optimizationsMeador Inge2012-11-294-59/+80
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-291-0/+61
* Teach the legalizer how to handle operands for VSELECT nodesJustin Holewinski2012-11-291-0/+16
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-291-0/+19
* [msan] Propagate shadow through (x<0) and (x>=0) comparisons.Evgeniy Stepanov2012-11-291-0/+47
* [msan] Fix shadow & origin store & load alignment.Evgeniy Stepanov2012-11-291-0/+25
* [msan] Add a test for r168873.Evgeniy Stepanov2012-11-291-0/+2
* [msan] Update tests (broken in r168873).Evgeniy Stepanov2012-11-291-5/+3
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-292-0/+236
* [asan] when checking the noreturn attribute on the call, also check it on the...Kostya Serebryany2012-11-291-2/+13
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-291-0/+32
* Avoid rewriting instructions twice.Jakob Stoklund Olesen2012-11-291-0/+41
* When combining consecutive stores allow loads in between the stores, if the l...Nadav Rotem2012-11-291-0/+52
* ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer2012-11-281-0/+12
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-281-0/+41
* Add error handling in getInt.Patrik Hägglund2012-11-281-2/+1
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-282-2/+2
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-281-0/+68
* misched: better alias analysis.Andrew Trick2012-11-281-0/+127
* BBVectorize: Correctly merge SubclassOptionalDataHal Finkel2012-11-281-0/+24
* This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt2012-11-271-0/+26
* Add -verify-machineinstrs to these fast-isel test cases.Chad Rosier2012-11-274-6/+6
* Modified depends() to recognize that when all levels are "=" andPreston Briggs2012-11-2715-360/+360
* CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren2012-11-271-0/+32
* instcombine: Don't replace all uses for instructions with no usesMeador Inge2012-11-271-0/+41
* SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer2012-11-271-0/+54
* X86: do not fold load instructions such as [V]MOVS[S|D] to other instructionsManman Ren2012-11-271-0/+39
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-278-0/+403
* Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand2012-11-272-3/+5
* Move sprintf simplifier tests to test/Transforms/InstCombineMeador Inge2012-11-272-48/+26
* Remove the dependent libraries feature.Bill Wendling2012-11-275-9/+1
* llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.NAKAMURA Takumi2012-11-273-6/+12
* llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...NAKAMURA Takumi2012-11-271-2/+1