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
/
tools
/
llvm-readobj
/
COFFDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[COFF] Add a ResourceSectionRef method for getting resource contents
Martin Storsjo
2019-08-30
1
-1
/
+7
*
[COFF] Add a ResourceSectionRef method for getting the data entry, print it i...
Martin Storsjo
2019-08-29
1
-0
/
+7
*
[COFF] Add a bounds checking helper for iterating a coff_resource_dir_table
Martin Storsjo
2019-08-29
1
-16
/
+2
*
[llvm-readobj] Remove a leftover string trim operation. NFC.
Martin Storsjo
2019-08-29
1
-1
/
+0
*
[llvm-readobj] - Remove `reportError(std::error_code EC, StringRef Input)` he...
George Rimar
2019-08-22
1
-54
/
+66
*
[Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.
George Rimar
2019-08-19
1
-8
/
+2
*
Recommit r369190 "[llvm-readobj/llvm-readelf] - Improve/cleanup the error rep...
George Rimar
2019-08-17
1
-53
/
+87
*
Revert r369190, r369192 ([llvm-readobj/llvm-readelf] - Improve/cleanup the er...
George Rimar
2019-08-17
1
-87
/
+53
*
[llvm-readobj/llvm-readelf] - Improve/cleanup the error reporting API.
George Rimar
2019-08-17
1
-53
/
+87
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-17
/
+17
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-17
/
+17
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-17
/
+17
*
[llvm-readobj] - Remove 'error(Error EC)' helper.
George Rimar
2019-08-13
1
-25
/
+48
*
[llvm-readobj] - Remove `error(llvm::Expected<T> &&E)`
George Rimar
2019-08-09
1
-3
/
+6
*
[llvm-readobj] - Remove deprecated unwrapOrError(Expected<T> EO).
George Rimar
2019-08-09
1
-12
/
+18
*
[llvm-readobj] - Remove unwrapOrError(ErrorOr<T> EO) helper.
George Rimar
2019-08-09
1
-5
/
+11
*
[PDB] Ignore .debug$S subsections with high bit set
Reid Kleckner
2019-06-18
1
-0
/
+5
*
[llvm-readobj] Fix output interleaving issue caused by using multiple streams...
Jordan Rupprecht
2019-06-12
1
-1
/
+1
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-18
/
+8
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-8
/
+18
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-18
/
+8
*
[llvm-readobj] Delete and inline relocAddressLess
Fangrui Song
2019-05-02
1
-1
/
+3
*
[Object] Change getSectionName() to return Expected<StringRef>
Fangrui Song
2019-05-02
1
-22
/
+14
*
Minor formatting tweak, no behavior change
Nico Weber
2019-04-26
1
-4
/
+7
*
llvm-cvtres: Make new dupe resource error a bit friendlier
Nico Weber
2019-04-24
1
-26
/
+3
*
Use llvm::stable_sort. NFC
Fangrui Song
2019-04-22
1
-1
/
+1
*
[llvm-readobj] Minor style tweak for consistency sake [NFC]
Philip Reames
2019-04-13
1
-2
/
+2
*
[StackMaps] Remove format version from the class name [NFC]
Philip Reames
2019-04-13
1
-2
/
+2
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
1
-8
/
+6
*
Fix some include order and file headers issues. NFC
Fangrui Song
2019-02-21
1
-1
/
+1
*
[CodeView] Fix cycles in debug info when merging Types with global hashes
Alexandre Ganea
2019-02-07
1
-18
/
+25
*
[llvm-readelf] Don't suppress static symbol table with --dyn-symbols + --symbols
James Henderson
2019-01-23
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeView] More appropriate name and type for a Microsoft precompiled headers...
Alexandre Ganea
2019-01-07
1
-2
/
+2
*
[llvm-readobj] [COFF] Print the symbol index for relocations
Martin Storsjo
2019-01-03
1
-0
/
+4
*
[llvm-readelf] Make llvm-readelf more compatible with GNU readelf.
Jordan Rupprecht
2018-11-12
1
-3
/
+3
*
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
Alexandre Ganea
2018-11-05
1
-1
/
+3
*
[ARM64][Windows] Add unwind support to llvm-readobj
Sanjin Sijaric
2018-10-24
1
-1
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+1
*
[codeview] Decode and dump FP regs from S_FRAMEPROC records
Reid Kleckner
2018-09-11
1
-1
/
+6
*
[codeview] Improve readobj FPO dumper and pdbutil register names
Reid Kleckner
2018-09-07
1
-1
/
+19
*
Handle zero-length debug directory entries.
Nico Weber
2018-09-05
1
-1
/
+1
*
MC: Teach the COFF object writer to write address-significance tables.
Peter Collingbourne
2018-08-22
1
-0
/
+45
*
[llvm-readobj] Generic hex-dump option
Paul Semel
2018-07-25
1
-23
/
+0
*
[llvm-readobj] Add -hex-dump (-x) option
Paul Semel
2018-07-11
1
-0
/
+23
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[llvm-pdbutil] Display types from MSVC precompiled header object files.
Zachary Turner
2018-04-05
1
-1
/
+3
*
[tools] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-2
/
+2
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-02-22
1
-1
/
+1
[next]