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
2006-06-28
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-07
For PR780:
Reid Spencer
2006-06-01
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-03-09
Use autogenerated mod/ref info for intrinsics.
Chris Lattner
2006-03-04
Fix a crash compiling Obsequi
Chris Lattner
2006-03-04
Be more conservative with our symbolic alias analysis. In particular,
Chris Lattner
2006-01-14
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2005-11-11
prevent cse of readcyclecounter
Andrew Lenharth
2005-11-11
continued readcyclecounter support
Andrew Lenharth
2005-08-24
floor/ceil don't read/write memory. This allows gcse to eliminate 6 calls
Chris Lattner
2005-07-11
Remove glibc specific functions, and mark a couple as C99
Andrew Lenharth
2005-07-11
because on alpha:
Andrew Lenharth
2005-05-08
By definition, 'tail' calls cannot access the stack frame of their caller.
Chris Lattner
2005-05-06
These intrinsics do not access memory
Chris Lattner
2005-04-30
Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad
Chris Lattner
2005-04-28
These functions can set errno!
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-09
Fix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll, a miscompilation
Chris Lattner
2005-01-08
Add even more missing createXxxPass functions.
Jeff Cohen
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-07
For PR387:\
Reid Spencer
2004-11-28
Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
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-17
Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.ll
Chris Lattner
2004-10-16
Be more careful about looking for constants when we really want constantint's.
Chris Lattner
2004-09-03
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llx
Chris Lattner
2004-07-27
Make basicaa a bit more aggressive
Chris Lattner
2004-07-27
basic-aa can actually provide simple mod/ref info
Chris Lattner
2004-07-27
This was implemented back in march
Chris Lattner
2004-07-21
Do not ignore casts unless they are pointer-pointer casts. This caused us
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
2004-07-14
Simplify logic.
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-15
isnan is dead
Chris Lattner
2004-06-11
llvm.isnan doesn't access memory
Chris Lattner
2004-05-23
Move the -no-aa AA implementation into this file since both of these
Chris Lattner
2004-04-12
Hrm, operator new and new[] do not belong here. We should not CSE them! :)
Chris Lattner
2004-04-11
operator new & operator new[] do not kill any legal memory locations.
Chris Lattner
2004-04-11
Allow clients to be more efficient.
Chris Lattner
2004-04-10
Add a couple of more functions that cannot access memory (the intrinsics) and
Chris Lattner
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-03-16
Add some missing functions. Make sure to handle calls together in case the
Chris Lattner
2004-03-15
Fix a minor bug, implementing GCSE/call_pure_function.ll
Chris Lattner
2004-03-15
Teach basicaa about some stdc functions.
Chris Lattner
[next]