[libFuzzer] make -test_single_input more reliable: make sure the input's size is...
[oota-llvm.git] / include /
2015-11-03 Rafael EspindolaDelete dead code.
2015-11-03 Rafael EspindolaSimplify local common output.
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-11-03 Matthias BraunScheduleDAGInstrs: Remove IsPostRA flag; NFC
2015-11-03 Rafael EspindolaThis never returns end(), simplify to use Child instead...
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 David BlaikieFix the build I just broke
2015-11-02 David BlaikieOrc: Drop some else-after-return, reflow a few spots...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-11-02 Reid Kleckner[Support] Assert that reported key+data lenghts match...
2015-11-02 David BlaikieStringRef-ify DiagnosticInfoSampleProfile::Filename
2015-11-02 Rafael EspindolaELF can handle some relocations of the form -sym +...
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-11-02 Artur PilipenkoPreserve load alignment and dereferenceable metadata...
2015-11-02 Silviu BarangaAdd missing override statements in ScalarEvolution...
2015-11-02 Silviu Baranga[SCEV][LV] Add SCEV Predicates and use them to re-imple...
2015-11-02 James Molloy[PatternMatch] Switch to use ValueTracking::matchSelect...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-11-02 Igor BregerAVX512: Implemented encoding and intrinsics for VBROADC...
2015-11-02 Craig TopperFix a -Wpessimizing-move warning.
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-11-01 Rafael EspindolaUse Child instead of child_iterator in the archive...
2015-10-31 Rafael EspindolaDon't store a Child to the first regular member.
2015-10-31 Rafael EspindolaDelete dead code.
2015-10-31 Rafael EspindolaSimplify handling of archive Symbol tables.
2015-10-31 Rafael EspindolaSimplify the handling of the archive string table.
2015-10-31 Lang HamesAdd a sys::OwningMemoryBlock class, which is a sys...
2015-10-30 Justin Bogner[PM] Port StripDeadPrototypes to the new pass manager
2015-10-30 Justin Bogner[PM] Port ADCE to the new pass manager
2015-10-30 Justin BognerWhitespace. NFC
2015-10-30 Justin BognerPM: Print the IR unit's name in debug output. NFC
2015-10-30 Lang Hames[Orc] Expose the compile callback API through the C...
2015-10-30 Davide Italiano[MC] Make another header NDEBUG-free.
2015-10-30 Alexey SamsonovLet the users of LLVMSymbolizer decide whether they...
2015-10-30 NAKAMURA Takumillvm/ExecutionEngine/Orc/LogicalDylib.h: Satisfy Modules.
2015-10-30 Alexey Samsonov[LLVMSymbolize] Simplify SymbolizableObjectFile::symbol...
2015-10-29 Alexey Samsonov[LLVMSymbolize] Move printing the description of a...
2015-10-29 Alexey Samsonov[LLVMSymbolize] Move ModuleInfo into a separate class...
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-29 Lang Hames[Orc] Rename IndirectStubsManagerBase method 'init...
2015-10-29 Matthias BraunRevert "ScheduleDAGInstrs: Remove IsPostRA flag"
2015-10-29 Matthias BraunScheduleDAGInstrs: Remove IsPostRA flag
2015-10-29 Lang Hames[Orc] Add support for RuntimeDyld::setProcessAllSections.
2015-10-28 Tim NorthoverARM: add watchOS default version support function.
2015-10-28 Tim NorthoverARM: add support for WatchOS's compact unwind information.
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-28 Hal FinkelRevert "r251451 - [AliasSetTracker] Use mod/ref informa...
2015-10-28 Lang Hames[Orc] Remove the 'takeOwnershipOfBuffers' kludge.
2015-10-28 Sanjoy Das[SCEV] Compute max backedge count for loops with "shift...
2015-10-28 Xinliang David Li[PGO] RawProf Reader code cleanup
2015-10-28 James Molloy[GlobalsAA] An indirect global that is initialized...
2015-10-28 Xinliang David Li[PGO] Indexed Prof Reader refactoring (NFC)
2015-10-28 Craig TopperRemove templates from CostTableLookup functions. All...
2015-10-28 Sanjoy Das[ValueTracking] Expose `implies` via ValueTracking...
2015-10-28 Sanjoy Das[ValueTracking] Use !range metadata more aggressively...
2015-10-28 Lang Hames[Orc] Re-add C bindings for the Orc APIs, with a fix...
2015-10-28 Lang Hames[Orc] Revert the C bindngs commit, r251472, while I...
2015-10-28 Lang Hames[Orc] Add experimental C bindings for Orc.
2015-10-27 James Y KnightMake the SelectionDAG graph printer use SDNode::Persist...
2015-10-27 Peter CollingbourneBitcode: Fix more unsigned integer overflow bugs.
2015-10-27 Vedant Kumar[IR] Limit bits used for CallingConv::ID, update tests
2015-10-27 Hal Finkel[AliasSetTracker] Use mod/ref information for UnknownInstr
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-27 Asaf Badouh[X86][AVX512] [X86][AVX512] add convert float to half
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-27 Craig TopperConvert cost table lookup functions to return a pointer...
2015-10-27 Sanjoy Das[SCEV] Refactor out ScalarEvolution::getDataLayout...
2015-10-26 Alexey Samsonov[LLVMSymbolize] Don't use LLVMSymbolizer::Options in...
2015-10-26 Keno FischerInitialize BasicAAWrapperPass in it's constructor
2015-10-26 Alexey Samsonov[LLVMSymbolize] Use std::unique_ptr more extensively...
2015-10-26 Igor Laevsky[RS4GC] Strip noalias attribute after statepoint rewrite
2015-10-26 Mehdi AminiAdd an (optional) identification block in the bitcode
2015-10-26 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-26 Peter CollingbourneBitstreamWriter: Fix integer overflow.
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-26 Alexey SamsonovMove parts of llvm-symbolizer tool into LLVMSymbolize...
2015-10-26 Silviu Baranga[SCEV] Fix issues found during the review of r251283...
2015-10-26 Silviu Baranga[SCEV] Factor out common visiting patterns for SCEV...
2015-10-26 Lang Hames[Orc] In the CompileOnDemand layer, wrap module ownersh...
2015-10-25 Tobias GrosserRegionInfo: Correctly expand regions
2015-10-25 Davide Italiano[ScalarEvolution] Get rid of NDEBUG in header (correctl...
2015-10-25 Davide Italiano[ScalarEvolution] Get rid of NDEBUG in header.
2015-10-25 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
2015-10-25 Michael Kuperstein[X86] Use correct calling convention for MCU psABI...
2015-10-25 Michael Kuperstein[X86] Add support for elfiamcu triple
2015-10-24 Davide Italiano[Support] Add comment to explain why we can't drop...
2015-10-24 Davide Italiano[CodeGen] Get rid of NDEBUG to ensure structure stability.
2015-10-24 Sanjoy DasExtract out getConstantRangeFromMetadata; NFC
2015-10-24 NAKAMURA Takumillvm/Transforms/Utils/LoopVersioning.h requires llvm...
2015-10-24 NAKAMURA TakumiFix ADT/UniqueVector.h to resolve implicit dependency.
2015-10-24 NAKAMURA Takumillvm/module.modulemap: AVR.def should be textual header.
2015-10-23 Rafael EspindolaAdd a RAW mode to StringTableBuilder.
2015-10-23 Rafael EspindolaFix the variable names to match the LLVM style.
2015-10-23 Dylan McKay[AVR] Add ELF constants to headers
2015-10-23 Saleem AbdulrasoolSupport, IR: silence -Wunused-parameter
2015-10-23 Xinliang David LiAdd more intrumentation/runtime helper interfaces ...
next