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
/
BasicAliasAnalysis.cpp
Age
Commit message (
Expand
)
Author
2003-12-11
Factor out some duplicated code, implement the rest of the cases in
Chris Lattner
2003-12-11
Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementp...
Chris Lattner
2003-12-11
Fix a glaring bug
Chris Lattner
2003-12-11
Realize the gep P, <zeros> must aliases P.
Chris Lattner
2003-12-11
With Brian's change to AA.h we can now clean out this uglyness
Chris Lattner
2003-11-25
Fix file header
Chris Lattner
2003-11-25
Use gep_type_begin/end instead of looking for ubytes
Chris Lattner
2003-11-25
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-20
Fix bug: BasicAA/2003-09-19-LocalArgument.ll
Chris Lattner
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-07-03
Reuse the values if they are constants: this is important so that we index in...
Chris Lattner
2003-06-17
Implement handling of constantexprs for disambiguation. This implements
Chris Lattner
2003-06-02
Be more robust in the face of undefined behavior.
Chris Lattner
2003-05-21
Fix Bug: BasicAA/2003-05-21-GEP-Problem.ll
Chris Lattner
2003-04-25
Fix BasicAA/2003-04-25-GEPCrash.ll
Chris Lattner
2003-04-22
Fix bug: BasicAA/2003-04-22-GEPProblem.ll
Chris Lattner
2003-03-06
Remove unneccesary forward decl
Chris Lattner
2003-03-04
Fix bug: BasicAA/2003-03-04-GEPCrash.ll
Chris Lattner
2003-03-02
Fix a problem with negative indexes
Chris Lattner
2003-02-26
Fix bug: BasicAA/2003-02-26-AccessSizeTest.ll
Chris Lattner
2003-02-26
Fix several bugs in basic-aa
Chris Lattner
2003-02-26
Move BasicAA pass out to it's own header file
Chris Lattner