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
/
Statistic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce namespace-scope functions to enable LLVM statistics without
Douglas Gregor
2010-03-30
1
-21
/
+37
*
rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and
Chris Lattner
2010-03-30
1
-6
/
+5
*
if a timergroup is destroyed before its timers, print times.
Chris Lattner
2010-03-30
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+2
*
Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex
Edwin Török
2009-09-27
1
-2
/
+2
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
1
-6
/
+6
*
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-07-07
1
-1
/
+1
*
Use atomic operations when accessing statistics, and make the lazy initializa...
Owen Anderson
2009-06-23
1
-4
/
+8
*
Guard the statistics table.
Owen Anderson
2009-06-22
1
-1
/
+3
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-0
/
+4
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-2
/
+2
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+121