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
*
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
*
Formatting fixes.
Rafael Espindola
2013-04-24
1
-31
/
+20
*
Use a pointer as the relocation iterator.
Rafael Espindola
2013-04-24
1
-23
/
+28
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+39
*
refactor the struct byte swapping to a helper function.
Rafael Espindola
2013-04-19
1
-70
/
+20
*
Don't read one command past the end.
Rafael Espindola
2013-04-19
1
-2
/
+6
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
1
-82
/
+1379
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
1
-1
/
+1
*
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-13
1
-417
/
+15
*
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-12
1
-8
/
+44
*
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
1
-44
/
+8
*
Print more information about relocations.
Rafael Espindola
2013-04-11
1
-8
/
+44
*
Fix MachO's getRelocationAdditionalInfo.
Rafael Espindola
2013-04-11
1
-0
/
+6
*
Template MachOObjectFile over endianness too.
Rafael Espindola
2013-04-10
1
-9
/
+9
*
Template the MachO types over endianness.
Rafael Espindola
2013-04-10
1
-6
/
+6
*
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-09
1
-852
/
+110
*
More uses for SymbolTableEntryBase.
Rafael Espindola
2013-04-09
1
-35
/
+9
*
Add a SymbolTableEntryBase.
Rafael Espindola
2013-04-09
1
-47
/
+27
*
Add a SectionBase struct.
Rafael Espindola
2013-04-08
1
-24
/
+24
[next]