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
*
Extend the DWARFExpression address handling to support 16-bit addresses
Dylan McKay
2019-06-01
1
-4
/
+8
*
[COFF, ARM64] Add CodeView register mapping
Tom Tan
2019-05-31
3
-15
/
+56
*
llvm-dwarfdump: Don't error on mixed units using/not using str_offsets
David Blaikie
2019-05-25
2
-42
/
+82
*
[dwarfdump] Add flag to limit the number of parents DIEs
Jonas Devlieghere
2019-05-24
1
-4
/
+6
*
dwarfdump: Deterministically... determine whether parsing a DWARF32 or DWARF6...
David Blaikie
2019-05-24
1
-3
/
+10
*
dwarfdump: Add a bit more DWARF64 support
David Blaikie
2019-05-24
2
-12
/
+13
*
Reverted r361134 because of a failing test left unattended for a long time.
Galina Kistanova
2019-05-22
1
-3
/
+4
*
[DWARF] hoist nullptr checks. NFC
Nick Desaulniers
2019-05-20
1
-3
/
+5
*
Use llvm::sort. NFC
Fangrui Song
2019-05-20
1
-4
/
+3
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
3
-9
/
+18
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
3
-18
/
+9
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
3
-9
/
+18
*
[codeview] Finish support for reading and writing S_ANNOTATION records
Reid Kleckner
2019-05-15
2
-0
/
+24
*
DebugInfo: Only move types out of type units if they're named or type united
David Blaikie
2019-05-10
2
-5
/
+13
*
DebugInfo/DWARF: Minor expression simplification
David Blaikie
2019-05-09
1
-1
/
+1
*
[DebugInfo] Fix use-after-move warning. NFCI.
Simon Pilgrim
2019-05-08
1
-1
/
+1
*
DWARF v5: fix directory index in the line table
Fangrui Song
2019-05-06
1
-12
/
+16
*
[PDB] Fix hash function used to write /src/headerblock
Nico Weber
2019-04-29
2
-1
/
+8
*
[DWARF] Fix dump of local/foreign TU lists in .debug_names
Fangrui Song
2019-04-29
1
-2
/
+3
*
[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
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-2
/
+1
*
[llvm-symbolizer] Fix section index at the end of a section
Fangrui Song
2019-04-20
1
-2
/
+1
*
[DWARF] Use hasFileAtIndex to properly verify DWARF 5 after rL358732
Fangrui Song
2019-04-19
1
-3
/
+5
*
[llvm] Prevent duplicate files in debug line header in dwarf 5: another attempt
Ali Tamur
2019-04-19
1
-2
/
+17
*
[DWARF] llvm::Error -> Error. NFC
Fangrui Song
2019-04-17
1
-4
/
+5
*
Change some llvm::{lower,upper}_bound to llvm::bsearch. NFC
Fangrui Song
2019-04-17
3
-13
/
+8
*
[DWARF] Pass ReferenceToDIEOffsets elements by reference
Fangrui Song
2019-04-17
1
-3
/
+3
*
[DWARF] Fix DWARFVerifier::DieRangeInfo::contains
Fangrui Song
2019-04-15
1
-19
/
+18
*
[DWARF] Fix DWARFVerifier::DieRangeInfo::intersects
Fangrui Song
2019-04-15
1
-16
/
+9
*
[DWARF] Make DWARFDebugLine::ParsingState::RowNumber a local variable
Fangrui Song
2019-04-15
1
-2
/
+2
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
1
-4
/
+4
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
1
-4
/
+4
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
1
-4
/
+4
*
[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
*
Use llvm::crc32 instead of crc32. NFC
Eugene Leviant
2019-04-08
1
-1
/
+1
*
Attempt to recommit r357901
Eugene Leviant
2019-04-08
1
-1
/
+2
*
Reverting r357901 as fails to build on some of the buildbots
Eugene Leviant
2019-04-08
1
-2
/
+1
*
[Support] Add zlib independent CRC32
Eugene Leviant
2019-04-08
1
-1
/
+2
*
[DWARF] DWARFDebugLine: delete unused parameter `Offset`
Fangrui Song
2019-04-07
1
-4
/
+4
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
1
-1
/
+1
*
[DWARF] Simplify DWARFDebugAranges::findAddress
Fangrui Song
2019-04-06
1
-15
/
+6
*
[Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>>
Fangrui Song
2019-04-06
2
-10
/
+16
*
[Symbolize] Replace map<SymbolDesc, StringRef> with sorted vector
Fangrui Song
2019-04-05
2
-10
/
+19
*
[Symbolize] Keep SymbolDescs with the same address and improve getNameFromSym...
Fangrui Song
2019-04-04
2
-3
/
+6
*
[llvm-symbolizer] Add `--output-style` switch.
Igor Kudrin
2019-04-04
1
-1
/
+4
*
[codeview] Remove Type member from CVRecord
Reid Kleckner
2019-04-04
12
-67
/
+33
*
[dwarfdump] Remove bogus verifier error
Jonas Devlieghere
2019-04-03
1
-11
/
+1
[next]