OSDN Git Service

Fix MSVC "signed/unsigned mismatch" warning. NFCI.
[android-x86/external-llvm.git] / include /
2018-06-26 Bjorn PetterssonImprove ConvertDebugDeclareToDebugValue
2018-06-26 Teresa Johnson[ThinLTO] Add string saver onto index for value names
2018-06-26 Craig Topper[X86] Redefine avx512 packed fpclass intrinsics to...
2018-06-26 Teresa Johnson[ThinLTO] Add per-module indexes to combined index...
2018-06-26 Craig TopperRevert r335562 and 335563 "[X86] Redefine avx512 packed...
2018-06-26 Lang Hames[ORC] Add a symbolAliases function to the Core APIs.
2018-06-26 Craig Topperfoo
2018-06-26 Teresa Johnson[ThinLTO] Compute GUID directly from GV when building...
2018-06-25 Tim Shen[APInt] Add helpers for rounding u/sdivs.
2018-06-25 Chandler Carruth[PM/LoopUnswitch] Teach the new unswitch to handle...
2018-06-25 Aditya Nandakumar[GISel]: Update the end of GISel Opcode namespace.
2018-06-25 Vedant Kumar[SelectionDAG] Remove debug locations from ConstantSD...
2018-06-25 Alexander RichardsonAdd Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
2018-06-25 Matt ArsenaultStackSlotColoring: Decide colors per stack ID
2018-06-25 David Green[DA] Delinearise AddRecs if we can prove they don't...
2018-06-25 Sanjay Patel[IR] avoid -Wdocumentation spew about HTML tags
2018-06-25 George Burgess IV[MSSA] Add domination number verifier; NFC
2018-06-25 Zachary TurnerTry to fix build error on non MSVC compilers.
2018-06-25 Zachary TurnerFix CRLF line endings.
2018-06-25 Zachary TurnerAdd a TaskQueue that can serialize work on a ThreadPool.
2018-06-25 Heejin Ahn[WebAssembly] Add WebAssemblyException information...
2018-06-24 Zachary TurnerAlso forward declare BitScanReverse.
2018-06-23 Duncan P. N. Exon... ADT: Use EBO to shrink SmallVector size 1
2018-06-23 Reid Kleckner[IR] Split Intrinsics.inc into enums and implementations
2018-06-23 Reid KlecknerAvoid including intrin.h from MathExtras.h
2018-06-23 Fangrui Song[ELF] Change isSectionData to exclude SHF_EXECINSTR
2018-06-22 Aditya Nandakumar[GISel]: Add G_ADDRSPACE_CAST Opcode
2018-06-22 Paul Robinson[DWARFv5] Allow ".loc 0" to refer to the root file.
2018-06-22 Gabor Buella[X86] Add notes to a few intrinsics
2018-06-22 George RimarRecommit r335333 "[MC] - Add .stack_size sections into...
2018-06-22 George RimarRevert r335332 "[MC] - Add .stack_size sections into...
2018-06-22 George Rimar[MC] - Add .stack_size sections into groups and link...
2018-06-22 Eugene LeviantRevert r335324 due to a builtbot failure
2018-06-22 Eugene Leviant[Evaluator] Improve evaluation of call instruction
2018-06-22 Chandler CarruthRevert r335306 (and r335314) - the Call Graph Profile...
2018-06-21 Michael J. Spencer[Instrumentation] Add Call Graph Profile pass
2018-06-21 Reid Kleckner[X86] Fix 32-bit mingw comdat names, only add one under...
2018-06-21 Sanjay Patel[IR] fix typo in comment; NFC
2018-06-21 Tim Shen[SCEV] Re-apply r335197 (with Polly fixes).
2018-06-21 Reid Kleckner[mingw] Fix GCC ABI compatibility for comdat things
2018-06-21 Francis Visoiu MistrihRevert r335206 "Recommit r333268: [IPSCCP] Use Predicat...
2018-06-21 Konstantin ZhuravlyovAMDGPU/AMDHSA: Remove GridWorkGroupCountX/Y/Z
2018-06-21 Nicolai HaehnleAMDGPU: Remove old-style image intrinsics
2018-06-21 Nicolai HaehnleInstCombine/AMDGPU: Add dimension-aware image intrinsic...
2018-06-21 Nicolai HaehnleAMDGPU: Select MIMG instructions manually in SITargetLo...
2018-06-21 Nicolai HaehnleTableGen/SearchableTables: Support more generic enums...
2018-06-21 Nicolai HaehnleTableGen: Allow foreach in multiclass to depend on...
2018-06-21 David Green[DA] Enable -da-delinearize by default
2018-06-21 Mikael Holmen[DebugInfo] Make sure all DBG_VALUEs' reguse operands...
2018-06-21 Florian HahnRecommit r333268: [IPSCCP] Use PredicateInfo to propaga...
2018-06-21 Chandler Carruth[PM/LoopUnswitch] Add partial non-trivial unswitching...
2018-06-21 Michael ZolotukhinProvenanceAnalysis: Store WeakTrackingVH instead of...
2018-06-21 Craig Topper[X86] Remove masking from 512-bit floating max/min...
2018-06-21 Tim ShenRevert "[SCEV] Improve zext(A /u B) and zext(A % B)"
2018-06-21 Tim Shen[SCEV] Improve zext(A /u B) and zext(A % B)
2018-06-20 Wolfgang Pieb[DWARF] Improved error reporting for range lists.
2018-06-20 Alina SbirleaGeneralize MergeBlockIntoPredecessor. Replace uses...
2018-06-20 Bruno Cardoso LopesFix WasmEHFuncInfo.h to include what it uses
2018-06-20 Alina Sbirlea[MemorySSA] Add convenience APIs in updater to avoid...
2018-06-20 Benjamin Kramer[Dominators] Simplify child lists and make them determi...
2018-06-20 Sanjay Patel[IR] add/use isIntDivRem convenience function
2018-06-20 Vedant Kumar[Local] Generalize insertReplacementDbgValues, NFC
2018-06-20 Florian Hahn[PredicateInfo] Order instructions in different BBs...
2018-06-20 Paul Robinson[DWARF] Don't keep a ref to possibly stack allocated...
2018-06-20 Vedant Kumar[Local] Add a utility to insert replacement dbg.values...
2018-06-20 Sam McCall[ADT] Allow llvm::hash_code as DenseMap key.
2018-06-20 Tim Northover[AArch64] Implement FLT_ROUNDS macro.
2018-06-20 Andrea Di Biagio[llvm-mca][X86] Teach how to identify register writes...
2018-06-20 Martin Storsjo[Support] Add missing includes of <system_error> for...
2018-06-20 Sjoerd Meijer[PatternMatch] Add m_Store pattern match helper
2018-06-19 Vedant Kumar[IR] Introduce helpers to skip debug instructions ...
2018-06-19 Jessica Paquette[MachineOutliner] NFC: Remove insertOutlinerPrologue...
2018-06-19 Sanjay Patel[IR] move shuffle mask queries from TTI to ShuffleVecto...
2018-06-19 Adrian KuegelAdd a factory method to ConstantDataArray that allows...
2018-06-19 Heejin Ahn[WebAssembly] Remove an extra ';' at the end of a namespace
2018-06-19 Heejin Ahn[WebAssembly] Add WasmEHFuncInfo for unwind destination...
2018-06-18 Michael Berg[NFC] make MIFlag accessor functions consistant with...
2018-06-18 Lang Hames[ORC] Add an initial implementation of a replacement...
2018-06-18 Sander de Smalen[TableGen][AsmMatcherEmitter] Allow tied operands of...
2018-06-17 Lang Hames[ORC] Only notify queries that they are resolved/ready...
2018-06-16 Florian Hahn[Dominators] Change getNode parameter type to const...
2018-06-16 Benjamin KramerFix namespaces. No functionality change.
2018-06-16 Florian HahnRevert r334887, as GCC 4.8 does not have is_trivially_c...
2018-06-16 Florian Hahn [SmallSet] Avoid using is_trivially_XXX<>::value which...
2018-06-16 Florian Hahn[SmallSet] Add SmallSetIterator.
2018-06-16 Justin LebarRevert "[SCEV] Use LLVM_MARK_AS_BITMASK_ENUM in SCEV...
2018-06-15 Justin Lebar[SCEV] Use LLVM_MARK_AS_BITMASK_ENUM in SCEV.
2018-06-15 Daniel Sanders[globalisel][tablegen] Add support for C++ predicates...
2018-06-15 Cameron McInally[FPEnv] Expand constrained FP POWI
2018-06-15 Sean Fertile[PowerPC] Add support for high and higha symbol modifie...
2018-06-15 Sean Fertile[PPC64] Support "symbol@high" and "symbol@higha" symbol...
2018-06-15 Tomasz Krupa[X86] Lowering sqrt intrinsics to native IR
2018-06-15 Paul Semel[llvm-readobj] Add -string-dump (-p) option
2018-06-15 Bjorn PetterssonRe-apply "[DebugInfo] Check size of variable in Convert...
2018-06-15 Peter Smith[MC] Move bundling and MCSubtargetInfo to MCEncodedFrag...
2018-06-14 George Burgess IV[MSSA] Print more optimization information
2018-06-14 Tomasz Krupa[X86] Lowering Mask Scalar intrinsics to native IR...
2018-06-14 Sam CleggRevert "[MC] Factor MCObjectStreamer::addFragmentAtoms...
2018-06-14 Bjorn PetterssonRevert rL334704: "[DebugInfo] Check size of variable...
2018-06-14 Lang Hames[ORC] Add a WaitUntilReady argument to blockingLookup.
next