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
/
lib
/
DebugInfo
/
DWARF
/
DWARFDebugLine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DWARFDebugLine.cpp: Restore LF line endings
Hubert Tong
2020-01-14
1
-1188
/
+1188
*
[DebugInfo] Make debug line address size mismatch non-fatal to parsing
James Henderson
2020-01-13
1
-11
/
+20
*
[DebugInfo][NFC] Remove unused variable/fix variable naming
James Henderson
2020-01-10
1
-1181
/
+1179
*
[DebugInfo] Improve error message text
James Henderson
2020-01-10
1
-3
/
+5
*
[DebugInfo] Fix infinite loop caused by reading past debug_line end
James Henderson
2020-01-07
1
-2
/
+17
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
[DWARF] Don't assume optional always has a value.
Jonas Devlieghere
2020-01-03
1
-1
/
+4
*
[DebugInfo] Remove redundant checks for past-the-end of prologue
James Henderson
2020-01-03
1
-24
/
+0
*
[DebugInfo][NFC] Use function_ref consistently in debug line parsing
James Henderson
2020-01-02
1
-2
/
+2
*
[DebugInfo] Fix verbose printing of rows added via DW_LNE_end_sequence
James Henderson
2019-12-19
1
-1
/
+1
*
[DebugInfo] Only print a single blank line after an empty line table
James Henderson
2019-12-17
1
-1
/
+1
*
[llvm-dwarfdump] Add blank line after printing line table
James Henderson
2019-12-12
1
-0
/
+4
*
[DebugInfo] Fix printing of DW_LNS_set_isa
James Henderson
2019-12-11
1
-1
/
+1
*
[DebugLine] Don't try to guess the path style
Jonas Devlieghere
2019-08-15
1
-25
/
+5
*
[DebugLine] Improve path handling.
Jonas Devlieghere
2019-08-14
1
-2
/
+20
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-24
/
+24
*
[DWARF][NFC] Add constants for reserved values of an initial length field.
Igor Kudrin
2019-07-24
1
-3
/
+4
*
[DWARF] Use 32-bit format specifier for offset
Jonas Devlieghere
2019-07-23
1
-7
/
+7
*
[DWARF] Add more error handling to debug line parser.
Jonas Devlieghere
2019-07-22
1
-34
/
+68
*
[DWARF][RISCV] Add support for RISC-V relocations needed for debug info
Alex Bradbury
2019-07-18
1
-3
/
+4
*
[DWARF] Fix the reserved values for unit length in DWARFDebugLine.
Igor Kudrin
2019-07-16
1
-2
/
+2
*
[DWARF] Fix an incorrect format specifier.
Igor Kudrin
2019-07-16
1
-1
/
+1
*
Re-land "[DebugInfo] Move function from line table to the prologue (NFC)"
Jonas Devlieghere
2019-07-16
1
-34
/
+33
*
Revert "[DebugInfo] Move function from line table to the prologue (NFC)"
Jonas Devlieghere
2019-07-16
1
-33
/
+34
*
[DebugInfo] Move function from line table to the prologue (NFC)
Jonas Devlieghere
2019-07-16
1
-34
/
+33
*
DWARF v5: fix directory index in the line table
Fangrui Song
2019-05-06
1
-12
/
+16
*
[DWARF] Delete a redundant check in getFileNameByIndex()
Fangrui Song
2019-04-29
1
-2
/
+1
*
s/Dwarf 5/DWARF v5/ NFC
Fangrui Song
2019-04-26
1
-1
/
+1
*
[llvm] Prevent duplicate files in debug line header in dwarf 5: another attempt
Ali Tamur
2019-04-19
1
-2
/
+17
*
[DWARF] Make DWARFDebugLine::ParsingState::RowNumber a local variable
Fangrui Song
2019-04-15
1
-2
/
+2
*
[DWARF] Set discriminator to 0 for DW_LNS_copy
Fangrui Song
2019-04-11
1
-5
/
+3
*
[DWARF] Simplify LineTable::findRowInSeq
Fangrui Song
2019-04-10
1
-35
/
+11
*
[DWARF] DWARFDebugLine: replace Sequence::orderByLowPC with orderByHighPC
Fangrui Song
2019-04-09
1
-32
/
+10
*
[DWARF] DWARFDebugLine: delete unused parameter `Offset`
Fangrui Song
2019-04-07
1
-4
/
+4
*
Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...
Ali Tamur
2019-03-26
1
-17
/
+3
*
[llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."
Ali Tamur
2019-03-26
1
-3
/
+17
*
Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."
Ali Tamur
2019-03-25
1
-17
/
+3
*
[llvm] Prevent duplicate files in debug line header in dwarf 5.
Ali Tamur
2019-03-25
1
-3
/
+17
*
[llvm] Skip over empty line table entries.
Mircea Trofin
2019-03-15
1
-9
/
+28
*
Revert "[llvm] Skip over empty line table entries."
Evgeniy Stepanov
2019-03-13
1
-7
/
+0
*
[llvm] Skip over empty line table entries.
Mircea Trofin
2019-03-12
1
-0
/
+7
*
Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"
Vlad Tsyrklevich
2019-03-02
1
-6
/
+8
*
[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)
Jonas Devlieghere
2019-03-01
1
-8
/
+6
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-24
/
+70
*
[DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)
Jonas Devlieghere
2019-02-27
1
-6
/
+6
*
[DebugInfo]Print correct value for special opcode address increment
James Henderson
2019-02-06
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[DWARF] Unify warning callbacks. NFC.
Victor Leschuk
2018-08-23
1
-6
/
+0
*
[DWARF] Refactor DWARF classes to use unified error reporting. NFC.
Victor Leschuk
2018-08-20
1
-26
/
+14
[next]