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
*
[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
*
[WebAssembly] Improve support for WebAssembly binary format
Derek Schuff
2017-03-30
1
-7
/
+7
*
[llvm-readobj] Prefer ILT to IAT for reading COFF imports
Shoaib Meenai
2017-03-26
1
-6
/
+12
*
[PDB] Split item and type records when merging type streams
Reid Kleckner
2017-03-24
3
-18
/
+47
*
[AMDGPU] Restructure code object metadata creation
Konstantin Zhuravlyov
2017-03-22
3
-9
/
+10
*
[llvm-readobj] Support SHT_MIPS_DWARF section type flag
Simon Atanasyan
2017-03-10
1
-0
/
+3
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
1
-1
/
+1
*
[PDB] Make streams carry their own endianness.
Zachary Turner
2017-02-28
1
-8
/
+8
*
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
Zachary Turner
2017-02-27
1
-12
/
+11
*
Revert r296215, "[PDB] General improvements to Stream library." and followings.
NAKAMURA Takumi
2017-02-25
1
-17
/
+18
*
[PDB] General improvements to Stream library.
Zachary Turner
2017-02-25
1
-18
/
+17
*
[PDB] Rename Stream related source files.
Zachary Turner
2017-02-25
1
-1
/
+1
*
Don't assume little endian in StreamReader / StreamWriter.
Zachary Turner
2017-02-18
1
-3
/
+3
*
[pdb] Add the ability to resolve TypeServer PDBs.
Zachary Turner
2017-02-16
3
-2
/
+4
*
llvm-readobj: process FreeBSD core notes
Saleem Abdulrasool
2017-02-12
1
-0
/
+30
*
llvm-readobj: fix next note entry calculation and print unknown note types
Konstantin Zhuravlyov
2017-02-02
1
-1
/
+3
*
Re-submit r293820: Return Error instead of bool from mergeTypeStreams().
Rui Ueyama
2017-02-02
1
-1
/
+3
*
Fix llvm-readobj build error after r293569
Vedant Kumar
2017-01-30
1
-1
/
+1
*
[WebAssembly] Add wasm support for llvm-readobj
Derek Schuff
2017-01-30
4
-0
/
+99
*
[AMDGPU] Bump up n_type for metadata v2
Konstantin Zhuravlyov
2017-01-25
1
-1
/
+1
*
Add LC_BUILD_VERSION load command
Steven Wu
2017-01-23
1
-1
/
+19
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
1
-1
/
+1
*
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Ivan Krasin
2017-01-13
1
-1
/
+1
*
[ARM] Enable objdump to construct triple for ARM
Sam Parker
2017-01-13
1
-1
/
+1
*
[ARM] Moved ARMAttributeParser to Support
Sam Parker
2017-01-13
4
-810
/
+1
*
[CodeView] Finish decoupling TypeDatabase from TypeDumper.
Zachary Turner
2017-01-11
1
-8
/
+16
*
[CodeView/PDB] Rename a bunch of files.
Zachary Turner
2017-01-11
1
-1
/
+1
[next]