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
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WASM] Fix overflow when reading custom section
Jonas Devlieghere
2018-08-08
2
-0
/
+3
*
[ELF] Change isSectionData to exclude SHF_EXECINSTR
Fangrui Song
2018-06-23
1
-1
/
+1
*
Implemented sane default for llvm-objdump's relocation Value format
Daniel Cederman
2018-06-01
3
-9
/
+9
*
Fix use of `echo` command in test script
Sam Clegg
2018-05-30
1
-1
/
+1
*
[WebAssembly] Add more error checking to object file parsing
Sam Clegg
2018-05-29
1
-0
/
+16
*
[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.
Sam Clegg
2018-05-10
1
-1
/
+1
*
Add a test for r331746.
Hans Wennborg
2018-05-09
2
-0
/
+391
*
AMDGPU: Add Vega12 and Vega20
Matt Arsenault
2018-04-30
1
-0
/
+33
*
typo
Sam Clegg
2018-04-27
1
-0
/
+0
*
[WebAssembly] Section symbols must have local binding
Sam Clegg
2018-04-27
1
-0
/
+0
*
[WebAssembly] Add version to object file metadata
Sam Clegg
2018-04-26
3
-0
/
+12
*
[WebAssembly] Implement getRelocationValueString()
Sam Clegg
2018-04-26
1
-3
/
+3
*
[WebAssembly] Use section index in relocation section header
Sam Clegg
2018-04-24
1
-0
/
+0
*
Disable a test using environment variables that requires a real shell
David Blaikie
2018-04-03
1
-0
/
+1
*
[llvm-ar] Support multiple dashed options
Peter Collingbourne
2018-03-28
1
-1
/
+1
*
[WebAssembly] Reorder reloc sections to come between symtab and name
Nicholas Wilson
2018-03-05
1
-0
/
+0
*
[WebAssembly] Update pre-generated test files to match latest llc output. NFC.
Nicholas Wilson
2018-03-01
3
-12
/
+12
*
[WebAssembly] Remove DataSize from linking metadata section
Sam Clegg
2018-02-27
1
-1
/
+0
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
4
-10
/
+35
*
AMDGPU: Bring elf flags in sync with the spec
Konstantin Zhuravlyov
2018-02-16
7
-136
/
+555
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
Allow unaligned access to ELF file data structures.
Rui Ueyama
2018-01-12
3
-6
/
+10
*
[WebAssembly] Don't allow functions to be named twice
Sam Clegg
2018-01-12
1
-0
/
+28
*
Add flag to ArchiveWriter to test GNU64 format more efficiently
Jake Ehrlich
2017-12-01
1
-4
/
+5
*
Check alignment in getSectionContentsAsArray.
Rafael Espindola
2017-11-30
1
-0
/
+21
*
[AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/addc/sub/subrev/su...
Dmitry Preobrazhensky
2017-11-20
1
-4
/
+4
*
[test] Add test files that were missed from SVN r317459
Martin Storsjo
2017-11-06
2
-0
/
+0
*
[ObjectYAML] Map relocation types for COFF ARMNT and ARM64
Martin Storsjo
2017-11-06
1
-0
/
+158
*
llvm/test/Object/archive-SYM64-write.test: Delete large temp files. They are ...
NAKAMURA Takumi
2017-11-04
1
-0
/
+3
*
Reland "Add support for writing 64-bit symbol tables for archives when offset...
Jake Ehrlich
2017-11-03
1
-0
/
+35
*
Revert "Add support for writing 64-bit symbol tables for archives when offset...
Jake Ehrlich
2017-10-27
1
-31
/
+0
*
Add support for writing 64-bit symbol tables for archives when offsets become...
Jake Ehrlich
2017-10-27
1
-0
/
+31
*
Fix buffer overflow.
Rafael Espindola
2017-10-19
2
-0
/
+3
*
Add base relative relocation record that can be used for the following case (...
Tony Tye
2017-10-16
1
-0
/
+4
*
Convert an ErrorOr to Expected.
Rafael Espindola
2017-10-11
1
-1
/
+3
*
Make the ELFFile constructor private.
Rafael Espindola
2017-10-10
2
-0
/
+4
*
Make the ELFObjectFile constructor private.
Rafael Espindola
2017-10-10
1
-4
/
+4
*
Convert two uses of ErrorOr to Expected.
Rafael Espindola
2017-10-10
1
-1
/
+1
*
Added phdr upper bound checks to ElfObject.
Rafael Espindola
2017-10-05
2
-0
/
+26
*
AMDGPU: Add and set AMDGPU-specific e_flags
Konstantin Zhuravlyov
2017-10-05
4
-33
/
+106
*
AMDGPU: Add ELFOSABI_AMDGPU_MESA3D
Konstantin Zhuravlyov
2017-10-03
1
-0
/
+21
*
AMDGPU: Add ELFOSABI_AMDGPU_PAL
Konstantin Zhuravlyov
2017-10-03
3
-2
/
+23
*
[llvm-readobj][RISCV] Pretty-print RISCV e_flags
Alex Bradbury
2017-10-03
1
-0
/
+7
*
[RISCV] Add missed test case for r314770
Alex Bradbury
2017-10-03
2
-0
/
+19
*
llvm-ar: align the first archive member consistently.
Rafael Espindola
2017-09-22
1
-1
/
+9
*
llvm-ar: Don't add an unnecessary alignment in gnu mode.
Rafael Espindola
2017-09-22
1
-0
/
+8
*
[yaml2obj] - Don't crash on one more invalid document.
George Rimar
2017-09-21
1
-0
/
+4
*
Revert r313746 "[yaml2obj] - Don't crash on invalid document."
George Rimar
2017-09-20
1
-2
/
+0
*
[yaml2obj] - Don't crash on invalid document.
George Rimar
2017-09-20
1
-0
/
+2
*
[MachO] Prevent heap overflow when load command extends past EOF
Jonas Devlieghere
2017-09-13
2
-0
/
+3
[next]