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