- Jul 19, 2004
-
-
Chris Lattner authored
is sorted. This is not the case currently, which is causing no end of problems. llvm-svn: 14990
-
Chris Lattner authored
Heavily refactor handleVirtualRegisterDef, adding comments and making it more efficient. It is also much easier to follow and convince ones self that it is correct :) Add -debug output to the joine, showing the result of joining the intervals. llvm-svn: 14989
-
Chris Lattner authored
remove map that is not needed llvm-svn: 14988
-
Chris Lattner authored
llvm-svn: 14987
-
Chris Lattner authored
classof<ConstantXXX> is now MUCH faster than it used to be. llvm-svn: 14986
-
Chris Lattner authored
llvm-svn: 14985
-
Chris Lattner authored
rename ConstantVal to SimpleConstantVal llvm-svn: 14984
-
Chris Lattner authored
llvm-svn: 14983
-
Chris Lattner authored
llvm-svn: 14982
-
Chris Lattner authored
llvm-svn: 14981
-
Chris Lattner authored
llvm-svn: 14980
-
Reid Spencer authored
and a list of don'ts for the library. All so future maintainers don't break the important contract this library has with its user: LLVM. llvm-svn: 14979
-
Chris Lattner authored
llvm-svn: 14978
-
Reid Spencer authored
llvm-svn: 14977
-
- Jul 18, 2004
-
-
Chris Lattner authored
llvm-svn: 14976
-
Chris Lattner authored
llvm-svn: 14975
-
Chris Lattner authored
llvm-svn: 14974
-
Chris Lattner authored
night compiling cfrac. It did not realize that code like this: int G; int *H = &G; takes the address of G. llvm-svn: 14973
-
Chris Lattner authored
llvm-svn: 14972
-
Chris Lattner authored
llvm-svn: 14971
-
Reid Spencer authored
Updated to remove references to ConstantPointerRef and reflect the change in the inheritance hierarchy: GlobalValue now derives from Constant. llvm-svn: 14969
-
Reid Spencer authored
llvm-svn: 14968
-
Reid Spencer authored
llvm-svn: 14967
-
Reid Spencer authored
llvm-svn: 14966
-
Reid Spencer authored
llvm-svn: 14965
-
Reid Spencer authored
too. llvm-svn: 14964
-
Reid Spencer authored
llvm-svn: 14963
-
Chris Lattner authored
llvm-svn: 14962
-
Chris Lattner authored
llvm-svn: 14961
-
Chris Lattner authored
llvm-svn: 14960
-
Reid Spencer authored
llvm-svn: 14959
-
Chris Lattner authored
llvm-svn: 14958
-
Chris Lattner authored
llvm-svn: 14957
-
Reid Spencer authored
llvm-svn: 14956
-
Reid Spencer authored
llvm-svn: 14955
-
Reid Spencer authored
llvm-svn: 14954
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953
-
Reid Spencer authored
- Minimize redundant isa<GlobalValue> usage llvm-svn: 14952
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14951
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Minimize redundant isa<GlobalValue> usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14950
-