[X86] SRL non-LSB extracts when folding to truncating broadcasts.
[oota-llvm.git] / include /
2015-11-06 Sanjoy Das[ValueTracking] Add parameters to isImpliedCondition...
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-06 Rafael EspindolaBring r252305 back with a test fix.
2015-11-06 Rafael EspindolaRevert "Simplify the creation of .eh_frame/.debug_frame...
2015-11-06 Rafael EspindolaSimplify the creation of .eh_frame/.debug_frame sections.
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-11-06 NAKAMURA TakumiDIBuilder.h: Prune \param(s) corresponding to r252219...
2015-11-06 Xinliang David LiCode style fix (caused by wrongly default clang-format...
2015-11-06 Cameron EsfahaniNFC: Update documentation for createUniqueFile() to...
2015-11-06 Igor Laevsky[Statepoints] Mark gc.result and gc.relocate as readonly
2015-11-05 Sanjoy DasRe-apply r251050 with a for PR25421
2015-11-05 Richard TrieuRevert r251050 to fix miscompile when running Clang -O1
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-11-05 Sanjay Patelreplace MachineCombinerPattern namespace and enum with...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-05 Silviu BarangaUpdate comment to LoopAccessInfo after r251800. NFC
2015-11-05 Asaf Badouhrevert rev. 252153 due to build failure on ubuntu
2015-11-05 Asaf Badouh[X86][AVX512] add comi with Sae
2015-11-05 NAKAMURA TakumiMCStreamer.h: Prune \return, corresponding to r252102...
2015-11-05 Xinliang David LiFix a bug exposed by uses in CFE
2015-11-05 Xinliang David Li[PGO] Use template file to define runtime structures
2015-11-05 Rafael EspindolaFix pr24832.
2015-11-04 Rafael EspindolaSimplify now that emitValueToOffset always returns...
2015-11-04 Xinliang David LiDefine portable macros for packed struct definitions:
2015-11-04 Davide Italiano[SimplifyLibCalls] New transformation: tan(atan(x)...
2015-11-04 Sanjay Patelfix typo; NFC
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 Justin BognerPM: Rephrase PrintLoopPass as a wrapper around a new...
2015-11-04 Cong HouAdd new interfaces to MBB for manipulating successors...
2015-11-04 Sanjoy Das[IR] Add a `data_operand` abstraction
2015-11-04 James Molloy[SimplifyCFG] Merge conditional stores
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-04 James MolloyRevert "[PatternMatch] Switch to use ValueTracking...
2015-11-04 Sanjoy Das[OperandBundles] Refactor; NFCI.
2015-11-04 Sanjoy Das[OperandBundles] Refactor; NFCI
2015-11-04 Alexey Samsonov[LLVMSymbolize] Reduce indentation by using helper...
2015-11-04 Alexey Samsonov[LLVMSymbolize] Properly propagate object parsing error...
2015-11-03 Adam NemetLLE 6/6: Add LoopLoadElimination pass
2015-11-03 Adam Nemet[LAA] LLE 5/6: Add predicate functions Dependence:...
2015-11-03 Adam Nemet[LAA] LLE 4/6: APIs to access the dependent instruction...
2015-11-03 Peter CollingbourneCodeGen, Target: Move Mach-O-specific symbol name logic...
2015-11-03 Alexey Samsonov[LLVMSymbolize] Factor out the logic for printing struc...
2015-11-03 Adam Nemet[LAA] LLE 3/6: Rename InterestingDependence to Dependen...
2015-11-03 Alexey Samsonov[LLVMSymbolize] Move demangling away from printing...
2015-11-03 Adam Nemet[LAA] LLE 2/6: Fix a NoDep case that should be a Forwar...
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
next