llvm-6502/lib
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
..
Analysis Use and implement API for graph traversals 2003-01-29 21:10:20 +00:00
AsmParser Fix bug: Assembler/2003-01-30-UnsignedString.ll 2003-01-30 22:24:26 +00:00
Bytecode Don't keep track of # big vs #small instructions seperately 2003-01-21 20:13:49 +00:00
CodeGen Print machine frame objects with the frame offset intrinsic to the machine 2003-01-16 18:35:57 +00:00
ExecutionEngine Fix warnings on sparc 2003-01-29 18:02:02 +00:00
Linker * Fix linking of opaque types and their non-opaque versions 2003-01-30 20:53:43 +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
Target Don't emit unneccesary branch instructions! 2003-01-16 18:07:23 +00:00
Transforms Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...) 2003-01-30 22:38:44 +00:00
VMCore * Fix linking of opaque types and their non-opaque versions 2003-01-30 20:53:43 +00:00
Makefile