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
/
lib
/
Analysis
Age
Commit message (
Expand
)
Author
2004-12-15
Eliminate a virtual method call
Chris Lattner
2004-12-15
Fix a bug in -no-aa that caused two DSGraph tests to XPASS.
Chris Lattner
2004-12-15
Adjust to new alias analysis interfaces
Chris Lattner
2004-12-08
Add testcase and fix for yet another case where we query the size an
Alkis Evlogimenos
2004-12-08
Add testcase and fix for another case where we query the size an
Alkis Evlogimenos
2004-12-08
Move method out of line for better ICC support
Chris Lattner
2004-12-08
Properly extern this.
Chris Lattner
2004-12-08
Work correctly with ICC, Patch contributed by Bjørn Wennberg
Chris Lattner
2004-12-07
For PR387:\
Reid Spencer
2004-12-07
For PR387:\
Reid Spencer
2004-12-04
This patch prevents an infinite recursion while compiling 103.su2cor.
Chris Lattner
2004-11-28
Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
Chris Lattner
2004-11-27
When merging to alias sets, if they are both must alias, the result is not
Chris Lattner
2004-11-26
Add a new interface
Chris Lattner
2004-11-26
When evaluating an AA, pass in size info
Chris Lattner
2004-11-26
The trick with globals actually works with allocas and malloc too
Chris Lattner
2004-11-26
A store or load cannot alias a global if the accessed amount is larger then
Chris Lattner
2004-11-19
Mission accomplished!
Chris Lattner
2004-11-17
Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.ll
Chris Lattner
2004-11-16
Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++
Reid Spencer
2004-11-11
Make this build in release mode
Chris Lattner
2004-11-08
Fix a bug that was preventing povray and namd from pool allocating correctly.
Chris Lattner
2004-11-08
Handle assert_fail special
Chris Lattner
2004-11-05
Remove dead var
Chris Lattner
2004-11-03
Don't call Constant::getNullValue when the argument could be VoidTy
Chris Lattner
2004-11-02
Graphs that are part of equivalence sets can be multi-function SCC's
Chris Lattner
2004-11-02
Correctly handle new SCC's found as a result of merging EQ graphs do to
Chris Lattner
2004-11-02
Substantially cleanup/speedup the eq graphs pass by walking the callgraph
Chris Lattner
2004-11-02
Minor cleanups
Chris Lattner
2004-11-01
Remove more dead methods
Chris Lattner
2004-11-01
Rename FoldedGraph -> DSInfo to be consistent with other passes
Chris Lattner
2004-11-01
Get rid of the EquivClassGraphArgsInfo class, and the map that held it.
Chris Lattner
2004-11-01
Eliminate the cloneGraph method
Chris Lattner
2004-10-31
* Do not refer to ActualCallees in CBU, when we can do it locally.
Chris Lattner
2004-10-31
Simplify graph traversal, improve grammar
Chris Lattner
2004-10-31
Do not do horrible things to the CBU graphs. In particular, we do NOT own
Chris Lattner
2004-10-31
Fix comment
Chris Lattner
2004-10-31
Improve comment
Chris Lattner
2004-10-31
Fix another bug in Prolangs-C++/objects
Chris Lattner
2004-10-31
Only call getNodeForValue on pointer arguments! this fixes a problem running
Chris Lattner
2004-10-31
Add more paranoid assertions :)
Chris Lattner
2004-10-30
Fix some more problems where we called getOffset before getNode()
Chris Lattner
2004-10-30
Fix three bugs:
Chris Lattner
2004-10-30
Fix more undefined behavior
Chris Lattner
2004-10-30
* Add a method
Chris Lattner
2004-10-28
Fix library name.
Alkis Evlogimenos
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-26
add support for UndefValue
Chris Lattner
2004-10-25
Patch to support MSVC, contributed by Morten Ofstad
Chris Lattner
[prev]
[next]