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
/
test
/
ObjectYAML
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjectYAML] - Redefine LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::Hex*) as LLV...
Georgii Rymar
2019-10-30
9
-117
/
+38
*
[WebAssembly] Allow multivalue signatures in object files
Thomas Lively
2019-10-18
12
-31
/
+44
*
[yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...
George Rimar
2019-09-13
1
-1
/
+1
*
[ObjectYAML] Fix lifetime issue in dumpDebugLines
Vitaly Buka
2019-08-29
1
-6
/
+6
*
[yaml2obj/obj2yaml][MachO] Fix a test failure in big endian hosts
Seiya Nuta
2019-08-20
1
-2
/
+2
*
[yaml2obj/obj2yaml][MachO] Allow setting custom section data
Seiya Nuta
2019-08-20
2
-2
/
+165
*
[yaml2obj][MachO] Don't fill dummy data for virtual sections
Seiya Nuta
2019-06-17
1
-0
/
+226
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
1
-1
/
+1
*
[WebAssembly] Target features section
Thomas Lively
2019-03-20
1
-0
/
+25
*
[WebAssembly] Update MC for bulk memory
Thomas Lively
2019-02-19
2
-8
/
+26
*
[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_
Sam Clegg
2019-02-04
3
-10
/
+10
*
[WebAssembly] Parse llvm.ident into producers section
Thomas Lively
2019-01-17
2
-0
/
+43
*
Revert "[WebAssembly] Parse llvm.ident into producers section"
Thomas Lively
2019-01-17
2
-43
/
+0
*
[WebAssembly] Parse llvm.ident into producers section
Thomas Lively
2019-01-16
2
-0
/
+43
*
[WebAssembly] Store section alignment as a power of 2
Sam Clegg
2019-01-16
6
-7
/
+7
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
3
-7
/
+7
*
[WebAssembly] Check if the section order is correct
Heejin Ahn
2018-12-15
1
-0
/
+20
*
[WebAssembly] Update dylink section parsing
Sam Clegg
2018-12-12
1
-0
/
+4
*
[WebAssembly] Add support for dylink section in object format
Sam Clegg
2018-11-14
1
-0
/
+24
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
1
-0
/
+92
*
[WebAssembly] Add shared memory support to limits field
Derek Schuff
2018-11-06
1
-0
/
+36
*
Make YAML quote forward slashes.
Zachary Turner
2018-10-12
4
-7
/
+7
*
Revert "Make YAML quote forward slashes."
Zachary Turner
2018-10-12
4
-7
/
+7
*
Make YAML quote forward slashes.
Zachary Turner
2018-10-12
4
-7
/
+7
*
Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
Zachary Turner
2018-05-17
1
-13
/
+13
*
Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
Zachary Turner
2018-05-17
1
-11
/
+11
*
[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.
Zachary Turner
2018-05-17
1
-11
/
+11
*
obj2yaml: Correctly round-trip default alignment.
Peter Collingbourne
2018-05-04
1
-0
/
+15
*
[WebAssembly] Add version to object file metadata
Sam Clegg
2018-04-26
5
-3
/
+6
*
[WebAssembly] libObject: Don't include the name the size of custom sections
Sam Clegg
2018-04-12
1
-2
/
+2
*
[WebAssembly] Disallow weak undefined globals in the object format
Nicholas Wilson
2018-03-09
1
-0
/
+24
*
[WebAssembly] Add validation to reloc section
Nicholas Wilson
2018-03-05
2
-1
/
+24
*
[WebAssembly] Fix tests with invalid yaml (required CODE section missing)
Nicholas Wilson
2018-03-05
3
-3
/
+28
*
[WebAssembly] Check function type indexes
Nicholas Wilson
2018-03-02
2
-0
/
+14
*
[WebAssembly] Remove DataSize from linking metadata section
Sam Clegg
2018-02-27
2
-4
/
+0
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
2
-16
/
+34
*
[WebAssembly] Remove debug names from symbol table
Sam Clegg
2018-01-17
1
-0
/
+8
*
[WebAssembly] Explicitly specify function/global index space in YAML
Sam Clegg
2018-01-09
9
-18
/
+36
*
[WebAssembly] Add support for init functions linking metadata
Sam Clegg
2017-12-14
1
-0
/
+6
*
[WebAssembly] Use bitfield types in wasm YAML representation
Sam Clegg
2017-12-13
6
-19
/
+19
*
[WebAssembly] Add linking metatdata test coverage for wasm2yaml
Sam Clegg
2017-12-13
1
-0
/
+60
*
Update obj2yaml and yaml2obj for .debug$H section.
Zachary Turner
2017-12-06
2
-59
/
+112
*
[ObjectYAML] Handle SHF_COMPRESSED
Shoaib Meenai
2017-10-03
1
-0
/
+28
*
[WebAssembly] Allow each data segment to specify its own alignment
Sam Clegg
2017-09-29
1
-2
/
+0
*
[WebAssembly] Update relocation names to match spec
Sam Clegg
2017-09-01
1
-4
/
+4
*
[WebAssembly] Validate exports when parsing object files
Sam Clegg
2017-08-31
2
-0
/
+27
*
[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId
Reid Kleckner
2017-07-17
1
-0
/
+59
*
[WebAssembly] Expose the offset of each data segment
Sam Clegg
2017-07-12
1
-2
/
+3
*
[WebAssembly] Add data size and alignement to linking section
Sam Clegg
2017-06-27
1
-2
/
+19
*
[WebAssembly] Add support for weak symbols in the binary format
Sam Clegg
2017-06-20
1
-0
/
+40
[next]