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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create .symtab_shndxr only when needed.
Rafael Espindola
2014-03-25
1
-2
/
+4
*
Teach llvm-readobj to print human friendly description of reserved sections.
Rafael Espindola
2014-03-24
1
-2
/
+22
*
Object: Provide a richer means of describing auxiliary symbols
David Majnemer
2014-03-19
1
-18
/
+5
*
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
*
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
2014-03-17
1
-27
/
+24
*
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
*
Support: Make error_category's constructor public
Justin Bogner
2014-03-15
1
-1
/
+1
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
2
-41
/
+36
*
[C++11] Use ObjectFile::sections() in commandline llvm tools
Alexey Samsonov
2014-03-13
1
-41
/
+34
*
Object: rename ARMV7 to ARMNT
Saleem Abdulrasool
2014-03-11
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
2
-15
/
+15
*
Add missing std:: qualifiers
Dmitri Gribenko
2014-03-07
1
-2
/
+2
*
Fix warning about mismatched signs in comparison.
Rafael Espindola
2014-03-06
1
-1
/
+1
*
Fix the printing of n_type.
Rafael Espindola
2014-03-06
1
-4
/
+7
*
Use the existing N_STAB from the MachO namespace.
Rafael Espindola
2014-03-06
1
-5
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
5
-26
/
+20
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
3
-24
/
+24
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
2
-32
/
+32
*
tools: cast the right operand
Saleem Abdulrasool
2014-02-09
1
-1
/
+1
*
tools: explicitly cast to avoid a warning
Saleem Abdulrasool
2014-02-09
1
-1
/
+1
*
tools: handle out-of-line personality 0 decoding
Saleem Abdulrasool
2014-02-08
1
-1
/
+1
*
tools: fix Twine abuse
Saleem Abdulrasool
2014-01-30
1
-10
/
+10
*
tools: remove unnecessary typename
Saleem Abdulrasool
2014-01-30
1
-2
/
+2
*
tools: repair Windows build
Saleem Abdulrasool
2014-01-30
1
-2
/
+2
*
tools: add support for decoding ARM attributes
Saleem Abdulrasool
2014-01-30
8
-0
/
+834
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
2
-65
/
+17
*
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
*
Rename these methods to match the style guide.
Rafael Espindola
2014-01-21
1
-2
/
+2
*
tools: use 64-bit print specifier
Saleem Abdulrasool
2014-01-21
1
-1
/
+1
*
tools: support decoding ARM EHABI opcodes in readobj
Saleem Abdulrasool
2014-01-21
1
-2
/
+288
*
Return an ErrorOr<Binary *> from createBinary.
Rafael Espindola
2014-01-15
1
-2
/
+3
*
[cleanup] Add a missing include exposed by resorting other includes.
Chandler Carruth
2014-01-13
1
-0
/
+1
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
7
-15
/
+4
*
llvm-readobj: address review comments for ARM EHABI printing
Saleem Abdulrasool
2014-01-09
1
-18
/
+10
*
llvm-readobj: fix endianness
Saleem Abdulrasool
2014-01-09
1
-5
/
+6
*
Use getError and remove the error_code operator.
Rafael Espindola
2014-01-08
1
-2
/
+2
*
llvm-readobj: add support for ARM EHABI unwind info
Saleem Abdulrasool
2014-01-08
2
-0
/
+291
*
[Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamic
Simon Atanasyan
2014-01-05
1
-0
/
+4
*
Teach the llvm-readobj COFF dumper to dump debug line tables from object files
Timur Iskhodzhanov
2013-12-19
3
-0
/
+170
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-2
/
+3
*
Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to the
Simon Atanasyan
2013-11-11
1
-0
/
+22
*
[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
[next]