platform/upstream/llvm.git
2018-08-11 Craig Topper[X86] Change the MOV32ri64 pseudo instruction to def...
2018-08-11 Richard TrieuFix WebAssembly instruction printer after r339474
2018-08-11 Douglas YungMake the section boundary checks on Windows not depend...
2018-08-11 George Karpenkov[analyzer] Fix keyboard navigation for .msgNote events
2018-08-11 Tom Stellard[gold] Fix Tests cases on i686
2018-08-11 Tom StellardAMDGPU/GlobalISel: Define instruction mapping for G_INSERT
2018-08-10 Richard TrieuFix WebAssembly tests after r339474
2018-08-10 Reka Kovacs[analyzer] InnerPointerChecker: improve warning message...
2018-08-10 George Karpenkov[analyzer] [NFC] [tests] Move plist-based diagnostics...
2018-08-10 Sid Manning[ELF][HEXAGON] Put test back in.
2018-08-10 Sid Manning[ELF][HEXAGON] Remove test that breaks assembler.
2018-08-10 JF BastienRe-commit "[NFC] More ConstantMerge refactoring"
2018-08-10 Michael Kruse[DepInfo] Use isl++ in Dependences::isValidSchedule...
2018-08-10 Simon Marchi[clangd] Avoid duplicates in findDefinitions response
2018-08-10 George Karpenkov[analyzer] Record nullability implications on getting...
2018-08-10 Philip Reames[LICM] Hoist assumes out of loops
2018-08-10 JF BastienRevert "[NFC] More ConstantMerge refactoring"
2018-08-10 Eli FriedmanFix unused lambda capture warning from r339472.
2018-08-10 JF Bastien[NFC] More ConstantMerge refactoring
2018-08-10 Sid Manning[ELF][HEXAGON] Add R_HEX_8_X relocation
2018-08-10 George Karpenkov[analyzer] Fix tracking expressions through negation...
2018-08-10 George Karpenkov[analyzer] [NFC] [tests] Move plist-based diagnostics...
2018-08-10 Wouter van... [WebAssembly] Added default stack-only instruction...
2018-08-10 Raphael IsemannRemove copy-pasted and unrelated comment [NFC]
2018-08-10 Eli Friedman[ARM] Adjust AND immediates to make them cheaper to...
2018-08-10 Zachary Turner[MS Demangler] Support extern "C" functions.
2018-08-10 Sanjay Patel[InstCombine] add tests for fsub factorization; NFC
2018-08-10 Sanjay Patel[InstCombine] rearrange code for foldSelectBinOpIdentit...
2018-08-10 Matt Davis[llvm-mca] Make InstrBuilder::getOrCreateInstrDesc...
2018-08-10 Sanjay Patel[InstCombine] add tests to show disabling of libcall...
2018-08-10 Zachary TurnerResubmit r339450 - [MS Demangler] Add conversion operat...
2018-08-10 Zachary Turner[MS Demangler] Demangle cv qualifiers on template args.
2018-08-10 Matt ArsenaultAMDGPU: More canonicalized operations
2018-08-10 Sanjay Patelrevert r339450 - [MS Demangler] Add conversion operator...
2018-08-10 Matt ArsenaultAMDGPU: Combine and of seto/setuo and fp_class
2018-08-10 Matt ArsenaultAMDGPU: Turn class x, p_zero|n_zero into fcmp oeq x, 0
2018-08-10 Matt ArsenaultAMDGPU: Match isfinite pattern to class instructions
2018-08-10 George KarpenkovInvalidate static locals when escaping lambdas
2018-08-10 Matt ArsenaultAMDGPU: Add LLVM_FALLTHROUGH
2018-08-10 Stella Stamenova[tests, libstdcxx] Add missing test category on the...
2018-08-10 Aaron BallmanAllow relockable scopes with thread safety attributes.
2018-08-10 Aaron BallmanUpdate the coding standards and developer policy docume...
2018-08-10 Alex Lorenz[clangd] extend the publishDiagnostics response to...
2018-08-10 Sanjay Patel[InstCombine] add/update tests for selectBinOpIdentity...
2018-08-10 Akira HatanakaMake changes to the check strings so that the test...
2018-08-10 Volodymyr Sapsai[libcxx] Mark charconv tests as failing for previous...
2018-08-10 Zachary Turner[MS Demangler] Add conversion operator tests.
2018-08-10 Evgeniy Stepanov[hwasan] Remove liblog dependency.
2018-08-10 Jordan Rupprecht[llvm-objcopy] NFC: consistently use typename ELFT...
2018-08-10 Evgeniy Stepanov[hwasan] Add -hwasan-with-ifunc flag.
2018-08-10 Sanjay Patel[InstCombine] revert r339439 - rearrange code for foldS...
2018-08-10 David Bolvansky[InstCombine][NFC] Added tests for select with binop...
2018-08-10 Stefan GranitzRichManglingContext: Make m_ipd_str_len a local variabl...
2018-08-10 Sanjay Patel[InstCombine] rearrange code for foldSelectBinOpIdentit...
2018-08-10 Akira Hatanaka[CodeGen] Merge equivalent block copy/helper functions.
2018-08-10 Roman Lebedev[clang-tidy] check_clang_tidy.py: support CHECK-NOTES...
2018-08-10 Zachary Turner[MS Demangler] Properly demangle conversion operators.
2018-08-10 Zachary Turner[MS Demangler] Disable a couple of tests.
2018-08-10 Zachary Turner[MS Demangler] Fix several issues related to templates.
2018-08-10 Alexander Kornienko[clang-tidy: modernize] modernize-redundant-void-arg...
2018-08-10 Sam Parker[ARM] Disallow zexts in ARMCodeGenPrepare
2018-08-10 Louis Dionne[libc++] Enable aligned allocation based on feature...
2018-08-10 Tatyana KrasnukhaAmend "Remove unused type Either from Utility library".
2018-08-10 David ChisnallFix a deprecated warning in the last commit.
2018-08-10 David ChisnallAdd Windows support for the GNUstep Objective-C ABI V2.
2018-08-10 Andi-Bogdan... [clang-tidy] run-clang-tidy.py - add synchronisation...
2018-08-10 Kirill Bobyrev[clangd] Allow consuming limited number of items
2018-08-10 Simon Pilgrim[X86][SSE] Pull out repeated shift getOpcode() calls...
2018-08-10 Hans Wennborgclang-cl: accept -fcrash-diagnostics-dir=
2018-08-10 Bruno RicciFix a wrong type bug in ParsedAttr::TypeTagForDatatypeData
2018-08-10 Simon PilgrimFix -Wimplicit-fallthrough warning introduced in rL339397.
2018-08-10 Andrea Di Biagio[Tablegen][SubtargetEmitter] refactor method `emitSched...
2018-08-10 Hans Wennborgclang-cl: Support /guard:cf,nochecks
2018-08-10 Hans WennborgRename the cfguard module flag to cfguardtable
2018-08-10 Max Kazantsev[NFC] Add tests that demonstrate that MustExecute is...
2018-08-10 Haojian Wu[clangd] Fix a "-Wdangling-else" compiler warning in...
2018-08-10 Haojian Wu[clang-tidy] Omit cases where loop variable is not...
2018-08-10 Alexander Potapenko[MSan] Shrink the register save area for non-SSE builds
2018-08-10 George Rimar[ELF] - Get rid of SyntheticSection::postThunkContents...
2018-08-10 George Rimar[LLD][ELF] - Fix crash when using empty --defsym.
2018-08-10 George Burgess IV[MemorySSA] "Fix" lifetime intrinsic handling
2018-08-10 David Bolvansky[InstCombine] Transform str(n)cmp to memcmp
2018-08-10 Richard TrieuFix size calculation from r339380
2018-08-10 Vlad TsyrklevichRevert "SafeStack: Delay thread stack clean-up"
2018-08-09 Heejin Ahn[WebAssembly] Gate i64x2 and f64x2 on -wasm-enable...
2018-08-09 Craig Topper[X86] Qualify one of the heuristics in combineMul to...
2018-08-09 Vlad TsyrklevichSafeStack: Delay thread stack clean-up
2018-08-09 Jordan Rupprecht[llvm-objcopy] NFC: Add some color to error()
2018-08-09 Stephen KellyMark up deprecated methods as such
2018-08-09 Stephen KellyRemove obsolete set call
2018-08-09 Stephen KellyPort getLocEnd -> getEndLoc
2018-08-09 Stephen KellyPort getLocStart -> getBeginLoc
2018-08-09 Matt ArsenaultValueTracking: Start enhancing isKnownNeverNaN
2018-08-09 Heejin Ahn[WebAssembly] Fix wasm backend compilation on gcc 5...
2018-08-09 Reid Kleckner[MC] Move EH DWARF encodings from MC to CodeGen, NFC
2018-08-09 Sanjay Patel[InstSimplify] move minnum/maxnum with Inf folds from...
2018-08-09 Matt ArsenaultAMDGPU: Add another missing builtin
2018-08-09 Jake EhrlichAdd owner for llvm-objcopy
2018-08-09 Jonathan Peyton[OpenMP] Cleanup code
2018-08-09 Emmett NeymanAdded LLVM metadata to generated IR to increase vectori...
next