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
*
Correctly handle {Always,Never}StepIntoLine
David Majnemer
2016-02-04
1
-8
/
+9
*
Add support for S_DEFRANGE and S_DEFRANGE_SUBFIELD
David Majnemer
2016-02-04
1
-2
/
+27
*
Make the dumper's output for variable ranges easier to read
David Majnemer
2016-02-04
1
-24
/
+14
*
Print the OffsetStart field's relocation
David Majnemer
2016-02-03
1
-8
/
+15
*
[llvm-readobj] Add support for dumping S_DEFRANGE symbols
David Majnemer
2016-02-03
1
-1
/
+84
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
1
-1
/
+1
*
[CodeView] Fix dumping the is_stmt bit from the line table
Reid Kleckner
2016-01-29
1
-1
/
+1
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-6
/
+5
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-5
/
+6
*
Silence gcc warning about ternary and enumerations
Reid Kleckner
2016-01-28
1
-299
/
+0
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
1
-6
/
+5
*
One more batch of self-containing headers.
Benjamin Kramer
2016-01-27
1
-0
/
+1
*
Remove superfluous call to std::to_string that's breaking the cygwin build.
Benjamin Kramer
2016-01-27
1
-2
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-18
/
+0
*
Fix comparison warning (r258845)
Hemant Kulkarni
2016-01-26
1
-1
/
+1
*
Fixes build break introduced by r258845
Hemant Kulkarni
2016-01-26
1
-1
/
+1
*
[llvm-readobj] Add -elf-section-groups option
Hemant Kulkarni
2016-01-26
3
-10
/
+67
*
[ARM] Add DSP build attribute and extension targeting
Bradley Smith
2016-01-25
2
-0
/
+13
*
[readobj] Print CodeOffset first, it's easier to read
Reid Kleckner
2016-01-20
1
-5
/
+5
*
[llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags
Simon Atanasyan
2016-01-20
1
-2
/
+47
*
Use new function name. NFC.
Rafael Espindola
2016-01-18
1
-3
/
+2
*
[llvm-readobj][ELF] s/dyn_rela_/dyn_rel_/ No functional changes.
Simon Atanasyan
2016-01-18
1
-16
/
+16
*
[llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL format
Simon Atanasyan
2016-01-16
1
-34
/
+69
*
Fixed CRLF->LF line endings from r257914. NFC.
George Rimar
2016-01-16
1
-8
/
+8
*
[llvm-readobj] Dump DT_RELACOUNT correctly.
Davide Italiano
2016-01-16
1
-0
/
+2
*
Revert of 57967
George Rimar
2016-01-16
1
-1
/
+2170
*
CRLF -> LF. NFC
George Rimar
2016-01-16
1
-2170
/
+1
*
[codeview] Handle multiple frame descriptions in readobj
Reid Kleckner
2016-01-15
1
-35
/
+29
*
# This is a combination of 2 commits.
Reid Kleckner
2016-01-15
2
-13
/
+0
*
Recommit r257912
George Rimar
2016-01-15
1
-6
/
+8
*
[codeview] Dump the file checksum substream
Reid Kleckner
2016-01-15
1
-0
/
+38
*
[ARM] Add DSP build attribute and extension targeting
Bradley Smith
2016-01-15
2
-0
/
+13
*
[codeview] Translate file table offsets to filenames and print them
Reid Kleckner
2016-01-15
1
-48
/
+63
*
[codeview] Dump function callees and add more labels to inlinee info
Reid Kleckner
2016-01-14
1
-8
/
+26
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[codeview] Dump CodeView inlinee lines subsection
Reid Kleckner
2016-01-14
1
-0
/
+36
*
Use std::map::insert instead of emplace for libstdc++ 4.7
Reid Kleckner
2016-01-14
1
-1
/
+1
*
Print function names when they are referenced via TypeIndex
Reid Kleckner
2016-01-14
1
-1
/
+1
*
[readobj] Add functionality to dump relocations inside of binary blobs
Reid Kleckner
2016-01-14
1
-6
/
+38
*
[codeview] Print relocations against code and data offset fields
Reid Kleckner
2016-01-14
2
-76
/
+67
*
[CodeView] Add support for dumping binary annotations
David Majnemer
2016-01-14
1
-1
/
+100
*
[codeview] Share more enums across the writer and the dumper
Reid Kleckner
2016-01-13
5
-686
/
+25
*
[readobj] Expand CodeView dumping functionality
Reid Kleckner
2016-01-13
6
-140
/
+2601
*
[CodeView] Improve the line table dumper
David Majnemer
2016-01-13
1
-14
/
+28
*
[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.
Dan Gohman
2016-01-12
1
-1
/
+2
*
[llvm-readobj] Use stderr and not stdout for error messages.
Davide Italiano
2015-12-23
1
-2
/
+2
*
Reland "[llvm-readobj] Simplify usage of -codeview flag"
Reid Kleckner
2015-12-16
3
-7
/
+16
*
Revert "[llvm-readobj] Simplify usage of -codeview flag"
Reid Kleckner
2015-12-16
3
-16
/
+7
*
[llvm-readobj] Simplify usage of -codeview flag
Reid Kleckner
2015-12-16
3
-7
/
+16
*
[llvm-readobj] s/FunctionName/LinkageName/ for codeview dumping
Reid Kleckner
2015-12-15
1
-7
/
+7
[next]