LTO: rename the various makeLTOModule overloads.
[oota-llvm.git] / lib / Object /
2014-07-03 Rafael EspindolaMove createIRObjectFile to the IRObjectFile class and...
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-06-30 Reid KlecknerSpeculatively fix some code handling Power64 MachO...
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-30 Tim Northovermacho-dump: add code to print LC_ID_DYLIB load commands.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Lang Hames[RuntimeDyld] Adds the necessary hooks to MCJIT to...
2014-06-24 Rafael EspindolaReplace two release calls with std::move. I missed...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-23 Rafael EspindolaConvert a few methods to use ErrorOr.
2014-06-20 Kevin EnderbyFix a warning about the use of const being ignored...
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-18 Rafael EspindolaChange IRObjectFile to parse the bitcode lazily.
2014-06-18 Rafael EspindolaFix a memory leak in the error path.
2014-06-16 Rafael EspindolaFix pr17056.
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-14 Artyom SkrobovReplacing the private implementations of SwapValue...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Rafael EspindolaRemove unused and odd code.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-06 Simon Atanasyan[yaml2obj][obj2yaml] Support ELF symbol's visibility...
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-06-03 Rafael EspindolaUse an enum class.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-05-29 Simon Atanasyan[elf2yaml][ELF] Move Info field to the RelocationSectio...
2014-05-23 Simon Atanasyan[YAML] Add an optional argument `EnumMask` to the ...
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-20 Kevin EnderbyRevert r209235 as it broke two tests:
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-20 Simon Atanasyan[Mips] Add more relocation types and MIPS specific...
2014-05-19 Kevin EnderbyImplement MachOObjectFile::isSectionData() and MachOObj...
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Do not print empty Link and Info fields...
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-05-14 Simon Atanasyan[obj2yaml] Support ELF input format in the obj2yaml...
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-05-07 Simon Atanasyan[yaml2obj] Support ELF x86 relocations.
2014-05-03 Simon Atanasyan[ELFYAML] Group ELF header falgs to target specific...
2014-05-03 Simon Atanasyan[ELFYAML] Add more SHT_xxx flags to the YAML section...
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-23 Simon Atanasyan[yaml2obj][ELF] Remove unnecessary space between namesp...
2014-04-23 Simon Atanasyan[yaml2obj][ELF] Add a virtual destructor to the ELFYAML...
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-11 Simon Atanasyan[yaml2obj][ELF] ELF Relocations Support.
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Add missing dependencies.
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
2014-04-09 David Majnemerobj2yaml: Don't crash if the characteristics field...
2014-04-09 Saleem AbdulrasoolObject: add type names for ARM/COFF relocations
2014-04-07 David Majnemerobj2yaml: Use the correct relocation type for different...
2014-04-04 Rafael EspindolaAdd an assert that this is only used with .o files.
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-04-03 Rafael EspindolaImplement macho relocation iterators with section numbe...
2014-04-03 Rafael EspindolaFix llvm-objdump crash.
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-04-03 Rafael EspindolaImplement get getSymbolFileOffset with getSymbolAddress.
2014-04-03 Rafael EspindolaRemove getSymbolValue.
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
2014-04-02 Rafael EspindolaFix a nomenclature error in llvm-nm.
2014-03-31 Daniel Sanders[yaml2obj] Add support for ELF e_flags.
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-21 Rui UeyamaObject/COFF: Support large relocation table.
2014-03-20 David MajnemerObject: Don't double-escape empty hexdata
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-18 Alexey Samsonov[C++11] Change the interface of getCOFF{Section,Relocat...
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-15 Justin BognerSupport: Make error_category's constructor public
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-13 Saleem AbdulrasoolSupport: add support to identify WinCOFF/ARM objects
2014-03-11 Saleem AbdulrasoolObject: rename ARMV7 to ARMNT
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-26 Nico RieckRelax COFF string table check
2014-02-25 Rui UeyamaSimplify base64 routine a bit.
2014-02-22 Nico RieckMC: Support COFF string tables larger than 10MB
2014-02-21 Aaron BallmanShankar kindly pointed out that I wasn't following...
2014-02-21 Aaron BallmanFixing the MSVC build by including a file.
2014-02-21 Rafael EspindolaAdd missing include.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
next