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
/
StripSymbols
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
6
-0
/
+194
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
6
-194
/
+0
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
3
-4
/
+4
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
2
-4
/
+4
*
[StripDeadDebug/DIFinder] Track inlined SPs
Keno Fischer
2017-04-11
1
-2
/
+5
*
[StripDeadDebugInfo] Drop dead CUs entirely
Keno Fischer
2017-04-06
1
-2
/
+9
*
Renumber testcase metadata nodes after r290153.
Adrian Prantl
2016-12-22
3
-71
/
+81
*
Legalize metadata in legacy testcases
Adrian Prantl
2016-12-21
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
3
-4
/
+4
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
3
-4
/
+4
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
3
-4
/
+4
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
3
-4
/
+4
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
3
-4
/
+4
*
[opt] Strip coverage if debug info is not present.
Davide Italiano
2016-10-17
1
-0
/
+20
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
2
-4
/
+4
*
Fix strip-dead-debug-info test if path contains "bar".
Justin Lebar
2016-06-16
1
-2
/
+2
*
Refactor stripDebugInfo(Function) to handle intrinsic
Mehdi Amini
2016-05-07
1
-1
/
+1
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
3
-10
/
+8
*
More upgrading of old- and very-old-style debug info in testcases.
Adrian Prantl
2016-04-11
1
-1
/
+1
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
3
-3
/
+3
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-1
/
+1
*
Upgrade some wildly anachronistic debug info in testcases.
Adrian Prantl
2016-03-29
1
-4
/
+1
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
3
-8
/
+8
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
3
-5
/
+5
*
Update test case so it passes the verifier
David Blaikie
2015-08-22
1
-1
/
+1
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
3
-3
/
+3
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
2
-3
/
+3
*
DI/Verifier: Fix argument bitrot in DILocalVariable
Duncan P. N. Exon Smith
2015-07-24
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
3
-42
/
+42
*
DebugInfo: Fix bad debug info for compile units and types
Duncan P. N. Exon Smith
2015-03-27
2
-2
/
+2
*
Verifier: Check debug info intrinsic arguments
Duncan P. N. Exon Smith
2015-03-15
1
-1
/
+1
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
3
-38
/
+38
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-1
/
+1
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
3
-6
/
+6
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
3
-57
/
+57
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
3
-35
/
+35
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
3
-35
/
+35
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
3
-35
/
+35
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
2
-4
/
+4
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
2
-4
/
+4
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
2
-4
/
+4
*
Add a debug info code generation level to the compile unit metadata
Eric Christopher
2014-02-27
2
-2
/
+2
*
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
2013-11-22
3
-0
/
+6
*
Fix a test to not fail for users with my name. :)
Daniel Dunbar
2013-08-29
1
-0
/
+1
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
3
-5
/
+5
*
Filecheckize some tests.
Michael Gottesman
2013-08-23
2
-3
/
+10
*
Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...
Michael Gottesman
2013-08-23
3
-53
/
+59
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
1
-3
/
+3
*
Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to
Eric Christopher
2013-08-02
1
-3
/
+3
[next]