summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Allow merging multiple store sequences on the same chain.Nadav Rotem2012-12-02
* Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky2012-12-02
* Fix an invalid regex in the testEli Bendersky2012-12-02
* Support referencing variables defined on the same line.Eli Bendersky2012-12-01
* SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer2012-12-01
* Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng2012-12-01
* The patch is to improve the memory footprint of pass GlobalOpt. Zhou Sheng2012-12-01
* misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick2012-12-01
* misched: Fix the DAG builder to handle an undef operand at ExitSU.Andrew Trick2012-12-01
* misched: Fix LiveInterval update to better handle DebugVal.Andrew Trick2012-12-01
* misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick2012-12-01
* Simplify REG_SEQUENCE lowering.Jakob Stoklund Olesen2012-12-01
* Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher2012-11-30
* test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal.Chad Rosier2012-11-30
* Codegen failure for vmull with small vectorsSebastian Pop2012-11-30
* test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.Chad Rosier2012-11-30
* test/CodeGen/PowerPC: Add explicit -march=ppc32.NAKAMURA Takumi2012-11-30
* This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella2012-11-30
* [msan] Tests for vector manipulation instructions.Evgeniy Stepanov2012-11-30
* Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng2012-11-30
* Modified dump() to provide a littlePreston Briggs2012-11-30
* Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInstKevin Enderby2012-11-29
* Add a FileCheck test that makes sure two different CHECKs won't match theEli Bendersky2012-11-29
* rdar://12100355 (part 1)Shuxin Yang2012-11-29
* Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling2012-11-29
* instcombine: Migrate puts optimizationsMeador Inge2012-11-29
* Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer2012-11-29
* fix a typoShuxin Yang2012-11-29
* instcombine: Migrate fputs optimizationsMeador Inge2012-11-29
* instcombine: Migrate fwrite optimizationsMeador Inge2012-11-29
* instcombine: Migrate fprintf optimizationsMeador Inge2012-11-29
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-29
* Teach the legalizer how to handle operands for VSELECT nodesJustin Holewinski2012-11-29
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-29
* [msan] Propagate shadow through (x<0) and (x>=0) comparisons.Evgeniy Stepanov2012-11-29
* [msan] Fix shadow & origin store & load alignment.Evgeniy Stepanov2012-11-29
* [msan] Add a test for r168873.Evgeniy Stepanov2012-11-29
* [msan] Update tests (broken in r168873).Evgeniy Stepanov2012-11-29
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-29
* [asan] when checking the noreturn attribute on the call, also check it on the...Kostya Serebryany2012-11-29
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-29
* Avoid rewriting instructions twice.Jakob Stoklund Olesen2012-11-29
* When combining consecutive stores allow loads in between the stores, if the l...Nadav Rotem2012-11-29
* ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer2012-11-28
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-28
* Add error handling in getInt.Patrik Hägglund2012-11-28
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-28
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-28
* misched: better alias analysis.Andrew Trick2012-11-28
* BBVectorize: Correctly merge SubclassOptionalDataHal Finkel2012-11-28