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
*
Fix printing of 64 bit values and make test more strict.
Rafael Espindola
2015-10-01
1
-12
/
+26
*
Avoid SEGFAULT if a requested symbol section is absent.
Rafael Espindola
2015-09-21
1
-0
/
+2
*
Fixup r248096, commit the *correct* test.
Davide Italiano
2015-09-19
1
-2
/
+2
*
[obj2yaml] Fix "time of check to time of use" bug. Add a test.
Davide Italiano
2015-09-19
1
-0
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2015-09-11
1
-2
/
+2
*
Object: Fix COFF import file's symbols.
Rui Ueyama
2015-09-01
1
-3
/
+3
*
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
3
-0
/
+10
*
Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
3
-10
/
+0
*
Object: Teach llvm-ar to create symbol table for COFF short import files.
Rui Ueyama
2015-08-28
3
-0
/
+10
*
Report an error if a SHT_SYMTAB_SHNDX section has the wrong size.
Rafael Espindola
2015-08-24
2
-0
/
+4
*
Add a test showing that objdump (and so ObjectFIle) can handle shndx.
Rafael Espindola
2015-08-10
2
-0
/
+8
*
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
2
-0
/
+14
*
Move to llvm-readobj code that is only used there.
Rafael Espindola
2015-08-06
1
-1
/
+1
*
Update comments.
Rui Ueyama
2015-08-06
1
-2
/
+2
*
[COFF] Return symbol VAs instead of RVAs for PE files
Reid Kleckner
2015-07-31
3
-0
/
+31
*
ELFYAML: Enable parsing of EM_AMDGPU
Tom Stellard
2015-07-31
1
-0
/
+12
*
Support printing relocations in files with no section table.
Rafael Espindola
2015-07-23
2
-0
/
+12
*
Refactor duplicated code and check for invalid symbol table size.
Rafael Espindola
2015-07-23
2
-0
/
+4
*
Force the gnu archive format to fix the test on darwin.
Rafael Espindola
2015-07-22
1
-1
/
+1
*
Fix fetching the symbol table of a thin archive.
Rafael Espindola
2015-07-22
1
-0
/
+11
*
Identify thin archives as archives.
Rafael Espindola
2015-07-22
1
-0
/
+9
*
[Object][ELF] Handle files with no section header string table.
Michael J. Spencer
2015-07-21
2
-0
/
+10
*
Simplify iterating over the dynamic section and report broken ones.
Rafael Espindola
2015-07-20
2
-0
/
+6
*
Remove Elf_Rela_Iter and Elf_Rel_Iter.
Rafael Espindola
2015-07-20
2
-0
/
+7
*
Report errors an invalid virtual addresses.
Rafael Espindola
2015-07-20
2
-0
/
+6
*
Simplify iterating over program headers and detect corrupt ones.
Rafael Espindola
2015-07-20
2
-0
/
+6
*
llvm-readobj: Handle invalid references to the string table.
Rafael Espindola
2015-07-20
2
-0
/
+7
*
Move CHECKs closer to the RUN line.
Rafael Espindola
2015-07-20
1
-6
/
+9
*
llvm-readobj: call exit(1) on error.
Rafael Espindola
2015-07-20
1
-1
/
+0
*
Trying to fix the windows bots.
Rafael Espindola
2015-07-16
1
-4
/
+4
*
Fix handling of relative paths in thin archives.
Rafael Espindola
2015-07-16
1
-3
/
+18
*
llvm-ar: Don't write the directory in the string table.
Rafael Espindola
2015-07-15
1
-3
/
+12
*
Handle the error of trying to convert a regular archive to a thin one.
Rafael Espindola
2015-07-15
1
-0
/
+14
*
Initial support for writing thin archives.
Rafael Espindola
2015-07-15
1
-0
/
+11
*
Accept lower case to handle windows error messages.
Rafael Espindola
2015-07-14
1
-1
/
+1
*
Add support for reading members out of thin archives.
Rafael Espindola
2015-07-14
1
-0
/
+6
*
llvm-ar: Don't try to extract from thin archives.
Rafael Espindola
2015-07-14
1
-0
/
+3
*
Sleep for 2.1 seconds to see if that makes the test stable on windows.
Rafael Espindola
2015-07-14
1
-2
/
+3
*
llvm-ar: print an error when the requested member is not found.
Rafael Espindola
2015-07-14
1
-0
/
+4
*
Rename a test. NFC.
Rafael Espindola
2015-07-14
1
-2
/
+0
*
Add missing file.
Rafael Espindola
2015-07-13
1
-0
/
+0
*
Fix reading archive members with / in the name.
Rafael Espindola
2015-07-13
1
-0
/
+6
*
Add support deterministic output in llvm-ar and make it the default.
Rafael Espindola
2015-07-13
4
-20
/
+20
*
[Object][ELF] Handle the dynamic string table in files without a section table.
Michael J. Spencer
2015-07-10
1
-1
/
+29
*
[Object][ELF] Support dumping hash-tables from files with no section table.
Michael J. Spencer
2015-07-09
2
-0
/
+8
*
Create BSD archives by default on OS X.
Rafael Espindola
2015-07-09
1
-1
/
+1
*
llvm-ar: Pad the symbol table to 4 bytes.
Rafael Espindola
2015-07-09
1
-0
/
+8
*
[yaml2obj] Initialize sh_addralign field for the .symtab section
Simon Atanasyan
2015-07-09
1
-0
/
+3
*
[ELF] Explicitly configure sections alignment in the tests. NFC
Simon Atanasyan
2015-07-09
2
-0
/
+2
[next]