summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Target, Transforms] Fix some Clang-tidy modernize and Include What You Use w...Eugene Zelenko2017-01-181-15/+38
* Resubmit "[PGO] Turn off comdat renaming in IR PGO by default"Rong Xu2017-01-111-1/+15
* Revert "[PGO] Turn off comdat renaming in IR PGO by default"Rong Xu2017-01-101-15/+1
* [PGO] Turn off comdat renaming in IR PGO by defaultRong Xu2017-01-101-1/+15
* [InstrProfiling] Mark __llvm_profile_instrument_target last parameter as i32 ...Marcin Koscielnicki2016-11-211-11/+30
* Utility functions for appending to llvm.used/llvm.compiler.used.Evgeniy Stepanov2016-10-251-25/+2
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [Profile] code refactoring: make getStep a method in base classXinliang David Li2016-09-201-9/+1
* [Profile] Implement select instruction instrumentation in IR PGOXinliang David Li2016-09-181-2/+18
* Consistently use ModuleAnalysisManagerSean Silva2016-08-091-1/+1
* [Profile] deprecate __llvm_profile_override_default_filenameXinliang David Li2016-07-211-16/+16
* [PGO] Make needsComdatForCounter() available (NFC)Rong Xu2016-07-211-27/+0
* Avoid a string copy, NFCVedant Kumar2016-07-211-1/+1
* clang format change /NFCXinliang David Li2016-06-211-28/+34
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-2/+2
* [pgo] extend r271532 to darwin platformXinliang David Li2016-06-031-4/+4
* [profile] value profiling bug fix -- missing icall targets in profile-useXinliang David Li2016-06-021-1/+7
* Use new triple API to check if comdat is supportedXinliang David Li2016-05-251-1/+1
* [profile] Fix runtime hook linkage bug for COFFXinliang David Li2016-05-241-0/+2
* tune lowering parameter for small apps (sjeng)Xinliang David Li2016-05-231-2/+3
* [profile] Static counter allocation for value profiling (part-1)Xinliang David Li2016-05-211-12/+96
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-2/+2
* Simple refactoring /NFCXinliang David Li2016-05-171-8/+15
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-2/+2
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-2/+2
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-2/+2
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-2/+2
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-2/+2
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-2/+2
* [ProfileData] Add error codes for compression failuresVedant Kumar2016-05-031-2/+4
* [PGO] Prohibit address recording if the function is both internal and COMDATRong Xu2016-04-271-0/+5
* Port InstrProfiling pass to the new pass managerXinliang David Li2016-04-181-86/+41
* [PGO] Remove redundant counter copies for avail_extern functions.Xinliang David Li2016-02-271-3/+32
* [instrprof] Use __{start,stop}_SECNAME on PS4 too.Sean Silva2016-02-271-1/+2
* [PGO] Enable compression in pgo instrumentationXinliang David Li2016-02-081-9/+59
* [InstrProfiling] Fix a comment (NFC)Vedant Kumar2016-02-031-1/+1
* Function name change /NFCXinliang David Li2016-01-201-1/+1
* [PGO] Create the profile data variable before the loweringRong Xu2016-01-191-3/+12
* [PGO] Simplify coverage mapping loweringXinliang David Li2016-01-071-23/+11
* [PGO] Cleanup: remove reduncant calls in loweringXinliang David Li2016-01-031-2/+0
* [PGO] Cleanup: Use covmap header definition in the template fileXinliang David Li2016-01-031-4/+4
* [PGO] Fix another comdat related issue for COFFXinliang David Li2015-12-221-2/+4
* Resubmit r256193 with test fix: assertion failure analyzedXinliang David Li2015-12-211-2/+11
* Revert r256193: build bot failure triggeredXinliang David Li2015-12-211-11/+2
* [PGO] Fix profile var comdat generation problem with COFFXinliang David Li2015-12-211-2/+11
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-121-2/+2
* [PGO] Introduce alignment macro for instr-prof control data(NFC)Xinliang David Li2015-11-231-1/+1
* [PGO] move names of runtime sections definitions to InstrProfData.inc Xinliang David Li2015-11-221-1/+1
* [PGO] Define value profiling updater API signature in InstrProfData.inc (NFC)Xinliang David Li2015-11-221-6/+7
* [PGO] Value profiling supportBetul Buyukkurt2015-11-181-21/+122
OpenPOWER on IntegriCloud