OSDN Git Service

Update aosp/master llvm for rebase to r233350
[android-x86/external-llvm.git] / lib / Support / Timer.cpp
2015-04-09 Pirama Arumuga NainarUpdate aosp/master llvm for rebase to r233350
2014-12-10 Stephen Hinesam 50721a7a: (-s ours) Merge in the following upstream...
2014-12-10 Tim Murrayam 22c310d7: (-s ours) Revert "Revert "Bring in fixes...
2014-12-10 Tim Murrayam 6eeae0cf: Revert "Apply rL216114 from upstream LLVM."
2014-12-04 Stephen Hinesam 876d6995: Merge "Update aosp/master LLVM for rebase...
2014-12-04 Stephen HinesMerge "Update aosp/master LLVM for rebase to r222494."
2014-12-03 Stephen HinesUpdate aosp/master LLVM for rebase to r222494.
2014-08-12 Stephen HinesMerge "Fixes the build when NDEBUG is not defined."
2014-07-25 Stephen HinesUpdate LLVM for rebase to r212749.
2014-07-24 Stephen Hinesam e0dc531c: Merge "Update LLVM for rebase to r212749."
2014-07-23 Stephen HinesMerge "Update LLVM for rebase to r212749."
2014-07-21 Stephen HinesUpdate LLVM for rebase to r212749.
2014-05-30 Stephen Hinesam 8b6f0f11: am 51c66e01: am cd06393a: Merge "Update...
2014-05-30 Stephen Hinesam 51c66e01: am cd06393a: Merge "Update LLVM for 3...
2014-05-30 Stephen Hinesam cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."
2014-05-30 Stephen HinesMerge "Update LLVM for 3.5 rebase (r209712)."
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
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-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
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-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2011-11-14 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
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-05-06 Shih-wei Liaoexternal/stlport is working with std::make_pair(T.Time...
2011-04-09 Jush LuMerge upstream r129128
2011-03-09 Jush LuMerge upstream r127116
2011-03-09 Jush LuAdd a fake merge point for llvm.org/git/llvm.git
2011-02-28 jushMerge LLVM upstream r119309 into honey
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-09-09 Anatol PomazauAdd a fake merge point for git://repo.or.cz/llvm.git...
2010-08-07 Benjamin KramerRoll back my last two commits, valgrind complains.
2010-08-07 Benjamin KramerRoll back my last two commits, valgrind complains.
2010-08-07 Benjamin KramerKill rarely used std::sort.
2010-08-07 Benjamin KramerKill rarely used std::sort.
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-05-19 Dan GohmanAdd a comment explaining why this code uses Append...
2010-05-19 Dan GohmanAdd a comment explaining why this code uses Append...
2010-04-28 Shih-wei LiaoSync upstream to r102410.
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-03-30 Chris Lattnerstringref'ize Timer apis
2010-03-30 Chris Lattnerstringref'ize Timer apis
2010-03-30 Chris Lattnerfinally, maintain a global list of timer groups, allowi...
2010-03-30 Chris Lattnerfinally, maintain a global list of timer groups, allowi...
2010-03-30 Chris Lattneradd a new TimerGroup::print method, and refactor away...
2010-03-30 Chris Lattneradd a new TimerGroup::print method, and refactor away...
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-03-30 Chris Lattnerchange TimerGroup to keep a linked list of active timers
2010-03-30 Chris Lattnerchange TimerGroup to keep a linked list of active timers
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-29 Chris Lattnermove a function into a more logical place in the file
2010-03-29 Chris Lattnermove a function into a more logical place in the file
2010-03-29 Chris Lattnerremove support for per-time peak memory tracking, this
2010-03-29 Chris Lattnerremove support for per-time peak memory tracking, this
2010-03-29 Chris Lattnervarious timer fixes: move operator= out of line,
2010-03-29 Chris Lattnervarious timer fixes: move operator= out of line,
2010-03-29 Chris Lattners/.../.
2010-03-29 Chris Lattners/.../.
2010-03-29 Chris Lattnermove code around and improve indentation, no functional...
2010-03-29 Chris Lattnermove code around and improve indentation, no functional...
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-11-17 Owen AndersonFix a race condition in the Timer class.
2009-11-17 Owen AndersonFix a race condition in the Timer class.
2009-11-07 Mikhail GlushenkovTrailing whitespace.
2009-11-07 Mikhail GlushenkovTrailing whitespace.
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 AndersonMake timers threadsafe again. This isn't quite as...
2009-06-23 Owen AndersonMake timers threadsafe again. This isn't quite as...
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Lang HamesSwitched size_t to int64_t to prevent type mismatch...
next