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
*
[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
*
Split Alignment out of the Section Characteristics.
Rafael Espindola
2013-05-06
2
-4
/
+8
*
Revert r181009.
Amara Emerson
2013-05-03
2
-0
/
+0
*
Delete test instead.
Amara Emerson
2013-05-03
1
-47
/
+0
*
Temporarily disable failing test.
Amara Emerson
2013-05-03
1
-0
/
+1
*
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
3
-0
/
+46
*
Add missing ':'.
Rafael Espindola
2013-04-26
1
-1
/
+1
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
2
-0
/
+18
*
Fix typo.
Rafael Espindola
2013-04-23
2
-4
/
+4
*
Write relocations in yaml2obj.
Rafael Espindola
2013-04-23
1
-1
/
+21
*
Add .ll as a valid test suffix for Object, this allows .ll -> object
Eric Christopher
2013-04-22
1
-1
/
+1
*
Only run the tests in test/Object/ARM if we have ARM support.
Rafael Espindola
2013-04-19
1
-0
/
+3
*
Don't read one command past the end.
Rafael Espindola
2013-04-19
2
-0
/
+4
*
llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...
Alexey Samsonov
2013-04-16
1
-0
/
+5
[next]