]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/Object
Replace the dangling context hotfix with an assertion.
[opencl/llvm.git] / lib / Object /
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-15 Rui UeyamaReadobj: If NumbersOfSections is 0xffff, it's an COFF...
2013-11-04 Zoran JovanovicSupport for microMIPS branch instructions.
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-11-02 Rafael EspindolaConvert another use of getSymbolNMTypeChar.
2013-11-02 Rafael EspindolaAvoid some getSymbolNMTypeChar uses in COFFObjectFile...
2013-11-02 Rafael EspindolaRevert "Don't use getSymbolNMTypeChar for implementing...
2013-11-02 Rafael EspindolaDon't use getSymbolNMTypeChar for implementing COFFObje...
2013-11-02 Rafael EspindolaFix llvm-nm to mach OS X's nm on some tests.
2013-10-29 Zoran JovanovicSupport for microMIPS jump instructions
2013-10-23 Zoran JovanovicSupport for microMIPS relocations 1.
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
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-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
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-27 Charles DavisSupport/MachO: Add a bunch of defines.
2013-08-21 Jakub StaszakMove #includes from .h to .cpp file.
2013-08-09 Ulrich WeigandAdd back missing PPC relocation types.
2013-08-08 Michael J. SpencerAdd missing PPC64 relocation types.
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-07 Dmitri GribenkoYAMLTraits.h: replace DenseMap that used a bad implemen...
2013-08-03 Benjamin KramerMachObjectFile: Don't leak on error.
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-24 Rafael EspindolaDelete the buffer in createObjectFile if it fails.
2013-07-22 Eric ChristopherTypo.
2013-07-22 Eric Christopher80-column tidying. Formatting choices by clang-format.
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 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-12 Rafael EspindolaDon't reject an empty archive.
2013-07-10 Rafael EspindolaFind the symbol table on archives created on OS X.
2013-07-10 Rafael EspindolaDon't crash in 'llvm -s' when an archive has no symtab.
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 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 EspindolaMove some code out of line. No functionality change.
2013-07-09 Sean SilvaMake BinaryRef output correctly in case of empty data.
2013-07-05 Sylvestre LedruRemove a useless declarations (found by scan-build)
2013-07-05 Rafael EspindolaUse the raw member names in Archive::Archive.
2013-07-04 Rafael EspindolaAdd support for archives with no symbol table or string...
2013-07-03 Rafael EspindolaAdd support for gnu archives with a string table and...
2013-06-28 Alexey SamsonovMake a switch in createBinary fully-covered. Add forgot...
2013-06-22 Sean Silva[yaml2obj][ELF] Make symbol table top-level key.
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 NAKAMURA TakumiMachOUniversal.cpp: Fix abuse of Twine. It would be...
2013-06-19 Sean Silva[yaml2obj][ELF] Support ELFOSABI_* enum.
2013-06-19 Sean Silva[yaml2obj][ELF] Support st_info through `Binding` and...
2013-06-18 Sean Silva[yaml2obj][ELF] Rudimentary symbol table support.
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-18 Rafael EspindolaDon't convert object_error's enum to and from int.
2013-06-15 Sean Silva[yaml2obj] Add support for sh_link via `Link` key.
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-06-14 Sean Silva[yaml2obj] Add support for sh_addralign via `AddressAli...
2013-06-13 Sean Silva[yaml2obj] Add support for specifying raw section content.
2013-06-13 Sean Silva[yaml2obj] Add sh_addr via `Address` key.
2013-06-13 Sean Silva[yaml2obj] Initial ELF section support.
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-12 Sean Silva80-cols
2013-06-11 Rafael EspindolaFix variable name style. Don't cast to and from int.
2013-06-11 Rafael EspindolaConvert another use of sys::identifyFileType.
2013-06-11 Rafael EspindolaConvert a use of sys::identifyFileType to sys::fs:...
2013-06-11 Sean SilvaFix dubious type name similar to member name.
2013-06-10 Sean Silva[yaml2obj] Initial ELF support.
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-06-08 Sean SilvaDon't artifically restrict input object size.
2013-06-07 Rafael EspindolaUse isxdigit.
2013-06-06 Kevin EnderbyTeach llvm-objdump with the -macho parser how to use...
2013-06-06 Rafael EspindolaPrint symbol names in relocations when dumping COFF...
2013-06-05 Sean SilvaAdd writeAsHex(raw_ostream &) method to BinaryRef.
2013-06-05 Sean SilvaRename BinaryRef::isBinary to more descriptive DataIsHe...
2013-06-05 Sean SilvaAdd writeAsBinary(raw_ostream &) method to BinaryRef.
2013-06-05 Rafael EspindolaDon't print default values for NumberOfAuxSymbols and...
2013-06-05 Rafael EspindolaMove BinaryRef to a new include/llvm/Object/YAML.h...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-06-03 Rui Ueyama[Object/COFF] Fix Windows .lib name handling.
2013-05-31 Rafael EspindolaRename COFFYaml.h to COFFYAML.h for consistency.
2013-05-31 Rafael EspindolaDon't allocate temporary string for section data.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-05-14 Ahmed BougachaObject: Fix Mach-O relocation printing.
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-30 Rafael EspindolaFix Addend computation for non external relocations...
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-04-25 Rafael EspindolaUse a pointer as the relocation iterator.
next