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
/
Object
/
COFFObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-19
1
-10
/
+22
*
Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessar...
Peter Collingbourne
2016-11-22
1
-2
/
+2
*
[lli] Simplify the code a bit. No functional change intended.
Davide Italiano
2016-11-11
1
-3
/
+1
*
[lli/COFF] Set the correct alignment for common symbols
Davide Italiano
2016-11-02
1
-0
/
+9
*
[COFFObjectFile] Ignore broken symbol table
David Majnemer
2016-08-30
1
-2
/
+6
*
Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF header even if ...
Rui Ueyama
2016-08-11
1
-1
/
+3
*
CodeView: extract the OMF Directory Header
Saleem Abdulrasool
2016-08-09
1
-8
/
+10
*
Revert "Do not ignore SizeOfOptionalHeader in COFF header even if PE header i...
Rui Ueyama
2016-08-08
1
-2
/
+1
*
Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not pr...
Rui Ueyama
2016-08-08
1
-1
/
+2
*
[COFF] Expose iterators for ImportAddressTableRVA
David Majnemer
2016-07-31
1
-2
/
+17
*
[COFF] Remove a duplicate import_directory_table_entry definition
David Majnemer
2016-07-31
1
-4
/
+4
*
[Object, COFF] An import data directory might not consist soley of imports
David Majnemer
2016-06-26
1
-17
/
+29
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
1
-2
/
+2
*
[Symbolize] Check if the PE file has a PDB and emit an error if we can't load it
Reid Kleckner
2016-06-03
1
-0
/
+11
*
[COFF] Expose the PE debug data directory and dump it
Reid Kleckner
2016-06-02
1
-2
/
+70
*
[Object] Return an error code instead of asserting
David Majnemer
2016-05-28
1
-4
/
+4
*
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...
George Rimar
2016-05-24
1
-0
/
+4
*
Revert r270543 ("Recommit r270540")
George Rimar
2016-05-24
1
-4
/
+0
*
Recommit r270540
George Rimar
2016-05-24
1
-0
/
+4
*
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...
George Rimar
2016-05-24
1
-4
/
+0
*
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
George Rimar
2016-05-24
1
-0
/
+4
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-3
/
+3
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-1
/
+1
*
[COFF] Refactor section alignment calculation
David Majnemer
2016-03-17
1
-1
/
+1
*
[Object][COFF] Revert r258665 - It doesn't do what I had intended.
Lang Hames
2016-01-25
1
-1
/
+1
*
[Object][COFF] Set the generic SF_Exported flag on COFF exported symbols.
Lang Hames
2016-01-24
1
-1
/
+1
*
COFF: Teach llvm-objdump how to dump DLL forwarder symbols.
Rui Ueyama
2016-01-12
1
-0
/
+24
*
Address review comments, remove error case and return 0 instead as required b...
Reid Kleckner
2015-10-09
1
-7
/
+8
*
[llvm-symbolizer] Make --relative-address work with DWARF contexts
Reid Kleckner
2015-10-09
1
-10
/
+11
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-14
/
+10
*
COFF: Assign the correct symbol type to internal functions.
Peter Collingbourne
2015-08-06
1
-2
/
+2
*
[COFF] Consider the ImageBase when reporting section addresses
David Majnemer
2015-07-31
1
-2
/
+10
*
[COFF] Return symbol VAs instead of RVAs for PE files
Reid Kleckner
2015-07-31
1
-0
/
+8
*
Summary:
Martell Malone
2015-07-28
1
-0
/
+4
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
1
-7
/
+2
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
1
-4
/
+0
*
Check that COFF .obj files have sections with zero virtual address spaces.
Rafael Espindola
2015-07-06
1
-0
/
+2
*
Object/COFF: Do not rely on VirtualSize being 0 in object files.
Rui Ueyama
2015-07-04
1
-8
/
+4
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-5
/
+4
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-3
/
+6
*
Use ErrorOr in getRelocationAdress.
Rafael Espindola
2015-06-30
1
-2
/
+1
*
Implement containsSymbol with other lower level methods.
Rafael Espindola
2015-06-30
1
-8
/
+0
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-4
/
+2
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-4
/
+2
*
Object/COFF: Define coff_symbol_generic.
Rui Ueyama
2015-06-30
1
-6
/
+10
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-8
/
+2
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
1
-28
/
+19
*
libObject/COFF: Add a function to get pointers to relocation entries.
Rui Ueyama
2015-06-25
1
-0
/
+10
[prev]
[next]