- Feb 09, 2005
-
-
Chris Lattner authored
contributed by Vladimir Merzliakov! llvm-svn: 20084
-
- Feb 08, 2005
-
-
Andrew Lenharth authored
llvm-svn: 20067
-
Andrew Lenharth authored
llvm-svn: 20066
-
- Feb 07, 2005
-
-
Chris Lattner authored
llvm-svn: 20065
-
Chris Lattner authored
llvm-svn: 20064
-
Andrew Lenharth authored
llvm-svn: 20063
-
Andrew Lenharth authored
llvm-svn: 20062
-
Andrew Lenharth authored
llvm-svn: 20061
-
Andrew Lenharth authored
llvm-svn: 20060
-
Andrew Lenharth authored
llvm-svn: 20059
-
Andrew Lenharth authored
llvm-svn: 20058
-
- Feb 06, 2005
-
-
Andrew Lenharth authored
llvm-svn: 20057
-
Andrew Lenharth authored
llvm-svn: 20056
-
Andrew Lenharth authored
llvm-svn: 20055
-
- Feb 05, 2005
-
-
Andrew Lenharth authored
llvm-svn: 20053
-
Andrew Lenharth authored
llvm-svn: 20051
-
Andrew Lenharth authored
llvm-svn: 20050
-
Andrew Lenharth authored
llvm-svn: 20049
-
Misha Brukman authored
llvm-svn: 20048
-
Chris Lattner authored
field to hold it instead. This shrinks memory usage for 176.gcc from 57628728 to 57598144 bytes, a small reduction of about 30K. llvm-svn: 20047
-
Chris Lattner authored
LoadInst from 60 -> 56 bytes and StoreInst from 76 -> 72 bytes. Note however, that this doesn't actually save any memory on common systems where 'malloc' returns 8-byte aligned memory, as the saved space is replaced by useless alignment padding. :( llvm-svn: 20046
-
Chris Lattner authored
llvm-svn: 20045
-
Chris Lattner authored
llvm-svn: 20044
-
Chris Lattner authored
play with the unused part. llvm-svn: 20043
-
- Feb 04, 2005
-
-
Chris Lattner authored
llvm-svn: 20042
-
Misha Brukman authored
llvm-svn: 20039
-
Chris Lattner authored
into a temporary graph, remember it for later, then inline the tmp graph into the call site. In the case where there are other call sites to the same set of functions, this permits us to just inline the temporary graph instead of all of the callees. This turns N*M inlining situations into an N+M inlining situation. llvm-svn: 20036
-
Chris Lattner authored
llvm-svn: 20035
-
Chris Lattner authored
llvm-svn: 20034
-
Chris Lattner authored
llvm-svn: 20033
-
Chris Lattner authored
llvm-svn: 20031
-
Chris Lattner authored
targets. llvm-svn: 20030
-
Andrew Lenharth authored
llvm-svn: 20028
-
Andrew Lenharth authored
llvm-svn: 20027
-
Andrew Lenharth authored
llvm-svn: 20026
-
- Feb 03, 2005
-
-
Misha Brukman authored
* Remove duplicated CVS directions and refer reader to the CVS section * Clean up directions to be brief llvm-svn: 20023
-
Andrew Lenharth authored
llvm-svn: 20019
-
Chris Lattner authored
llvm-svn: 20018
-
Chris Lattner authored
llvm-svn: 20017
-
Misha Brukman authored
* llvmgcc and llvmg++ aliases are no longer needed (binaries have llvm- prefix) llvm-svn: 20016
-