aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer2012-02-152-2/+102
* Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...Pete Cooper2012-02-151-0/+14
* Tighten physical register invariants: Allocatable physical registers canLang Hames2012-02-141-1/+1
* Fix PR12000. Some vector operations may use scalar operands with typesNadav Rotem2012-02-141-0/+13
* Change error tests to coincide with message changes.Bill Wendling2012-02-143-3/+3
* [asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...Kostya Serebryany2012-02-141-4/+17
* Add simplifyLoopLatch to LoopRotate pass.Andrew Trick2012-02-141-0/+39
* Check against umin while converting fcmp into an icmp.Devang Patel2012-02-131-0/+35
* Just like in regular escape analysis, loads and stores throughDan Gohman2012-02-131-0/+51
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-132-0/+25
* Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...Nadav Rotem2012-02-131-0/+16
* Revert accidental commit of a pruned testcase from r150360.Craig Topper2012-02-131-0/+58
* Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...Craig Topper2012-02-131-58/+0
* Fixed bug when custom lowering DEC64m on x86.Pete Cooper2012-02-131-0/+24
* This patch addresses the problem of poor code generation for the zextNadav Rotem2012-02-122-1/+14
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-1110-52/+134
* [WIP] Initial code for module flags.Bill Wendling2012-02-1112-0/+110
* Update BBVectorize to use aliasesUnknownInst.Hal Finkel2012-02-101-0/+244
* Fix PR11948: the result type of an icmp may be a vector of boolean -Duncan Sands2012-02-101-0/+7
* Revert commit 149912 (lattner) and add a testcase that shows the problem (whichDuncan Sands2012-02-101-0/+9
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-106-6/+6
* GlobalOpt: Be more aggressive about elminating side-effect free static dtors.Benjamin Kramer2012-02-091-2/+4
* Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy2012-02-091-0/+5
* test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi2012-02-091-2/+2
* Commit Andy Zhang's test for the lea patch.Evan Cheng2012-02-081-0/+48
* [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...Kostya Serebryany2012-02-081-0/+17
* Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky2012-02-081-0/+68
* [fast-isel] Add support for SUBs with non-legal types.Chad Rosier2012-02-081-0/+38
* Add comment to test case.Chad Rosier2012-02-081-0/+2
* [fast-isel] Add support for ORs with non-legal types.Chad Rosier2012-02-081-0/+36
* [fast-isel] Add support for indirect branches.Chad Rosier2012-02-071-0/+17
* Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.Craig Topper2012-02-073-9/+27
* [fast-isel] Add support for ADDs with non-legal types.Chad Rosier2012-02-061-0/+40
* The patch resolves the conflict between AddressSanitizer and load widening (G...Kostya Serebryany2012-02-061-0/+43
* The 'unwind' instruction is deprecated and will be removed, making this testBill Wendling2012-02-061-6/+0
* Teach GlobalOpt to handle atomic accesses to globals.Nick Lewycky2012-02-051-0/+10
* Testcase for commit 149833 (use of an uninitialized variable noticedDuncan Sands2012-02-051-0/+6
* Reduce the number of dom queries made by GVN's conditional propagationDuncan Sands2012-02-051-19/+0
* Testing vector code without sse doesn't make much sense.Benjamin Kramer2012-02-051-1/+1
* Add a test for the miscompilation my recent ConstantDataArray patches introdu...Chris Lattner2012-02-051-0/+13
* Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...Craig Topper2012-02-051-90/+0
* Boost the effective chain depth of loads and stores.Hal Finkel2012-02-041-0/+22
* [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.Chad Rosier2012-02-041-0/+44
* [fast-isel] Add support for FPToUI. Also add test cases for FPToSI.Chad Rosier2012-02-031-0/+52
* [fast-isel] Add support for selecting UIToFP.Chad Rosier2012-02-031-0/+94
* The type-legalizer often scalarizes code. One of the common patterns is extra...Nadav Rotem2012-02-032-1/+9
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-1/+21
* Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly theDan Gohman2012-02-031-0/+77
* Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."Jim Grosbach2012-02-032-0/+37
* Unix line endingsMatt Beaumont-Gay2012-02-022-33/+33