platform/upstream/llvm.git
2017-05-15 Justin BognerAdd "REQUIRES:" to the last few tests that use target...
2017-05-15 Davide Italiano[AMDGPU] Kill now unused phiInfoElementGetDebugLoc...
2017-05-15 Vitaly Buka[Sema] Use CK_NoOp instead CK_Invalid in tryGCCVectorCo...
2017-05-15 Craig Topper[APInt] Simplify a for loop initialization based on...
2017-05-15 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-05-15 Tim NorthoverAArch64: use linker-private symbols for globals in...
2017-05-15 David BlaikiePR32288: Describe a bool parameter's DWARF location...
2017-05-15 Adam Nemet[SLP] Enable 64-bit wide vectorization on AArch64
2017-05-15 Hans WennborgRevert r302678 "[AArch64] Enable use of reduction intri...
2017-05-15 Evgeniy Stepanov[asan] One more test for -fsanitize-address-globals...
2017-05-15 Evgeniy Stepanov[asan] Better workaround for gold PR19002.
2017-05-15 Manoj Gupta[builtins] Fix a check from __GNU__ to __GNUC__ for...
2017-05-15 Jan SjodinRe-submit AMDGPUMachineCFGStructurizer.
2017-05-15 Sean Callanan[TypeSystem] Fix inspection of Objective-C object types
2017-05-15 Tim NorthoverAArch64: diagnose unrecognized features in .cpu directive.
2017-05-15 Davide Italiano[NewGVN] Remove unused setDefiningExpr(). NFCI.
2017-05-15 Martin Probstclang-format: [JS] for async loops.
2017-05-15 Sanjay Patel[InstCombine] restrict icmp fold with 2 sdiv exact...
2017-05-15 Sanjay Patel[InstSimplify] restrict icmp fold with 2 sdiv exact...
2017-05-15 Saleem Abdulrasoolbuiltins: fix filtering aliased targets
2017-05-15 Evgeny StupachenkoThe patch adds CTLZ idiom recognition.
2017-05-15 Jonathan PeytonFix for KMP_AFFINITY=respect with multiple processor...
2017-05-15 Davide Italiano[NewGVN] Fix verification of MemoryPhis in verifyMemory...
2017-05-15 Geoff Berry[AArch64][Falkor] Fix sched details for FMOV
2017-05-15 Jan SjodinRevert 303091.
2017-05-15 Rafael EspindolaDisable threads in a few tests.
2017-05-15 Teresa JohnsonAdd support for handling ifuncs to GlobalValue::getBase...
2017-05-15 Haojian Wu[clang-tidy] Fix a typo: dequeue => deque
2017-05-15 Adam NemetRevert "[ClangD] Refactor clangd into separate components"
2017-05-15 Adam NemetRevert "Fix windows buildbots - missing include and...
2017-05-15 Craig Topper[SCEV] Use copy initialization of APInts instead of...
2017-05-15 Jan SjodinAdd AMDGPUMachineCFGStructurizer.
2017-05-15 Sanjay Patel[InstCombine] use m_OneUse to reduce code; NFCI
2017-05-15 Peter CollingbourneELF: --gdb-index: Change findSection to return an Input...
2017-05-15 Peter CollingbourneELF: --gdb-index: Do not add dead sections to the addre...
2017-05-15 Kostya Serebryany[libFuzzer] fix a warning from Wunreachable-code-loop...
2017-05-15 Jonathan PeytonRemove some outdated comments
2017-05-15 Alexander KornienkoMake google-build-using-namespace skip std::.*literals
2017-05-15 Kyle ButtCodeGen: BlockPlacement: Increase tail duplication...
2017-05-15 Reid Kleckner[ubsan] Don't enable debug info in all tests
2017-05-15 Simon Pilgrim[NVPTX] Don't flag StoreParam/LoadParam memory chain...
2017-05-15 Alexander Kornienko[clang-tidy] Partly rewrite readability-simplify-boolea...
2017-05-15 Hans Wennborgbuild_llvm_package.bat: Minor updates
2017-05-15 Jonathan PeytonAdd the .clang-format file which the formatting was...
2017-05-15 Simon PilgrimFix windows buildbots - missing include and namespace
2017-05-15 Alexey Bataev[OPENMP] Check DSA for variables captured by value.
2017-05-15 Pavel LabathDisable a test in TestReturnValue on arm64 linux
2017-05-15 Rafael EspindolaAdd an extra test for archive symbol tables.
2017-05-15 Simon Pilgrim[SLPVectorizer][X86] Add vectorization tests for vXi64...
2017-05-15 Florian Hahn[AArch64] Enable FeatureFuseAES on Cortex-A72.
2017-05-15 Yaxun Liu[OpenCL] Emit function-scope variable in constant addre...
2017-05-15 Kostya Kortchinsky[sanitizer] Change SizeClassAllocator32 to accept just...
2017-05-15 Dmitry Preobrazhensky[AMDGPU][MC] Corrected several VI opcodes to avoid...
2017-05-15 Simon Pilgrim[SLPVectorizer][X86] Add vectorization tests for vXi64...
2017-05-15 Alex Lorenz[index] References to fields from template instantiatio...
2017-05-15 Ilya Biryukov[ClangD] Refactor clangd into separate components
2017-05-15 Tobias GrosserDrop nonexisting ScopPassManager directory
2017-05-15 Tobias GrosserAdjust formatting
2017-05-15 Philip Pfaffe[Polly][NewPM] Add missing Unittests
2017-05-15 Ilya BiryukovTest commit(changed comment)
2017-05-15 Philip Pfaffe[Polly][NewPM][WIP] Add a ScopPassManager
2017-05-15 Pavel LabathFix darwin build for r303058
2017-05-15 Philip Pfaffe[Polly][CMake] Exclude isl_config from the polly-check...
2017-05-15 Dinar TemirbulatovTest commit.
2017-05-15 Pavel LabathRemove an expensive lock from Timer
2017-05-15 Philip Pfaffe[Polly][Fortran Support] Fix two testcases for the...
2017-05-15 Philip Pfaffe[Polly][NewPM] Port ScopInfo to the new PassManager
2017-05-15 Dmitry Preobrazhensky[AMDGPU][MC] Removed V_MQSAD_U16_U8
2017-05-15 John Brawn[ARM] Mark LEApcrel instructions as isAsCheapAsAMove
2017-05-15 John Brawn[ARM] Mark LEApcrel as not having side effects
2017-05-15 Siddharth Bhat[NFC] [Fortran Support] Fix findFADGlobalNonAlloc patte...
2017-05-15 George Rimar[DWARF] - Speedup handling of relocations in DWARFConte...
2017-05-15 Ayman Musa[X86] Relocate code of replacement of subtarget unsuppo...
2017-05-15 Martin ProbstJavaScript allows parameter lists to include trailing...
2017-05-15 Alex Lorenz[index] Visit and store information about namespace...
2017-05-15 Simon Pilgrim[NVPTX] Don't rely on default arguments to SelectionDAG...
2017-05-15 Alex Lorenz[index] Store correct location for namespace nested...
2017-05-15 Alex Lorenz[index] Avoid a crash that happens when looking up...
2017-05-15 Sam Kolton[TableGen] Add EncoderMethod to RegisterOperand
2017-05-15 Tom Stellard[RegisterBankInfo] Remove overly-agressive asserts
2017-05-15 Tom StellardCMake: Fix docs-llvm-man target when clang+llvm is...
2017-05-15 Arnaud A. de... MCObjectStreamer : fail with a diagnostic when emitting...
2017-05-15 Siddharth Bhat[Fortran Support] Add pattern match for Fortran Arrays...
2017-05-15 Siddharth Bhat[Simplify] Fix r302986 that introduced non-inferrable...
2017-05-15 Martin Probstclang-format: [JS] fix non-null assertion operator...
2017-05-15 Daniel JasperRevert r302965 - [modules] When creating a declaration...
2017-05-15 Igor Breger[GlobalISel][X86] G_BR instruction select test
2017-05-15 Craig Topper[ValueTracking] Replace all uses of ComputeSignBit...
2017-05-15 Daniel JasperAdd '#' to test regex that I forgot in r303025.
2017-05-15 Craig Topper[ConstantRange] Fix what appear to be copy and paste...
2017-05-15 Sanjoy DasMove some code into ScalarEvolution.cpp; NFC
2017-05-15 Ekaterina Romanova[DOXYGEN] Minor improvements in doxygen comments.
2017-05-15 Faisal ValiSilence buildbots by tweaking an IR codegen test to...
2017-05-15 Craig Topper[InstCombine] Merge duplicate functionality between...
2017-05-15 Craig Topper[InstCombine] Remove 'return' of a called function...
2017-05-15 Faisal Vali[NFC] Remove some comments (IR aid) from a test file...
2017-05-15 Faisal ValiFix PR32933: crash on lambda capture of VLA
2017-05-14 Daniel JasperFix two tests that weren't correctly copied.
2017-05-14 Zvi Rackover[X86] Utilize SelectionDAG::getSelect(). NFC.
2017-05-14 Simon Pilgrim[X86][AVX1] Account for cost of extract/insert of 256...
next