index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Timer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finegrainify namespacification
Chris Lattner
2003-12-14
1
-4
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+6
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Don't include Config/stdio.h or <stdio.h>.
Brian Gaeke
2003-10-10
1
-2
/
+0
*
Implement the NamedRegionTimer class
Chris Lattner
2003-10-06
1
-0
/
+18
*
Describe the value name
Chris Lattner
2003-08-01
1
-1
/
+1
*
Fix the JIT in the Nightly tester. This was not a fun bug to track down.
Chris Lattner
2003-07-31
1
-2
/
+14
*
Trivial cleanups: no need to include header twice. Global variable is local ...
Chris Lattner
2003-07-31
1
-3
/
+1
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-9
/
+12
*
Remove usage of sys/unistd.h
Chris Lattner
2003-06-19
1
-1
/
+0
*
Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.
Brian Gaeke
2003-06-17
1
-2
/
+5
*
Fix compilation problem with some versions of G++
Chris Lattner
2003-06-06
1
-1
/
+1
*
Fix problem with perror
Chris Lattner
2003-06-06
1
-0
/
+1
*
Add a new info-output-file option (hidden from --help) which is to be used by
Chris Lattner
2003-05-09
1
-35
/
+93
*
Make more compatible with GCC 2.96
Chris Lattner
2003-02-13
1
-4
/
+5
*
Remove gunk that was supposed to make space evaluation more precise, but neve...
Chris Lattner
2003-02-13
1
-64
/
+1
*
Don't output times in "scientific" notation
Chris Lattner
2003-02-12
1
-2
/
+3
*
Squelch warning
Chris Lattner
2003-02-05
1
-1
/
+1
*
* Add new -track-memory option to tools which enables the mem usage column in...
Chris Lattner
2003-01-30
1
-2
/
+14
*
Add peak memory usage measurement capability
Chris Lattner
2002-11-18
1
-8
/
+121
*
Simplify code
Chris Lattner
2002-11-04
1
-3
/
+1
*
Sun can now use mallinfo()
Chris Lattner
2002-11-04
1
-5
/
+0
*
Allow memory sizes to be negative, remove obsolete TmpRSS field
Chris Lattner
2002-11-04
1
-14
/
+11
*
mallinfo is not available on sun apparently :(
Chris Lattner
2002-11-04
1
-2
/
+7
*
Minor fix to space accounting
Chris Lattner
2002-11-04
1
-1
/
+1
*
Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives
Chris Lattner
2002-11-04
1
-18
/
+8
*
Add #include
Chris Lattner
2002-10-27
1
-0
/
+1
*
Added #include<unistd.h> to compile with solaris gcc3.2
Anand Shukla
2002-10-04
1
-0
/
+1
*
Checkin generic interval timer support
Chris Lattner
2002-10-01
1
-0
/
+203