]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/Object
Add a couple of convenience accessors to DebugLocEntry::Value to further
[opencl/llvm.git] / lib / Object /
2014-08-11 Tim NorthoverAArch64: add support for dynamic-loader relocations
2014-08-08 Rafael EspindolaDelete dead code. NFC.
2014-08-08 Rafael EspindolagetLoadName is only implemented for ELF, make it ELF...
2014-08-08 Rafael EspindolaUse a simpler predicate. NFC.
2014-08-08 Rafael Espindolapr20589: Fix duplicated arch flag.
2014-08-07 Kevin EnderbyAdd two missing ARM cpusubtypes to the switch statement in
2014-07-31 Rafael EspindolaA std::unique_ptr case I missed in the previous patch.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-21 David BlaikieCorrect the ownership passing semantics of object:...
2014-07-21 David BlaikieRemove unnecessary use of unique_ptr::release() used...
2014-07-21 David BlaikieRemove unused variable.
2014-07-20 Artyom SkrobovNamespace cleanup (no functional change)
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-18 Artyom Skrobovextracting swapStruct into include/llvm/Support/MachO...
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-07-14 NAKAMURA TakumiObject/LLVMBuild.txt: Sort required_libraries by alphab...
2014-07-13 Simon AtanasyanAdd forgotten `break` statement.
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-12 Simon Atanasyan[ELFYAML] Group ELF section type flags to target specif...
2014-07-08 Kevin EnderbyAdd support for BSD format Archive map symbols (aka...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-05 Rafael EspindolaThis only needs a StringRef. No functionality change.
2014-07-04 Rafael EspindolaMake RecordStreamer.h private.
2014-07-04 Rafael EspindolaIgnore llvm.* globals.
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
2014-07-04 Rafael EspindolaMark intrinsic functions as llvm-specific.
2014-07-04 Rafael EspindolaDon't include llvm.metadata variables in archive symbol...
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
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.
next