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
/
include
/
llvm
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[SystemZ] Add ELF relocation support
Richard Sandiford
2013-05-03
2
-0
/
+99
*
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-30
1
-0
/
+1
*
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
3
-0
/
+24
*
Remove unused method.
Rafael Espindola
2013-04-29
1
-3
/
+0
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
2
-212
/
+22
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
2
-32
/
+21
*
Add the same todo about a command iterator interface into the
Eric Christopher
2013-04-22
1
-0
/
+3
*
Add a TODO about wanting an iterator interface.
Eric Christopher
2013-04-22
1
-0
/
+2
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
2
-1557
/
+91
*
Two small cleanups for ELF's templates.
Rafael Espindola
2013-04-17
1
-98
/
+72
*
Remove getters now that we can specialize structs on the host endianness.
Rafael Espindola
2013-04-15
1
-75
/
+80
*
Add typenames to see if bot goes green.
Rafael Espindola
2013-04-13
1
-3
/
+3
*
Some versions of gcc don't like typenames in these places.
Rafael Espindola
2013-04-13
1
-9
/
+15
[next]