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