index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
FunctionAttrs
Commit message (
Expand
)
Author
Age
Files
Lines
*
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-18
1
-64
/
+0
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
1
-7
/
+0
*
Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis
Dan Gohman
2010-11-10
2
-2
/
+2
*
Extend the AliasAnalysis::pointsToConstantMemory interface to allow it
Dan Gohman
2010-11-08
1
-1
/
+1
*
Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that it
Dan Gohman
2010-11-08
1
-1
/
+1
*
If a function does a volatile load from a global constant, do not
Duncan Sands
2010-10-30
1
-0
/
+10
*
Fix a README item: have functionattrs look through selects and
Duncan Sands
2010-01-06
1
-2
/
+27
*
Partially address a README by having functionattrs consider calls to
Duncan Sands
2010-01-06
1
-2
/
+31
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
9
-11
/
+11
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
9
-11
/
+11
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
9
-11
/
+11
*
Revert r70876 and add a testcase (@c7) showing the problem:
Duncan Sands
2009-05-07
1
-9
/
+18
*
Fix PR3754: don't mark functions that wrap MallocInst with
Duncan Sands
2009-05-06
1
-0
/
+7
*
Restore minor deletion.
Mike Stump
2009-05-04
1
-4
/
+20
*
Remove alloca tracking from nocapture analysis. Not only
Duncan Sands
2009-01-07
1
-18
/
+9
*
When calculating 'nocapture' argument attributes, allow
Duncan Sands
2009-01-02
1
-0
/
+23
*
Remove the cyclic part of this test, it was passing for the wrong
Nick Lewycky
2009-01-02
1
-11
/
+1
*
Make adding nocapture a bit stronger. FreeInst is nocapture. Also,
Nick Lewycky
2009-01-02
1
-1
/
+23
*
Add tests for two types of traps that escape analysis
Duncan Sands
2009-01-02
1
-0
/
+23
*
Look through phi nodes and select instructions when
Duncan Sands
2008-12-31
1
-15
/
+22
*
Rename AddReadAttrs to FunctionAttrs, and teach it how
Duncan Sands
2008-12-31
8
-0
/
+102