index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
llvm-readobj
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.
Simon Atanasyan
2013-10-07
1
-21
/
+38
*
Remove several unused variables.
Rafael Espindola
2013-10-01
2
-7
/
+0
*
ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
2013-09-15
1
-0
/
+1
*
Print string value for DT_RPATH and DT_RUNPATH.
Joerg Sonnenberger
2013-09-03
1
-0
/
+4
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-33
/
+33
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-33
/
+33
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-33
/
+33
*
Remove byte order mark from source file.
Benjamin Kramer
2013-08-09
1
-1
/
+1
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
2
-175
/
+134
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-3
/
+1
*
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
*
Don't link with the archive library programs that don't use it.
Rafael Espindola
2013-06-17
3
-3
/
+2
*
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
3
-12
/
+9
*
Introduce convenience typedefs for the 4 ELF object types.
Rafael Espindola
2013-05-09
1
-26
/
+16
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
1
-4
/
+4
*
Revert r181009.
Amara Emerson
2013-05-03
3
-70
/
+0
*
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
3
-0
/
+70
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
2
-3
/
+7
*
Use pointers to iterate over symbols.
Rafael Espindola
2013-04-24
1
-1
/
+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
3
-11
/
+10
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
1
-75
/
+58
*
Remove getters now that we can specialize structs on the host endianness.
Rafael Espindola
2013-04-15
1
-3
/
+3
*
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-13
1
-52
/
+80
*
Teach llvm-readobj to print ELF program headers
Nico Rieck
2013-04-12
3
-5
/
+58
*
Add -expand-relocs to llvm-readobj
Nico Rieck
2013-04-12
5
-23
/
+59
*
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-12
1
-4
/
+12
*
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
1
-12
/
+4
*
Print more information about relocations.
Rafael Espindola
2013-04-11
1
-4
/
+12
*
Template MachOObjectFile over endianness too.
Rafael Espindola
2013-04-10
1
-8
/
+8
*
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-09
1
-13
/
+15
*
Template the MachO types over the word size.
Rafael Espindola
2013-04-08
1
-5
/
+6
*
Remove two uses of getObject.
Rafael Espindola
2013-04-07
1
-13
/
+2
*
Remove usage of InMemoryStruct in getSymbol.
Rafael Espindola
2013-04-07
1
-26
/
+6
*
Remove a use of InMemoryStruct in llvm-readobj.
Rafael Espindola
2013-04-07
1
-9
/
+6
*
Make getObject const. Remove a const_cast.
Rafael Espindola
2013-04-07
1
-1
/
+1
*
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
1
-15
/
+8
*
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
15
-426
/
+3073
*
[tools][llvm-readobj] print the name of the section when iterating the symbol...
Shankar Easwaran
2013-03-25
1
-12
/
+19
*
[llvm-readobj] Add ELF .dynamic table dumping.
Michael J. Spencer
2013-02-20
4
-0
/
+228
*
[readobj] Fix memory leak.
Michael J. Spencer
2013-02-08
1
-1
/
+2
*
[objdump,readobj] Document the purpose and goals of each tool.
Michael J. Spencer
2013-02-05
1
-4
/
+7
*
Use the generic dump template. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-53
/
+19
*
Dump sections. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-0
/
+76
*
Print a header above the symbols. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-0
/
+12
[next]