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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dwarfdump] Remove bogus verifier error
Jonas Devlieghere
2019-04-03
1
-11
/
+1
*
[DWARF] check whether the DIE is valid before querying for information
Paul Semel
2019-04-03
1
-0
/
+3
*
Delay initialization of three static global maps, NFC
Reid Kleckner
2019-03-28
1
-56
/
+55
*
[DWARF] Add D to Seen early to avoid duplicate elements in Worklist
Fangrui Song
2019-03-27
1
-7
/
+5
*
[DWARF] Simplify DWARFVerifier::handleDebugAbbrev. NFC
Fangrui Song
2019-03-27
1
-10
/
+3
*
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
*
[DWARF] Delete a stray break and a stray comment. NFC
Fangrui Song
2019-03-23
1
-2
/
+1
*
[DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces"
Alexey Lapshin
2019-03-23
2
-0
/
+29
*
[DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...
Fangrui Song
2019-03-22
2
-12
/
+19
*
[llvm-pdbutil] Add -type-ref-stats to help find unused type info
Reid Kleckner
2019-03-21
1
-2
/
+4
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
3
-3
/
+6
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
3
-6
/
+3
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
3
-3
/
+6
*
[DebugInfo][PDB] Don't write empty debug streams
Alexandre Ganea
2019-03-18
2
-6
/
+16
*
[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
*
Add Swift enumerator value for CodeView::SourceLanguage
Nathan Lanza
2019-03-11
3
-5
/
+7
*
[DebugInfo] Fix the type of the formated variable
Petar Jovanovic
2019-03-07
1
-2
/
+2
*
[DWARFFormValue] Don't consider DW_FORM_data4/8 to be section offsets.
Jonas Devlieghere
2019-03-05
1
-7
/
+11
*
Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"
Vlad Tsyrklevich
2019-03-02
4
-22
/
+21
*
[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)
Jonas Devlieghere
2019-03-01
4
-21
/
+22
*
dsymutil support for DW_OP_convert
Adrian Prantl
2019-02-28
1
-3
/
+37
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
13
-98
/
+158
*
[DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)
Jonas Devlieghere
2019-02-27
4
-34
/
+55
*
[DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.
Markus Lavin
2019-02-21
5
-13
/
+60
*
[symbolizer] Avoid collecting symbols belonging to invalid sections.
Matt Davis
2019-02-14
1
-0
/
+5
*
[DebugInfo] Fix /usr/lib/debug llvm-symbolizer lookup with relative paths
Jordan Rupprecht
2019-02-11
1
-7
/
+18
*
Move some classes into anonymous namespaces. NFC.
Benjamin Kramer
2019-02-11
4
-0
/
+8
*
[CodeView] Fix cycles in debug info when merging Types with global hashes
Alexandre Ganea
2019-02-07
2
-2
/
+11
*
[DebugInfo]Print correct value for special opcode address increment
James Henderson
2019-02-06
1
-2
/
+2
*
[DebugInfo] Don't use realpath when looking up debug binary locations.
Jordan Rupprecht
2019-02-01
1
-10
/
+1
*
[DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...
Wolfgang Pieb
2019-02-01
1
-1
/
+2
*
[NativePDB] Fix access to both old & new fpo data entries from dbi stream
Aleksandr Urakov
2019-01-30
1
-36
/
+69
*
[PDB] Increase TPI hash bucket count.
Zachary Turner
2019-01-24
1
-2
/
+2
*
[llvm-symbolizer] Add support for --basenames/-s
James Henderson
2019-01-22
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
173
-692
/
+519
*
[CodeView] More appropriate name and type for a Microsoft precompiled headers...
Alexandre Ganea
2019-01-07
1
-21
/
+21
*
llvm-dwarfdump: Skip address index info (and dump only the address, if found)...
David Blaikie
2018-12-24
1
-4
/
+5
*
DebugInfo: Accurately propagate the section used by a relocation when accessi...
David Blaikie
2018-12-22
1
-4
/
+4
*
llvm-dwarfdump: Dump the section name/number for addr attributes
David Blaikie
2018-12-22
1
-1
/
+1
*
llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'
David Blaikie
2018-12-22
1
-2
/
+2
*
llvm-dwarfdump: Print the section name/number for addr_index attributes
David Blaikie
2018-12-22
1
-3
/
+12
*
DebugInfo: Refactor named section dumping into a reusable helper
David Blaikie
2018-12-22
2
-9
/
+16
*
DebugInfo: Remove extra attribute lookup
David Blaikie
2018-12-22
1
-3
/
+2
*
libDebugInfo: Refactor error handling in range list parsing
David Blaikie
2018-12-22
2
-15
/
+15
*
Reapply: DebugInfo: Assume an absence of ranges or high_pc on a CU means the ...
David Blaikie
2018-12-21
1
-21
/
+0
[next]