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-06-20
REALLY fix PR378: crash in scalar evolution analysis
Chris Lattner
2004-06-20
Fix a bug in my change last night that caused a few test failures.
Chris Lattner
2004-06-20
Do not sort SCEV objects by address: instead sort by complexity and group
Chris Lattner
2004-06-19
Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data.
Chris Lattner
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-15
isnan is dead
Chris Lattner
2004-06-11
llvm.isnan doesn't access memory
Chris Lattner
2004-06-08
Don't grab the condition of unconditional branches!
Chris Lattner
2004-06-05
Add some notes so I can throw away one of my many todo lists.
Chris Lattner
2004-06-04
Don't send random junk to CachedWriter's. Also remove a cast that could be
Chris Lattner
2004-05-28
Minor efficiency gain: do 1 nlogn lookup instead of two
Chris Lattner
2004-05-27
Fix warnings about reaching end of non-void function
Chris Lattner
2004-05-25
Recognize memalign and friends, and handle them specially.
Vikram S. Adve
2004-05-23
Changes to work with the changes to the AliasAnalysis interface. The -no-aa
Chris Lattner
2004-05-23
Move the -no-aa AA implementation into this file since both of these
Chris Lattner
2004-05-23
Updates to work with the new auto-forwarding AA interface changes
Chris Lattner
2004-05-23
Fix a really nasty bug with the -disable-ds-field-sensitivity option
Chris Lattner
2004-05-23
Update to match the autochaining interface that the AA interface uses
Chris Lattner
2004-05-23
Implement the interfaces to update value numbering information. Add an
Chris Lattner
2004-05-23
Rename a method
Chris Lattner
2004-05-23
Add a simple implementation of Andersen's interprocedural pointer analysis
Chris Lattner
2004-05-23
Inline both direct and indirect callees in the CBU phase because
Vikram S. Adve
2004-05-23
Complete rewrite of the code that merges DS graphs for equivalence classes
Vikram S. Adve
2004-05-09
Fine grainify namespacification
Chris Lattner
2004-05-05
Move the stuff that fixes the size, orientation & fonts of graphs to
Brian Gaeke
2004-05-04
Add stub support for reading BBTraces.
Brian Gaeke
2004-05-04
Share ProfilingType enum with the C profiling runtime libraries.
Brian Gaeke
2004-05-02
Fix a problem with double freeing memory. For some reason, CallGraph is not
Chris Lattner
2004-05-02
Plug a minor memory leak
Chris Lattner
2004-04-29
Wrapped code and comments at 80 cols; doxygenified some comments.
Misha Brukman
2004-04-29
Reorder #includes as per style guide.
Misha Brukman
2004-04-28
Send text and numbers directly to CachedWriter's contained ostream.
Misha Brukman
2004-04-27
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-26
Add functions that return instances of these printer passes
Brian Gaeke
2004-04-26
If an object is not in the scalar map then it must be a global from another
Chris Lattner
2004-04-23
Eliminate all of the SCEV Expansion code which is really part of the
Chris Lattner
2004-04-20
Pass the callgraph not the module
Chris Lattner
2004-04-20
Add the ability for SCC passes to initialize and finalize themselves
Chris Lattner
2004-04-19
It's not just a printer, it's actually an analysis too
Chris Lattner
2004-04-19
Remove code to update loop depths
Chris Lattner
2004-04-18
Add new method
Chris Lattner
2004-04-18
Fix computation of exit blocks
Chris Lattner
2004-04-18
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
Implement method
Chris Lattner
2004-04-18
Add a new method, add a check missing that caused a segfault if a loop didn't
Chris Lattner
2004-04-17
Add the ability to compute exit values for complex loop using unanalyzable
Chris Lattner
2004-04-17
Add the ability to compute trip counts that are only controlled by constants
Chris Lattner
2004-04-16
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-15
add some helpful methods. Rearrange #includes to proper order
Chris Lattner
2004-04-15
Factor a bunch of classes out into a public header
Chris Lattner
[next]