Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Chris Lattner 3f39849003 * Add new -track-memory option to tools which enables the mem usage column in the reports.
This is now optional (and defaults to off) because mallinfo can be VERY slow as it
seems to touch every page of allocated memory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5448 91177308-0d34-0410-b5e6-96231b3b80d8
2003-01-30 23:08:50 +00:00
docs Add notes about LLVM and CygWin from Brian Gaeke 2003-01-23 21:17:02 +00:00
include Add new function to allow removal of typed named elements 2003-01-30 20:54:03 +00:00
lib * Add new -track-memory option to tools which enables the mem usage column in the reports. 2003-01-30 23:08:50 +00:00
runtime Initial checkin of pool allocator library 2003-01-29 18:38:11 +00:00
support * Add new -track-memory option to tools which enables the mem usage column in the reports. 2003-01-30 23:08:50 +00:00
test New testcase 2003-01-30 22:24:14 +00:00
tools Fix build problem on sparc 2003-01-29 18:15:34 +00:00
utils Fix warning on sparc 2003-01-29 16:26:46 +00:00
Makefile
Makefile.common Fix problem with flex scanners and huge token sizes 2003-01-23 16:33:10 +00:00
Makefile.config Add new support for a bytecode repository 2003-01-17 17:36:47 +00:00
Makefile.Linux Add an option (which will go away in the future) signfifying that there is a JIT under Linux 2003-01-13 00:13:19 +00:00
Makefile.rules Fix problem with flex scanners and huge token sizes 2003-01-23 16:33:10 +00:00
Makefile.SunOS Export a new ARCH variable indicating what platform is being compiled 2002-12-06 03:45:20 +00:00