summaryrefslogtreecommitdiff
path: root/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAge
...
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-09
* More uses for SymbolTableEntryBase.Rafael Espindola2013-04-09
* Add a SymbolTableEntryBase.Rafael Espindola2013-04-09
* Add a SectionBase struct.Rafael Espindola2013-04-08
* Template the MachO types over the word size.Rafael Espindola2013-04-08
* Remove is64BitLoadCommand.Rafael Espindola2013-04-08
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-08
* Make MachOObjectFile independent from MachOObject.Rafael Espindola2013-04-07
* Implement MachOObjectFile::getData directly.Rafael Espindola2013-04-07
* Implement MachOObjectFile::is64Bit directly.Rafael Espindola2013-04-07
* Implement MachOObjectFile::getHeaderSize directly.Rafael Espindola2013-04-07
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-07
* Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.Rafael Espindola2013-04-07
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-07
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-07
* Use getLoadCommandInfo instead of MachOObj->getLoadCommandInfo.Rafael Espindola2013-04-07
* Construct MachOObject in MachOObjectFile's constructor.Rafael Espindola2013-04-07
* Remove unused argument.Rafael Espindola2013-04-07
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-07
* Remove two uses of getObject.Rafael Espindola2013-04-07
* Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola2013-04-07
* Remove last use of InMemoryStruct from MachOObjectFile.cpp.Rafael Espindola2013-04-06
* Don't use InMemoryStruct<macho::SymtabLoadCommand>.Rafael Espindola2013-04-06
* Don't use InMemoryStruct in getSymbol64TableEntry.Rafael Espindola2013-04-06
* Don't use InMemoryStruct in getSymbolTableEntry.Rafael Espindola2013-04-06
* Don't use InMemoryStruct in getRelocation.Rafael Espindola2013-04-06
* Define versions of Section that are explicitly marked as little endian.Rafael Espindola2013-04-05
* Don't use InMemoryStruct in getSection and getSection64.Rafael Espindola2013-04-05
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-05
* Move an assert earlier in a file and check that the result ofEric Christopher2013-02-28
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Object: Fix errant fallthrough.Jim Grosbach2013-01-31
* Add a function to get the segment name of a section.Rafael Espindola2012-12-21
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-19
* Add r170095 back.Rafael Espindola2012-12-19
* Teach MachO which sections contain codeTim Northover2012-12-17
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-13
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-13
* Remove some dead code.Rafael Espindola2012-12-12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Object: Pass the buffer name through when making a copy.Benjamin Kramer2012-11-29
* Fix a memory leak in MachOObjectFile.Jim Grosbach2012-11-29
* Add interface for querying object files for symbol values.Tim Northover2012-10-29
* Cosmetic changesAndrew Kaylor2012-10-10
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-10
* Mark some static arrays as const.Craig Topper2012-05-24
* Fix the implementation of MachOObjectFile::isSectionZeroInit so it follows th...Eli Friedman2012-05-02
* Remove unused variable.Benjamin Kramer2012-04-13
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-10