index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
SampleProfile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tune basic block annotation algorithm.
Dehao Chen
2016-04-26
2
-172
/
+251
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
16
-58
/
+45
*
[DebugInfo] Fix even more tests to include DICompileunit.
Davide Italiano
2016-04-11
3
-0
/
+6
*
More upgrading of old- and very-old-style debug info in testcases.
Adrian Prantl
2016-04-11
11
-16
/
+13
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
13
-13
/
+13
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
4
-4
/
+4
*
Perform InstructioinCombiningPass before SampleProfile pass.
Dehao Chen
2016-03-01
5
-3
/
+49
*
Set function entry count as 0 if sample profile is not found for the function.
Dehao Chen
2016-02-22
1
-0
/
+7
*
Add profile summary support for sample profile.
Easwaran Raman
2016-02-19
1
-0
/
+0
*
SamplePGO - Add initial support for inliner annotations.
Diego Novillo
2015-11-27
2
-0
/
+41
*
SamplePGO - Add test for hot/cold inlined functions.
Diego Novillo
2015-11-24
1
-1
/
+1
*
SamplePGO - Add coverage tracking for samples.
Diego Novillo
2015-11-23
3
-3
/
+9
*
SamplePGO - Tweak RUN command for a test. NFC.
Diego Novillo
2015-11-20
1
-1
/
+1
*
SamplePGO - Do not count never-executed inlined functions when computing cove...
Diego Novillo
2015-11-20
2
-0
/
+152
*
SamplePGO - Add line offset and discriminator information to sample reports.
Diego Novillo
2015-11-20
1
-4
/
+4
*
[llvm-profdata] Add check for text profile formats and improve error reportin...
Nathan Slingerland
2015-11-13
1
-1
/
+1
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
13
-42
/
+42
*
SamplePGO - Count sample records in embedded profiles when computing coverage.
Diego Novillo
2015-10-31
2
-0
/
+137
*
Revert r251593.
Diego Novillo
2015-10-29
1
-1
/
+1
*
Tweak test check pattern to fix bot failure.
Diego Novillo
2015-10-29
1
-1
/
+1
*
SamplePGO - Add flag to check sampling coverage.
Diego Novillo
2015-10-28
2
-0
/
+50
*
Fix SamplePGO segfault when debug info is missing.
Diego Novillo
2015-10-27
2
-0
/
+41
*
SamplePGO - Add optimization reports.
Diego Novillo
2015-10-26
2
-0
/
+192
*
Cleanup test case debug info. NFC.
Diego Novillo
2015-10-26
1
-1
/
+1
*
Tolerate negative offset when matching sample profile.
Dehao Chen
2015-10-21
2
-0
/
+86
*
Sample profiles - Re-arrange binary format to emit head samples only on top f...
Diego Novillo
2015-10-16
1
-0
/
+0
*
Sample profiles - Add a name table to the binary encoding.
Diego Novillo
2015-10-13
1
-0
/
+0
*
Add inline stack streaming to binary sample profiles.
Diego Novillo
2015-10-09
1
-0
/
+0
*
Update sample profile propagation algorithm.
Dehao Chen
2015-10-01
4
-109
/
+207
*
Add unittest for new samle profile format.
Dehao Chen
2015-09-30
2
-0
/
+115
*
http://reviews.llvm.org/D13145
Dehao Chen
2015-09-30
12
-59
/
+59
*
Revert r248810 which breaks tests.
Dehao Chen
2015-09-29
2
-249
/
+0
*
http://reviews.llvm.org/D13231
Dehao Chen
2015-09-29
2
-0
/
+249
*
Use fixed-point representation for BranchProbability.
Cong Hou
2015-09-25
5
-29
/
+29
*
Temporarily fix gcov failures in big-endian hosts.
Diego Novillo
2015-09-17
1
-1
/
+1
*
GCC AutoFDO profile reader - Initial support.
Diego Novillo
2015-09-17
2
-0
/
+218
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
6
-10
/
+10
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
5
-5
/
+5
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-7
/
+7
*
Add function entry counts from sample profiles.
Diego Novillo
2015-05-13
2
-0
/
+27
*
Allow 0-weight branches in BranchProbabilityInfo.
Diego Novillo
2015-05-06
3
-14
/
+14
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
5
-134
/
+134
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
4
-4
/
+4
*
DebugInfo: Fix bad debug info for compile units and types
Duncan P. N. Exon Smith
2015-03-27
1
-1
/
+1
*
DebugInfo: Fix testcases that fail -verify-debug-info=true
Duncan P. N. Exon Smith
2015-03-16
1
-2
/
+2
*
Verifier: Check debug info intrinsic arguments
Duncan P. N. Exon Smith
2015-03-15
1
-6
/
+6
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
4
-4
/
+4
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
5
-70
/
+70
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
4
-42
/
+42
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-1
/
+1
[next]