- Mar 29, 2005
-
-
Chris Lattner authored
returned integer values all of the way to 64-bits (we only did it to 32-bits leaving the top bits undefined). This causes problems for targets like alpha whose ABI's define the top bits too. llvm-svn: 20926
-
Chris Lattner authored
llvm-svn: 20925
-
Chris Lattner authored
us to have stuff pointing to the null pointer, which makes no sense (the null ptr is an ssa value, not the null object) llvm-svn: 20922
-
Chris Lattner authored
llvm-svn: 20920
-
Chris Lattner authored
llvm-svn: 20917
-
Chris Lattner authored
pointer analysis. llvm-svn: 20916
-
Chris Lattner authored
llvm-svn: 20915
-
Chris Lattner authored
and a couple of other functions that are important. Handle aggregate undef values for gv initializers llvm-svn: 20914
-
Nate Begeman authored
llvm-svn: 20907
-
Nate Begeman authored
Simple ISel: fix i64 subtract llvm-svn: 20903
-
Nate Begeman authored
More pattern isel updates llvm-svn: 20902
-
Chris Lattner authored
llvm-svn: 20901
-
- Mar 28, 2005
-
-
Andrew Lenharth authored
llvm-svn: 20900
-
Nate Begeman authored
llvm-svn: 20897
-
Duraid Madina authored
assembler may be used; identify LLVM output as such. llvm-svn: 20892
-
Chris Lattner authored
llvm-svn: 20891
-
Misha Brukman authored
llvm-svn: 20890
-
Chris Lattner authored
external functions. Teach it about a few important ones. llvm-svn: 20889
-
Jeff Cohen authored
llvm-svn: 20888
-
Alkis Evlogimenos authored
createPromoteMemoryToRegisterPass() to be consistent with other pass creation functions. llvm-svn: 20885
-
Chris Lattner authored
llvm-svn: 20884
-
- Mar 27, 2005
-
-
Chris Lattner authored
llvm-svn: 20883
-
Chris Lattner authored
an incomplete node cannot alias a complete node. llvm-svn: 20882
-
Chris Lattner authored
llvm-svn: 20881
-
Chris Lattner authored
llvm-svn: 20873
-
Chris Lattner authored
the function: print more precision XX.X% instead of XX%, and cast to ULL before scaling by 100/1000 to avoid wrap around for large numbers of queries (such as occur for 253.perlbmk and 176.gcc) llvm-svn: 20872
-
Chris Lattner authored
query. If the next mod/ref query happens to be for the same call site (which is extremely likely), use the cache instead of recomputing the callee/caller mapping. This makes -aa-eval ***MUCH*** faster with ds-aa llvm-svn: 20871
-
- Mar 26, 2005
-
-
Chris Lattner authored
llvm-svn: 20870
-
Chris Lattner authored
llvm-svn: 20869
-
Chris Lattner authored
llvm-svn: 20868
-
Chris Lattner authored
1. If memory never escapes the program, it cannot be mod/ref'd by external functions. 2. If memory is global never mod/ref'd in the program, it cannot be mod/ref'd by any call. llvm-svn: 20867
-
Chris Lattner authored
before moving on to the next call site. This will be a more efficient way to compute the mod/ref set for AA implementations like DSA. llvm-svn: 20866
-
Nate Begeman authored
the correct register class. Also remove the loading of float data into int regs part of varargs; it will need to be implemented differently later. llvm-svn: 20857
-
Nate Begeman authored
going on with copies between floating point and integer register files being generated. Once that is solved, varargs will be done. llvm-svn: 20856
-
Nate Begeman authored
for explaining EXTRACT_ELEMENT to me. llvm-svn: 20847
-
Nate Begeman authored
by the PowerPC backend, and probably others in the future. llvm-svn: 20843
-
Nate Begeman authored
llvm-svn: 20842
-
Nate Begeman authored
llvm-svn: 20841
-
Nate Begeman authored
llvm-svn: 20840
-
- Mar 25, 2005
-
-
Chris Lattner authored
llvm-svn: 20837
-