summaryrefslogtreecommitdiff
path: root/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-25
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-23
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Fix a warning about the use of const being ignored with a cast.Kevin Enderby2014-06-20
* Replacing the private implementations of SwapValue with calls to sys::swapByt...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-30
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-20
* Revert r209235 as it broke two tests:Kevin Enderby2014-05-20
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-20
* Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSSKevin Enderby2014-05-19
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Add an assert that this is only used with .o files.Rafael Espindola2014-04-04
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-03
* Implement macho relocation iterators with section number + relocation number.Rafael Espindola2014-04-03
* Fix llvm-objdump crash.Rafael Espindola2014-04-03
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-03
* Remove getSymbolValue.Rafael Espindola2014-04-03
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-03
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-02
* ARM64: initial backend importTim Northover2014-03-29
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-04
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Fix a pair of array index checks.Eric Christopher2013-12-06
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-02
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-02
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27