InstCombine: Canonicalize addrspacecast between different element types
[oota-llvm.git] / lib / Object /
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.
2014-02-20 Benjamin Kramercstdint is a C++11 header, LLVM provides its own versio...
2014-02-20 Rui UeyamaFix build breakage.
2014-02-20 Rui UeyamaObject/COFF: Fix possible truncation bug.
2014-02-20 NAKAMURA TakumiCOFFObjectFile.cpp: Appease msvc in r201760.
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-02-05 Rafael EspindolaUse the information provided by getFlags to unify some...
2014-02-04 Rafael EspindolaRemove unused SF_ThreadLocal.
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaOnly ELF has a dynamic symbol table. Remove it from...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-29 Rafael EspindolaMake createObjectFile's signature a bit less error...
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-26 Venkatraman Govind... [Sparc] Add support for sparc relocation types in ELF...
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-22 Rafael EspindolaPass the computed magic to createBinary and createObjec...
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-17 Rui Ueyama80-column.
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Rui UeyamaUse static instead of anonymous namespace.
2014-01-16 Rui UeyamaReduce nesting.
2014-01-16 Rui UeyamaUse the current local variable naming style.
2014-01-16 Rui Ueyamallmv-objdump/COFF: Print export table contents.
2014-01-16 Rui UeyamaDon't use DataRefImpl to implement ImportDirectoryEntryRef.
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-06 Eric ChristopherFix a pair of array index checks.
next