Age | Commit message (Expand) | Author | Files | Lines |
2016-08-09 | Consistently use ModuleAnalysisManager | Sean Silva | 1 | -1/+1 |
2016-07-21 | [Profile] deprecate __llvm_profile_override_default_filename | Xinliang David Li | 1 | -16/+16 |
2016-07-21 | [PGO] Make needsComdatForCounter() available (NFC) | Rong Xu | 1 | -27/+0 |
2016-07-21 | Avoid a string copy, NFC | Vedant Kumar | 1 | -1/+1 |
2016-06-21 | clang format change /NFC | Xinliang David Li | 1 | -28/+34 |
2016-06-14 | IR: Introduce local_unnamed_addr attribute. | Peter Collingbourne | 1 | -2/+2 |
2016-06-03 | [pgo] extend r271532 to darwin platform | Xinliang David Li | 1 | -4/+4 |
2016-06-02 | [profile] value profiling bug fix -- missing icall targets in profile-use | Xinliang David Li | 1 | -1/+7 |
2016-05-25 | Use new triple API to check if comdat is supported | Xinliang David Li | 1 | -1/+1 |
2016-05-24 | [profile] Fix runtime hook linkage bug for COFF | Xinliang David Li | 1 | -0/+2 |
2016-05-23 | tune lowering parameter for small apps (sjeng) | Xinliang David Li | 1 | -2/+3 |
2016-05-21 | [profile] Static counter allocation for value profiling (part-1) | Xinliang David Li | 1 | -12/+96 |
2016-05-19 | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -2/+2 |
2016-05-17 | Simple refactoring /NFC | Xinliang David Li | 1 | -8/+15 |
2016-05-16 | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 1 | -2/+2 |
2016-05-16 | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -2/+2 |
2016-05-14 | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 1 | -2/+2 |
2016-05-13 | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -2/+2 |
2016-05-13 | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 1 | -2/+2 |
2016-05-13 | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 1 | -2/+2 |
2016-05-03 | [ProfileData] Add error codes for compression failures | Vedant Kumar | 1 | -2/+4 |
2016-04-27 | [PGO] Prohibit address recording if the function is both internal and COMDAT | Rong Xu | 1 | -0/+5 |
2016-04-18 | Port InstrProfiling pass to the new pass manager | Xinliang David Li | 1 | -86/+41 |
2016-02-27 | [PGO] Remove redundant counter copies for avail_extern functions. | Xinliang David Li | 1 | -3/+32 |
2016-02-27 | [instrprof] Use __{start,stop}_SECNAME on PS4 too. | Sean Silva | 1 | -1/+2 |
2016-02-08 | [PGO] Enable compression in pgo instrumentation | Xinliang David Li | 1 | -9/+59 |
2016-02-03 | [InstrProfiling] Fix a comment (NFC) | Vedant Kumar | 1 | -1/+1 |
2016-01-20 | Function name change /NFC | Xinliang David Li | 1 | -1/+1 |
2016-01-19 | [PGO] Create the profile data variable before the lowering | Rong Xu | 1 | -3/+12 |
2016-01-07 | [PGO] Simplify coverage mapping lowering | Xinliang David Li | 1 | -23/+11 |
2016-01-03 | [PGO] Cleanup: remove reduncant calls in lowering | Xinliang David Li | 1 | -2/+0 |
2016-01-03 | [PGO] Cleanup: Use covmap header definition in the template file | Xinliang David Li | 1 | -4/+4 |
2015-12-22 | [PGO] Fix another comdat related issue for COFF | Xinliang David Li | 1 | -2/+4 |
2015-12-21 | Resubmit r256193 with test fix: assertion failure analyzed | Xinliang David Li | 1 | -2/+11 |
2015-12-21 | Revert r256193: build bot failure triggered | Xinliang David Li | 1 | -11/+2 |
2015-12-21 | [PGO] Fix profile var comdat generation problem with COFF | Xinliang David Li | 1 | -2/+11 |
2015-12-12 | [PGO] Stop using invalid char in instr variable names. | Xinliang David Li | 1 | -2/+2 |
2015-11-23 | [PGO] Introduce alignment macro for instr-prof control data(NFC) | Xinliang David Li | 1 | -1/+1 |
2015-11-22 | [PGO] move names of runtime sections definitions to InstrProfData.inc | Xinliang David Li | 1 | -1/+1 |
2015-11-22 | [PGO] Define value profiling updater API signature in InstrProfData.inc (NFC) | Xinliang David Li | 1 | -6/+7 |
2015-11-18 | [PGO] Value profiling support | Betul Buyukkurt | 1 | -21/+122 |
2015-11-05 | [PGO] Use template file to define runtime structures | Xinliang David Li | 1 | -26/+24 |
2015-10-29 | [PGO] Do not emit runtime hook user function for Linux | Xinliang David Li | 1 | -0/+5 |
2015-10-23 | Add more intrumentation/runtime helper interfaces (NFC) | Xinliang David Li | 1 | -25/+17 |
2015-10-22 | Add helper functions and remove hard coded references to instProf related nam... | Xinliang David Li | 1 | -12/+16 |
2015-10-19 | [PGO] Eliminate prof data register calls on FreeBSD platform | Xinliang David Li | 1 | -1/+3 |
2015-10-13 | [PGO]: Eliminate calls to __llvm_profile_register_function for Linux. | Xinliang David Li | 1 | -0/+3 |
2015-10-13 | Instrumentation: Remove ilist iterator implicit conversions, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-09-23 | Put profile variables of COMDAT functions to it's own COMDAT group. | Wei Mi | 1 | -6/+10 |
2015-06-29 | Tidy comment. | Diego Novillo | 1 | -1/+1 |