- Dec 22, 2004
-
-
Reid Spencer authored
* Remove --with-llvmgccdir, not needed any more * Search path for llvm-gcc and llvm-gxx * Compute LLVMGCCDIR based on install path of llvm-gcc llvm-svn: 19093
-
Reid Spencer authored
llvm-svn: 19092
-
Reid Spencer authored
passed to gccas when the --program-prefix option is used to configure CFE. llvm-svn: 19091
-
Misha Brukman authored
llvm-svn: 19090
-
Reid Spencer authored
llvmgcc and llvmg++ correctly. llvm-svn: 19089
-
Misha Brukman authored
llvm-svn: 19088
-
Reid Spencer authored
llvm-svn: 19087
-
Reid Spencer authored
llvm-svn: 19086
-
Jeff Cohen authored
llvm-svn: 19085
-
- Dec 21, 2004
-
-
Reid Spencer authored
Build instructions now direct the user to have the CFE generate executables with those names via the --program-prefix=llvm configure option. llvm-svn: 19084
-
Reid Spencer authored
Add instructions for using the --program-prefix=llvm so that the CFE build produces llvmgcc instead of gcc. llvm-svn: 19083
-
Jeff Cohen authored
llvm-svn: 19082
-
Reid Spencer authored
Remove unix specific code (use of errno and read) from the reader. Thanks to Jeff Cohen for pointing this out. llvm-svn: 19081
-
Jeff Cohen authored
in the win32 subtree instead of the src subtree. llvm-svn: 19080
-
Reid Spencer authored
llvm-svn: 19079
-
Reid Spencer authored
constructor is "explicit". llvm-svn: 19078
-
Reid Spencer authored
llvm-svn: 19077
-
- Dec 20, 2004
-
-
Reid Spencer authored
llvm-svn: 19076
-
Reid Spencer authored
llvm-svn: 19075
-
Reid Spencer authored
llvm-svn: 19074
-
Reid Spencer authored
the declaration of a function to compile this. llvm-svn: 19073
-
Reid Spencer authored
the ru_maxrss field as an approximation. llvm-svn: 19072
-
Reid Spencer authored
llvm-svn: 19071
-
Reid Spencer authored
llvm-svn: 19070
-
Reid Spencer authored
an "#if defined(HAVE_SYS_STAT_H)". llvm-svn: 19069
-
Misha Brukman authored
llvm-svn: 19068
-
Reid Spencer authored
llvm-svn: 19067
-
Reid Spencer authored
llvm-svn: 19066
-
Reid Spencer authored
last file in LLVM to require the header. After ths commmit, our unistd.h will go away. llvm-svn: 19065
-
Reid Spencer authored
dependent behavior is now made through the lib/System interface. llvm-svn: 19064
-
Reid Spencer authored
system dependent functionality has been moved to lib/System. llvm-svn: 19063
-
Reid Spencer authored
as most system dependent behavior has been moved to lib/System. llvm-svn: 19062
-
Reid Spencer authored
llvm-svn: 19061
-
Reid Spencer authored
llvm-svn: 19060
-
Brian Gaeke authored
llvm-svn: 19059
-
Reid Spencer authored
llvm-svn: 19058
-
Jeff Cohen authored
llvm-svn: 19057
-
Jeff Cohen authored
llvm-svn: 19056
-
Reid Spencer authored
* Implement GetMallocUsage to get usage of malloc heap * Implement GetMemoryUsage to get total memory usage of process * Implement GetTimeUsage to get elapsed/user/system time llvm-svn: 19055
-
Reid Spencer authored
No need for Unix/SUS/Process.cpp any more, just ifdef it. llvm-svn: 19054
-