aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng2012-12-041-0/+191
* Fix a bug in vectorization of if-converted reduction variables. If theNadav Rotem2012-12-041-0/+38
* For rdar://12329730, last piece.Shuxin Yang2012-12-043-4/+20
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-0418-19/+21
* Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie2012-12-041-0/+28
* Add support for reduction variables when IF-conversion is enabled. Nadav Rotem2012-12-041-0/+48
* A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky2012-12-041-1/+1
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-042-0/+53
* Improve MSan tests.Evgeniy Stepanov2012-12-041-54/+60
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-0416-14/+150
* Add the last part that is needed for vectorization of if-converted code.Nadav Rotem2012-12-041-0/+60
* rdar://12329730 (2nd part, revised)Shuxin Yang2012-12-041-1/+1
* ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...Alexey Samsonov2012-12-041-0/+61
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-041-0/+48
* rdar://12329730 (2nd part)Shuxin Yang2012-12-043-4/+80
* Simplify this test a bit because DWARF emission/dumping on some platformsEli Bendersky2012-12-031-6/+4
* Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky2012-12-031-0/+74
* Allow merging multiple store sequences on the same chain.Nadav Rotem2012-12-021-0/+31
* Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky2012-12-022-1/+9
* Fix an invalid regex in the testEli Bendersky2012-12-021-1/+1
* Support referencing variables defined on the same line.Eli Bendersky2012-12-011-0/+16
* SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer2012-12-011-0/+13
* Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng2012-12-011-8309/+0
* The patch is to improve the memory footprint of pass GlobalOpt. Zhou Sheng2012-12-011-0/+8309
* misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick2012-12-011-0/+43
* misched: Fix the DAG builder to handle an undef operand at ExitSU.Andrew Trick2012-12-011-0/+26
* misched: Fix LiveInterval update to better handle DebugVal.Andrew Trick2012-12-011-0/+50
* misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick2012-12-011-0/+85
* Simplify REG_SEQUENCE lowering.Jakob Stoklund Olesen2012-12-011-3/+3
* Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher2012-11-301-0/+26
* 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