aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-02-17Remove question.Nick Lewycky
2012-02-17Add support for invariant.start inside the static constructor evaluator. This isNick Lewycky
2012-02-17[fast-isel] Add support for returning non-legal types with no sign- or zero-Chad Rosier
2012-02-16Use –mcpu=generic, so that the test will not fail when run on an Intel AtomBill Wendling
2012-02-16Disable machine copy propagation for now. It's known to be buggy (PR11940) an...Benjamin Kramer
2012-02-16InstSimplify: Ignore pointer casts when constant folding compares between poi...Benjamin Kramer
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-02-16loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...Eli Friedman
2012-02-15Remove extraneous tests.Bill Wendling
2012-02-15Add a test for generating Objective-C metadata from module flags.Bill Wendling
2012-02-15Add a test for the Objective-C garbage collection metadata stuff.Bill Wendling
2012-02-15For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer
2012-02-15Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...Pete Cooper
2012-02-14Tighten physical register invariants: Allocatable physical registers canLang Hames
2012-02-14Fix PR12000. Some vector operations may use scalar operands with typesNadav Rotem
2012-02-14Change error tests to coincide with message changes.Bill Wendling
2012-02-14[asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...Kostya Serebryany
2012-02-14Add simplifyLoopLatch to LoopRotate pass.Andrew Trick
2012-02-13Check against umin while converting fcmp into an icmp.Devang Patel
2012-02-13Just like in regular escape analysis, loads and stores throughDan Gohman
2012-02-13ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany
2012-02-13Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...Nadav Rotem
2012-02-13Revert accidental commit of a pruned testcase from r150360.Craig Topper
2012-02-13Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...Craig Topper
2012-02-13Fixed bug when custom lowering DEC64m on x86.Pete Cooper
2012-02-12This patch addresses the problem of poor code generation for the zextNadav Rotem
2012-02-11Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov
2012-02-11[WIP] Initial code for module flags.Bill Wendling
2012-02-10Update BBVectorize to use aliasesUnknownInst.Hal Finkel
2012-02-10Fix PR11948: the result type of an icmp may be a vector of boolean -Duncan Sands
2012-02-10Revert commit 149912 (lattner) and add a testcase that shows the problem (whichDuncan Sands
2012-02-10RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick
2012-02-09GlobalOpt: Be more aggressive about elminating side-effect free static dtors.Benjamin Kramer
2012-02-09Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy
2012-02-09test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi
2012-02-08Commit Andy Zhang's test for the lea patch.Evan Cheng
2012-02-08[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...Kostya Serebryany
2012-02-08Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky
2012-02-08[fast-isel] Add support for SUBs with non-legal types.Chad Rosier
2012-02-08Add comment to test case.Chad Rosier
2012-02-08[fast-isel] Add support for ORs with non-legal types.Chad Rosier
2012-02-07[fast-isel] Add support for indirect branches.Chad Rosier
2012-02-07Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.Craig Topper
2012-02-06[fast-isel] Add support for ADDs with non-legal types.Chad Rosier
2012-02-06The patch resolves the conflict between AddressSanitizer and load widening (G...Kostya Serebryany
2012-02-06The 'unwind' instruction is deprecated and will be removed, making this testBill Wendling
2012-02-05Teach GlobalOpt to handle atomic accesses to globals.Nick Lewycky
2012-02-05Testcase for commit 149833 (use of an uninitialized variable noticedDuncan Sands
2012-02-05Reduce the number of dom queries made by GVN's conditional propagationDuncan Sands
2012-02-05Testing vector code without sse doesn't make much sense.Benjamin Kramer