- Dec 31, 2004
-
-
Jeff Cohen authored
llvm-svn: 19199
-
Jeff Cohen authored
llvm-svn: 19198
-
Reid Spencer authored
* Make library descriptions consistently lower case. llvm-svn: 19197
-
Reid Spencer authored
* Make subordinate libraries presented with a vertical list instead of all listed on a single line. llvm-svn: 19196
-
Reid Spencer authored
llvm-svn: 19195
-
Reid Spencer authored
library dependencies, for documentation purposes. llvm-svn: 19194
-
- Dec 30, 2004
-
-
Reid Spencer authored
processed. llvm-svn: 19193
-
Reid Spencer authored
* Place a try/catch block around the entire tool to Make sure std::string exceptions are caught and printed before exiting the tool. * Make sure we catch unhandled exceptions at the top level so that we don't abort with a useless message but indicate than an unhandled exception was generated. llvm-svn: 19192
-
Jeff Cohen authored
llvm-svn: 19190
-
- Dec 29, 2004
-
-
Reid Spencer authored
* Add CAN_DLOPEN_SELF so we can determine if dlopen(0) will open the program or not. * Correct a warning messages to be a little more specific on what it checks llvm-svn: 19184
-
Reid Spencer authored
llvm-svn: 19183
-
Reid Spencer authored
llvm-svn: 19182
-
Chris Lattner authored
llvm-svn: 19181
-
Chris Lattner authored
llvm-svn: 19180
-
Chris Lattner authored
llvm-svn: 19179
-
Chris Lattner authored
llvm-svn: 19178
-
Chris Lattner authored
llvm-svn: 19177
-
Chris Lattner authored
Fix testcase CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll llvm-svn: 19176
-
Chris Lattner authored
llvm-svn: 19175
-
Reid Spencer authored
llvm-svn: 19174
-
Reid Spencer authored
llvm-svn: 19173
-
Reid Spencer authored
llvm-svn: 19172
-
- Dec 28, 2004
-
-
Reid Spencer authored
parallel builds don't attempt to create it twice. llvm-svn: 19171
-
Reid Spencer authored
llvm-svn: 19170
-
Reid Spencer authored
llvm-svn: 19169
-
- Dec 27, 2004
-
-
Misha Brukman authored
llvm-svn: 19168
-
Jeff Cohen authored
llvm-svn: 19167
-
Reid Spencer authored
llvm-svn: 19166
-
Reid Spencer authored
* Make the source detection use a file unique to Stacker * Configure Makefile.common.in with AC_CONFIG_FILES not AC_CONFIG_MAKEFILE * Use new autoconf format for invoking AC_OUTPUT llvm-svn: 19165
-
Reid Spencer authored
llvm-svn: 19164
-
Reid Spencer authored
portability, the --track-space option was inadvertently ignored. This patch fixes that so that sys::Process::GetMallocUsage() is only invoked if the --track-spaces option is given. Apparently the mallinfo() call that GetMallocUsage() uses is *very* slow, especially when processing very large modules like projects/llvm-test/MultiSource/Applications/kimwitu++. llvm-svn: 19163
-
Reid Spencer authored
* sys::PreventCoreFiles -> sys::Process::PreventCoreFiles llvm-svn: 19162
-
Reid Spencer authored
* Ensure #includes are wrapped with appropriate HAVE_ guards * Account for variations in time.h and sys/time.h inclusion. * Add macros for getting wait(2) exit status correctly (per autoconf sugg.) * Implement ThrowErrno in terms of strerror_r, strerror or none based on what is available on the platform. llvm-svn: 19161
-
Reid Spencer authored
* Remove redundant #includes that are now in Unix.h llvm-svn: 19160
-
Reid Spencer authored
* Move implementation of sys::PreventCoreFiles function to this file from the now defunct SysConfig abstraction. llvm-svn: 19159
-
Reid Spencer authored
* Ensure #includes are wrapped with appropriate HAVE_ guards * Ensure variations in "dirent" structure are accounted for. llvm-svn: 19158
-
Reid Spencer authored
* Ensure #includes are wrapped with appropriate HAVE_ guards * Consolidate implementation from operating system specific directory. llvm-svn: 19157
-
Reid Spencer authored
* Ensure #includes are wrapped with appropriate HAVE_ guards llvm-svn: 19156
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/TimeValue.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19155
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/Program.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19154
-