Remove 'virtual' keyword from methods markedwith 'override' keyword.
[oota-llvm.git] / include / llvm / Object /
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-19 Rafael Espindolafix the gcc build
2014-08-19 Rafael EspindolaFix the MSVC build.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaRemove a redundant "public:". NFC.
2014-08-17 Rafael EspindolaAdd a non-templated ELFObjectFileBase class.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
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-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-21 David BlaikieCorrect the ownership passing semantics of object:...
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-07-06 Alp TokerFix the MSVC build following r212382
2014-07-06 Alp TokerDon't use StringRef iterator functions for data access
2014-07-05 Rafael EspindolaThis only needs a StringRef. No functionality change.
2014-07-04 Rafael EspindolaMake RecordStreamer.h private.
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
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 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-27 Ed Mastellvm-objdump: don't assert if ELF file has no sections
2014-06-27 Simon Atanasyan[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
2014-06-25 Lang Hames[RuntimeDyld] Adds the necessary hooks to MCJIT to...
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-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-18 Rafael EspindolaAdd a symbols() range and use a range loop.
2014-06-18 Ulrich WeigandSupport LE in RelocVisitor::visitELF_PPC64_*
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
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-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
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-04 Simon Atanasyan[Object][ELF] Range-based loop simplification.
2014-06-03 Rafael EspindolaUse an enum class.
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-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] Print relocation's offset as a hex...
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-05-05 Simon AtanasyanAdd range access to ELFFile's sections collection.
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Matheus Almeida[mips] Emit all three relocation operations for each...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-23 Simon Atanasyan[yaml2obj][ELF] Add a virtual destructor to the ELFYAML...
2014-04-21 Rui UeyamaFix wrong iterator type
2014-04-21 Jim GrosbachTidy up. Remove extraneous typedef.
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-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-04-11 Simon Atanasyan[yaml2obj][ELF] ELF Relocations Support.
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-07 David Majnemerobj2yaml: Use the correct relocation type for different...
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-04-03 Rafael EspindolaReuse existing variable.
2014-04-03 Rafael EspindolaHandle getting UnknownAddressOrSize or section_end().
2014-04-03 Rafael EspindolaImplement get getSymbolFileOffset with getSymbolAddress.
2014-04-03 Rafael EspindolaRemove getSymbolValue.
2014-04-03 Rafael EspindolaAdd support for the R_ARM_ABS32 relocation.
2014-04-03 Rafael EspindolaOnly clear the thumb bit from function addresses.
2014-04-03 Rafael EspindolaSimplify ELFObjectFile<ELFT>::getSymbolAddress.
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
2014-04-02 Rafael EspindolaFix a nomenclature error in llvm-nm.
2014-04-02 Rafael EspindolaAdd back an assert that was lost in the ELFObjectFile...
2014-03-31 Daniel Sanders[yaml2obj] Add support for ELF e_flags.
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: Abstract out the determination of function...
2014-03-19 David MajnemerCOFF: Fix a typo
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-19 David MajnemerObject: Move auxiliary symbol definitions from llvm...
2014-03-19 David MajnemerObject: Clean up COFF.h
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 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-03-14 Alexey SamsonovDelete unused ObjectFile::{begin,end}_symbols()
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
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...
next