index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Object
/
MachO.h
Age
Commit message (
Expand
)
Author
2013-04-30
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-29
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-26
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-22
Add the same todo about a command iterator interface into the
Eric Christopher
2013-04-18
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-15
Remove getters now that we can specialize structs on the host endianness.
Rafael Espindola
2013-04-13
Add typenames to see if bot goes green.
Rafael Espindola
2013-04-13
Some versions of gcc don't like typenames in these places.
Rafael Espindola
2013-04-13
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-12
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-11
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
Fix llvm-readobj tests on big endian hosts.
Rafael Espindola
2013-04-11
Print more information about relocations.
Rafael Espindola
2013-04-11
Fix MachO's getRelocationAdditionalInfo.
Rafael Espindola
2013-04-10
Template MachOObjectFile over endianness too.
Rafael Espindola
2013-04-10
Simplify the templating a bit.
Rafael Espindola
2013-04-10
Move two methods out of line.
Rafael Espindola
2013-04-10
Template the MachO types over endianness.
Rafael Espindola
2013-04-10
Include the more specific header.
Rafael Espindola
2013-04-09
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-09
Add a SymbolTableEntryBase.
Rafael Espindola
2013-04-08
Add a SectionBase struct.
Rafael Espindola
2013-04-08
Template the MachO types over the word size.
Rafael Espindola
2013-04-08
Add all 4 MachO object types. Use the stored type to implement is64Bits().
Rafael Espindola
2013-04-07
Make MachOObjectFile independent from MachOObject.
Rafael Espindola
2013-04-07
Implement MachOObjectFile::getHeader directly.
Rafael Espindola
2013-04-07
Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.
Rafael Espindola
2013-04-07
Remove LoadCommandInfo now that we always have a pointer to the command.
Rafael Espindola
2013-04-07
Add MachOObjectFile::LoadCommandInfo.
Rafael Espindola
2013-04-07
Construct MachOObject in MachOObjectFile's constructor.
Rafael Espindola
2013-04-07
Remove MachOObjectFile::getObject.
Rafael Espindola
2013-04-07
Remove two uses of getObject.
Rafael Espindola
2013-04-07
Remove usage of InMemoryStruct in getSymbol.
Rafael Espindola
2013-04-07
Remove a use of InMemoryStruct in llvm-readobj.
Rafael Espindola
2013-04-07
Make getObject const. Remove a const_cast.
Rafael Espindola
2013-04-07
Remove last use of InMemoryStruct in llvm-objdump.
Rafael Espindola
2013-04-06
Remove last use of InMemoryStruct from MachOObjectFile.cpp.
Rafael Espindola
2013-04-06
Don't use InMemoryStruct<macho::SymtabLoadCommand>.
Rafael Espindola
2013-04-06
Don't use InMemoryStruct in getSymbol64TableEntry.
Rafael Espindola
2013-04-06
Don't use InMemoryStruct in getSymbolTableEntry.
Rafael Espindola
2013-04-06
Don't use InMemoryStruct in getRelocation.
Rafael Espindola
2013-04-05
Define versions of Section that are explicitly marked as little endian.
Rafael Espindola
2013-04-05
Don't use InMemoryStruct in getSection and getSection64.
Rafael Espindola
2013-04-05
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2012-12-21
Add a function to get the segment name of a section.
Rafael Espindola
2012-12-19
Revert 170545 while I debug the ppc failures.
Rafael Espindola
2012-12-19
Add r170095 back.
Rafael Espindola
2012-12-13
Revert "Add a funciton to get the segment name of a section."
Eric Christopher
2012-12-13
Add a funciton to get the segment name of a section.
Rafael Espindola
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
[next]