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
/
Inputs
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Update test cases after FixFunctionBitcasts
Heejin Ahn
2018-11-07
1
-0
/
+0
*
[WASM] Fix overflow when reading custom section
Jonas Devlieghere
2018-08-08
1
-0
/
+0
*
[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
1
-0
/
+252
*
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
1
-0
/
+0
*
[WebAssembly] Use section index in relocation section header
Sam Clegg
2018-04-24
1
-0
/
+0
*
[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
1
-0
/
+0
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
1
-0
/
+0
*
Allow unaligned access to ELF file data structures.
Rui Ueyama
2018-01-12
1
-0
/
+0
*
[test] Add test files that were missed from SVN r317459
Martin Storsjo
2017-11-06
2
-0
/
+0
*
Fix buffer overflow.
Rafael Espindola
2017-10-19
1
-0
/
+0
*
Make the ELFFile constructor private.
Rafael Espindola
2017-10-10
1
-0
/
+1
*
Added phdr upper bound checks to ElfObject.
Rafael Espindola
2017-10-05
1
-0
/
+0
*
[MachO] Prevent heap overflow when load command extends past EOF
Jonas Devlieghere
2017-09-13
1
-0
/
+0
*
[WebAssembly] Fix overflow for input with missing version
Jonas Devlieghere
2017-08-23
1
-0
/
+0
*
[WebAssembly] Be consistent in generating trivial test input files
Sam Clegg
2017-07-10
2
-0
/
+3
*
[COFF] Gracefully handle empty .drectve sections
Shoaib Meenai
2017-05-14
1
-0
/
+14
*
Archives require a symbol table on Solaris, even if empty.
Rafael Espindola
2017-03-14
1
-0
/
+7
*
[obj2yaml] Produce correct output for invalid relocations.
Davide Italiano
2017-01-26
1
-0
/
+0
*
Add support for the new LC_NOTE load command.
Kevin Enderby
2017-01-19
1
-0
/
+0
*
[Object] Fixup permissions of input files.
Davide Italiano
2017-01-16
2
-0
/
+0
*
[llvm-objdump] Dump PT_NOTE as part of -p.
Davide Italiano
2017-01-16
1
-0
/
+0
*
[llvm-objdump] Dump PT_GNU_RELRO as part of -p.
Davide Italiano
2017-01-16
1
-0
/
+0
*
Object: Make IRObjectFile own multiple modules and enumerate symbols from all...
Peter Collingbourne
2016-12-13
1
-0
/
+3
*
[llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOTDATA header
George Rimar
2016-12-06
1
-0
/
+0
*
Add error checking for Mach-O universal files.
Kevin Enderby
2016-11-28
7
-0
/
+0
*
Add error handling to getEntry.
Rafael Espindola
2016-11-03
1
-0
/
+0
*
Add the rest of the additional error checks for invalid Mach-O files when
Kevin Enderby
2016-11-02
15
-0
/
+0
*
Don't compute DotShstrtab eagerly.
Rafael Espindola
2016-11-01
1
-0
/
+0
*
More additional error checks for invalid Mach-O files when
Kevin Enderby
2016-10-31
2
-0
/
+0
*
Recommit r285285 - [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_...
George Rimar
2016-10-31
2
-0
/
+0
*
Another additional error check for invalid Mach-O files for the
Kevin Enderby
2016-10-27
8
-0
/
+0
*
Revert r285285 "[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_siz...
George Rimar
2016-10-27
1
-0
/
+0
*
[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_size is too large.
George Rimar
2016-10-27
1
-0
/
+0
*
[Object/ELF] - Do not allow overflow when checking section size/offset.
George Rimar
2016-10-27
1
-0
/
+0
*
[Object/ELF] - Do not crash if string table sh_size is equal to zero.
George Rimar
2016-10-27
1
-0
/
+0
*
nother additional error check for an invalid Mach-O file
Kevin Enderby
2016-10-24
1
-0
/
+0
*
Another additional error check for invalid Mach-O files for the
Kevin Enderby
2016-10-20
4
-0
/
+0
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-10-19
6
-0
/
+0
*
One more additional error check for invalid Mach-O files for a
Kevin Enderby
2016-10-18
1
-0
/
+0
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-10-18
2
-0
/
+0
*
[llvm-readobj] - Teach readobj to print PT_OPENBSD_RANDOMIZE/PT_OPENBSD_WXNEE...
George Rimar
2016-10-18
1
-0
/
+0
*
Next set of additional error checks for invalid Mach-O files for the
Kevin Enderby
2016-10-17
4
-0
/
+0
*
[Object/ELF] - Check Header->e_shoff value earlier and do not crash.
George Rimar
2016-10-17
1
-0
/
+0
*
Recommit r284371 "[Object/ELF] - Check that e_shnum is null when e_shoff is."
George Rimar
2016-10-17
3
-0
/
+0
*
Revert r284371 "[Object/ELF] - Check that e_shnum is null when e_shoff is."
George Rimar
2016-10-17
1
-0
/
+0
*
[Object/ELF] - Check that e_shnum is null when e_shoff is.
George Rimar
2016-10-17
1
-0
/
+0
[next]