OSDN Git Service

[ThinLTO] Add an auto-hide feature
[android-x86/external-llvm.git] / lib / Bitcode / Reader / BitcodeReader.cpp
2017-02-03 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-02 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-02 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-02 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-02 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-01-20 Mehdi Amini[ThinLTO] Fix lazy-loading of MDString instruction...
2017-01-05 Teresa JohnsonThinLTO: add early "dead-stripping" on the Index
2017-01-05 Teresa Johnson[ThinLTO] Subsume all importing checks into a single...
2016-12-22 Peter CollingbourneClear the PendingTypeTests vector after moving from it.
2016-12-21 Peter CollingbourneIR: Function summary representation for type tests.
2016-12-20 Peter CollingbourneIR: Eliminate non-determinism in the module summary...
2016-12-16 Teresa Johnson[ThinLTO] Import composite types as declarations
2016-12-16 Mehdi AminiStrip invalid TBAA when reading bitcode
2016-12-14 Stephan BergmannReplace APFloatBase static fltSemantics data members...
2016-12-12 Mehdi AminiRefactor BitcodeReader: move Metadata and ValueId handl...
2016-12-12 Mehdi AminiRemove IsMetadataMaterialized from BitcodeReader (NFC)
2016-12-05 Adrian Prantl[DIExpression] Introduce a dedicated DW_OP_LLVM_fragmen...
2016-12-01 Peter CollingbourneBitcode: The index used by ModuleSummaryIndexBitcodeRea...
2016-12-01 Peter CollingbourneBitcode: Introduce BitcodeModule::{has,get}Summary().
2016-11-29 Peter CollingbourneBitcode: Change expected layout of module blocks.
2016-11-16 Peter CollingbourneBitcode: Introduce initial multi-module reader API.
2016-11-14 Teresa Johnson[ThinLTO] Make inline assembly handling more efficient...
2016-11-13 Peter CollingbourneBitcode: Change module reader functions to return an...
2016-11-13 Peter CollingbourneBitcode: More precise casting. NFCI.
2016-11-11 Peter CollingbourneBitcode: Change getModuleSummaryIndex() to return an...
2016-11-11 Peter CollingbourneBitcode: Clean up error handling for certain bitcode...
2016-11-11 Peter CollingbourneBitcode: Prepare to move bitcode readers to free functions.
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-11 Mehdi AminiPrevent at compile time converting from Error::success...
2016-11-10 Peter CollingbourneIR: Introduce inrange attribute on getelementptr indices.
2016-11-09 Mehdi AminiMake BitcodeReader::parseIdentificationBlock() robust...
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-11-09 Peter CollingbourneBitcode: Remove the remnants of the BitcodeDiagnosticIn...
2016-11-09 Peter CollingbourneBitcode: Change the BitcodeReader to use llvm::Error...
2016-11-08 Peter CollingbourneIR, Bitcode: Change bitcode reader to no longer own...
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-11-08 Peter CollingbourneBitcode: Split out block info reading into a separate...
2016-11-06 Amaury SechetKill deprecated attribute API
2016-11-03 Adrian PrantlAdd DWARF debug info support for C++11 inline namespaces.
2016-11-02 Peter CollingbourneBitcode: Check file size before reading bitcode header.
2016-11-02 Peter CollingbourneBitcode: Change reader interface to take memory buffers.
2016-10-28 Teresa Johnson[ThinLTO] Rename HasSection to NoRename (NFC)
2016-10-26 Victor LeschukDebugInfo: fix incorrect alignment type (NFC)
2016-10-20 Victor LeschukDebugInfo: preparation to implement DW_AT_alignment
2016-10-19 Reid KlecknerRemove LLVM_NOEXCEPT and replace it with noexcept
2016-10-18 Victor LeschukDebugInfo: change alignment type from uint64_t to uint3...
2016-10-08 Mehdi AminiThinLTO: handles modules with empty summaries
2016-09-26 Piotr Padlewski[thinlto] Basic thinlto fdo heuristic
2016-09-23 Peter CollingbourneBitcodeReader: Deduplicate code. NFC.
2016-09-20 Teresa Johnson[ThinLTO] Always emit a summary when compiling in ThinL...
2016-09-14 Mehdi AminiFix auto-upgrade of TBAA tags in Bitcode Reader
2016-09-13 Peter CollingbourneDebugInfo: New metadata representation for global varia...
2016-09-06 Leny KholodovFormatting with clang-format patch r280700
2016-09-06 Leny KholodovDebugInfo: use strongly typed enum for debug info flags
2016-09-06 Mehdi AminiRevert "DebugInfo: use strongly typed enum for debug...
2016-09-06 Mehdi AminiDebugInfo: use strongly typed enum for debug info flags
2016-08-25 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-24 David BlaikieDebugInfo: Add flag to CU to disable emission of inline...
2016-08-17 Justin BognerReplace "fallthrough" comments with LLVM_FALLTHROUGH
2016-08-14 Mehdi AminiFix bitcode auto-upgrade when using bitcode lazy loading
2016-08-13 Mehdi AminiRevert "Fix bitcode auto-upgrade when using bitcode...
2016-08-13 Mehdi AminiFix bitcode auto-upgrade when using bitcode lazy loading
2016-08-12 David MajnemerUse the range variant of transform instead of unpacking...
2016-08-11 Piotr PadlewskiDon't import variadic functions
2016-07-11 Mehdi AminiAdd a libLTO API to query a memory buffer and check...
2016-07-04 Nicolai HaehnleAdd writeonly IR attribute
2016-07-01 Reid Kleckner[codeview] Add DISubprogram::ThisAdjustment
2016-06-24 Artur PilipenkoRemangle intrinsics names when types are renamed
2016-06-23 Hans WennborgRevert r273568 "Remangle intrinsics names when types...
2016-06-23 Artur PilipenkoRemangle intrinsics names when types are renamed
2016-06-22 Rafael EspindolaDelete more dead code.
2016-06-21 Peter CollingbourneIR: Allow metadata attachments on declarations, and...
2016-06-17 Benjamin KramerApply another batch of fixes from clang-tidy's performa...
2016-06-14 Peter CollingbourneIR: Introduce local_unnamed_addr attribute.
2016-06-09 Duncan P. N. Exon... BitcodeReader: Use std:::piecewise_construct when upgra...
2016-06-08 Reid Kleckner[DebugInfo] Add calling convention support for DWARF...
2016-06-05 Filipe Cabecinhas[BitCode] Make sure atomicrmw's argument is an actual...
2016-06-05 Filipe Cabecinhas[BitCode] Make sure storeatomic's argument is an actual...
2016-06-05 Filipe Cabecinhas[BitCode] Diagnose GEPs with no indices
2016-06-05 Filipe Cabecinhas[BitCode] Don't allow constants of void type.
2016-06-01 Peter CollingbourneIR: Allow multiple global metadata attachments with...
2016-05-31 Peter CollingbourneAdd support for metadata attachments for global variables.
2016-05-29 Benjamin KramerRemove some 'const' specifiers that do nothing but...
2016-05-27 Benjamin KramerApply clang-tidy's misc-move-constructor-init throughou...
2016-05-25 Manman RenObjective-C Class Properties: Autoupgrade "Class Proper...
2016-05-24 Peter CollingbourneAdd FIXMEs to all derived classes of std::error_category.
2016-05-06 Adrian PrantlImplement a safer bitcode upgrade for DISubprogram.
2016-05-05 Teresa Johnson[ThinLTO] Remove missed piece of lazy summary reading...
2016-04-27 Teresa Johnson[ThinLTO] Use valueid instead of bitcode offsets in...
2016-04-24 Duncan P. N. Exon... BitcodeReader: Delay metadata parsing until reading...
2016-04-24 Teresa Johnson[ThinLTO] Remove GlobalValueInfo class from index
2016-04-24 Duncan P. N. Exon... BitcodeReader: Fix some holes in upgrade from r267296
2016-04-24 Mehdi AminiAdd "hasSection" flag in the Summary
2016-04-24 Mehdi AminiReorganize GlobalValueSummary with a "Flags" bitfield.
2016-04-24 Mehdi AminiAdd a version field in the bitcode for the summary
2016-04-23 Mehdi AminiStore and emit original name in combined index
2016-04-23 Duncan P. N. Exon... BitcodeReader: Avoid std::vector with non-movable types...
2016-04-23 Duncan P. N. Exon... BitcodeReader: Avoid non-moving std::piecewise_construc...
2016-04-23 Duncan P. N. Exon... DebugInfo: Remove MDString-based type references
2016-04-23 Duncan P. N. Exon... Avoid MSVC failure with default arguments in lambdas...
next