1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib
Reid Spencer 3f8be49b9e For PR351:
* 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
2004-12-20 00:59:28 +00:00
..
Analysis Actually overload the virtual method. This fixes 2004-12-17 17:12:24 +00:00
AsmParser Do not allow empty label names. 2004-12-10 05:40:19 +00:00
Bytecode For PR351: 2004-12-15 01:51:56 +00:00
CodeGen Move virtual method call out of loop 2004-12-15 07:04:32 +00:00
Debugger For PR351: 2004-12-15 01:51:56 +00:00
ExecutionEngine Move the #include of sys/stat.h inside the linux "hack" for the stat 2004-12-17 19:09:16 +00:00
Linker Fix a compile error. config.h is now needed because DataTypes.h doesn't 2004-12-16 19:19:24 +00:00
Support For PR351: 2004-12-20 00:59:04 +00:00
System For PR351: 2004-12-20 00:59:28 +00:00
Target Remove unused enum value 2004-12-17 22:41:46 +00:00
Transforms Adjust to new interfaces 2004-12-15 07:22:25 +00:00
VMCore Add a verifier assertion 2004-12-15 20:23:49 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00