- Jul 05, 2006
-
-
Evan Cheng authored
llvm-svn: 28992
-
- Jul 04, 2006
-
-
Andrew Lenharth authored
llvm-svn: 28991
-
- Jul 03, 2006
-
-
Andrew Lenharth authored
llvm-svn: 28990
-
Andrew Lenharth authored
llvm-svn: 28989
-
Reid Spencer authored
llvm-svn: 28988
-
- Jun 30, 2006
-
-
Evan Cheng authored
RemoveInFlightSetEntry. They are used in place of direct set operators to reduce instruction selection function stack size. llvm-svn: 28987
-
- Jun 29, 2006
-
-
Chris Lattner authored
make ENABLE_OPTIMIZED=1 UNIVERSAL=1 UNIVERSAL_ARCH="i386 ppc ppc64" retain the default of building for just i386/ppc. llvm-svn: 28985
-
Evan Cheng authored
llvm-svn: 28984
-
Owen Anderson authored
llvm-svn: 28983
-
Evan Cheng authored
Let X86CompilationCallback pass previous frame and return address to X86CompilationCallback2. Remove alloca hack. llvm-svn: 28982
-
Evan Cheng authored
llvm-svn: 28981
-
Evan Cheng authored
llvm-svn: 28980
-
Evan Cheng authored
llvm-svn: 28979
-
Evan Cheng authored
llvm-svn: 28978
-
Evan Cheng authored
sections. e.g. On Darwin that would be .literal4 and .literal8. llvm-svn: 28977
-
Chris Lattner authored
llvm-svn: 28976
-
Chris Lattner authored
dropped. This shrinks libllvmgcc.dylib another 67K llvm-svn: 28975
-
Chris Lattner authored
llvm-svn: 28974
-
Chris Lattner authored
llvm-svn: 28973
-
Chris Lattner authored
llvm-svn: 28972
-
Chris Lattner authored
llvm-svn: 28971
-
- Jun 28, 2006
-
-
Chris Lattner authored
llvm-svn: 28970
-
Chris Lattner authored
llvm-svn: 28969
-
Chris Lattner authored
llvm-svn: 28968
-
Andrew Lenharth authored
llvm-svn: 28967
-
Andrew Lenharth authored
llvm-svn: 28966
-
Chris Lattner authored
llvm-svn: 28965
-
Chris Lattner authored
llvm-svn: 28964
-
Evan Cheng authored
llvm-svn: 28963
-
Owen Anderson authored
will be profitable. This is mainly to remove some cases where excessive unswitching would result in long compile times and/or huge generated code. Once someone comes up with a better heuristic that avoids these cases, this should be switched out. llvm-svn: 28962
-
Chris Lattner authored
llvm-svn: 28961
-
Chris Lattner authored
llvm-svn: 28960
-
Chris Lattner authored
blocks. llvm-svn: 28959
-
Evan Cheng authored
llvm-svn: 28958
-
Evan Cheng authored
llvm-svn: 28957
-
Andrew Lenharth authored
llvm-svn: 28955
-
Andrew Lenharth authored
Remove the Function pointer cast in these calls, converting it to a cast of argument. %tmp60 = tail call int cast (int (ulong)* %str to int (int)*)( int 10 ) %tmp60 = tail call int cast (int (ulong)* %str to int (int)*)( uint %tmp51 ) llvm-svn: 28953
-
Evan Cheng authored
llvm-svn: 28952
-
Chris Lattner authored
to them. This fixes a regression in my previous checkin. llvm-svn: 28951
-
Chris Lattner authored
causes the pointer to be removed from the underlying alias analysis implementation as well. This impl of remove is also significantly faster than the old one. This fixes: Regression/Transforms/DeadStoreElimination/2006-06-27-AST-Remove.ll llvm-svn: 28950
-