- Nov 15, 2004
-
-
Reid Spencer authored
llvm-svn: 17852
-
Misha Brukman authored
llvm-svn: 17851
-
Reid Spencer authored
Remove now defunct RequiredSoftware.html. llvm-svn: 17850
-
Misha Brukman authored
* Mark MacOS X/PPC support as 32-bit-only * Fix FreeBSD space usage -- it's in MB, not GB llvm-svn: 17848
-
Misha Brukman authored
llvm-svn: 17846
-
Misha Brukman authored
llvm-svn: 17845
-
Misha Brukman authored
llvm-svn: 17844
-
Misha Brukman authored
llvm-svn: 17843
-
Reid Spencer authored
llvm-svn: 17842
-
Misha Brukman authored
llvm-svn: 17840
-
Chris Lattner authored
llvm-svn: 17839
-
Misha Brukman authored
* Add missing dashes llvm-svn: 17838
-
Misha Brukman authored
llvm-svn: 17837
-
Reid Spencer authored
llvm-svn: 17836
-
Reid Spencer authored
Remove reference to llvm-ld llvm-svn: 17835
-
Misha Brukman authored
llvm-svn: 17834
-
Tanya Lattner authored
This file was originally developed by the LLVM research group so this comment should stay. I also do NOT want my name explicity listed on src files. I am already mentioned in the credits. llvm-svn: 17833
-
Reid Spencer authored
llvm-svn: 17832
-
Chris Lattner authored
llvm-svn: 17831
-
Reid Spencer authored
Patch contributed by Morten Ofstad. llvm-svn: 17830
-
Reid Spencer authored
Patch contributed by Morten Ofstad. llvm-svn: 17829
-
Reid Spencer authored
Patch contributed by Morten Ofstad. llvm-svn: 17828
-
Reid Spencer authored
Patch contributed by Morten Ofstad llvm-svn: 17827
-
Reid Spencer authored
Patch provided by Morten Ofstad llvm-svn: 17826
-
Chris Lattner authored
llvm-svn: 17825
-
Chris Lattner authored
llvm-svn: 17824
-
Brian Gaeke authored
llvm-svn: 17823
-
Brian Gaeke authored
llvm-svn: 17822
-
Chris Lattner authored
llvm-svn: 17821
-
Chris Lattner authored
1. Speedup getValueState by having it not consider Arguments. It's better to just add them before we start SCCP'ing. 2. SCCP can delete the contents of dead blocks. No really, it's ok! This reduces the size of the IR for subsequent passes, even though simplifycfg would do the same job. In practice, simplifycfg does not run until much later than sccp in gccas llvm-svn: 17820
-
Misha Brukman authored
llvm-svn: 17819
-
Chris Lattner authored
llvm-svn: 17818
-
Reid Spencer authored
llvm-svn: 17817
-
Chris Lattner authored
class. The only changes are minor: * Do not try to SCCP instructions that return void in the rewrite loop. This is silly and fool hardy, wasting a map lookup and adding an entry to the map which is never used. * If we decide something has an undefined value, rewrite it to undef, potentially leading to further simplications. llvm-svn: 17816
-
Reid Spencer authored
llvm-svn: 17815
-
Reid Spencer authored
seemingly ubiquitous gettimeofday(3) call. llvm-svn: 17814
-
Reid Spencer authored
seemingly ubiquitous gettimeofday(3) call. llvm-svn: 17813
-
Reid Spencer authored
symbol table. * Make sure we update the file pointer for each member when rebuilding the symbol table. llvm-svn: 17812
-
Reid Spencer authored
llvm-svn: 17811
-
Reid Spencer authored
llvm-svn: 17810
-