OSDN Git Service

LowerMemIntrinsics: Fix include guard
[android-x86/external-llvm.git] / include /
2017-02-09 Matthias BraunLowerMemIntrinsics: Fix include guard
2017-02-09 George Burgess IV[ARM] Add support for armv7ve triple in llvm (PR31358).
2017-02-09 Chandler Carruth[PM/LCG] Teach the LazyCallGraph how to replace a funct...
2017-02-09 Peter CollingbourneDe-duplicate some code for creating an AARGetter suitab...
2017-02-09 Adrian McCarthyFix build break from r294633.
2017-02-09 Adrian McCarthyIntroduce NativeRawSymbol for PDB reading.
2017-02-09 Peter CollingbourneRename LowerTypeTestsSummaryAction to PassSummaryAction...
2017-02-09 Daniel BerlinDrop graph_ prefix
2017-02-09 Daniel BerlinGraphTraits: Add range versions of graph traits functio...
2017-02-09 Sanjoy Das[JumpThreading] Thread through guards
2017-02-09 David BozierRevert: "[Stack Protection] Add diagnostic information...
2017-02-09 David Bozier[Stack Protection] Add diagnostic information for why...
2017-02-09 Rafael EspindolaMake it possible to set SHF_LINK_ORDER explicitly.
2017-02-09 Craig Topper[X86] Clzero intrinsic and its addition under znver1
2017-02-09 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-08 Tim NorthoverGlobalISel: translate @llvm.pow intrinsic to G_FPOW.
2017-02-08 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-08 Tim NorthoverGlobalISel: expand mul-with-overflow into mul-hi on...
2017-02-08 Simon Dardis[DebugInfo] Rename EmitDebugValue to EmitDebugThreadLoc...
2017-02-08 Tim NorthoverGlobalISel: translate @llvm.va_start intrinsic.
2017-02-08 Matt ArsenaultNVPTX: Extract mem intrinsic expansions into utilities
2017-02-08 Sanne Wouda[Assembler] Enable nicer diagnostics for inline assembly.
2017-02-08 Igor Laevsky[InstCombineCalls] Remove zero length atomic memcpy...
2017-02-08 Diana PicusRevert "[Assembler] Enable nicer diagnostics for inline...
2017-02-08 Alexander KornienkoAdding virtual destructor for PredicateBase.
2017-02-08 Sanne Wouda[Assembler] Enable nicer diagnostics for inline assembly.
2017-02-08 Matt ArsenaultTargetLowering: Remove AddrSpace parameter from GetAddr...
2017-02-08 Lang Hames[Orc][RPC] Add a HandlerTratis specialization for free...
2017-02-07 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-07 Daniel BerlinAdd PredicateInfo utility and printing pass
2017-02-07 Duncan P. N. Exon... ADT: Add explicit conversions for reverse ilist iterators
2017-02-07 Hans Wennborg[X86] Disable conditional tail calls (PR31257)
2017-02-07 Daniel BerlinThis patch adds a ssa_copy intrinsic, as part of splitt...
2017-02-07 Daniel BerlinReplace custom written DFS walk with depth first iterator
2017-02-07 Sanjoy Das[ImplicitNullCheck] Extend Implicit Null Check scope...
2017-02-07 Pavel LabathAttempt to fix MSVC build broken by r294326
2017-02-07 Pavel Labath[Support] Add FormatVariadic support for chrono types
2017-02-07 Daniel BerlinMemorySSA: Remove unnecessary classof functions
2017-02-07 Chandler Carruth[IR/Analysis] Defend against getting slightly wrong...
2017-02-07 Chandler Carruth[ADT] Defend against getting slightly wrong template...
2017-02-07 Chandler CarruthRevert r293017 and fix the actual underlying issue.
2017-02-06 Dehao ChenFix the samplepgo indirect call promotion bug: we shoul...
2017-02-06 Tim NorthoverGlobalISel: legalize G_INSERT instructions
2017-02-06 David BlaikieGet function start line number from DWARF info
2017-02-06 Chandler Carruth[PM/LCG] Remove the lazy RefSCC formation from the...
2017-02-06 Zachary Turner[Support] Add support for runtime endian values.
2017-02-06 Sanjay Patel[ValueTracking] emit a remark when we detect a conflict...
2017-02-06 Amaury Sechet[DAGCombiner] Make DAGCombiner smarter about overflow
2017-02-06 Simon Pilgrim[X86][SSE] Combine shuffle nodes with multiple uses...
2017-02-06 Daniil Fukalov[SCEV] limit recursion depth and operands number in...
2017-02-05 Kamil RytarowskiRevamp llvm::once_flag to be closer to std::once_flag
2017-02-04 Craig Topper[CodeGen] Add v32i1 to is32BitVector and v64i1 to is64B...
2017-02-03 Amaury Sechet[APInt] Add integer API bor bitwise operations.
2017-02-03 Zachary TurnerProperly parse the TypeServer2 record.
2017-02-03 Michael Kuperstein[SLP] Make sortMemAccesses explicitly return an error...
2017-02-03 Michael Kuperstein[SLP] Use SCEV to sort memory accesses.
2017-02-03 Tim NorthoverGlobalISel: translate dynamic alloca instructions.
2017-02-03 Peter CollingbourneIRMover: Merge flags LinkModuleInlineAsm and IsPerformi...
2017-02-03 Peter CollingbourneModuleLinker: Remove importing support. NFCI.
2017-02-03 Peter CollingbourneFunctionImport: Use IRMover directly.
2017-02-03 Peter CollingbourneObject: Handle files without a dynamic symbol table.
2017-02-03 Justin Lebar[ADT] Fix comment on StringRef::take_back. NFC
2017-02-03 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
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 Bob Haarman[lto] added getCOFFWeakExternalFallback
2017-02-02 Bob Haarman[lto] add getLinkerOpts()
2017-02-02 Reid Kleckner[CodeGen] Remove dead call-or-prologue enum from CCState
2017-02-02 Rafael EspindolaChange how we handle section symbols on ELF.
2017-02-02 Peter CollingbourneFunctionImport: Remove the -disable-force-link-odr...
2017-02-02 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-02 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
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 Kamil RytarowskiMake llvm::call_once more convenient to reuse out of...
2017-02-02 Jun Bum Lim[JumpThread] Enhance finding partial redundant loads...
2017-02-02 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-02-02 NAKAMURA TakumiDIBuilder.h: Fix a typo. [-Wdocumentation]
2017-02-02 Adam Nemet[LV] Also port failure remarks to new OptimizationRemar...
2017-02-02 Omair JavaidFix LLDB Android AArch64 GCC debug info build
2017-02-02 Rui UeyamaRe-submit r293820: Return Error instead of bool from...
2017-02-01 Dehao ChenChange debug-info-for-profiling from a TargetOption...
2017-02-01 Rui UeyamaRevert r293820: Return Error instead of bool from merge...
2017-02-01 Rui UeyamaReturn Error instead of bool from mergeTypeStreams().
2017-02-01 Zachary Turner[pdb] Add a new command for analyzing hash collisions.
2017-02-01 Matthew Simpson[LV] Move interleaved access helper functions to Vector...
2017-02-01 Javed Absar[ARM] Enable Cortex-M23 and Cortex-M33 support.
2017-02-01 Evandro Menezes[CodeGen] Move MacroFusion to the target
2017-02-01 Dean Michael Berris[XRay] Define the InstrumentationMap type
2017-01-31 David BlaikieAdd a verbose/human readable mode to llvm-symbolizer...
2017-01-31 Daniel BerlinScopedHashTable lookup should be const
2017-01-31 Matthew SimpsonFix VectorUtils include guard name (NFC)
2017-01-31 Tim NorthoverGlobalISel: merge invoke and call translation paths.
2017-01-31 Peter CollingbourneMC: Introduce the ABS8 symbol modifier.
2017-01-31 Nirav Dave[X86] Implement -mfentry
2017-01-31 Sam Parker[ARM] Avoid using ARM instructions in Thumb mode
2017-01-31 Matt ArsenaultAMDGPU: Generalize matching of v_med3_f32
2017-01-31 Matt ArsenaultNVPTX: Move InferAddressSpaces to generic code
2017-01-31 Reid KlecknerRemove LLVM_CONFIG from config headers
2017-01-30 Derek Schuff[WebAssembly] Add wasm support for llvm-readobj
next