platform/upstream/llvm.git
2019-05-07 Lang HamesReapply r360194 "[JITLink] Add support for MachO .alt_e...
2019-05-07 Reid KlecknerRegenerate test case again after last revert
2019-05-07 Reid KlecknerDelete test cases added in r360162 that should have...
2019-05-07 Artem Dergachev[analyzer] Fix a crash when doing RVO from within blocks.
2019-05-07 Alina Sbirlea[MemorySSA] Fix CHECKs in test. [NFC]
2019-05-07 Lang HamesRevert r360194 "[JITLink] Add support for MachO .alt_en...
2019-05-07 Austin Kerbow[AMDGPU] Check MI bundles for hazards
2019-05-07 Austin Kerbow[CodeGen] Rename DEBUG_TYPE for default hazard recognizer.
2019-05-07 Sanjay Patel[InstSimplify] add tests for minnum/maxnum and NaN...
2019-05-07 Chris Bieneman[CMake] Detecting python modules should be cached
2019-05-07 David Blaikie-frewrite-imports: Add support for wildcard rules in...
2019-05-07 Lang Hames[JITLink] Add support for MachO .alt_entry atoms.
2019-05-07 Alex Langford[Core] Remove unused dependencies
2019-05-07 Jonas DevlieghereRevert "[OpenMP][Clang] Support for target math functions"
2019-05-07 Kostya Serebryanyrevert r360162 as it breaks most of the buildbots
2019-05-07 Nikita Popov[ConstantRange] Simplify makeGNWR implementation; NFC
2019-05-07 Reid Kleckner[COFF] Store Chunk RVAs and section offsets as uint32_t
2019-05-07 Simon Atanasyan[mips] Fix ld instruction in PLT entries on MIPS64
2019-05-07 Simon Atanasyan[mips] Rename test case. NFC
2019-05-07 Robert Lougher[InstCombine] Add new combine to add folding
2019-05-07 Eric ChristopherMake sure that the DAG combiner doesn't merge stores...
2019-05-07 Pavel LabathDisable eh-frame-dwarf-unwind.test on windows
2019-05-07 Shoaib Meenai[compiler-rt] Create install targets for Darwin libraries
2019-05-07 Sanjay Patel[InstCombine] allow sinking fneg operands through an...
2019-05-07 Don Hinton[CommandLine] Allow Options to specify multiple OptionC...
2019-05-07 Alex Langford[Host] Clean up dependencies of HostMacOSXObjCXX
2019-05-07 Philip Reames[Tests] Yet more combination of tests for unordered...
2019-05-07 Adrian PrantlDebug Info: Support address space attributes on rvalue...
2019-05-07 Jinsong Ji[PowerPC][NFC] Update build-vector-tests.ll using utils...
2019-05-07 Adrian PrantlGuard __builtin_available() with __has_builtin to suppo...
2019-05-07 Simon PilgrimRegenerate test to try and fix buildbots
2019-05-07 Jonas Devlieghere[Driver] Add command line option to allow loading local...
2019-05-07 Florian Hahn[DAGCombiner] Avoid creating large tokenfactors in...
2019-05-07 Sanjay Patel[InstCombine] add tests for FP min/max with negated...
2019-05-07 Pavel LabathFixup r360161
2019-05-07 Pavel LabathMake eh-frame-dwarf-unwind.test run on non-linux platforms
2019-05-07 Marshall ClowMark private function __sign as constexpr.
2019-05-07 Pavel LabathPostfixExpression: Use signed integers in IntegerNode
2019-05-07 Sam Clegg[WebAssembly] Don't generate unused table entries.
2019-05-07 Simon PilgrimAvoid use-after-move warnings by using swap instead...
2019-05-07 Kostya Kortchinsky[scudo][standalone] Introduce the Quarantine
2019-05-07 Orlando Cazalet... [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code...
2019-05-07 Greg ClaytonAdded missing files from 360071.
2019-05-07 Lang Hames[JITLink] Fix some copy/paste related typos in a test...
2019-05-07 Keno Fischer[SCEV] Add explicit representations of umin/smin
2019-05-07 Pavel LabathRegisterContextLLDB: Push CFA value on DWARF stack...
2019-05-07 Simon PilgrimFix local shadow variable warning. NFCI.
2019-05-07 Balazs Keri[ASTImporter] Corrected type of integer constant in...
2019-05-07 Aaron BallmanAdd an explicit triple to this test to hopefully appeas...
2019-05-07 Michal Gorny[lldb] [lit] Update constants in write Register tests
2019-05-07 Sam McCall[Tooling] Add -x flags when inferring compile commands...
2019-05-07 Anastasia Stulova[OpenCL] Prevent mangling kernel functions.
2019-05-07 Ilya Biryukov[clangd] Introduce intermediate representation of forma...
2019-05-07 Nico Weberlld-link: Allow /? as option prefix, like -? is allowed
2019-05-07 Robert LougherPrecommit tests for or/add transform. NFC.
2019-05-07 Michal Gorny[lldb] [lit] Fix Register tests to reference arrays...
2019-05-07 Aaron BallmanAllow field offset lookups in types with incomplete...
2019-05-07 Krasimir Georgiev[lldb] Add MacroQualified switch cases for r360109
2019-05-07 Nico WeberAdd typo correction for command-line flags to ELF and...
2019-05-07 Nemanja Ivanovic[PowerPC] Use the two-constant NR algorithm for refinin...
2019-05-07 George Rimar[llvm-objdump] - Print relocation record in a GNU format.
2019-05-07 Nico Weberminor cmake formatting style fix
2019-05-07 Nico Webergn build: Merge r360116
2019-05-07 Nico Webergn build: Run `git ls-files '*.gn' '*.gni' | xargs...
2019-05-07 George Rimar[LLD][ELF] - Remove symbol-name-offset.elf binary from...
2019-05-07 Roman Lebedev[llvm-exegesis] BenchmarkRunner::runConfiguration(...
2019-05-07 George Rimar[yaml2obj] - Allow setting st_value explicitly for...
2019-05-07 Krasimir GeorgievRevert "[TableGen] Fix a typo"
2019-05-07 Diana Picus[ARM GlobalISel] Widen G_SELECT operands
2019-05-07 Simon Pilgrim[X86][AVX] Fold concat(packus(),packus()) -> packus...
2019-05-07 Simon PilgrimFixed "Value stored to 'Opc' is never read" warning...
2019-05-07 Balazs Keri[ASTImporter] Import TemplateParameterLists in function...
2019-05-07 Simon Pilgrim[X86] Reduce scope of variables where possible. NFCI.
2019-05-07 Diana Picus[ARM GlobalISel] Widen G_INTTOPTR/G_PTRTOINT
2019-05-07 Fangrui Song[ELF] Reorder BitcodeFiles.empty() to call thinLTOCreat...
2019-05-07 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-05-07 Diana Picus[ARM GlobalISel] Widen G_GEP index operand
2019-05-07 Peter Smith[libFuzzer] Increase timeouts on fork tests and skip...
2019-05-07 Orlando Cazalet... Test commit access
2019-05-07 Roman Lebedev[llvm-exegesis] InstructionBenchmark::writeYamlTo(...
2019-05-07 Nicolai HaehnleAMDGPU: Verify that SOP2/SOPC instructions have at...
2019-05-07 Sam McCall[Tooling] Don't mmap the JSONCompilationDatabase, it...
2019-05-07 Sam McCall[clangd] Oops, switchSourceHeader still needs to return...
2019-05-07 Leonard Chan[Sema] Add missing VisitMacroQualifiedTypeLoc to TypeSp...
2019-05-07 Sam McCall[clangd] switchSourceHeader uses null not empty string...
2019-05-07 Sam McCall[clangd] Add test that r360116 accidentally fixed a...
2019-05-07 Richard SmithImprove function / variable disambiguation.
2019-05-07 Sam McCall[clangd] Move Rename into its own file, and add unit...
2019-05-07 Sam McCall[clangd] add CLANG_ENABLE_CLANGD option to build clangd...
2019-05-07 Adam Balogh[clang-tidy] Extend bugprone-sizeof-expression to check...
2019-05-07 Fangrui Song[PPC64] toc-indirect to toc-relative relaxation
2019-05-07 Craig Topper[FastISel][X86] If selectFNeg fails, fall back to Selec...
2019-05-07 Sam Clegg[WebAssembly] Add more test coverage for reloctions...
2019-05-07 Leonard ChanRecommit r359859 "[Attribute/Diagnostics] Print macro...
2019-05-07 Fangrui Song[DebugInfo] Delete TypedDINodeRef
2019-05-07 Fangrui Song[SanitizerCoverage] Use different module ctor names...
2019-05-07 Yan Luo[TableGen] Fix a typo
2019-05-07 Alex Langford[Breakpoint] Remove unused dependency
2019-05-07 Eric ChristopherFix typo in risc-v register aliases.
2019-05-07 Cameron McInallyRefactor UnaryOperator class
next