Make some assertions on constant expressions static.
[oota-llvm.git] / include / llvm / Object /
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...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-02-28 Alexey SamsonovTurn static inline functions to inline, following Rafae...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-28 Rui UeyamaRename coff_pdata_x64 -> coff_runtime_function_x64.
2014-02-27 Rui UeyamaObject/COFF: Add a struct for the function table in...
2014-02-26 Alexey SamsonovMove getELFDynamicSymbolIterators to a public header.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-20 Rui UeyamaObject/COFF: Fix possible truncation bug.
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-20 Rui UeyamaObject/COFF: Fix padding between CSDVersion and EditList.
2014-02-19 Rui Ueyamallvm-objdump/COFF: Print load configuration table.
2014-02-18 Daniel Sanders[mips] Add support for ELF64-mips and the R_MIPS_32...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-02-04 Rafael EspindolaRemove unused SF_ThreadLocal.
2014-01-31 Rafael EspindolaMark the first dynamic elf symbol as SF_FormatSpecific.
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-30 Rafael Espindolaadd a bunch of LLVM_OVERRIDE before I start refactoring...
2014-01-30 Rafael EspindolaRemove dead code.
2014-01-30 Rafael EspindolaFix TLS handling in ELF's getAddress and llvm-nm to...
2014-01-29 Rafael EspindolaMake createObjectFile's signature a bit less error...
2014-01-26 Venkatraman Govind... [Sparc] Add support for parsing DW_CFA_GNU_window_save.
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-23 Simon Atanasyan[Object][ELF][Mips] Print symbol name for MIPS ELF...
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 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 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-08 Rafael EspindolaUse getError and remove the error_code operator.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-13 Rui UeyamaObject/COFF: ExportAddressTableEntry is a union of...
2013-12-06 Rui UeyamaObject/COFF: Add export table entry structs.
2013-11-15 Rui UeyamaReadobj: If NumbersOfSections is 0xffff, it's an COFF...
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Rui UeyamaRevert "llvm-objdump: Dump COFF import table if -privat...
2013-09-27 Rui Ueyamallvm-objdump: Dump COFF import table if -private-header...
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-28 Rui Ueyama[Object/COFF] Add coff_aux_weak_external.
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-21 Jakub StaszakMove #includes from .h to .cpp file.
2013-08-12 Michael J. Spencer[Object/ELF] sh_type is not a bitfield. Fixes RuntimeDy...
2013-08-09 Hans WennborgELFObjectFile.h: Silence warning on Windows
2013-08-09 Alexey SamsonovTry to unbreak Windows build after r188022
2013-08-08 Michael J. Spencerllvm isn't C++11 yet :(
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-22 Rafael EspindolaMark ELF's first symbol as format specific so that...
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-18 Rui UeyamaRevert "COFFDumper: Dump data directory entries."
2013-07-18 Rui UeyamaCOFFDumper: Dump data directory entries.
2013-07-16 Rui Ueyama[Object/COFF] Add import_directory_table_entry.
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-09 Rafael EspindolaAdd missing getters. They will be used in llvm-ar.
2013-07-09 Rafael EspindolaArchive members cannot be larger than 4GB. Return a...
2013-07-09 Rafael EspindolaWe never compare iterators from two archives. Assert...
2013-07-09 Rafael EspindolaAdd getHeader helper and move ToHeader to the cpp file.
2013-07-09 Rafael EspindolaCompute the size of an archive member in the constructor.
2013-07-09 Rafael EspindolaRemove declare but not implemented methods.
2013-07-09 Rafael EspindolaMove some code out of line. No functionality change.
2013-07-05 Rafael EspindolaUse the raw member names in Archive::Archive.
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Ulrich Weigand[PowerPC] Fix 32-bit PowerPC TLS relocs
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-22 Benjamin KramerRelocVisitor: Add another PPC64 relocation that occurs...
2013-06-22 Sean Silva[yaml2obj][ELF] Make symbol table top-level key.
2013-06-21 Ulrich Weigand[PowerPC] Support R_PPC_REL16 family of relocations
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-21 Sean Silva[yaml2obj][ELF] Don't explicitly set `Binding` with...
2013-06-20 Sean Silva[yaml2obj][ELF] Add support for st_value and st_size.
2013-06-20 Sean Silva[yaml2obj][ELF] Allow symbols to reference sections.
2013-06-19 Sean Silva[yaml2obj][ELF] Support ELFOSABI_* enum.
2013-06-19 Sean Silva[yaml2obj][ELF] Support st_info through `Binding` and...
next