summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...Alexandre Ganea2020-03-131-0/+4
* Timer - fix shadow variable warnings for Name/Description members. NFC.Simon Pilgrim2019-11-111-5/+6
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [Legacy][TimePasses] allow -time-passes reporting into a custom streamFedor Sergeev2019-03-221-6/+11
* Annotate timeline in Instruments with passes and other timed regions.Daniel Sanders2019-02-191-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [Support] Add a public API to allow clearing all (static) timer groups.Graydon Hoare2018-08-171-2/+13
* [Timers] TimerGroup: add constructor from StringMap<TimeRecord>Roman Lebedev2018-05-161-0/+9
* [Timers] TimerGroup: make printJSONValues() method publicRoman Lebedev2018-05-161-0/+2
* [Timers] TimerGroup::printJSONValue(): print doubles with no precision lossRoman Lebedev2018-05-161-3/+7
* [Timers] TimerGroup::printJSONValues(): print mem timer with .mem suffixRoman Lebedev2018-05-161-1/+1
* [Support] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-081-1/+1
* Make LLVM timer reprintable: that is, make more than one print action on the ...George Karpenkov2018-02-101-2/+10
* [YAML] Add support for non-printable charactersFrancis Visoiu Mistrih2017-12-181-2/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [ManagedStatic] Avoid putting function pointers in template args.Benjamin Kramer2017-05-291-3/+5
* Try to work around MSVC being buggy. Attempt #1.Benjamin Kramer2017-05-291-1/+3
* [Timer] Move DefaultTimerGroup into a ManagedStatic.Benjamin Kramer2017-05-291-3/+4
* Change default TimerGroup singleton to use magic staticsErich Keane2017-02-161-16/+3
* Statistic/Timer: Include timers in PrintStatisticsJSON().Matthias Braun2016-11-181-11/+51
* Timer: Track name and description.Matthias Braun2016-11-181-18/+23
* Timer: Remove group-less NamedRegionTimer constructor.Matthias Braun2016-11-101-14/+0
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-4/+6
* Timer: Fix doxygen comments, use member initializer; NFCMatthias Braun2016-10-141-16/+12
* Test commit. Removes some spaces. No functionality changed.Alina Sbirlea2016-06-031-22/+22
* [Support] Allow multiple paired calls to {start,stop}Timer()Vedant Kumar2015-12-221-18/+14
* [Support] Timer: Use emplace_back() and range-based loops (NFC)Vedant Kumar2015-12-211-4/+4
* [Support] Timer: simplify the init() methodVedant Kumar2015-12-211-5/+1
* Simplify memory management with std::unique_ptr.Rafael Espindola2015-12-161-16/+12
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-2/+0
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-4/+4
* Kill the LLVM global lock.Zachary Turner2014-06-191-2/+2
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-161-2/+3
* Kill the LLVM global lock.Zachary Turner2014-06-161-1/+1
* Remove some more code out into a separate CL.Zachary Turner2014-06-161-1/+1
* Users of the llvm global mutex must now acquire it manually.Zachary Turner2014-06-161-3/+2
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-101-1/+2
* Remove support for runtime multi-threading.Zachary Turner2014-06-101-2/+1
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-091-2/+2
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-8/+8
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+0
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-031-2/+2
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-031-2/+2
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-2/+2
OpenPOWER on IntegriCloud