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
/
DebugInfo
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
2
-3
/
+3
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
1
-2
/
+2
*
[DebugInfo] Omit location list entries with empty ranges
David Stenberg
2019-01-09
1
-7
/
+8
*
test/DebugInfo: Convert some tests to MIR
Matthias Braun
2018-11-02
2
-114
/
+212
*
MachineOperand/MIParser: Do not print debug-use flag, infer it
Matthias Braun
2018-10-30
1
-1
/
+1
*
Revert "DwarfDebug: Pick next location in case of missing location at block b...
Matthias Braun
2018-10-11
1
-1
/
+2
*
DwarfDebug: Pick next location in case of missing location at block begin
Matthias Braun
2018-10-05
1
-2
/
+1
*
[DebugInfo] Normalize common kinds of DWARF sub-expressions.
Jonas Devlieghere
2018-09-05
2
-3
/
+3
*
[SelectionDAG] Remove debug locations from ConstantSD(FP)Nodes
Vedant Kumar
2018-06-25
1
-3
/
+10
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
18
-20
/
+20
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
3
-4
/
+4
*
[DebugInfo] Unify dumping of address ranges
Jonas Devlieghere
2018-01-16
2
-9
/
+9
*
[MIR] Fix DebugInfo tests after r319445
Francis Visoiu Mistrih
2017-11-30
1
-1
/
+1
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
2
-3
/
+3
*
Fix an assertion in SelectionDAG::transferDbgValues()
Adrian Prantl
2017-11-13
1
-0
/
+28
*
Make DIExpression::createFragmentExpression() return an Optional.
Adrian Prantl
2017-11-07
1
-0
/
+95
*
Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
Adrian Prantl
2017-11-03
1
-0
/
+118
*
llvm-dwarfdump: Make -brief the default and add a -verbose option instead.
Adrian Prantl
2017-09-11
5
-5
/
+5
*
llvm-dwarfdump: Replace -debug-dump=sect option with individual options.
Adrian Prantl
2017-09-11
7
-8
/
+8
*
SelectionDAG: Emit correct debug info for multi-register function arguments.
Adrian Prantl
2017-08-30
1
-0
/
+77
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
4
-5
/
+5
*
[dwarfdump] Pretty print location expressions and location lists
Reid Kleckner
2017-08-29
6
-22
/
+28
*
Parse and print DIExpressions inline to ease IR and MIR testing
Reid Kleckner
2017-08-23
1
-4
/
+4
*
Remove PrologEpilogInserter's usage of DBG_VALUE's offset field
Adrian Prantl
2017-08-01
1
-1
/
+1
*
Debug Info: Also check the DWARF output in assembler-only test cases
Adrian Prantl
2017-07-31
1
-0
/
+5
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
9
-31
/
+31
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-1
/
+1
*
PR32288: More efficient encoding for DWARF expr subregister access.
Adrian Prantl
2017-03-16
1
-3
/
+1
*
Revert "PR32288: More efficient encoding for DWARF expr subregister access."
Adrian Prantl
2017-03-16
1
-1
/
+3
*
PR32288: More efficient encoding for DWARF expr subregister access.
Adrian Prantl
2017-03-16
1
-3
/
+1
*
Fix an assertion in DwarfExpression when emitting fragments in vector registers
Adrian Prantl
2016-12-22
1
-0
/
+66
*
Renumber testcase metadata nodes after r290153.
Adrian Prantl
2016-12-22
4
-77
/
+88
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
4
-5
/
+5
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
4
-5
/
+5
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
4
-5
/
+5
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
4
-5
/
+5
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
4
-5
/
+5
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
3
-6
/
+6
*
DebugInfo: preparation to implement DW_AT_alignment
Victor Leschuk
2016-10-20
1
-6
/
+6
*
[ARM] Add ".code 32" to functions in the ARM instruction set
Pablo Barrio
2016-09-13
1
-2
/
+3
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
4
-10
/
+10
*
Fixup failing debuginfo test for change in SimplifyCFG.
James Molloy
2016-09-11
1
-2
/
+1
*
[ARM] Generate consistent frame records for Thumb2
Oliver Stannard
2016-08-23
1
-1
/
+1
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-22
1
-1
/
+2
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
James Molloy
2016-08-22
1
-2
/
+1
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-22
1
-1
/
+2
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
Reid Kleckner
2016-08-19
1
-2
/
+1
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-19
1
-1
/
+2
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
Reid Kleckner
2016-08-15
1
-2
/
+1
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-15
1
-1
/
+2
[next]