platform/upstream/llvm.git
2017-11-21 Hans WennborgEntryExitInstrumenter: support __cyg_profile_func_enter...
2017-11-21 Sam McCall[clangd] Include the right header for std::isxdigit
2017-11-21 Alexey Bataev[OPENMP] Initial support for asynchronous data update...
2017-11-21 Sam McCall[clangd] Satisfy GCC: 'changes meaning of Error'
2017-11-21 Jonas HahnfeldFix test/OpenMP/nvptx_data_sharing.cpp
2017-11-21 Sam McCall[clangd] Fix dumb && || bug from r318774
2017-11-21 Oliver Stannard[ARM] Remove pre-UAL FLDM/FSTM aliases
2017-11-21 Aleksei Sidorin[ASTImporter] Support new AST nodes:
2017-11-21 Kostya Kortchinsky[sanitizer] Define SANITIZER_USE_GETAUXVAL for Android
2017-11-21 Sam McCall[clangd] Add parsing and value inspection to JSONExpr.
2017-11-21 Gheorghe-Teodor... [OpenMP] Add implicit data sharing support when offload...
2017-11-21 Alina SbirleaAdd MemorySSA as loop dependency, disabled by default...
2017-11-21 Oliver Stannard[ARM] Don't omit non-default predication code
2017-11-21 Oliver Stannard[Asm] Improve "too few operands" errors
2017-11-21 Oliver Stannard[Asm] Finish matching once end of formal and actual...
2017-11-21 Sander de SmalenRevert r318759 due to make check-all failure on Windows
2017-11-21 Jonas HahnfeldAdd target triples to openmp-offload-gpu.c
2017-11-21 Oliver Stannard[ARM] Add diagnostics for SPR/DPR lists
2017-11-21 Erik Pilkington[demangler] Document some features that the demangler...
2017-11-21 Alexey Bataev[InstCombine] Test for PR35354: unable to vectorize...
2017-11-21 Jonas Hahnfeld[OpenMP] Consistently use cubin extension for nvlink
2017-11-21 Sam Kolton[AMDGPU] SDWA: remove omod src operand for VOP2b instru...
2017-11-21 Alex Bradbury[RISCV][NFC] Remove unnecessary {} around single statem...
2017-11-21 Sander de Smalen[TableGen] AsmMatcher: Fix bug with reported diagnostic...
2017-11-21 Simon Pilgrim[X86][XOP] Add missing scheduler classes to XOP instruc...
2017-11-21 Alex Bradbury[RISCV][NFC] Clean up RISCVDAGToDAGISel::Select
2017-11-21 Martell Malone[ARM] Use SEH exceptions on thumbv7-windows
2017-11-21 Martell Malone[MINGW] normalize WIN32 macros
2017-11-21 Aleksei Sidorin[Analyzer] Stable iteration on indirect goto LabelDecl...
2017-11-21 Aleksei Sidorin[Analyzer] Revert r318750 because incorrect files were...
2017-11-21 Ivan A. Kosarev[CodeGen] Generate TBAA type descriptors in a more...
2017-11-21 Simon Pilgrim[X86][LWP] Add missing LWP itinerary class to lwpins...
2017-11-21 Aleksei Sidorin[Analyzer] Non-determinism: stable iteration on indirec...
2017-11-21 Eugene Leviant[MI scheduler] Fix VADD and VSUB in cortex-a57 model
2017-11-21 Coby Tayree[x86][icelake]BITALG
2017-11-21 Diana Picus[ARM GlobalISel] Add comment for r318398. NFC.
2017-11-21 Coby Tayree[x86][icelake]VNNI
2017-11-21 Coby Tayree[x86][icelake]vbmi2
2017-11-21 Hamza Sood[Modules TS] Added module re-export support.
2017-11-21 NAKAMURA TakumiSLPVectorizer.cpp: Avoid std::stable_sort(properlyDomin...
2017-11-21 Kamil RytarowskiCorrect NetBSD support in pthread_once(3)/TSan
2017-11-21 Coby Tayree[x86][icelake]vpclmulqdq introduction
2017-11-21 Coby Tayree[x86][icelake]VAES introduction
2017-11-21 Coby Tayree[x86][inline-asm] allow recognition of MPX regs inside...
2017-11-21 Alex Bradbury[RISCV] Use register X0 (ZERO) for constant 0
2017-11-21 Alex Bradbury[RISCV] Support and tests for a variety of additional...
2017-11-21 Martell Malone[MS] add an init test for thumbv7-windows-msvc
2017-11-21 Alex Bradbury[RISCV] Implement lowering of ISD::SELECT
2017-11-21 Dean Michael... [XRay][compiler-rt] Migrate basic mode logging to the...
2017-11-21 Dean Michael... [XRay] Use optimistic logging model for FDR mode
2017-11-21 Craig Topper[X86] Simplify type constraints for AVX2 masked gather.
2017-11-21 Serguei KatkovRevert "[CGP] Enable complex addr mode (2nd attempt)"
2017-11-21 Craig Topper[X86] Simplify the predicates for avx2 masked gather...
2017-11-21 Rafael Espindolamove static function. NFC
2017-11-21 Serguei Katkov[CGP] Enable complex addr mode (2nd attempt)
2017-11-21 Yaxun Liu[AMDGPU] Fix DAGTypeLegalizer::SplitInteger for shift...
2017-11-21 Rafael EspindolaSplit a rename_handle out of rename on windows.
2017-11-21 Richard TrieuAdd default values for member functions.
2017-11-21 Reid Kleckner[MS] Increase default new alignment for win64 and test it
2017-11-21 Zachary TurnerRe-revert "Refactor debuginfo-tests."
2017-11-21 Peter CollingbourneCOFF: Emit a COFF symbol table if /debug:dwarf is speci...
2017-11-21 David BlaikieASTMatchers{,Macros}.h: Add some extra macros to use...
2017-11-21 David BlaikieFormatInternal.h: Add missing includes.
2017-11-21 David BlaikieMake some headers modular by adding missing includes...
2017-11-21 Walter Lee[sanitizers] Add init function to set alignment of...
2017-11-21 Craig Topper[X86] Remove 'mm3now' from isValidFeatureName.
2017-11-21 David Blaikiexray-record-yaml.h: Remove unused file
2017-11-21 David Blaikiellvm-rc/ResourceScriptTokenList.h: Turns this into...
2017-11-21 David BlaikieXRayRecord.h: Add missing #include
2017-11-21 David BlaikieYAML/XRay/std::vector: Fix ODR violation by removing...
2017-11-21 Davide Italiano[SCCP] If we replace with a constant, we can't replace...
2017-11-21 Richard TrieuRevert r318678 to fix Clang test
2017-11-20 Vitaly Buka[msan] Don't sanitize "nosanitize" instructions
2017-11-20 Vitaly Buka[tsan] Fix sigaction implementation when it's called...
2017-11-20 Craig Topper[SelectionDAG] When promoting the result of a VSELECT...
2017-11-20 Alexander Shaposhnikov[analyzer] Diagnose stack leaks via block captures
2017-11-20 Fedor Sergeev[Sparc] efficient pattern for UINT_TO_FP conversion
2017-11-20 David BlaikieAdd ADL support to range based <algorithm> extensions
2017-11-20 Erich KeaneRevert 318668, which is associated with a broken patch
2017-11-20 Reid KlecknerRelax pdb.test checks for debug chunk sizes
2017-11-20 Reid KlecknerMerge .xdata into .rdata by default
2017-11-20 Erich KeaneRevert r318669/318694
2017-11-20 Zachary TurnerResubmit "Refactor debuginfo-tests" again.
2017-11-20 Hiroshi YamauchiFix a lld-x86_64-darwin13 build error.
2017-11-20 Yonghong Songbpf: add a test case for trunc-op optimization
2017-11-20 Erich KeaneInclude test files for rL318668
2017-11-20 Hiroshi YamauchiAdd heuristics for irreducible loop metadata under PGO
2017-11-20 Carlo Bertolli[OpenMP] Initial implementation of code generation...
2017-11-20 Simon Atanasyan[MIPS] Add test case to check calculation of GOT pages...
2017-11-20 Eric FiselierFix std::string::data() symbol during library build.
2017-11-20 Peter CollingbourneCOFF: Correctly handle relocations against early discar...
2017-11-20 Rafael EspindolaAdd missing test.
2017-11-20 Simon PilgrimFix spelling in comment. NFCI.
2017-11-20 Mandeep Singh... Revert "[SelectionDAG] Make sorting predicate stronger...
2017-11-20 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
2017-11-20 Paul RobinsonRevert "Fix out-of-order stepping behavior in programs...
2017-11-20 Peter CollingbourneCOFF: Remove the SymbolBodies vector, and rename Sparse...
2017-11-20 Peter CollingbourneCOFF: Stop requiring comdat sections to have an externa...
2017-11-20 Mandeep Singh... [AutoComplete] Use stronger sort predicate for autocomp...
2017-11-20 Mandeep Singh... [SelectionDAG] Make sorting predicate stronger to remov...
next