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
/
Support
/
DataExtractor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add error handling to the DataExtractor class
Pavel Labath
2019-08-27
1
-41
/
+86
*
Remove support for 32-bit offsets in utility classes (5/5)
Igor Kudrin
2019-08-07
1
-85
/
+0
*
Support 64-bit offsets in utility classes (1/5)
Igor Kudrin
2019-08-06
1
-23
/
+107
*
DataExtractor: use decodeSLEB128 to implement getSLEB128
David Blaikie
2019-06-24
1
-21
/
+10
*
NFC: DataExtractor: use decodeULEB128 to implement getULEB128
David Blaikie
2019-06-24
1
-17
/
+11
*
[Support] Fix error handling in DataExtractor::get[US]LEB128
Pavel Labath
2019-06-24
1
-14
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}
Wolfgang Pieb
2017-06-21
1
-0
/
+7
*
Make DWARFDebugLine use StringRef for directory/file tables. NFC
Paul Robinson
2017-05-02
1
-0
/
+10
*
Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...
Artyom Skrobov
2014-06-14
1
-1
/
+1
*
Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
2014-06-14
1
-1
/
+1
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-2
/
+2
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
1
-1
/
+1
*
DataExtractor: Fix integer truncation issues in LEB128 extraction.
Benjamin Kramer
2012-08-20
1
-3
/
+3
*
Remove extra semi-colons.
Chad Rosier
2012-02-22
1
-1
/
+1
*
Add the DataExtractor utility class.
Benjamin Kramer
2011-09-13
1
-0
/
+175