OSDN Git Service

Release notes: fix -fno-strict-float-cast-overflow quoting
[android-x86/external-llvm.git] / lib / Object /
2018-07-30 Fangrui SongRemove trailing space
2018-07-25 Paul Semel[llvm-objdump] Add dynamic section printing to private...
2018-07-24 Peter CollingbournePut "built-in" function definitions in global Used...
2018-07-20 Martin Storsjo[COFF] Use symbolic constants instead of hardcoded...
2018-07-20 Martin Storsjo[COFF] Adjust how we flag weak externals
2018-07-17 Peter CollingbourneMC: Implement support for new .addrsig and .addrsig_sym...
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-07-11 Paul Semel[llvm-readobj] Add -hex-dump (-x) option
2018-07-04 Paul Semel[llvm-objdump] Add --file-headers (-f) option
2018-07-02 Francis Visoiu Mistrih[MC] Error on a .zerofill directive in a non-virtual...
2018-06-28 Jake Ehrlich[llvm-readobj] Add experimental support for SHT_RELR...
2018-06-26 Simon PilgrimFix MSVC "signed/unsigned mismatch" warning. NFCI.
2018-06-04 Sam Clegg[MachO] Add out-of-bounds check to MachOObjectFile.cpp
2018-06-02 Michael J. Spencer[MC] Add assembler support for .cg_profile.
2018-05-30 Sam CleggMC: Remove redundant substr() call
2018-05-29 Sam CleggFix build error introduced in rL333459
2018-05-29 Sam Clegg[WebAssembly] Add more error checking to object file...
2018-05-18 Sam Clegg[WebAssembly] Object: Add more error checking for objec...
2018-05-18 Peter CollingbourneSupport: Simplify endian stream interface. NFCI.
2018-05-16 JF Bastien[NFC] WebAssembly build break #2
2018-05-16 JF Bastien[NFC] WebAssembly build fix
2018-05-15 Sam Clegg[WebAssembly] Provide WasmFunction content offset infor...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-09 Martin Storsjo[COFF] Improve correctness of def parsing for GNU features
2018-05-08 Hans WennborgObject: Find terminator correctly when reading long...
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2018-04-27 Sam Cleggtypo
2018-04-27 Sam Clegg[WebAssembly] Section symbols must have local binding
2018-04-26 Sam Clegg[WebAssembly] Write DWARF data into wasm object file
2018-04-26 Sam Clegg[WebAssembly] Add version to object file metadata
2018-04-26 Sam Clegg[WebAssembly] Implement getRelocationValueString()
2018-04-25 Sam Clegg[WebAssebmly] Add Module name to WasmSymbol
2018-04-24 Sam Clegg[WebAssembly] Use section index in relocation section...
2018-04-23 Adrian PrantlFix computeSymbolSizes SEGFAULT on invalid file
2018-04-20 Nicholas Wilson[WebAssembly] Distinguish debug/symbol names in the...
2018-04-20 Vlad TsyrklevichLowerTypeTests: Propagate symver directives
2018-04-19 Francis Visoiu Mistrih[llvm-objdump] Print "..." instead of random data for...
2018-04-17 Peter CollingbourneCOFF: Make SectionChunk::Relocs field an ArrayRef....
2018-04-12 Sam Clegg[WebAssembly] libObject: Don't include the name the...
2018-04-12 Hiroshi Inoue[NFC] fix trivial typos in documents and comments
2018-04-10 Vitaly BukaObject: Don't mark alias unconditionally defined
2018-03-28 Peter Collingbourne[llvm-ar] Support multiple dashed options
2018-03-21 David BlaikieSink Analysis/ObjectUtil(canBeOmittedFromSymbolTable...
2018-03-20 Vitaly BukaObject: Fix handling of @@@ in .symver directive
2018-03-20 Vitaly BukaObject: Move attribute calculation into RecordStreamer...
2018-03-14 Nicholas Wilson[WebAssembly] Identify COMDATs by index rather than...
2018-03-09 Rafael EspindolaDelay creating an alias for @@@.
2018-03-09 Nicholas Wilson[WebAssembly] Disallow weak undefined globals in the...
2018-03-09 Rafael EspindolaDon't treat .symver as a regular alias definition.
2018-03-08 Kevin EnderbyFor llvm-objdump and Mach-O files, update the printing...
2018-03-07 Zachary TurnerUpdate a few switch statements to handle file_magic...
2018-03-06 Sam Clegg[WebAssebmly] Remove reloc ordering constraint
2018-03-05 Nicholas Wilson[WebAssembly] Add validation to reloc section
2018-03-05 Nicholas Wilson[WebAssembly] Attach a name to globals similarly to...
2018-03-02 Nicholas Wilson[WebAssembly] Check function type indexes
2018-03-01 Sam Clegg[WebAssembly] Use uint8_t for single byte values to...
2018-02-28 Nicholas Wilson[WebAssembly] Fix copy-paste error in debugging string
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata...
2018-02-23 Sam Clegg[WebAssembly] Add first claass symbol table to wasm...
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-15 Serge PavlovRevert r325224 "Report fatal error in the case of out...
2018-02-15 Serge PavlovReport fatal error in the case of out of memory
2018-02-09 Sam Clegg[WebAssebmly] Report undefined symbols correctly in...
2018-02-02 Shiva Chen[RISCV] Add ELFObjectFileBase::getRISCVFeatures let...
2018-01-31 Sam Clegg[WebAssembly] MC: Remove unused code for handling of...
2018-01-30 Saleem AbdulrasoolCodeGen: support an extension to pass linker options...
2018-01-29 Rafael EspindolaMove getPlatformFlags to ELFObjectFileBase and simplify.
2018-01-24 Sam Clegg[WebAssembly] Add minor helper functions to WasmObjectFile
2018-01-20 Martin Storsjo[COFF] Keep the underscore on exported decorated stdcal...
2018-01-17 Sam Clegg[WebAssembly] Remove debug names from symbol table
2018-01-12 Sam Clegg[WebAssembly] Don't allow functions to be named twice
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2018-01-09 Sam Clegg[WebAssembly] Explicitly specify function/global index...
2018-01-09 Pavel Labath[Support] Add WritableMemoryBuffer::getNewMemBuffer
2018-01-03 Michael TrentDo not look up symbol names when n_strx == 0
2017-12-21 Sam Clegg[WebAssembly] Remove unneeded sub-directory
2017-12-21 Sam Clegg[WebAssembly] Fix local references to weak aliases
2017-12-19 Adrian PrantlSilence a bunch of implicit fallthrough warnings
2017-12-18 Bob HaarmanFix buffer overrun in WindowsResourceCOFFWriter::writeS...
2017-12-17 Sam Clegg[WebAssembly] Export some more info on wasm funtions
2017-12-15 Galina KistanovaFixed the gcc 'enumeral and non-enumeral type in condit...
2017-12-15 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-14 Zachary TurnerFix many -Wsign-compare and -Wtautological-constant...
2017-12-14 Sam Clegg[WebAssembly] Add support for init functions linking...
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/Object.
2017-12-13 Michael Trentreverting out -r320532 because a warning is breaking...
2017-12-12 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-08 Michael TrentReverting r320166 to fix test failures.
2017-12-08 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-06 Dan Gohman[WebAssembly] Commit a file I accidentally omitted...
2017-12-06 Rui Ueyama[COFF] Ignore semicolons in module definition identifiers
2017-12-03 Sam CleggReland "[WebAssembly] Add visibility flag to Wasm symbo...
2017-12-02 Heejin Ahn[WebAssembly] Revert r319488 "Add visibility flag to...
2017-12-01 Jake EhrlichAdd flag to ArchiveWriter to test GNU64 format more...
2017-11-30 Sam CleggAdd visibility flag to Wasm symbol flags
2017-11-21 Peter CollingbourneObject: Improve COFF irsymtab comdat representation.
2017-11-14 Rafael EspindolaUse TempFile in llvm-ar. NFC.
2017-11-10 Martin Storsjo[llvm-cvtres] Add support for ARM64
2017-11-03 Peter CollingbourneRevert r317046, "Object: Move some code from ELF.h...
next