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
2008-11-10
Move getCastToEmpty out of DIDescriptor into DIFactory. It is an
Chris Lattner
2008-11-10
add new file
Chris Lattner
2008-11-10
Add a new set of helper classes for creating and reading debug
Chris Lattner
2008-11-03
Don't crash analyzing certain quadratics (addrec of {X,+,Y,+,1}).
Nick Lewycky
2008-10-27
Re-apply 55137 with fixes.
David Greene
2008-10-27
Avoid crashing if instruction is not part of a loop.
Torok Edwin
2008-10-24
Don't try to create a mask when we don't need one. Fixes a crash.
Nick Lewycky
2008-10-16
Trim #includes.
Dan Gohman
2008-10-16
Fix "large integer implicitly truncated to unsigned type"
Duncan Sands
2008-10-13
do not use deprecated interfaces
Gabor Greif
2008-10-13
Disallow the construction of SCEVs with could-not-compute operands. Catch CNCs
Nick Lewycky
2008-10-12
Add special-case code to allow null-guards on calls to malloc.
Owen Anderson
2008-10-12
Make Escape Analysis work for any pointer.
Owen Anderson
2008-10-12
Fix crashes and infinite loops.
Owen Anderson
2008-10-12
Duncan convinced me that it's not possible to transform control-based escapes...
Owen Anderson
2008-10-10
CMake: updated lib/Analysis/CMakeLists.txt.
Oscar Fuentes
2008-10-10
Add a basic intra-procedural escape analysis. This hasn't be extensively tes...
Owen Anderson
2008-10-04
Allow the construction of SCEVs with SCEVCouldNotCompute operands, by
Nick Lewycky
2008-10-03
Teach internalize to preserve the callgraph.
Duncan Sands
2008-10-01
Factorize code: remove variants of "strip off
Duncan Sands
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
Rationalize the names of passes that print information:
Duncan Sands
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-09-16
Finally re-apply r46959. This is made feasible by the combination
Dan Gohman
2008-09-16
Improve instcombine's handling of integer min and max in two ways:
Dan Gohman
2008-09-15
Teach ScalarEvolution to consider loop preheaders in the search for
Dan Gohman
2008-09-14
Fix WriteAsOperand to not emit a leading space character. Adjust
Dan Gohman
2008-09-13
Fix PR2792: treat volatile loads as writing memory somewhere.
Duncan Sands
2008-09-12
Rather than marking all internal globals "Ref"
Duncan Sands
2008-09-11
Fix comment typo.
Duncan Sands
2008-09-11
Intrinsics don't touch internal global variables
Duncan Sands
2008-09-11
Intrinsics don't read these kinds of global
Duncan Sands
2008-09-09
Simplify this some more. No functionality change.
Duncan Sands
2008-09-09
Optimization suggested by Matthijs Kooijman.
Duncan Sands
2008-09-09
Correct callgraph construction. It has two problems:
Duncan Sands
2008-09-08
Didn't mean to commit this change to how the
Duncan Sands
2008-09-08
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-06
When PruneEH turned an invoke into an ordinary
Duncan Sands
2008-09-05
Revert r55859. This is breaking the build in the abscence of its companion c...
Owen Anderson
2008-09-05
Delete the removeCallEdgeTo callgraph method,
Duncan Sands
2008-09-04
Neaten this up a bit. No functionality change.
Duncan Sands
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-03
If a SCC has a node without a function, then the SCC
Duncan Sands
2008-09-03
Fix maxo bado thinko.
Duncan Sands
2008-09-03
Since onlyReadsMemory returns true if in fact
Duncan Sands
2008-09-03
Cleanup GlobalsModRef a bit. When analysing the
Duncan Sands
2008-08-28
rename destroy -> releaseMemory to properly hook into passmgr.
Chris Lattner
2008-08-28
Clear the intervals list in "destroy", patch by
Chris Lattner
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-21
Temporarily reverting r55137. This was causing the bootstrap to go into an
Bill Wendling
[next]