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
*
Fix dangling StringRefs found by clang-tidy misc-dangling-handle check.
Alexander Kornienko
2017-07-04
1
-1
/
+5
*
[llvm-readobj] Improve printouts for COFF ARM64 binaries
Martin Storsjo
2017-06-30
1
-0
/
+1
*
[llvm-readobj] Include the PE magic value in printouts
Martin Storsjo
2017-06-30
1
-0
/
+1
*
[WebAssembly] Add more support for weak symbols
Sam Clegg
2017-06-26
1
-0
/
+1
*
[llvm-readobj] Fix COFF RVA table dumping bug
Reid Kleckner
2017-06-23
1
-1
/
+5
*
[llvm-readobj] Dump the COFF image load config
Reid Kleckner
2017-06-22
3
-0
/
+141
*
Delete TypeDatabase.
Zachary Turner
2017-06-18
1
-1
/
+1
*
Remove some dead code / includes.
Zachary Turner
2017-06-16
1
-1
/
+0
*
MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.
Peter Collingbourne
2017-06-14
1
-0
/
+2
*
Update the test framework for llvm-cvtres to be more comprehensive.
Eric Beckmann
2017-06-13
1
-5
/
+40
*
Revert "Fix alignment bug in COFF emission."
Eric Beckmann
2017-06-13
1
-40
/
+5
*
Fix alignment bug in COFF emission.
Eric Beckmann
2017-06-13
1
-5
/
+40
*
[Support] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-09
1
-68
/
+104
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
4
-3
/
+4
*
AMDGPU: Remove deprecated and unused elf definitions
Konstantin Zhuravlyov
2017-06-05
1
-29
/
+1
*
[CodeView] Properly align symbol records on read/write.
Zachary Turner
2017-06-01
1
-1
/
+2
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-05-31
1
-0
/
+1
*
[CodeView] Add more DebugSubsection implementations.
Zachary Turner
2017-05-30
2
-85
/
+30
*
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
Zachary Turner
2017-05-30
1
-28
/
+28
*
Fix broken build.
Zachary Turner
2017-05-24
1
-2
/
+1
*
Implement various flavors of type merging.
Zachary Turner
2017-05-22
1
-2
/
+3
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-35
/
+23
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-23
/
+35
*
[CodeView] Raise the source to ID map out of the TypeStreamMerger.
Zachary Turner
2017-05-18
1
-2
/
+3
*
[CodeView] Provide a common interface for type collections.
Zachary Turner
2017-05-18
1
-36
/
+24
*
[BinaryStream] Reduce the amount of boiler plate needed to use.
Zachary Turner
2017-05-17
1
-23
/
+11
*
[llvm-readobj] Improve errors on invalid binary
Sam Clegg
2017-05-10
1
-18
/
+3
*
Fix the Endianness bug by adding the little endian UTF marker.
Eric Beckmann
2017-05-09
1
-0
/
+8
*
Hopefully one last commit to fix this patch, addresses string reference
Eric Beckmann
2017-05-08
1
-3
/
+7
*
Update llvm-readobj -coff-resources to display tree structure.
Eric Beckmann
2017-05-08
1
-8
/
+93
*
Revert "Hopefully one last commit to fix this patch, addresses string reference"
Eric Beckmann
2017-05-08
1
-97
/
+8
*
Hopefully one last commit to fix this patch, addresses string reference
Eric Beckmann
2017-05-08
1
-2
/
+6
*
Update llvm-readobj -coff-resources to display tree structure.
Eric Beckmann
2017-05-07
1
-8
/
+93
*
[CodeView] Reserve TypeDatabase records up front.
Zachary Turner
2017-05-05
1
-3
/
+3
*
[llvm-readobj] Update readobj to re-use parsing code.
Zachary Turner
2017-05-03
2
-41
/
+44
*
[PDB/CodeView] Read/write codeview inlinee line information.
Zachary Turner
2017-05-02
1
-18
/
+12
*
Add llvm::object::getELFSectionTypeName().
Rafael Espindola
2017-05-02
1
-54
/
+4
*
[PDB/CodeView] Rename some classes.
Zachary Turner
2017-05-01
1
-2
/
+2
*
[llvm-pdbdump] Abstract some of the YAML/Raw printing code.
Zachary Turner
2017-04-29
1
-1
/
+1
*
[llvm-readobj] Fix incorrect printing of CV column info.
Zachary Turner
2017-04-29
1
-2
/
+4
*
[llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.
Zachary Turner
2017-04-28
1
-48
/
+23
*
[WebAssembly] Write initial memory in pages not bytes
Sam Clegg
2017-04-28
1
-1
/
+13
*
[WebAssembly] Add some tests for wasm MC layer
Sam Clegg
2017-04-28
1
-3
/
+16
*
[llvm-readobj] Dump COFF Resources section.
Zachary Turner
2017-04-27
3
-0
/
+32
*
[CodeView] Isolate Debug Info Fragments into standalone classes.
Zachary Turner
2017-04-27
1
-19
/
+13
*
Rename some PDB classes.
Zachary Turner
2017-04-27
1
-22
/
+22
*
[WebAssembly] Improve readobj and nm support for wasm
Sam Clegg
2017-04-14
1
-41
/
+126
*
[llvm-readobj] Only print the real size of the note
Petr Hosek
2017-04-05
1
-6
/
+5
*
[codeview] Cope with unsorted streams in type merging
Reid Kleckner
2017-04-03
1
-6
/
+4
*
AMDGPU/llvm-readobj: Rename RuntimeMDNoteType -> CodeObjectMetadataNoteType to
Konstantin Zhuravlyov
2017-03-31
1
-2
/
+2
[next]