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
*
[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
*
Make computeSymbolSizes never fail.
Rafael Espindola
2015-06-24
1
-0
/
+12
*
Add a SymbolRef::getValue.
Rafael Espindola
2015-06-24
1
-10
/
+14
*
Simplify the logic, NFC.
Rafael Espindola
2015-06-24
1
-12
/
+8
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
1
-7
/
+4
*
Make getRelocationSection MachO only.
Rafael Espindola
2015-06-19
1
-13
/
+0
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-60
/
+60
*
Move to llvm-objdump a large amount of code to that is only used there.
Rafael Espindola
2015-06-03
1
-16
/
+0
*
Simplify another function that doesn't fail.
Rafael Espindola
2015-06-01
1
-7
/
+3
*
Stop inventing symbol sizes.
Rafael Espindola
2015-05-22
1
-52
/
+3
*
Make it easier to use DwarfContext with MCJIT
Keno Fischer
2015-05-21
1
-0
/
+13
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
ExecutionEngine: Preliminary support for dynamically loadable coff objects
David Majnemer
2015-03-07
1
-3
/
+10
*
Move three methods only used by MCJIT to MCJIT.
Rafael Espindola
2014-12-10
1
-28
/
+0
[next]