- d300622 Re-apply 40504, but with a fix for the segfault it caused in oggenc: by Dan Gohman · 17 years ago
- 3e22947 Reverting 40504 for now. It's breaking oggenc. by Evan Cheng · 17 years ago
- a377a24 Fix a bug introduced in my last commit. by Owen Anderson · 17 years ago
- 4553791 Fix a couple more bugs in the phi construction by pulling in code that does by Owen Anderson · 17 years ago
- 42000ef Test case for PR1573. by Evan Cheng · 17 years ago
- 77baf8e Fix test. by Evan Cheng · 17 years ago
- d328383 Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from the by Dan Gohman · 17 years ago
- febc7e3 Fix what is _hopefully_ the last corner case for loops. by Owen Anderson · 17 years ago
- 9f43574 My last commit was not correct for nested loops. Fix it, and add a testcase for it. by Owen Anderson · 17 years ago
- 0d16988 Fix an infinite loop on 300.twolf. by Owen Anderson · 17 years ago
- 3dfcf33 Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr. by Owen Anderson · 17 years ago
- 2e3d6b4 Fix a bug that was causing GVN to crash on 252.eon. by Owen Anderson · 17 years ago
- 0cd3203 Add basic support for performing whole-function RLE. by Owen Anderson · 17 years ago
- 7e9e10b Moving regression test to reflect move in source and headers to Bitcode. by Chandler Carruth · 17 years ago
- a394117 Use movaps to load a v4f32 build_vector of all-constant values into a by Dan Gohman · 17 years ago
- 1ad2cb7 Add a GVN pass, using the value numbering code I developed for GVNPRE and the by Owen Anderson · 17 years ago
- 62e279b Unreachable block is not a root node in post dominator tree. by Devang Patel · 17 years ago
- a7f98e2 Rename a lot of things to change FastDLE to RedundantLoadElimination. by Owen Anderson · 17 years ago
- f99f3f4 Fix for PR1567, which involves a weird bug on non-32bit architectures and silly C type sizes. by Chandler Carruth · 17 years ago
- f309070 Add testcases for FastDLE. by Owen Anderson · 17 years ago
- 33d137f Move these tests to use FastDSE instead of old DSE. by Owen Anderson · 17 years ago
- 63491b2 Delete the svn:executable property on these files, which aren't executable. by Dan Gohman · 17 years ago
- 6c7ada4 The Ada f-e produces various auxiliary output files by Duncan Sands · 17 years ago
- 1b4b256 For multipart tests, place the parts with no by Duncan Sands · 17 years ago
- 5392987 Remove -O1 in favour of making llvm-gcc-4.2 a bit smarter. by Duncan Sands · 17 years ago
- e29459e This xform isn't safe, removing it. by Chris Lattner · 17 years ago
- 3e54953 Need -O1 or better to have these builtins lowered to by Duncan Sands · 17 years ago
- 9941f74 Optimize alignment of loads and stores. by Dan Gohman · 17 years ago
- 9bc5dce Update these regression tests to accomodate X86InstrSSE.td now using movups/movaps by Dan Gohman · 17 years ago
- 7800479 New test. by Evan Cheng · 17 years ago
- 6674674 New test. by Evan Cheng · 17 years ago
- 158622c Try fixing it again. by Evan Cheng · 17 years ago
- 9445e9a For PR1553: by Reid Spencer · 17 years ago
- 3b1c099 Don't need the "&&" to glue lines together. by Bill Wendling · 17 years ago
- 1d572db Fix this test. We produce pretty cruddy code for this by Duncan Sands · 17 years ago
- 74430e7 Testcase for PR1549 by Bill Wendling · 17 years ago
- a8d507d New test. by Devang Patel · 17 years ago
- ccb21fd New test. by Evan Cheng · 17 years ago
- 4106f37 Implement initial memory alignment awareness for SSE instructions. Vector loads by Dan Gohman · 17 years ago
- 48613b9 It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 17 years ago
- 531ec1e Fix this test to not rely on the path but to use the by Reid Spencer · 17 years ago
- 574470a Fix test. by Evan Cheng · 17 years ago
- c462d25 Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't believe you can use true regular expressions here. It will just look for those keywords. Please test this on sparc and see if they still are xfailed. by Tanya Lattner · 17 years ago
- 6bd7ada XFAIL these on sparc-solaris by Gabor Greif · 17 years ago
- 89d1659 Use push / pop for prologues and epilogues. by Evan Cheng · 17 years ago
- cb5da4a For PR1558: by Reid Spencer · 17 years ago
- 63d6d73 Remove insignificant test no longer needed. by Reid Spencer · 17 years ago
- 318f0de Remove the trailing semicolon from function declarations in LLVM, by Dan Gohman · 17 years ago
- e2ece3f rename function to avoid llvm-upgrade warning by Chris Lattner · 17 years ago
- eefdebe Handle decrementing loops properly. Fixes PR1533. by Nick Lewycky · 17 years ago
- 04d519e new testcase by Chris Lattner · 17 years ago
- 4241e4d Implement shift-simplify.ll:test[45]. by Chris Lattner · 17 years ago
- a0141b9 Implement shift-simplify.ll:test3, turning: (X << 31) <s 0 --> (X&1) != 0 by Chris Lattner · 17 years ago
- 7722ceb Added test case from PR1540. by Evan Cheng · 17 years ago
- e7e7d0d Skeleton of post-RA scheduler; doesn't do anything yet. by Dale Johannesen · 17 years ago
- 7f6d4e8 these tests do not need a triple on Solaris. Thanks sabre! by Gabor Greif · 17 years ago
- fe20273 fix the remaining 3 testcases that missed a target triple by Gabor Greif · 17 years ago
- 680171f New test. by Devang Patel · 17 years ago
- a126bb7 Handle packed structs in the CBackend. by Lauro Ramos Venancio · 17 years ago
- d04e8ec Add test case for PR1545. by Evan Cheng · 17 years ago
- b91025b check for correct usage of the byval attribute by Rafael Espindola · 17 years ago
- 743d3a7 Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for by Dan Gohman · 17 years ago
- 02e25b7 Add a regression test for folding spill code into scalar min and max. by Dan Gohman · 17 years ago
- 532dc2e Change getCopyToParts and getCopyFromParts to always use target-endian by Dan Gohman · 17 years ago
- ba77216 force a cpu without SSE by Chris Lattner · 17 years ago
- 349d4c8 allow this to work on ppc-darwin by Chris Lattner · 17 years ago
- 4857b1b remove this bogus t-t by Chris Lattner · 17 years ago
- 0f9d599 add target triple to fix PR1546 by Chris Lattner · 17 years ago
- 2a69a04 Add explicit triples to these tests so that llc behaves as expected on by Dan Gohman · 17 years ago
- 36a07da Fix an error where ANTIC_OUT was ending up with more than one expression of by Owen Anderson · 17 years ago
- 89a3066 Add an explicit triple to the big-endian tests so that the assembly by Dan Gohman · 17 years ago
- d14526c Test that byte offsets are used to index into the list by Duncan Sands · 17 years ago
- 2a5c9d8 Fix a bunch of issues found in a testcase from 400.perlbench. by Owen Anderson · 17 years ago
- 9ad892c Fix test. by Evan Cheng · 17 years ago
- 02f7906 avoid ambiguity in target selection by Chris Lattner · 17 years ago
- 6183f78 Add a parameter to getCopyToParts and getCopyFromParts to specify whether by Dan Gohman · 17 years ago
- 56fb164 Fix PR1539. Add LoopPassPrinter. by Devang Patel · 17 years ago
- ec3ed5f Fix another bug, this time in PREing select instructions. by Owen Anderson · 17 years ago
- b2e1860 Nested try-catch-filter testcase. by Duncan Sands · 17 years ago
- df30b63 Fix a typo that was killing GVNPRE of select instructions. by Owen Anderson · 17 years ago
- 9eee94c Fix an error in phi translation of GEPs that was causing failures. by Owen Anderson · 17 years ago
- 9388842 Allow a GR64 to be moved into an MMX register via the "movd" instruction. by Bill Wendling · 17 years ago
- 5653322 Add support for performing GVNPRE on GEP instructions. by Owen Anderson · 17 years ago
- 216394f Add support for performing GVNPRE on cast instructions, and add a testcase for this. by Owen Anderson · 17 years ago
- 9eed80c New testcases for rev 37847 (PR's 1489 and 1505). by Dale Johannesen · 17 years ago
- 9212a82 Add a basic test-case for passing and returning <4 x double> and by Dan Gohman · 17 years ago
- 03de31a New test case. DAGCombiner should be able to fold -sin(-x) by Dan Gohman · 17 years ago
- 0142677 Test case for recent patch for IndVarSimplify.cpp by Zhou Sheng · 17 years ago
- 00e7fed New test. by Evan Cheng · 17 years ago
- cdc85a5 New test. by Evan Cheng · 17 years ago
- e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
- 2c02c0f New test. by Evan Cheng · 17 years ago
- 97f5ccf New tests. by Evan Cheng · 17 years ago
- 10a7aa6 Fix an assertion failure in legalizing bitcast operators on targets where by Dan Gohman · 17 years ago
- 1dd035d Add a test for performing GVNPRE on select instructions. by Owen Anderson · 17 years ago
- 28552da Fix PR 1526. by Devang Patel · 17 years ago
- d23cd2a Update. Now, -etforest is an invalid option. by Devang Patel · 17 years ago
- cc389e0 Add tests for performing GVNPRE on the three vector-specific instructions. by Owen Anderson · 17 years ago
- 4939deb new testcase, the inliner shouldn't inline this. by Chris Lattner · 17 years ago
- f107bef Rename variables to expose the fact that this test is failing. by Owen Anderson · 17 years ago