platform/upstream/llvm.git
2017-09-22 Jonas Devlieghere[dwarfdump] Add support for redirecting output to a...
2017-09-22 Alexander Richardson[mips] clang-format MipsTargetMachine.cpp
2017-09-22 Maxim Ostapenko[asan/lsan] Trying to fix buildbots after r313966
2017-09-22 Maxim Ostapenko[asan/lsan] Make LSan compliant with recovery mode...
2017-09-22 Dylan McKay[AVR] Remove the 'IsN64' argument to 'MCELFObjectWriter'
2017-09-22 Jatin Bhateja[X86] Updating the test case for FMF propagation.
2017-09-22 Krasimir Georgiev[clang-format] Ignore case and stable sort using-declar...
2017-09-22 Krasimir Georgiev[clang-tidy] Fix example in documentation, NFC
2017-09-22 Yonghong Songbpf: initial 32-bit ALU encoding support in assembler
2017-09-22 Yonghong Songbpf: add 32bit register set
2017-09-22 Yonghong Songbpf: refactor inst patterns with better inheritance
2017-09-22 Yonghong Songbpf: refactor inst patterns with more mnemonics
2017-09-22 Richard SmithClosure types have no name (and can't have a typedef...
2017-09-22 Saleem AbdulrasoolAArch64: support SwiftCC properly on AAPCS64
2017-09-22 Richard SmithGive external linkage and mangling to lambdas inside...
2017-09-22 Saleem AbdulrasoolDriver: remove support for libstdc++ from CrossWindows
2017-09-22 Richard SmithClean up some mistreatment of enumerations.
2017-09-22 Akira HatanakaAdd test cases that weren't committed in r313945.
2017-09-22 Sanjoy DasRename markAsErased to erase, as pointed out in a previ...
2017-09-22 George Karpenkov[Analyzer] Static analyzer script for updating referenc...
2017-09-22 George Karpenkov[Analyzer] Refactor analyzer testing scripts.
2017-09-22 Richard SmithFix tracking of whether a destructor would be deleted.
2017-09-22 NAKAMURA TakumiHexagonVectorLoopCarriedReuse.cpp: Apply LLVM_ATTRIBUTE...
2017-09-22 NAKAMURA TakumiReformat.
2017-09-22 Akira HatanakaAdd support for attribute 'noescape'.
2017-09-22 George Karpenkov[Analyzer] Log when auto-synthesized body is used.
2017-09-22 Richard SmithExtend -ast-dump for CXXRecordDecl to dump the flags...
2017-09-21 Richard TrieuFix unused variable warning.
2017-09-21 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-bool-litera...
2017-09-21 Adrian PrantlFix a bug in a historic bitcode testcase.
2017-09-21 Adrian PrantlFix a bug in a historic bitcode testcase. NFC.
2017-09-21 Rafael EspindolaUpdate for llvm change.
2017-09-21 Rafael EspindolaConvert the archive writer to use Error.
2017-09-21 Pranav Bhandarkar[Hexagon] - Fix testcase for the HexagonVectorLoopCarri...
2017-09-21 Rafael EspindolaUse raw_ostream in functions that don't need to seek...
2017-09-21 Jason MolendaRevert this patch; I was emailing with Eugene and they...
2017-09-21 Rafael EspindolaSimplify the logic for truncating UID and GID. NFC.
2017-09-21 Jason MolendaInitial patchset to get the testsuite running against...
2017-09-21 Rafael EspindolaRevert "Add a testfile that I missed in a previous...
2017-09-21 Rafael EspindolaSimplify error handling. NFC.
2017-09-21 Akira Hatanaka[tsan] Annotate function parameters with attribute...
2017-09-21 Zachary TurnerResubmit "[lit] Refactor out some more common lit confi...
2017-09-21 George Karpenkov[Analyzer] Use CC environment variable to select analyz...
2017-09-21 Pranav BhandarkarAdd a testfile that I missed in a previous commit that
2017-09-21 Pranav BhandarkarEnable the reuse of values computed in a previous loop...
2017-09-21 George Karpenkov[Analyzer] Add simple help to SATestAdd.py
2017-09-21 George Karpenkov[Analyzer] Remove dead code from CmpRuns.py.
2017-09-21 Zachary TurnerRevert "[lit] Refactor out some more common lit configu...
2017-09-21 Kevin EnderbyFix a bug in llvm-objdump when disassembling using...
2017-09-21 John Baldwin[libunwind] Partially revert r297174 to fix build on...
2017-09-21 Zachary Turner[lit] Refactor out some more common lit configuration...
2017-09-21 Zachary Turner[lit] Actually do normalize the case of files in the...
2017-09-21 Geoff Berry[AArch64] Fix bug in store of vector 0 DAGCombine.
2017-09-21 Shoaib Meenai[ELF] Fix edge condition in thunk offset calculation
2017-09-21 Jonathan Coe[libclang] Keep track of TranslationUnit instance when...
2017-09-21 Marek Sokolowski[llvm-readobj] Fix big-endian byte swap in WindowsResou...
2017-09-21 Erich KeaneRemove svn-properties for file added in 313909 (NFC)
2017-09-21 Jonas Devlieghere[dwarfdump] Add verbose output for .debug-line section
2017-09-21 Erich KeaneAdd testcase I forgot to add in R313907.
2017-09-21 Craig Topper[DAGCombiner] Slightly simplify some code by using...
2017-09-21 Erich KeaneSuppress Wsign-conversion for enums with matching under...
2017-09-21 Volodymyr Sapsai[Sema] Prevent InstantiateClass from checking unrelated...
2017-09-21 Reid KlecknerRe-land r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-21 Adrian McCarthy[LLDB] Implement interactive command interruption
2017-09-21 Michael Kruse[DeLICM] Allow non-injective PHIRead->PHIWrite mapping.
2017-09-21 Bjorn Pettersson[SelectionDAG] Pick correct frame index in LowerArguments
2017-09-21 Adrian Prantlllvm-dwarfdump support --debug-frame=<offset> and ...
2017-09-21 Artem Belevich[CUDA] Fixed order of words in the names of shfl builtins.
2017-09-21 Artem Belevich[NVPTX] Implemented bar.warp.sync, barrier.sync, and...
2017-09-21 Volodymyr Sapsai[Sema] Fix using old initializer during switch statemen...
2017-09-21 Rafael EspindolaUse ArrayRef. NFC.
2017-09-21 Volodymyr Sapsai[fixup][Sema] Allow in C to define tags inside enumerat...
2017-09-21 Sanjay Patel[x86] add more tests for node-level FMF; NFC
2017-09-21 Zachary Turner[lit] Rename lld and clang lit configs to end in .py
2017-09-21 Craig Topper[DAGCombiner] Remove duplicate code from visitZERO_EXTEND
2017-09-21 Zaara SyedaFix buildbot failures, add mtriple to gpr-vsr-spill.ll
2017-09-21 Zachary Turner[lit] Don't norm case when inserting into the config...
2017-09-21 Adrian Prantlllvm-dwarfdump: Add support for the --arch command...
2017-09-21 Zachary Turner[lit] Add a test for the builtin config map.
2017-09-21 Zaara Syeda[Power9] Spill gprs to vector registers rather than...
2017-09-21 Benjamin KramerAdd missing file from r313884.
2017-09-21 Benjamin Kramer[DWARF] Shrink AttributeSpec from 24 to 16 bytes.
2017-09-21 Simon Pilgrim[X86][SSE] Add PSHUFLW/PSHUFHW tests inspired by PR34686
2017-09-21 Simon Atanasyan[MIPS] Explicitly list supported relocations for MIPS...
2017-09-21 Michael Kruse[ScopInfo] Use map for value def/PHI read accesses.
2017-09-21 Alexey Bataev[OPENMP] Use canonical declarations for redeclarations...
2017-09-21 Simon Atanasyan[mips] Implement generation of relocations "chains...
2017-09-21 Simon Atanasyan[mips] Do not pass redundant IsN64 flag to MCELFObjectT...
2017-09-21 Jonas Paulsson[SystemZ] Improve optimizeCompareZero()
2017-09-21 Daniel JasperRevert r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-21 Mikael Holmen[SROA] Really remove associated dbg.declare when removi...
2017-09-21 Javed Absar[TableGen] Tidy up CodeGenRegisters
2017-09-21 Simon Atanasyan[mips] Fix relocation record format and ELF header...
2017-09-21 Jonas Devlieghere[dsymutil] Don't resolve DIE reference to NULL DIE.
2017-09-21 Dean Michael... [XRay][compiler-rt] Remove non-trivial globals from...
2017-09-21 Strahinja PetrovicFixed reverted commit rL312318
2017-09-21 Jatin Bhateja[X86] Adding a testpoint for fast-math flags propagation.
2017-09-21 George Rimar[yaml2obj] - Don't crash on one more invalid document.
2017-09-21 Gabor Horvath[analyzer] Fix an assertion fail in VirtualCallChecker
2017-09-21 Matt ArsenaultAMDGPU: Add option to stress calls
next