2010-10-20 |
Dan Gohman | Add some comments. |
tree | commitdiff |
2010-10-18 |
Dan Gohman | Don't pass the raw invalid pointer used to represent... |
tree | commitdiff |
2010-10-18 |
Dan Gohman | Add a basic testcase for TBAA-aware LICM. |
tree | commitdiff |
2010-10-18 |
Dan Gohman | Run tbaa before basicaa, since that's how it's expected... |
tree | commitdiff |
2010-10-18 |
Dan Gohman | Make TypeBasedAliasAnalysis default to doing nothing... |
tree | commitdiff |
2010-10-18 |
Dan Gohman | Make BasicAliasAnalysis a normal AliasAnalysis implemen... |
tree | commitdiff |
2010-10-11 |
Dan Gohman | Add a simple testcase for tbaa. |
tree | commitdiff |
2010-09-29 |
Benjamin Kramer | Remove PointerTracking tests. |
tree | commitdiff |
2010-09-15 |
Eli Friedman | PR7959: Handle negative scales in GEPs correctly in... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | remove some noise from tests. |
tree | commitdiff |
2010-08-30 |
Michael J. Spencer | Fix constant-over-index.ll test on windows. |
tree | commitdiff |
2010-08-18 |
Chris Lattner | refix PR1143 by making basicaa analyze zexts of indices... |
tree | commitdiff |
2010-08-18 |
Chris Lattner | fix a buggy test |
tree | commitdiff |
2010-08-18 |
Chris Lattner | fix PR7589: In brief: |
tree | commitdiff |
2010-08-18 |
Chris Lattner | filecheckize and detrivialize. |
tree | commitdiff |
2010-08-11 |
Dan Gohman | When analyzing loop exit conditions combined with and... |
tree | commitdiff |
2010-08-10 |
Tobias Grosser | RegionInfo: Do not assert if a BB is not part of the... |
tree | commitdiff |
2010-08-06 |
Dan Gohman | Implement a proper getModRefInfo for va_arg. |
tree | commitdiff |
2010-08-05 |
Dan Gohman | Implement AccessesArguments checking in the two-callsit... |
tree | commitdiff |
2010-08-05 |
Dan Gohman | Fix memdep's code for reasoning about dependences betwe... |
tree | commitdiff |
2010-08-05 |
Dan Gohman | Revert r110270 for now. It appears to uncover a memdep... |
tree | commitdiff |
2010-08-04 |
Dan Gohman | The trouble with testing for "ModRef" and "NoModRef... |
tree | commitdiff |
2010-08-04 |
Dan Gohman | The two-callsite form of AliasAnalysis::getModRefInfo... |
tree | commitdiff |
2010-07-22 |
Tobias Grosser | Add new RegionInfo pass. |
tree | commitdiff |
2010-07-07 |
Dan Gohman | Remove interprocedural-basic-aa and associated code... |
tree | commitdiff |
2010-07-01 |
Dan Gohman | Remove context sensitivity concerns from interprocedura... |
tree | commitdiff |
2010-06-30 |
Dan Gohman | Revert the part of r107257 which introduced new logic... |
tree | commitdiff |
2010-06-30 |
Dan Gohman | Add a testcase for scev-aa's new capability. |
tree | commitdiff |
2010-06-29 |
Dan Gohman | Add a few more interesting testcases. |
tree | commitdiff |
2010-06-29 |
Dan Gohman | Add an Intraprocedural form of BasicAliasAnalysis,... |
tree | commitdiff |
2010-06-28 |
Dan Gohman | Fix Value::stripPointerCasts and BasicAA to avoid troub... |
tree | commitdiff |
2010-06-22 |
Dan Gohman | Allow "exhaustive" trip count evaluation on phi nodes... |
tree | commitdiff |
2010-06-19 |
Dan Gohman | Fix ScalarEvolution's "exhaustive" trip count evaluatio... |
tree | commitdiff |
2010-06-18 |
Dan Gohman | Revert r106304 (105548 and friends), which are the... |
tree | commitdiff |
2010-06-18 |
Dan Gohman | Reapply 105540, 105542, and 105548, and revert r105732. |
tree | commitdiff |
2010-06-09 |
Daniel Dunbar | Workaround SCEV non-determinism on this test, for now... |
tree | commitdiff |
2010-06-07 |
Dan Gohman | Optimize ScalarEvolution's SCEVComplexityCompare predic... |
tree | commitdiff |
2010-04-26 |
Dan Gohman | Add a comment to this test. |
tree | commitdiff |
2010-04-24 |
Dan Gohman | ScalarEvolution support for <= and >= loops. |
tree | commitdiff |
2010-04-23 |
Chris Lattner | fix some failures my callgraph dump format change broke. |
tree | commitdiff |
2010-04-22 |
Dan Gohman | Don't attempt to analyze values which are obviously... |
tree | commitdiff |
2010-04-12 |
Dan Gohman | Generalize ScalarEvolution's PHI analysis to handle... |
tree | commitdiff |
2010-04-08 |
Dan Gohman | Pointers to zero-sized objects don't point to overlappi... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | add newlines at the end of files. |
tree | commitdiff |
2010-04-04 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
tree | commitdiff |
2010-04-02 |
Mon P Wang | Revert r100191 since it breaks objc in clang |
tree | commitdiff |
2010-04-02 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
tree | commitdiff |
2010-03-30 |
Bob Wilson | Revert Mon Ping's change 99928, since it broke all... |
tree | commitdiff |
2010-03-30 |
Mon P Wang | Added support for address spaces and added a isVolatile... |
tree | commitdiff |
2010-03-09 |
Dan Gohman | Avoid analyzing instructions in blocks not reachable... |
tree | commitdiff |
2010-03-01 |
Chris Lattner | remove andersen's tests. |
tree | commitdiff |
2010-02-19 |
Dan Gohman | Teach ScalarEvolution how to compute a tripcount for... |
tree | commitdiff |
2010-01-26 |
Dan Gohman | -disable-output is no longer needed with -analyze. |
tree | commitdiff |
2010-01-26 |
Dan Gohman | Fix the the ceiling-division used in computing the... |
tree | commitdiff |
2010-01-16 |
Tobias Grosser | Fix PR6047 |
tree | commitdiff |
2010-01-09 |
Dan Gohman | Use WriteAsOperand instead of getName() to print loop... |
tree | commitdiff |
2010-01-05 |
Dan Gohman | Delete useless trailing semicolons. |
tree | commitdiff |
2009-12-06 |
Chris Lattner | gvn is optimizing this better now. |
tree | commitdiff |
2009-12-01 |
Dan Gohman | Add a comment about A[i+(j+1)]. |
tree | commitdiff |
2009-11-26 |
Chris Lattner | @test9 is a testcase for r89958. Before 89958, we... |
tree | commitdiff |
2009-11-26 |
Chris Lattner | Implement PR1143 (at -m64) by making basicaa look throu... |
tree | commitdiff |
2009-11-26 |
Chris Lattner | teach GetLinearExpression to be a bit more aggressive. |
tree | commitdiff |
2009-11-26 |
Chris Lattner | update status of this. basicaa is much improved now, |
tree | commitdiff |
2009-11-26 |
Chris Lattner | Teach basicaa that x|c == x+c when the c bits of x... |
tree | commitdiff |
2009-11-26 |
Chris Lattner | teach basicaa that A[i] != A[i+1]. |
tree | commitdiff |
2009-11-26 |
Chris Lattner | rename test |
tree | commitdiff |
2009-11-26 |
Chris Lattner | Change the other half of aliasGEP (which handles GEP... |
tree | commitdiff |
2009-11-26 |
Chris Lattner | add a new random feature test |
tree | commitdiff |
2009-11-22 |
Chris Lattner | remove a silly condition that doesn't make a lot of... |
tree | commitdiff |
2009-11-10 |
Victor Hernandez | Update computeArraySize() to use ComputeMultiple()... |
tree | commitdiff |
2009-11-07 |
Victor Hernandez | Re-commit r86077 now that r86290 fixes the 179.art... |
tree | commitdiff |
2009-11-06 |
Victor Hernandez | Revert r86077 because it caused crashes in 179.art... |
tree | commitdiff |
2009-11-05 |
Victor Hernandez | Update CreateMalloc so that its callers specify the... |
tree | commitdiff |
2009-11-03 |
Kenneth Uildriks | Make opt default to not adding a target data string... |
tree | commitdiff |
2009-10-27 |
Edward O'Callaghan | Convert Analysis tests to FileCheck in regards to PR5307. |
tree | commitdiff |
2009-10-26 |
Dan Gohman | Teach BasicAA how to analyze Select instructions, and... |
tree | commitdiff |
2009-10-24 |
Dan Gohman | Update these tests to match what Loop::print now prints. |
tree | commitdiff |
2009-10-18 |
Chris Lattner | fix test |
tree | commitdiff |
2009-10-18 |
Chris Lattner | tighten up test3, add test3a for the converse |
tree | commitdiff |
2009-10-18 |
Chris Lattner | tighten test2, add a test that it doesn't get transform... |
tree | commitdiff |
2009-10-18 |
Nick Lewycky | Merge tests into modref.ll. Also add a test for r84174... |
tree | commitdiff |
2009-10-18 |
Nick Lewycky | Add a couple new testcases. |
tree | commitdiff |
2009-10-17 |
Chris Lattner | replace a useless test with a useful one |
tree | commitdiff |
2009-10-14 |
Nick Lewycky | Make use of the result of the loads even though that... |
tree | commitdiff |
2009-10-14 |
Evan Cheng | Another BasicAA fix. If a value does not alias a GEP... |
tree | commitdiff |
2009-10-14 |
Evan Cheng | Replace test with a simpler hand crafted one. |
tree | commitdiff |
2009-10-13 |
Evan Cheng | Teach basic AA about PHI nodes. If all operands of... |
tree | commitdiff |
2009-10-13 |
Chris Lattner | don't use dead loads as tests. |
tree | commitdiff |
2009-10-13 |
Nick Lewycky | Teach BasicAA a little something about the atomic intri... |
tree | commitdiff |
2009-09-25 |
Victor Hernandez | Revert 82694 "Auto-upgrade malloc instructions to mallo... |
tree | commitdiff |
2009-09-24 |
Victor Hernandez | Auto-upgrade malloc instructions to malloc calls. |
tree | commitdiff |
2009-09-17 |
Dan Gohman | Teach ScalarEvolution how to reason about no-wrap flags... |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Eliminate more redundant llvm-as calls. |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Change tests from "opt %s" to "opt < %s" so that opt... |
tree | commitdiff |
2009-09-09 |
Dan Gohman | Eliminate more uses of llvm-as and llvm-dis. |
tree | commitdiff |
2009-09-08 |
Dan Gohman | Convert a few more opt | llvm-dis to opt -S. |
tree | commitdiff |
2009-09-08 |
Dan Gohman | Use opt -S instead of piping bitcode output through... |
tree | commitdiff |
2009-09-08 |
Dan Gohman | Change these tests to feed the assembly files to opt... |
tree | commitdiff |
2009-09-04 |
Andreas Neustifter | Updated tests to use ProfileVerifer to test ProfileLoad... |
tree | commitdiff |
2009-09-03 |
Daniel Dunbar | Revert "--- Reverse-merging r80908 into '.':", I alread... |
tree | commitdiff |
next |