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
/
DataStructure
/
Local.cpp
Age
Commit message (
Expand
)
Author
2006-06-28
add some missing externals
Andrew Lenharth
2006-04-25
better c99 struct handling
Andrew Lenharth
2006-04-19
deal with memchr
Andrew Lenharth
2006-04-19
stupid stuff
Andrew Lenharth
2006-04-18
I understand now. Shoot.
Andrew Lenharth
2006-04-18
llvm.memc* improvements. helps PA a lot in some specmarks
Andrew Lenharth
2006-04-18
llvm.memc* improvements. helps PA a lot in some specmarks
Andrew Lenharth
2006-04-13
Handle some kernel code than ends in [0 x sbyte]. I think this is safe
Andrew Lenharth
2006-04-05
revert this, this is safe, if conservative. leave a note to that effect
Andrew Lenharth
2006-03-15
no heap is happening here
Andrew Lenharth
2006-03-15
remove qsort for now
Andrew Lenharth
2006-03-15
improve mem intrinsics and add a few things povray uses
Andrew Lenharth
2006-03-03
Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2005-12-19
Prefix DSA specific options with dsa.
John Criswell
2005-12-19
Added an option to specify the names of heap freeing functions.
John Criswell
2005-12-19
Added a command line option that allows the user to specify a list of
John Criswell
2005-12-06
Collapsing node if variable length struct with final field of length zero
Sumant Kowshik
2005-06-18
core changes for varargs
Andrew Lenharth
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-22
Remove an iteration pass over the entire scalarmap for each function created
Chris Lattner
2005-03-20
Build EC's for globals twice. The first is after constructing the initial
Chris Lattner
2005-03-20
some methods got renamed
Chris Lattner
2005-03-20
comment cleanup
Chris Lattner
2005-03-19
Create an equivalence class of global variables that DSA will never be able
Chris Lattner
2005-03-18
another fastpath
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-05
Make sure the two arguments of a setcc instruction point to the same node.
Chris Lattner
2005-03-04
Trivial cleanup patch
Chris Lattner
2005-02-25
Handle null a bit more carefully.
Chris Lattner
2005-02-24
This instruction:
Chris Lattner
2005-01-30
* Make some methods more const correct.
Chris Lattner
2005-01-12
Silence VC++ warnings.
Chris Lattner
2004-12-08
Work correctly with ICC, Patch contributed by Bjørn Wennberg
Chris Lattner
2004-11-08
Handle assert_fail special
Chris Lattner
2004-11-03
Don't call Constant::getNullValue when the argument could be VoidTy
Chris Lattner
2004-10-30
Fix more undefined behavior
Chris Lattner
2004-10-26
add support for UndefValue
Chris Lattner
2004-10-16
Add support for undef
Chris Lattner
2004-10-06
Dont' let null nodes sneak past cast instructions
Chris Lattner
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-02
Hide this option
Chris Lattner
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-18
bug 122:
Reid Spencer
2004-07-07
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-07
As much as I hate to say it, the whole setNode interface for DSNodeHandles
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-05-25
Recognize memalign and friends, and handle them specially.
Vikram S. Adve
2004-05-23
Fix a really nasty bug with the -disable-ds-field-sensitivity option
Chris Lattner
[next]