- Jan 08, 2005
-
-
Jeff Cohen authored
llvm-svn: 19370
-
- Nov 30, 2004
-
-
Chris Lattner authored
llvm-svn: 18387
-
- Oct 25, 2004
-
-
Chris Lattner authored
llvm-svn: 17218
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Jul 29, 2004
-
-
Misha Brukman authored
llvm-svn: 15328
-
- Jul 15, 2004
-
-
Chris Lattner authored
llvm-svn: 14839
-
- Jan 09, 2004
-
-
Chris Lattner authored
llvm-svn: 10725
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Sep 11, 2003
-
-
Chris Lattner authored
llvm-svn: 8469
-
- Sep 09, 2003
-
-
Misha Brukman authored
llvm-svn: 8425
-
- Aug 02, 2003
-
-
Chris Lattner authored
llvm-svn: 7492
-
- May 29, 2003
-
-
Chris Lattner authored
llvm-svn: 6415
-
- Mar 31, 2003
-
-
Chris Lattner authored
several ways: * Load expressions are not PRE'd well. Alias Analysis should be used to get accurate information when computing anticipatibility. * The expression collection implementation does not handle PHI nodes properly, thus the implementation misses many opportunities to PRE. * This code could be sped up quite a bit Despite these flaws, the code seems to work well, and handles PR's as one would expect. llvm-svn: 5759
-