index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
FunctionAttrs
Age
Commit message (
Expand
)
Author
2010-01-06
Fix a README item: have functionattrs look through selects and
Duncan Sands
2010-01-06
Partially address a README by having functionattrs consider calls to
Duncan Sands
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-05-07
Revert r70876 and add a testcase (@c7) showing the problem:
Duncan Sands
2009-05-06
Fix PR3754: don't mark functions that wrap MallocInst with
Duncan Sands
2009-05-04
Restore minor deletion.
Mike Stump
2009-01-07
Remove alloca tracking from nocapture analysis. Not only
Duncan Sands
2009-01-02
When calculating 'nocapture' argument attributes, allow
Duncan Sands
2009-01-02
Remove the cyclic part of this test, it was passing for the wrong
Nick Lewycky
2009-01-02
Make adding nocapture a bit stronger. FreeInst is nocapture. Also,
Nick Lewycky
2009-01-02
Add tests for two types of traps that escape analysis
Duncan Sands
2008-12-31
Look through phi nodes and select instructions when
Duncan Sands
2008-12-31
Rename AddReadAttrs to FunctionAttrs, and teach it how
Duncan Sands