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
/
lib
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
[yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
2013-06-22
1
-7
/
+3
*
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
2013-06-21
1
-10
/
+7
*
[yaml2obj][ELF] Add support for st_value and st_size.
Sean Silva
2013-06-20
1
-0
/
+2
*
[yaml2obj][ELF] Allow symbols to reference sections.
Sean Silva
2013-06-20
1
-0
/
+1
*
MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::st...
NAKAMURA Takumi
2013-06-19
1
-3
/
+3
*
[yaml2obj][ELF] Support ELFOSABI_* enum.
Sean Silva
2013-06-19
1
-0
/
+28
*
[yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.
Sean Silva
2013-06-19
1
-0
/
+25
*
[yaml2obj][ELF] Rudimentary symbol table support.
Sean Silva
2013-06-18
1
-0
/
+10
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
6
-2
/
+156
*
Don't convert object_error's enum to and from int.
Rafael Espindola
2013-06-18
1
-4
/
+4
*
[yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
2013-06-15
1
-0
/
+1
*
Remove the LLVM specific archive index.
Rafael Espindola
2013-06-14
1
-2
/
+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
/
+47
*
readobj: Dump PE/COFF optional records.
Rui Ueyama
2013-06-12
2
-38
/
+67
*
80-cols
Sean Silva
2013-06-12
1
-1
/
+2
*
Fix variable name style. Don't cast to and from int.
Rafael Espindola
2013-06-11
1
-0
/
+2
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-25
/
+26
*
Convert a use of sys::identifyFileType to sys::fs::identify_magic.
Rafael Espindola
2013-06-11
1
-16
/
+18
*
Fix dubious type name similar to member name.
Sean Silva
2013-06-11
1
-7
/
+7
*
[yaml2obj] Initial ELF support.
Sean Silva
2013-06-10
2
-0
/
+229
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
2
-4
/
+2
*
Don't artifically restrict input object size.
Sean Silva
2013-06-08
1
-2
/
+0
*
Use isxdigit.
Rafael Espindola
2013-06-07
1
-9
/
+1
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
1
-1
/
+45
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
1
-2
/
+3
*
Add writeAsHex(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
1
-7
/
+14
*
Rename BinaryRef::isBinary to more descriptive DataIsHexString.
Sean Silva
2013-06-05
1
-1
/
+1
*
Add writeAsBinary(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
1
-0
/
+29
*
Don't print default values for NumberOfAuxSymbols and AuxiliaryData.
Rafael Espindola
2013-06-05
1
-2
/
+3
*
Move BinaryRef to a new include/llvm/Object/YAML.h file.
Rafael Espindola
2013-06-05
3
-17
/
+35
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
3
-16
/
+8
*
[Object/COFF] Fix Windows .lib name handling.
Rui Ueyama
2013-06-03
1
-4
/
+10
*
Rename COFFYaml.h to COFFYAML.h for consistency.
Rafael Espindola
2013-05-31
1
-1
/
+1
*
Don't allocate temporary string for section data.
Rafael Espindola
2013-05-31
1
-0
/
+17
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
1
-0
/
+4
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
2
-0
/
+280
*
Object: Fix Mach-O relocation printing.
Ahmed Bougacha
2013-05-14
1
-2
/
+3
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
2
-11
/
+0
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+1
*
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-30
1
-0
/
+10
*
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
2
-2
/
+25
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
3
-452
/
+132
*
Use a pointer as the relocation iterator.
Rafael Espindola
2013-04-25
1
-24
/
+29
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
2
-17
/
+2
*
Use pointers to iterate over symbols.
Rafael Espindola
2013-04-24
1
-30
/
+36
*
Revert r180189.
Rafael Espindola
2013-04-24
1
-29
/
+24
[next]