index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a FIXME about the format and add a test.
Rafael Espindola
2013-07-11
1
-8
/
+23
*
Merge these tests.
Rafael Espindola
2013-07-11
5
-35
/
+16
*
Use a more unique name to avoid conflicting with directory.ll tests when running
Rafael Espindola
2013-07-11
1
-19
/
+19
*
Add a test for llvm-ar's 'd' operation.
Rafael Espindola
2013-07-11
1
-0
/
+30
*
Add tests for the 'x' operation.
Rafael Espindola
2013-07-11
1
-0
/
+20
*
Remove this test for now.
Rafael Espindola
2013-07-10
1
-7
/
+0
*
Find the symbol table on archives created on OS X.
Rafael Espindola
2013-07-10
1
-0
/
+7
*
Move tests from test/Archive to test/Object.
Rafael Espindola
2013-07-10
15
-0
/
+69
*
Don't crash in 'llvm -s' when an archive has no symtab.
Rafael Espindola
2013-07-10
1
-10
/
+17
*
Don't create an archive if, for example, we are asked to print the index.
Rafael Espindola
2013-07-05
1
-0
/
+17
*
Add support for archives with no symbol table or string table.
Rafael Espindola
2013-07-04
2
-0
/
+5
*
Add support for gnu archives with a string table and no symtab.
Rafael Espindola
2013-07-03
2
-0
/
+8
*
Make llvm-nm return 1 on error.
Rafael Espindola
2013-07-03
1
-0
/
+17
*
[yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
2013-06-22
2
-25
/
+21
*
This was a nifty test, but remove it.
Sean Silva
2013-06-21
1
-6
/
+0
*
Revert "Put r184469 disassembler test back on X86"
Sean Silva
2013-06-21
2
-46
/
+15
*
Put r184469 disassembler test back on X86
Renato Golin
2013-06-21
2
-15
/
+46
*
[yaml2obj][ELF] Don't do disassembly in this test.
Sean Silva
2013-06-21
1
-1
/
+2
*
[yaml2obj][ELF] Allow expressing undefined symbols.
Sean Silva
2013-06-21
1
-0
/
+4
*
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
2013-06-21
2
-6
/
+45
*
[yaml2obj][ELF] Add support for st_value and st_size.
Sean Silva
2013-06-20
1
-0
/
+16
*
[yaml2obj][ELF] Allow symbols to reference sections.
Sean Silva
2013-06-20
1
-0
/
+2
*
Make sure ar is creating a new file instead of updating an existing one.
Rafael Espindola
2013-06-20
1
-0
/
+1
*
[yaml2obj][ELF] Beef up this test a bit.
Sean Silva
2013-06-19
1
-0
/
+1
*
[yaml2obj][ELF] Support ELFOSABI_* enum.
Sean Silva
2013-06-19
1
-0
/
+10
*
[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.
Sean Silva
2013-06-19
1
-0
/
+4
*
[yaml2obj][ELF] Ensure STN_UNDEF entry is present.
Sean Silva
2013-06-18
1
-1
/
+0
*
[yaml2obj][ELF] Rudimentary symbol table support.
Sean Silva
2013-06-18
1
-0
/
+22
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
2
-0
/
+6
*
[yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
2013-06-15
1
-0
/
+3
*
[yaml2obj] Add support for sh_addralign via `AddressAlign` key.
Sean Silva
2013-06-14
1
-2
/
+4
*
[yaml2obj] Add support for specifying raw section content.
Sean Silva
2013-06-13
1
-1
/
+6
*
[yaml2obj] Add sh_addr via `Address` key.
Sean Silva
2013-06-13
1
-0
/
+2
*
[yaml2obj] Initial ELF section support.
Sean Silva
2013-06-13
2
-1
/
+24
*
[yaml2obj] Remove fragile test case.
Sean Silva
2013-06-12
2
-39
/
+0
*
Fix dubious type name similar to member name.
Sean Silva
2013-06-11
5
-5
/
+5
*
[yaml2obj] Initial ELF support.
Sean Silva
2013-06-10
7
-0
/
+79
*
Move the test for the data in code into the ARM directory as it is an ARM
Kevin Enderby
2013-06-06
1
-0
/
+0
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
2
-0
/
+7
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
3
-12
/
+12
*
Don't print default values for NumberOfAuxSymbols and AuxiliaryData.
Rafael Espindola
2013-06-05
1
-0
/
+1
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
2
-0
/
+7
*
[Object/COFF] Fix Windows .lib name handling.
Rui Ueyama
2013-06-03
3
-0
/
+26
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
1
-1
/
+9
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
1
-0
/
+30
*
Use std::list so that we have a stable iterator.
Rafael Espindola
2013-05-21
1
-3
/
+2
*
Temporarily disable this test because it is failing when using libc++.
Bob Wilson
2013-05-19
1
-2
/
+3
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
1
-96
/
+78
*
Object: Fix Mach-O relocation printing.
Ahmed Bougacha
2013-05-14
1
-0
/
+35
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
1
-2
/
+2
[prev]
[next]