Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
30d6865a234a0f12f923d7d28f17e4418ee6742c
/
llvm
/
lib
/
Support
/
Statistic.cpp
7857a64
Disable statistics on Release builds and move tests that depend on -stats.
by Jan Wen Voung
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
91ce36c
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767
by Sylvestre Ledru
· 13 years ago
721cffd
Fix a typo 'iff' => 'if'
by Sylvestre Ledru
· 13 years ago
897a57e
Silence tsan false-positives (tsan can't track things which are only safe due to
by Nick Lewycky
· 14 years ago
cc863b2
Let printf do the formatting instead aligning strings ourselves.
by Benjamin Kramer
· 14 years ago
06dfe8e
Support: Add llvm::AreStatisticsEnabled().
by Daniel Dunbar
· 15 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
a927736
remove trailing whitespace
by Jim Grosbach
· 15 years ago
83fd015
Introduce namespace-scope functions to enable LLVM statistics without
by Douglas Gregor
· 16 years ago
6cbd8d1
rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and
by Chris Lattner
· 16 years ago
dcd68b7
if a timergroup is destroyed before its timers, print times.
by Chris Lattner
· 16 years ago
b28b1ed
Change errs() to dbgs().
by David Greene
· 16 years ago
819d15c
Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex
by Torok Edwin
· 16 years ago
471ba48
remove some uses of llvm/Support/Streams.h
by Chris Lattner
· 16 years ago
5c96ef7
Have scoped mutexes take referenes instead of pointers.
by Owen Anderson
· 16 years ago
ca8f986
Use atomic operations when accessing statistics, and make the lazy initialization of statistics actually threadsafe.
by Owen Anderson
· 16 years ago
975ce63
Guard the statistics table.
by Owen Anderson
· 16 years ago
d78c400
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
86cb318
Fix more -Wshorten-64-to-32 warnings.
by Evan Cheng
· 18 years ago
579f071
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
00bb216
eliminate constructor from Statistic class. It is now impossible to get a
by Chris Lattner
· 19 years ago
13bfd32
Refactor statistic a big and introduce a horrible-but-necessary macro
by Chris Lattner
· 19 years ago
8c9969a
Change the implementation of statistic to not need destructors at all.
by Chris Lattner
· 19 years ago
30c0f33
Don't use <sstream> in Streams.h but <iosfwd> instead.
by Bill Wendling
· 19 years ago
355fc5a
Removed more <iostream> includes
by Bill Wendling
· 19 years ago
5bbf770
merge the Statistic and StatisticBase classes, eliminating virtual methods
by Chris Lattner
· 19 years ago
700b873
Detemplatize the Statistic class. The only type it is instantiated with
by Chris Lattner
· 19 years ago
f5bed76
Instantiate Statistic<> in one place, not in every .o file that uses it.
by Chris Lattner
· 19 years ago
1c12a88
Add some out-of-line virtual dtors so that the class has a "home", preventing
by Chris Lattner
· 19 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 21 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
96e9a91
Pass std::string to constructor as const reference to avoid multiple copies.
by Alkis Evlogimenos
· 22 years ago
dd978ce
Finegrainify namespacification
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
afa3ec4
This file uses stable_sort
by Chris Lattner
· 22 years ago
8fb754a
Move debug functionality to Debug.cpp/Debug.h
by Chris Lattner
· 22 years ago
b0e5958
Add a new info-output-file option (hidden from --help) which is to be used by
by Chris Lattner
· 23 years ago
c15e3d9
Remove the -debug option from release executables
by Chris Lattner
· 23 years ago
c98c871
Add #include
by Chris Lattner
· 23 years ago
195d3fb
added cast to unsigned to compile with gcc3.2 (sparc)
by Anand Shukla
· 23 years ago
c758fe6
- Rework Statistics:
by Chris Lattner
· 23 years ago
f5cad15
*** empty log message ***
by Chris Lattner
· 23 years ago
5184bdc
Implement a new command line option, -debug, which is meant to unify all of
by Chris Lattner
· 23 years ago
9eb0052
Initial checkin of Statistic class.
by Chris Lattner
· 23 years ago