Whitespace.
[oota-llvm.git] / lib / Object /
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Rafael EspindolaUse computeSymbolSizes in llvm-symbolize.
2015-06-25 Rui UeyamalibObject/COFF: Add a function to get pointers to reloc...
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-24 Rafael EspindolaUse Symbol::getValue to simplify object::computeSymbolS...
2015-06-24 Rafael EspindolaAdd a SymbolRef::getValue.
2015-06-24 Rafael EspindolaRefactor duplicated code. NFC.
2015-06-24 Rafael EspindolaSimplify the logic, NFC.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Benjamin KramerMake helper functions static. NFC.
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Rafael EspindolaHandle multiple symbols having the same address.
2015-06-23 Rafael EspindolaExtract an utility for computing symbol sizes on MachO...
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Rafael EspindolaFix the build.
2015-06-18 Rafael EspindolaImprove the --expand-relocs handling of MachO.
2015-06-17 Benjamin Kramer[ArchiveWriter] Use EndianStream. No functional change...
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-06-16 Frederic RissHave MachOObjectFile::isValidArch() accept armv7
2015-06-16 Daniel SandersRecommit r239721: Replace string GNU Triples with llvm...
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-11 Peter CollingbourneObject: Prepend __imp_ when mangling a dllimport symbol...
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-08 Peter CollingbourneFix Windows build.
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.
2015-06-04 Alexey Samsonov[Object, ELF] Don't assert on invalid magic in createEL...
2015-06-04 Alexey Samsonov[Object, ELF] Don't call llvm_unreachable() from create...
2015-06-04 Alexey Samsonov[Object, MachO] Fixup for r239075: use union to store...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on incomplete MachO segment...
2015-06-04 Alexey Samsonov[Object, MachO] Simplify load segment parsing code...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on invalid MachO segment...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on invalid MachO load commands.
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on parsing invalid MachO...
2015-06-04 Alexey Samsonov[Object, MachO] Remove some code duplication. NFC.
2015-06-04 Alexey Samsonov[Object, MachO] Cache parsed MachO header in MachOObjec...
2015-06-03 Alexey Samsonov[Object, MachO] Introduce MachOObjectFile::load_command...
2015-06-03 Rafael EspindolaMove to llvm-objdump a large amount of code to that...
2015-06-02 Rafael EspindolaSimplify now that we always use an alignment of 2 for...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-31 Rafael EspindolaSimplify interface of function that doesn't fail.
2015-05-30 Keno FischerAdd RelocVisitor support for MachO
2015-05-26 Rui UeyamaObject: Add Archive::getNumberOfSymbols().
2015-05-22 Rafael EspindolaStop inventing symbol sizes.
2015-05-22 Rafael EspindolaDetect invalid section indexes when we first read them.
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-15 Pete CooperRemove MCAssembler.h include from MCStreamer.h and...
2015-05-08 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine...
2015-05-07 Simon Atanasyan[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
2015-05-07 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support more MIPS...
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-13 Rafael EspindolaBe lazy about loading metadata in IRObjectFile.
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-03-07 David MajnemerExecutionEngine: Preliminary support for dynamically...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-02 Rui UeyamaUse read{16,32,64}{le,be}() instead of *reinterpret_cas...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-25 Justin BognerObject: Handle Mach-O kext bundle files
2015-02-21 Shankar Easwaran[obj2yaml/yaml2obj] Add SHT_GROUP support.
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2015-02-17 Simon Atanasyan[Object] Support reading 64-bit MIPS ELF archives
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-10 Simon Atanasyan[Object] Reformat the code with clang-format
2015-01-29 Simon Atanasyan[ELFYAML] Provide default value 0 for YAML relocation...
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2015-01-25 Simon Atanasyan[ELFYAML] Support mips64 relocation record format in...
2015-01-23 Michael J. Spencer[Object][ELF] Test unknown type.
2015-01-16 Kevin EnderbyFix the Archive::Child::getRawSize() method used by...
2015-01-16 Kevin EnderbyThis should fix the build bot clang-cmake-armv7-a15...
2015-01-15 Filipe CabecinhasFix edge case when Start overflowed in 32 bit mode
2015-01-15 Kevin EnderbyAdd the option, -archive-headers, used with -macho...
2015-01-15 Filipe CabecinhasReport fatal errors instead of segfaulting/asserting...
2015-01-15 Lang Hames[Object] Add SF_Exported flag. This flag will be set...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-06 Filipe CabecinhasDon't loop endlessly for MachO files with 0 ncmds
2014-12-23 Kevin EnderbyAdd printing the LC_THREAD load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_ROUTINES load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_CLIENT load command with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_LIBRARY load command with llvm...
2014-12-19 Juergen Ributzka[Object] Don't crash on empty export lists.
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_UMBRELLA load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_FRAMEWORK load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-17 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO_64 load command...
2014-12-16 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO load command with...
2014-12-16 Rafael EspindolaStart adding thin archive support.
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-12-09 Rafael EspindolaReturn ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
2014-12-09 Rafael EspindolaRename createIRObjectFile to just create.
next