index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
[yaml2obj][ELF] Support ELFOSABI_* enum.
Sean Silva
2013-06-19
1
-0
/
+7
*
[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.
Sean Silva
2013-06-19
1
-0
/
+14
*
[yaml2obj][ELF] Rudimentary symbol table support.
Sean Silva
2013-06-18
1
-0
/
+11
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
5
-0
/
+129
*
Don't convert object_error's enum to and from int.
Rafael Espindola
2013-06-18
1
-12
/
+12
*
AArch64: print relocation addends if present on AArch64
Tim Northover
2013-06-17
1
-1
/
+10
*
[yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
2013-06-15
1
-0
/
+1
*
[yaml2obj] Add support for sh_addralign via `AddressAlign` key.
Sean Silva
2013-06-14
1
-0
/
+1
*
[yaml2obj] Add support for specifying raw section content.
Sean Silva
2013-06-13
1
-0
/
+1
*
[yaml2obj] Add sh_addr via `Address` key.
Sean Silva
2013-06-13
1
-0
/
+1
*
[yaml2obj] Initial ELF section support.
Sean Silva
2013-06-13
1
-0
/
+26
*
readobj: Dump PE/COFF optional records.
Rui Ueyama
2013-06-12
1
-1
/
+4
*
[PECOFF] Remove COFF header from PE header for simplicity.
Rui Ueyama
2013-06-11
1
-6
/
+2
*
Fix dubious type name similar to member name.
Sean Silva
2013-06-11
1
-4
/
+4
*
Fix spurious semicolons.
Sean Silva
2013-06-10
1
-4
/
+4
*
[yaml2obj] Initial ELF support.
Sean Silva
2013-06-10
1
-0
/
+92
*
Make operator== non-member for greater symmetry.
Rafael Espindola
2013-06-07
1
-7
/
+9
*
[Object/COFF] BaseOfData field should be absent in PE32+.
Rui Ueyama
2013-06-07
1
-1
/
+0
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
1
-0
/
+88
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
1
-4
/
+10
*
Add some class documentation to BinaryRef.
Sean Silva
2013-06-06
1
-2
/
+40
*
Rename operator== parameter to `RHS`.
Sean Silva
2013-06-05
1
-3
/
+3
*
Remove error-prone methods of BinaryRef.
Sean Silva
2013-06-05
1
-8
/
+0
*
Add writeAsHex(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
1
-0
/
+5
*
Rename BinaryRef::isBinary to more descriptive DataIsHexString.
Sean Silva
2013-06-05
1
-8
/
+9
*
Add BinaryRef binary_size() method.
Sean Silva
2013-06-05
1
-0
/
+7
*
Comment BinaryRef::Data.
Sean Silva
2013-06-05
1
-0
/
+2
*
Add writeAsBinary(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
1
-0
/
+3
*
Don't hide the first ELF symbol.
Rafael Espindola
2013-06-05
1
-2
/
+2
*
Represent symbols with a SymbolIndex,SectionIndex pair.
Rafael Espindola
2013-06-05
1
-66
/
+51
*
Don't print default values for NumberOfAuxSymbols and AuxiliaryData.
Rafael Espindola
2013-06-05
1
-0
/
+7
*
Move BinaryRef to a new include/llvm/Object/YAML.h file.
Rafael Espindola
2013-06-05
2
-32
/
+62
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
4
-16
/
+15
*
[Object/COFF] Add dos_header, pe32{,plus}_header and data_directory.
Rui Ueyama
2013-06-02
1
-1
/
+101
*
Use just a ArrayRef<uint8_t> to store both hex string and binary data.
Rafael Espindola
2013-05-31
1
-7
/
+7
*
Rename COFFYaml.h to COFFYAML.h for consistency.
Rafael Espindola
2013-05-31
1
-0
/
+0
*
Remove union to fix build in c++03.
Rafael Espindola
2013-05-31
1
-4
/
+2
*
Don't allocate temporary string for section data.
Rafael Espindola
2013-05-31
1
-2
/
+32
*
Fix a couple of typos and 80-col.
Eric Christopher
2013-05-30
1
-19
/
+21
*
Fix warning on varialbe unused in opt builds.
Daniel Jasper
2013-05-30
1
-2
/
+1
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
2
-69
/
+52
*
Remove dead return.
Rafael Espindola
2013-05-30
1
-1
/
+0
*
Add basic support for ELF32-ppc relocations to llvm-dwarfdump.
Benjamin Kramer
2013-05-18
2
-0
/
+17
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
1
-0
/
+136
*
Avoid runtime type checks.
Rafael Espindola
2013-05-09
1
-14
/
+40
*
Introduce convenience typedefs for the 4 ELF object types.
Rafael Espindola
2013-05-09
1
-16
/
+15
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
5
-38
/
+55
*
[PowerPC] Add some missing PPC64 relocs
Ulrich Weigand
2013-05-08
1
-0
/
+8
*
Revert r181009.
Amara Emerson
2013-05-03
2
-525
/
+0
*
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
2
-0
/
+525
[next]