- Dec 29, 2004
-
-
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
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/Signals.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19153
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/Memory.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19152
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/MappedFile.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19151
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/Process.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19150
-
Reid Spencer authored
SysConf abstraction was pointless because it had a single function in it that pertained only to the current process. So merge it into the Process abstraction and remove the files completely. llvm-svn: 19149
-
Reid Spencer authored
* Add checks for sterror and strerror_r functions * Add check to determine if /dev/zero is needed for allocating RWX memory. llvm-svn: 19148
-
Reid Spencer authored
Provide a check to determine if /dev/zero is needed for AllocateRWX function. llvm-svn: 19147
-
Reid Spencer authored
the path names correctly. llvm-svn: 19146
-
Reid Spencer authored
other #define's. llvm-svn: 19145
-
- Dec 26, 2004
-
-
Reid Spencer authored
llvm-svn: 19144
-