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
/
GCOVProfiling
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
3
-5
/
+5
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
8
-0
/
+522
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
8
-522
/
+0
*
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
Paul Robinson
2018-11-28
1
-1
/
+1
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
7
-11
/
+11
*
[GCOV] Emit the writeout function as nested loops of global data.
Chandler Carruth
2018-05-02
1
-3
/
+66
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
1
-1
/
+1
*
[llvm] Get rid of "%T" expansions
Kuba Mracek
2017-08-15
7
-61
/
+69
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-1
/
+1
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-1
/
+1
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-1
/
+1
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-2
/
+2
*
llvm/test/Transforms/GCOVProfiling/three-element-mdnode.ll: Use %/T instead o...
NAKAMURA Takumi
2016-09-02
1
-1
/
+1
*
Add -fprofile-dir= to clang.
Nick Lewycky
2016-08-31
1
-0
/
+27
*
[PM] Port GCOVProfiler pass to the new pass manager
Xinliang David Li
2016-06-05
7
-0
/
+33
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-4
/
+4
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
7
-23
/
+17
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
7
-7
/
+7
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
2
-2
/
+2
*
[GCOV] Avoid emitting profile arcs for module and skeleton CUs
Vedant Kumar
2016-01-21
1
-0
/
+12
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
6
-19
/
+19
*
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
6
-6
/
+6
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-4
/
+4
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
6
-85
/
+85
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-2
/
+2
*
DebugInfo: Fix bad debug info for compile units and types
Duncan P. N. Exon Smith
2015-03-27
1
-1
/
+1
*
Update a test I missed in r233132
Justin Bogner
2015-03-24
1
-1
/
+1
*
GCOV: Make the exit block placement from r223193 optional
Justin Bogner
2015-03-16
1
-7
/
+16
*
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
-4
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-2
/
+2
*
Prefer pipes over temporary files in a feeble attempt to stabilize this test ...
Benjamin Kramer
2015-03-11
1
-3
/
+2
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
6
-69
/
+69
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
2
-9
/
+9
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-1
/
+1
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
6
-18
/
+18
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
6
-125
/
+125
*
Fix test to use the right metadata node (reapply r223239 plus a fix) and also...
Nick Lewycky
2014-12-03
1
-2
/
+2
*
Revert r223239, which broke some bots.
Alexander Potapenko
2014-12-03
1
-1
/
+1
*
Fix the metadata number used by llvm.gcov to match the number of the inserted...
Alexander Potapenko
2014-12-03
1
-1
/
+1
*
Emit the entry block first and the exit block second, then all the blocks in ...
Nick Lewycky
2014-12-03
1
-0
/
+66
*
Relax the gcov version.ll test to check '.' instead of '\*'
Reid Kleckner
2014-11-13
1
-2
/
+2
*
GCOV: Make sure that function idents in the .gcda and .gcno match
Justin Bogner
2014-11-06
1
-0
/
+56
*
llvm/test/Transforms/GCOVProfiling: Avoid to parse backslashes in MDString. U...
NAKAMURA Takumi
2014-11-05
3
-9
/
+3
*
Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating.
NAKAMURA Takumi
2014-11-04
3
-0
/
+6
*
Remove "REQUIRES:shell" from tests. They work for me.
NAKAMURA Takumi
2014-11-04
3
-6
/
+0
*
llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in rege...
NAKAMURA Takumi
2014-11-04
1
-2
/
+1
[next]