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
/
lib
/
ObjectYAML
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-07-01
11
-132
/
+227
*
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
Richard Smith
2017-06-30
3
-4
/
+0
*
[YAML] - Teach yaml2obj/obj2yaml to work with numeric relocation values.
George Rimar
2017-06-30
1
-0
/
+1
*
[WebAssembly] Add data size and alignement to linking section
Sam Clegg
2017-06-27
1
-0
/
+2
*
[codeview] respect signedness of APSInts when printing to YAML
Bob Haarman
2017-06-21
1
-1
/
+1
*
[codeview] YAMLize all section offsets and indices in symbol records
Reid Kleckner
2017-06-20
1
-24
/
+22
*
[codeview] Fully initialize DataSym when mapping from YAML
Reid Kleckner
2017-06-20
1
-0
/
+2
*
[WebAssembly] Add support for weak symbols in the binary format
Sam Clegg
2017-06-20
1
-9
/
+41
*
[CodeView] Fix dumping of public symbol record flags
Reid Kleckner
2017-06-19
1
-1
/
+10
*
Resubmit "[llvm-pdbutil] rewrite the "raw" output style."
Zachary Turner
2017-06-15
1
-0
/
+10
*
Revert "[llvm-pdbutil] rewrite the "raw" output style."
Zachary Turner
2017-06-15
1
-10
/
+0
*
[llvm-pdbutil] rewrite the "raw" output style.
Zachary Turner
2017-06-15
1
-0
/
+10
*
MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.
Peter Collingbourne
2017-06-14
1
-0
/
+1
*
Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
3
-179
/
+210
*
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
3
-210
/
+168
*
Use make_shared instead of make_unique.
Zachary Turner
2017-06-14
1
-2
/
+2
*
Fix some more errors.
Zachary Turner
2017-06-14
2
-11
/
+11
*
[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
Zachary Turner
2017-06-14
3
-161
/
+203
*
[pdb] Don't choke on unknown symbol types.
Zachary Turner
2017-06-12
1
-6
/
+48
*
[pdb] Support CoffSymbolRVA debug subsection.
Zachary Turner
2017-06-09
1
-0
/
+54
*
[CodeView] Support remaining debug subsection types
Zachary Turner
2017-06-09
2
-28
/
+311
*
[llvm-pdbdump] Support native ordering of subsections in raw mode.
Zachary Turner
2017-06-08
1
-28
/
+29
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
4
-14
/
+14
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
2
-2
/
+2
*
[CodeView] Handle Cross Module Imports and Exports.
Zachary Turner
2017-06-05
2
-9
/
+159
*
AMDGPU: Remove deprecated and unused elf definitions
Konstantin Zhuravlyov
2017-06-05
1
-6
/
+0
*
Fix build error on gcc.
Zachary Turner
2017-06-02
1
-1
/
+1
*
Fix build error with clang and gcc.
Zachary Turner
2017-06-02
1
-2
/
+2
*
[CodeView] Support CodeView subsections in any order.
Zachary Turner
2017-06-02
1
-25
/
+382
*
[CodeView] Properly align symbol records on read/write.
Zachary Turner
2017-06-01
1
-5
/
+7
*
[ObjectYAML] Split CodeViewYAML into 3 pieces.
Zachary Turner
2017-05-31
4
-561
/
+632
*
[ObjectYAML] Clean up the CodeView headers a bit.
Zachary Turner
2017-05-31
1
-1
/
+33
*
Try to fix build again.
Zachary Turner
2017-05-30
1
-79
/
+74
*
[CodeView] Move CodeView symbol yaml logic to ObjectYAML.
Zachary Turner
2017-05-30
1
-1
/
+465
*
Try to fix build.
Zachary Turner
2017-05-30
1
-11
/
+27
*
[CodeView] Move CodeView YAML code to ObjectYAML.
Zachary Turner
2017-05-30
3
-1
/
+761
*
[WebAssembly] Fix build error in wasm YAML code
Sam Clegg
2017-05-10
1
-3
/
+3
*
[WebAssembly] Improve libObject support for wasm imports and exports
Sam Clegg
2017-05-09
1
-2
/
+6
*
[WebAssembly] Add ObjectYAML support for wasm name section
Sam Clegg
2017-05-05
1
-1
/
+11
*
[WebAssembly] Allow for signed relocation addends
Sam Clegg
2017-04-26
1
-1
/
+1
*
[WebAssembly] Read global index in init expression as LEB
Sam Clegg
2017-04-25
1
-0
/
+3
*
Add virtual destructor to WasmYAML::Section or avoid memory leak
Derek Schuff
2017-03-31
1
-0
/
+9
*
[WebAssembly] Improve support for WebAssembly binary format
Derek Schuff
2017-03-30
3
-0
/
+352
*
[ObjectYAML] Fix issue with DWARF2 AddrSize 8
Chris Bieneman
2017-03-07
1
-2
/
+6
*
[ObjectYAML] Add support for DWARF5 Unit header
Chris Bieneman
2017-03-07
2
-2
/
+11
*
[ObjectYAML] Support for DW_FORM_implicit_const DWARF5 form
Chris Bieneman
2017-03-06
2
-0
/
+4
*
[DWARFv5] Update definitions to match published spec.
Paul Robinson
2017-03-06
1
-1
/
+8
*
[ObjectYAML] NFC. Refactor DWARFYAML CompileUnit dump code
Chris Bieneman
2017-03-06
4
-122
/
+324
*
[ObjectYAML] [DWARF] Abstract DWARF Initial Length values
Chris Bieneman
2017-03-03
2
-12
/
+20
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
1
-9
/
+10
[next]