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
*
Add a testcase that would have found the bug in r263971.
Rafael Espindola
2016-03-21
1
-0
/
+0
*
Change how readobj stores info about dynamic symbols.
Rafael Espindola
2016-02-17
1
-0
/
+0
*
This reverts commit r260488 and r260489.
Rafael Espindola
2016-02-16
1
-0
/
+0
*
[readobj] Handle ELF files with no section table or with no program headers.
Michael J. Spencer
2016-02-11
1
-0
/
+0
*
Fix the code that leads to the incorrect trigger of the report_fatal_error()
Kevin Enderby
2016-01-22
1
-0
/
+0
*
[llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL format
Simon Atanasyan
2016-01-16
1
-0
/
+0
*
Handle archives with paths in the names.
Rafael Espindola
2015-12-18
1
-0
/
+0
*
[AVR] Add ELF constants to headers
Dylan McKay
2015-10-23
1
-0
/
+0
*
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
2
-0
/
+0
*
Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
2
-0
/
+0
*
Object: Teach llvm-ar to create symbol table for COFF short import files.
Rui Ueyama
2015-08-28
2
-0
/
+0
*
Report an error if a SHT_SYMTAB_SHNDX section has the wrong size.
Rafael Espindola
2015-08-24
1
-0
/
+0
*
Add a test showing that objdump (and so ObjectFIle) can handle shndx.
Rafael Espindola
2015-08-10
1
-0
/
+0
*
add missing tests files
Rafael Espindola
2015-08-07
1
-0
/
+0
*
Add dynamic_table iterators back to ELF.h.
Rafael Espindola
2015-08-07
1
-0
/
+0
*
[COFF] Return symbol VAs instead of RVAs for PE files
Reid Kleckner
2015-07-31
2
-0
/
+0
*
Support printing relocations in files with no section table.
Rafael Espindola
2015-07-23
1
-0
/
+0
*
Refactor duplicated code and check for invalid symbol table size.
Rafael Espindola
2015-07-23
1
-0
/
+0
*
[Object][ELF] Handle files with no section header string table.
Michael J. Spencer
2015-07-21
1
-0
/
+0
*
Simplify iterating over the dynamic section and report broken ones.
Rafael Espindola
2015-07-20
1
-0
/
+0
*
Remove Elf_Rela_Iter and Elf_Rel_Iter.
Rafael Espindola
2015-07-20
1
-0
/
+0
*
Report errors an invalid virtual addresses.
Rafael Espindola
2015-07-20
1
-0
/
+0
*
Simplify iterating over program headers and detect corrupt ones.
Rafael Espindola
2015-07-20
1
-0
/
+0
*
llvm-readobj: Handle invalid references to the string table.
Rafael Espindola
2015-07-20
1
-0
/
+0
*
Add missing file.
Rafael Espindola
2015-07-13
1
-0
/
+0
*
[Object][ELF] Support dumping hash-tables from files with no section table.
Michael J. Spencer
2015-07-09
1
-0
/
+0
*
Add missing file from previous commit.
Rafael Espindola
2015-07-09
1
-0
/
+0
*
Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.
Adrian Prantl
2015-07-09
1
-0
/
+0
*
[Object][ELF] Support dumping hash-tables from files with no section table.
Michael J. Spencer
2015-07-09
1
-0
/
+0
*
Don't reject an archive with just a symbol table.
Rafael Espindola
2015-07-08
1
-0
/
+0
*
Check that COFF .obj files have sections with zero virtual address spaces.
Rafael Espindola
2015-07-06
1
-0
/
+0
*
Fix handling of ELF::R_MIPS_32 on Mips64.
Rafael Espindola
2015-07-06
1
-0
/
+0
*
Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.
Rafael Espindola
2015-06-30
1
-0
/
+0
*
Add a test of an elf file with an invalid section index.
Rafael Espindola
2015-06-30
1
-0
/
+0
*
Report an error on invalid sh_entsize.
Rafael Espindola
2015-06-30
1
-0
/
+0
*
Factor out the checking of string tables.
Rafael Espindola
2015-06-29
1
-0
/
+0
*
Add a testcase for an invalid file.
Rafael Espindola
2015-06-29
1
-0
/
+0
*
Convert an assert that can fail into error checking.
Rafael Espindola
2015-06-29
1
-0
/
+0
*
[Stackmap] Pre-assemble the stackmap parser test case. (Fix builders).
Lang Hames
2015-06-27
2
-50
/
+0
*
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
Lang Hames
2015-06-26
1
-0
/
+50
*
Improve error handling of getRelocationAddend.
Rafael Espindola
2015-06-19
1
-0
/
+0
*
[Object, MachO] Don't crash on incomplete MachO segment load commands.
Alexey Samsonov
2015-06-04
1
-0
/
+0
*
[Object, MachO] Don't crash on parsing invalid MachO header.
Alexey Samsonov
2015-06-04
1
-0
/
+0
*
Disassemble the start of sections even if there is no symbol there.
Rafael Espindola
2015-06-04
1
-0
/
+0
*
Stop inventing symbol sizes.
Rafael Espindola
2015-05-22
2
-0
/
+0
*
Detect invalid section indexes when we first read them.
Rafael Espindola
2015-05-22
1
-0
/
+0
*
[llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIFLAGS program header
Simon Atanasyan
2015-05-15
1
-0
/
+0
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-1
/
+1
*
Object: Test for reading kext bundles
Justin Bogner
2015-02-27
1
-0
/
+0
*
[obj2yaml/yaml2obj] Add SHT_GROUP support.
Shankar Easwaran
2015-02-21
1
-0
/
+0
[next]