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
*
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
*
Add missing file from previous commit.
Rafael Espindola
2015-07-09
1
-0
/
+0
*
Basic support for BSD symbol tables in archives.
Rafael Espindola
2015-07-09
1
-0
/
+21
*
Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.
Adrian Prantl
2015-07-09
2
-8
/
+0
*
[Object][ELF] Support dumping hash-tables from files with no section table.
Michael J. Spencer
2015-07-09
2
-0
/
+8
*
Don't reject an archive with just a symbol table.
Rafael Espindola
2015-07-08
2
-0
/
+4
*
Start adding support for writing archives in BSD format.
Rafael Espindola
2015-07-08
1
-0
/
+10
*
[yaml2obj] Align section content using AddressAlign field's value
Simon Atanasyan
2015-07-08
1
-0
/
+53
*
[yaml2obj] Use regex to match sections offsets. NFC
Simon Atanasyan
2015-07-08
2
-3
/
+3
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
1
-0
/
+3
*
Common symbols are not undefined, at least for ObjectFile.
Rafael Espindola
2015-07-07
1
-0
/
+9
*
llvm-nm: treat weak undefined as undefined.
Rafael Espindola
2015-07-06
2
-2
/
+11
*
When sorting by address, undefined symbols go first.
Rafael Espindola
2015-07-06
1
-16
/
+17
*
Fix printing of common symbols.
Rafael Espindola
2015-07-06
1
-0
/
+3
*
Check that COFF .obj files have sections with zero virtual address spaces.
Rafael Espindola
2015-07-06
2
-0
/
+13
*
Fix handling of ELF::R_MIPS_32 on Mips64.
Rafael Espindola
2015-07-06
2
-0
/
+6
*
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
2015-07-03
2
-3
/
+2
*
This reverts commit r241350 and r241352.
Rafael Espindola
2015-07-03
2
-2
/
+3
*
[ELFYAML] Make the Size field for .bss section optional
Simon Atanasyan
2015-07-03
1
-1
/
+0
*
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
2015-07-03
2
-3
/
+3
*
Improve error message.
Rafael Espindola
2015-07-02
1
-1
/
+1
*
Return ErrorOr from getSection.
Rafael Espindola
2015-07-01
1
-1
/
+1
*
Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.
Rafael Espindola
2015-06-30
2
-0
/
+3
*
Add a test of an elf file with an invalid section index.
Rafael Espindola
2015-06-30
2
-0
/
+4
*
Report an error on invalid sh_entsize.
Rafael Espindola
2015-06-30
2
-0
/
+32
*
Factor out the checking of string tables.
Rafael Espindola
2015-06-29
2
-0
/
+1
*
Add a testcase for an invalid file.
Rafael Espindola
2015-06-29
2
-0
/
+3
*
Convert an assert that can fail into error checking.
Rafael Espindola
2015-06-29
2
-0
/
+1
*
[Stackmap] Pre-assemble the stackmap parser test case. (Fix builders).
Lang Hames
2015-06-27
3
-52
/
+1
*
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
Lang Hames
2015-06-26
2
-0
/
+67
*
[Object][ELF] Add support for dumping dynamic relocations when sections are s...
Michael J. Spencer
2015-06-25
1
-0
/
+11
[next]