summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-08-15Reapply "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet
2017-08-15[ThinLTO] Fix ThinLTO crash while destroying contextCharles Saternos
2017-08-15[Dominators] Include infinite loops in PostDominatorTreeJakub Kuderski
2017-08-15[llvm-dwarfdump] - Refactor section name/uniqueness gathering.George Rimar
2017-08-15[DebugInfo] - Attemp to fix BB after r310915.George Rimar
2017-08-15[llvm-dwarfdump] - Print section name and index when dumping .debug_info rangesGeorge Rimar
2017-08-15[RISCV] Recognize new relocation typesAlex Bradbury
2017-08-15Propagate error in LazyEmittingLayer::removeModule.Frederich Munch
2017-08-14Recommit r310869, "[InstSimplify][InstCombine] Modify the interface of decomp...Craig Topper
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-08-14IPRA: Allow target to enable IPRA by defaultMatt Arsenault
2017-08-14Revert r310869 "[InstSimplify][InstCombine] Modify the interface of decompose...Craig Topper
2017-08-14Revert r310870 "[InstCombine][InstSimplify] 'git add' two files that moved in...Craig Topper
2017-08-14[InstCombine][InstSimplify] 'git add' two files that moved in r310869.Craig Topper
2017-08-14[InstSimplify][InstCombine] Modify the interface of decomposeBitTestICmp and ...Craig Topper
2017-08-14[GISel]: Add some helper constructors to MIRBuilderAditya Nandakumar
2017-08-14[LoopUnroll] Enable option to peel remainder loopSam Parker
2017-08-13[X86][ARM][TargetLowering] Add SrcVT to isExtractSubvectorCheapCraig Topper
2017-08-12[Triple] Add isThumb and isARM functions.Florian Hahn
2017-08-11[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko
2017-08-11[OptDiag] Updating Remarks in SampleProfileEli Friedman
2017-08-11[LLD/PDB] Write actual records to the globals stream.Zachary Turner
2017-08-11[AVX512] Remove and autoupgrade many of the broadcast intrinsicsCraig Topper
2017-08-11[X86][DAG] Switch X86 Target to post-legalized store mergeNirav Dave
2017-08-11[AArch64] Remove dotprod from base extension listSjoerd Meijer
2017-08-11[PM] Switch the CGSCC debug messages to use the standard LLVM debugChandler Carruth
2017-08-10[DebugCounter] Move the semicolon out of the DEBUG_COUNTER macro and require ...Craig Topper
2017-08-10Add "Restored" flag to CalleeSavedInfoKrzysztof Parzyszek
2017-08-10[X86] Keep dependencies when constructing loads in combineStoreNirav Dave
2017-08-10[ARM][AArch64] ARMv8.3-A enablementSam Parker
2017-08-09[X86][Asm] Allow negative immediate to appear before bracketed expressionCoby Tayree
2017-08-09[RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames
2017-08-09PointerLikeTypeTraits: class->struct & remove the base definitionDavid Blaikie
2017-08-09[COFF, ARM64] Add MS builtins __dmb, __dsb, __isbMandeep Singh Grang
2017-08-09CFLAA: return MustAlias when pointers p, q are equal, i.e.,Nuno Lopes
2017-08-09[AArch64] Assembler support for the ARMv8.2a dot product instructionsSjoerd Meijer
2017-08-09[Support] PR33388 - Fix formatv_object move constructorBenoit Belley
2017-08-09[LSR / TTI / SystemZ] Eliminate TargetTransformInfo::isFoldableMemAccess()Jonas Paulsson
2017-08-09[LCG] Switch one of the update methods for the LazyCallGraph to supportChandler Carruth
2017-08-09Fix -Wreorder-fields warning.Zachary Turner
2017-08-09[PDB] Fix an issue writing the publics stream.Zachary Turner
2017-08-09[PDB] Merge Global and Publics Builders.Zachary Turner
2017-08-08Revert "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet
2017-08-08[GVN] Remove stale entries in phitranslate cache when new phi is generated fo...Wei Mi
2017-08-08[AMDGPU] Add llvm.amdgpu.update.dpp intrinsicConnor Abbott
2017-08-08[PDB] Fix linking of function symbols and local variables.Zachary Turner
2017-08-08[DomTree] Use a non-recursive DFS instead of a recursive one; NFCSanjoy Das
2017-08-08[KnownBits][ValueTracking] Move the math for calculating known bits for add/s...Craig Topper
2017-08-08[globalisel][tablegen] Add support for importing 'imm' operands.Daniel Sanders
2017-08-07[KnownBits] Fix copy pasto in comment. NFCCraig Topper