platform/upstream/llvm.git
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-09-03 Ilya Biryukov[clangd] Avoid crashes in override completions
2018-09-03 Sam McCall[clangd] Fix ambiguous make_unique with c++17. NFC
2018-09-03 David Bolvansky[PseudoTerminal][NFC] Use llvm errno helpers
2018-09-03 Ilya Biryukov[clangd] Handle errors before checking for cancelltion
2018-09-03 Sam McCall[clangd] Factor out the data-swapping functionality...
2018-09-03 Matt ArsenaultDAG: Handle extract_vector_elt in isKnownNeverNaN
2018-09-03 Gabor Marton[ASTImporter] Merge ExprBits
2018-09-03 David Bolvansky[Symtab][NFC] Added llvm_unreachable to supress compile...
2018-09-03 Alexey Sotkin[Index] Update tests allowing double4 type to be "invalid"
2018-09-03 Nico WeberRename a few unittests/.../Foo.cpp files to FooTest.cpp
2018-09-03 Peter Smith[Aarch64] Fix linker emulation for Aarch64 big endian
2018-09-03 Jonas Devlieghere[DebugInfo] Have the verifier accept missing linkage...
2018-09-03 Martin Storsjo[AArch64] Simplify code in LowerGlobalAddress. NFCI.
2018-09-03 Alexey Sotkin[OpenCL] Traverse vector types for ocl extensions support
2018-09-03 Daniel Cederman[Sparc] allow tls_add/tls_call syntax in assembler...
2018-09-03 Dan Liew[asan] Clean up some confusing code in
2018-09-03 Dan Liew[UBSan] Add CMake and lit support for configuring and...
2018-09-03 Sander de SmalenFix issue introduced by r341301 that broke buildbot.
2018-09-03 Eric Liu[clangd] Support multiple #include headers in one symbol.
2018-09-03 Simon PilgrimRemove unnecessary semicolon to silence -Wpedantic...
2018-09-03 Carlos Alberto... Test commit.
2018-09-03 Sander de SmalenExtend hasStoreToStackSlot with list of FI accesses.
2018-09-03 Dan LiewGive a better error message when trying to run the...
2018-09-03 Dan Liew[UBSan] Propagate `UBSAN_OPTIONS` environment variable...
2018-09-03 Dan Liew[UBSan] Add missing `%run` prefixes to Pointer tests.
2018-09-03 Carlos Alberto... Test commit - adding a new line.
2018-09-03 Aleksandr Urakov[DWARF] Fix dwarf5-index-is-used.cpp
2018-09-03 Kristina Brooks[MC] - ConstantPools.cpp: Style consistency, remove...
2018-09-03 QingShan Zhang[PowerPC] Add Itineraries of IIC_IntRotateDI for P7/P8
2018-09-02 Sanjay Patel[InstCombine] allow not+sub fold for arbitrary vector...
2018-09-02 Sanjay Patel[InstCombine] move/add tests for not+sub; NFC
2018-09-02 Hsiangkai WangRevert "[DebugInfo] Fix bug in LiveDebugVariables."
2018-09-02 Hsiangkai Wang[DebugInfo] Fix bug in LiveDebugVariables.
2018-09-02 Sanjay Patel[Reassociate] swap binop operands to increase factoring...
2018-09-02 Roman Lebedev[DAGCombine] optimizeSetCCOfSignedTruncationCheck(...
2018-09-02 David CarlierFix buildbot test
2018-09-02 David Carlier[Sanitizer] openbsd build fix
2018-09-02 Jonas TothFix Bug 38713: clang-format mishandles a short block...
2018-09-02 Lang Hamesclang-format r341282.
2018-09-02 Lang Hames[ORC] Tidy up JITSymbolFlags to remove the need for...
2018-09-01 Matt Davis[llvm-mca] Fix typo in debug output. NFC.
2018-09-01 Sanjay Patel[InstCombine] simplify code for 'or' fold
2018-09-01 Dylan McKay[AVR] Redefine the 'LSL' instruction as an alias of...
2018-09-01 Dylan McKay[AVR] Redefine the 'SBR' instruction as an alias
2018-09-01 Dylan McKay[AVR] Define the TST instruction as an alias of AND
2018-09-01 Dylan McKay[AVR] Define the ROL instruction as an alias of ADC
2018-09-01 Pavel LabathIgnore unicode decode errors in test suite's encoded_fi...
2018-09-01 Fangrui Song[clangd] Fix many typos. NFC
2018-09-01 Tom StellardAMDGPU/GlobalISel: Define instruction mapping for G_SELECT
2018-09-01 Sanjin SijaricMake HasWinCFI a plain bool instead of Optional<bool>
2018-09-01 Zhaoshi Zheng[Constant Hoisting] Hoisting Constant GEP Expressions
2018-08-31 Frederic RissFile completion bugfix
2018-08-31 Jessica PaquetteFix typo in size remarks for module passes
2018-08-31 Stanislav Mekhanoshin[AMDGPU] Split v32i32 loads
2018-08-31 Craig Topper[X86] Add ktest intrinsics to match gcc and icc.
2018-08-31 Krzysztof Parzyszek[Hexagon] Don't access non-existent instructions
2018-08-31 Matthias BraunRevamp test-suite documentation
2018-08-31 Craig Topper[X86] Add intrinsics for KTEST instructions.
2018-08-31 Heejin Ahn[WebAssembly] clang-format (NFC)
2018-08-31 Jessica Paquette[NFC] Optionally pass a function to emitInstrCountChang...
2018-08-31 Jessica Paquette[NFC] Check if P is a pass manager on entry to emitInst...
2018-08-31 Craig Topper[X86] Add k-mask conversion and load/store instrinsics...
2018-08-31 Jessica Paquette[NFC] Pass the instruction delta to emitInstrCountChang...
2018-08-31 Jessica Paquette[NFC] Pre-calculate SCC IR counts in size remarks.
2018-08-31 Jessica Paquette[NFC] Pre-calculate module IR counts in size remarks.
2018-08-31 Jessica Paquette[NFC] Pre-calculate loop IR counts in size remarks.
2018-08-31 Jessica Paquette[NFC] Pre-calculate basic block IR counts in size remarks.
2018-08-31 Jessica Paquette[NFC] Pre-calculate function IR counts in size remarks.
2018-08-31 Tom Stellardlit: Use sys.executable for executing builtin commands
2018-08-31 Dean Michael... [XRay] Update RecordInitializer for PIDRecord
2018-08-31 Haojian Wu[clangd] Implement findOccurrences interface in dynamic...
2018-08-31 Dean Michael... [XRay] Use correct type for PID records
2018-08-31 Tim NorthoverTests: fix tests encoding specific hash values for...
2018-08-31 Dean Michael... [XRay] Use correct type for thread ID parsing
2018-08-31 Sid Manning[Hexagon] Add support for getRegisterByName.
2018-08-31 Dean Michael... [XRay] Improve test matching granularity (NFC)
2018-08-31 Dean Michael... [XRay] Change function record reader to be endian-aware
2018-08-31 Pavel LabathAvoid using short identifiers in some tests
2018-08-31 Craig Topper[X86] Add kshift intrinsics to match gcc and icc.
2018-08-31 Frederic RissFix a comment to use the correct variable name.
2018-08-31 Charles DavisExport public functions implemented in assembly on...
2018-08-31 Sterling AugustineRefactor Addlibgcc to make the when and what logic...
2018-08-31 Dean Michael... [XRay] Fix FunctionRecord serialization
2018-08-31 Evgeniy Stepanov[hwasan] Fix new[] with zero size.
2018-08-31 Alexandre Ganea[DebugInfo] Common behavior for error types
2018-08-31 Craig Topper[X86] Add support for turning vXi1 shuffles into KSHIFT...
2018-08-31 Dean Michael... [XRay] Make Trace loading endian-aware
2018-08-31 Dean Michael... [XRay] Make the FDRTraceWriter Endian-aware
2018-08-31 Andrea Di Biagio[X86][BtVer2] Remove wrong ReadAdvance from AVX vbroadc...
2018-08-31 Simon Atanasyan[mips] Fix `mtc1` and `mfc1` definitions for microMIPS R6
2018-08-31 Matt ArsenaultAMDGPU: Restrict extract_vector_elt combine to loads
2018-08-31 Matt ArsenaultAMDGPU: Actually commit re-run of update_llc_test_checks
2018-08-31 Martin StorsjoFix existing code for SEH on ARM to compile correctly
2018-08-31 Jonas Devlieghere[Wasm] Add missing EOF checks for floats
2018-08-31 Matt ArsenaultSLPVectorizer: Fix assert with different sized address...
2018-08-31 Matt ArsenaultAMDGPU: Fix broken generated check lines
2018-08-31 Andrea Di Biagio[X86] Add llvm-mca tests that show how operand latency...
2018-08-31 Alexey Bataev[DEBUGINFO] Add support for emission of the debug direc...
next