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
/
MachOObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-180
/
+516
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-54
/
+81
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-124
/
+108
*
move getSymbolNMTypeChar to the one program that needs it: nm.
Rafael Espindola
2013-11-02
1
-37
/
+0
*
Fix llvm-nm to mach OS X's nm on some tests.
Rafael Espindola
2013-11-02
1
-6
/
+17
*
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
Rui Ueyama
2013-09-27
1
-6
/
+6
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-366
/
+372
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-374
/
+368
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-368
/
+374
*
Support/MachO: Add a bunch of defines.
Charles Davis
2013-08-27
1
-26
/
+26
*
Move #includes from .h to .cpp file.
Jakub Staszak
2013-08-21
1
-0
/
+2
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-3
/
+4
*
MachObjectFile: Don't leak on error.
Benjamin Kramer
2013-08-03
1
-7
/
+9
*
Typo.
Eric Christopher
2013-07-22
1
-1
/
+1
*
80-column tidying. Formatting choices by clang-format.
Eric Christopher
2013-07-22
1
-14
/
+16
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
1
-2
/
+6
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
1
-1
/
+45
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-8
/
+5
*
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
1
-6
/
+0
*
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
1
-2
/
+19
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
1
-29
/
+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
1
-15
/
+1
*
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
*
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
*
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
*
Template the MachO types over the word size.
Rafael Espindola
2013-04-08
1
-65
/
+86
*
Remove is64BitLoadCommand.
Rafael Espindola
2013-04-08
1
-20
/
+10
*
Add all 4 MachO object types. Use the stored type to implement is64Bits().
Rafael Espindola
2013-04-08
1
-5
/
+8
*
Make MachOObjectFile independent from MachOObject.
Rafael Espindola
2013-04-07
1
-16
/
+9
*
Implement MachOObjectFile::getData directly.
Rafael Espindola
2013-04-07
1
-1
/
+1
*
Implement MachOObjectFile::is64Bit directly.
Rafael Espindola
2013-04-07
1
-1
/
+2
*
Implement MachOObjectFile::getHeaderSize directly.
Rafael Espindola
2013-04-07
1
-1
/
+1
[next]