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
...
*
Object: Move auxiliary symbol definitions from llvm-readobj
David Majnemer
2014-03-19
1
-26
/
+7
*
Object/COFF: Add function to check if section number is reserved one.
Rui Ueyama
2014-03-18
1
-1
/
+1
*
[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...
Alexey Samsonov
2014-03-18
1
-51
/
+40
*
llvm-readobj: Print referred symbol name for CLR token definition
Nico Rieck
2014-03-17
1
-1
/
+10
*
llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLI
Nico Rieck
2014-03-17
1
-1
/
+3
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
1
-22
/
+20
*
Object: rename ARMV7 to ARMNT
Saleem Abdulrasool
2014-03-11
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-6
/
+6
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-18
/
+18
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-42
/
+10
*
Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
Rui Ueyama
2014-01-27
1
-2
/
+1
*
COFF: Add a missing enum value for high entropy ASLR.
Rui Ueyama
2014-01-26
1
-0
/
+2
*
llvm-readobj: add support for PE32+ (Windows 64 bit executable).
Rui Ueyama
2014-01-26
1
-48
/
+63
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
1
-5
/
+2
*
Teach the llvm-readobj COFF dumper to dump debug line tables from object files
Timur Iskhodzhanov
2013-12-19
1
-0
/
+165
*
Retry submitting r186623: COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-19
1
-0
/
+24
*
Revert "COFFDumper: Dump data directory entries."
Rui Ueyama
2013-07-18
1
-24
/
+0
*
COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-18
1
-0
/
+24
*
COFFDumper: Print uint64_t with the right format string.
Benjamin Kramer
2013-07-06
1
-3
/
+3
*
readobj: Dump PE/COFF optional records.
Rui Ueyama
2013-06-12
1
-11
/
+77
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-5
/
+3
*
llvm-readobj: Dump more COFF auxiliary records
Nico Rieck
2013-04-22
1
-1
/
+6
*
llvm-readobj: Check for null section pointer
Nico Rieck
2013-04-22
1
-1
/
+1
*
llvm-readobj: Do not print NULL StringRefs
Nico Rieck
2013-04-22
1
-3
/
+3
*
Add -expand-relocs to llvm-readobj
Nico Rieck
2013-04-12
1
-5
/
+12
*
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
1
-0
/
+1014
[prev]