OSDN Git Service

Update aosp/master LLVM for rebase to r256229
[android-x86/external-llvm.git] / lib / Support / Statistic.cpp
2016-03-21 Pirama Arumuga NainarUpdate aosp/master LLVM for rebase to r256229
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-29 Bill YiMerge commit '2136801bbd32f5e9554aa8009d0e5f862744162b...
2014-04-25 Stephen Hinesam 1f3d12be: am b5eb99b8: am 37a6adeb: Merge "Update...
2014-04-25 Stephen Hinesam b5eb99b8: am 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen Hinesam 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2013-03-20 The Android Automergermerge in jb-mr2-release history after reset to jb-mr2-dev
2013-03-20 Stephen Hinesam 3dd51ae3: am 2d4629c5: Merge branch \'upstream\...
2013-03-20 Stephen Hinesam 2d4629c5: Merge branch \'upstream\' into merge_2013_...
2013-03-19 Stephen HinesMerge branch 'upstream' into merge_2013_03_18
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2011-12-16 Logan ChienMerge with LLVM upstream r146714 (Dec 16th 2011)
2011-12-05 Nick LewyckySilence tsan false-positives (tsan can't track things...
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-03-09 Jush LuMerge upstream r127116
2011-02-26 Daniel DunbarSupport: Add llvm::AreStatisticsEnabled().
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-08-17 Jim Grosbachremove trailing whitespace
2010-08-17 Jim Grosbachremove trailing whitespace
2010-04-28 Shih-wei LiaoSync upstream to r102410.
2010-03-30 Douglas GregorIntroduce namespace-scope functions to enable LLVM...
2010-03-30 Douglas GregorIntroduce namespace-scope functions to enable LLVM...
2010-03-30 Chris Lattnerrename GetLibSupportInfoOutputFile -> CreateInfoOutputF...
2010-03-30 Chris Lattnerrename GetLibSupportInfoOutputFile -> CreateInfoOutputF...
2010-03-30 Chris Lattnerif a timergroup is destroyed before its timers, print...
2010-03-30 Chris Lattnerif a timergroup is destroyed before its timers, print...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-09-27 Edwin TörökAvoid using mutex locks if not in multithreaded mode...
2009-09-27 Torok EdwinAvoid using mutex locks if not in multithreaded mode...
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-23 Owen AndersonUse atomic operations when accessing statistics, and...
2009-06-23 Owen AndersonUse atomic operations when accessing statistics, and...
2009-06-22 Owen AndersonGuard the statistics table.
2009-06-22 Owen AndersonGuard the statistics table.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2006-12-19 Chris Lattnereliminate constructor from Statistic class. It is...
2006-12-19 Chris LattnerRefactor statistic a big and introduce a horrible-but...
2006-12-08 Chris LattnerChange the implementation of statistic to not need...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-06 Chris Lattnermerge the Statistic and StatisticBase classes, eliminat...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-08-30 Chris LattnerInstantiate Statistic<> in one place, not in every...
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-01-06 Alkis EvlogimenosPass std::string to constructor as const reference...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-13 Chris LattnerThis file uses stable_sort
2003-08-01 Chris LattnerMove debug functionality to Debug.cpp/Debug.h
2003-05-09 Chris LattnerAdd a new info-output-file option (hidden from --help...
2003-02-09 Chris LattnerRemove the -debug option from release executables
2002-10-27 Chris LattnerAdd #include
2002-10-04 Anand Shuklaadded cast to unsigned to compile with gcc3.2 (sparc)
2002-10-01 Chris Lattner - Rework Statistics:
2002-07-22 Chris Lattner*** empty log message ***
2002-05-22 Chris LattnerImplement a new command line option, -debug, which...
2002-05-10 Chris LattnerInitial checkin of Statistic class.