platform/upstream/llvm.git
2019-02-17 Jan KratochvilRemove unused extern declaration as removed by D32167
2019-02-17 Sanjay Patel[InstCombine] reduce more unsigned saturated add with...
2019-02-17 Sanjay Patel[InstCombine] add more tests for unsigned saturated...
2019-02-17 Shiva Chen[RISCV] Default enable RISCV linker relaxation
2019-02-17 Sanjay Patel[InstCombine] reduce unsigned saturated add with 'not' op
2019-02-17 Max Kazantsev[NFC] Fix name and clarifying comment for factored...
2019-02-17 Sanjay Patel[InstCombine] add tests for unsigned saturated add...
2019-02-17 Max Kazantsev[NFC] Factor out a function for future reuse
2019-02-17 Serge GueltonRevert [NFC] Better encapsulation of llvm::Optional...
2019-02-17 Bruno RicciRevert "[AST] Factor out the logic of the various Expr...
2019-02-17 Bruno Ricci[AST] Factor out the logic of the various Expr::Ignore*
2019-02-17 Serge Guelton[NFC] Better encapsulation of llvm::Optional Storage
2019-02-17 Jonas Hahnfeld[compiler-rt] Build custom libcxx with libcxxabi
2019-02-17 Nirav Dave[X86] Prevent clang clobber checking for asm flag const...
2019-02-17 Petr Hosek[Driver][Gnu] Support -nolibc flag
2019-02-17 Kristina Brooks[LLVMSupport]: Remove a severely outdated README.
2019-02-17 Petr Hosek[Driver][Fuchsia] Support -nolibc flag
2019-02-16 whitequark[bindings/go] Fix building on 32-bit systems (ARM etc.)
2019-02-16 Tatyana KrasnukhaAdd PythonBoolean type to the PythonDataObjects
2019-02-16 Wilfred HughesFixed code snippet in Kaleidoscope tutorial to reflect...
2019-02-16 Davide Italiano[testsuite] Skip this test correctly also on macOS.
2019-02-16 Dmitri GribenkoFix typo in docs
2019-02-16 Raphael IsemannFix TestDataFormatterLibcxxListLoop.py test
2019-02-16 David GreenMove multiline raw string literal out of macro. NFC
2019-02-16 Serge GueltonRevert r354199: Make Optional<T> Trivially Copyable...
2019-02-16 Serge GueltonMake Optional<T> Trivially Copyable when T is trivially...
2019-02-16 Jonas Hahnfeld[compiler-rt] Cleanup usage of C++ ABI library
2019-02-16 Craig Topper[X86] When type legalizing the result of a i64 fp_to_ui...
2019-02-16 Dave Leellvm-nm: Observe -no-llvm-bc for archive members
2019-02-16 Stephane Moore[clang-tidy] Delete obsolete objc-property-declaration...
2019-02-16 Petr Hosek[CMake] Use variables rather than ":" delimiters
2019-02-16 Craig Topper[X86] Don't prevent load folding for cvtsi2ss/cvtsi2sd...
2019-02-16 Erik PilkingtonFix some tests I broke in r354190
2019-02-16 Kostya Serebryany[libFuzzer] make len_control less agressive: set the...
2019-02-16 Erik Pilkington[Sema] Diagnose floating point conversions based on...
2019-02-16 Volodymyr Sapsai[ObjC generics] Fix applying `__kindof` to the type...
2019-02-16 Julian Lettner[lit] Remove LitTestCase
2019-02-16 Julian Lettner[lit][NFC] Cleanup lit worker process handling
2019-02-16 Kostya Serebryany[libFuzzer] fork mode: try harder to cleanup after...
2019-02-16 Richard SmithTemporarily disable test:
2019-02-15 Rui Ueyama[PPC64] Preserve LocalEntry when linking
2019-02-15 Alexander Kornienkoclang-format with UseTab: Always sometimes doesn't...
2019-02-15 Alina Sbirlea[EarlyCSE & MSSA] Cap the clobbering calls in EarlyCSE.
2019-02-15 Jason MolendaAdd some unconditional logging on the failure points...
2019-02-15 Volodymyr Sapsai[ObjC] For type substitution in generics use a regular...
2019-02-15 Julian Lettner[Sanitizer] iOS: Pull up parallelism_group handling...
2019-02-15 Craig Topper[X86] Don't set exception mask bits when modifying...
2019-02-15 Davide ItalianoRevert "Don't include UnixSignals.h from Host."
2019-02-15 Richard SmithFix implementation of [temp.local]p4.
2019-02-15 Kostya Serebryany[libFuzzer] form mode: add -ignore_crashes flag, honor...
2019-02-15 Richard SmithFix invalid code that Clang trunk will soon diagnose.
2019-02-15 Richard SmithFix AST generated for a class template to connect the...
2019-02-15 Stella Stamenova[win] Resolve the module only if there isn't one already
2019-02-15 Philip Reames[InstCombine] Address a couple stylistic issues pointed...
2019-02-15 Philip Reames[InstCombine] Convert atomicrmws to xchg or store where...
2019-02-15 Reid KlecknerRevert r354075 "[clang][FileManager] fillRealPathName...
2019-02-15 Zachary TurnerDon't include UnixSignals.h from Host.
2019-02-15 Shoaib Meenai[docs] Document LLVM_ENABLE_IDE
2019-02-15 Dan Albert[Driver] Default all Android ARM targets to NEON.
2019-02-15 Adrian PrantlRelax assertion to account for private framework module...
2019-02-15 Volodymyr Sapsai[ObjC] Fix non-canonical types preventing type argument...
2019-02-15 Nirav Dave[X86] Fix LowerAsmOutputForConstraint.
2019-02-15 Reid Kleckner[MSVC] Recognize `static_assert` keyword in C and C++98
2019-02-15 Craig Topper[X86] Move all the SSE legality checks out of FP_TO_INT...
2019-02-15 Jonas PaulssonRecommit "[SystemZ] Do not emit VEXTEND or VROUND nodes...
2019-02-15 Vedant Kumar[CodeExtractor] Do not lift lifetime.end markers for...
2019-02-15 Vedant Kumar[HotColdSplit] Schedule splitting late to fix perf...
2019-02-15 Evgeniy StepanovFix unsymbolized stack history printing.
2019-02-15 Evgeniy StepanovRuntime flags for malloc bisection.
2019-02-15 Evgeniy StepanovFix false positive when tag_in_malloc=0,tag_in_free=1.
2019-02-15 Andrea Di Biagio[MCA] Improved code comment. NFC
2019-02-15 Jonas HahnfeldRevert "[compiler-rt] Cleanup usage of C++ ABI library"
2019-02-15 Simon PilgrimFix 80-column limit in SimplifyDemandedBits/SimplifyDem...
2019-02-15 Bruno Ricci[Sema][NFC] SequenceChecker: Add tests for references...
2019-02-15 Andrea Di Biagio[MCA][LSUnit] Return the ID of the dependent memory...
2019-02-15 Jorge Gorbe... Disable stop-hook-threads.test on Linux
2019-02-15 Louis Dionne[pstl] Remove some warnings when compiling with a recen...
2019-02-15 JF BastienVariable auto-init of blocks capturing self after init...
2019-02-15 Philip Reames[Tests] Demonstrate more missing atomicrmw transforms
2019-02-15 Stefan GranitzFix potential UB when target_file directory is null
2019-02-15 Sanjay Patel[InstCombine] fix crash while trying to narrow a binop...
2019-02-15 Jonas Hahnfeld[compiler-rt] Let CMake search for thread support
2019-02-15 Serge GueltonRevert r354137 - OptionalStorage implementation for...
2019-02-15 Shoaib Meenai[clang] Add build and install targets for clang libraries
2019-02-15 Shoaib Meenai[clang] Create install targets for non-shared libraries
2019-02-15 Matt ArsenaultGlobalISel: Fix inadequate verification of g_build_vector
2019-02-15 Matt ArsenaultTry to organize MachineVerifier tests
2019-02-15 Serge GueltonOptionalStorage implementation for trivial type, take III
2019-02-15 Yitzhak MandelbaumExteded test of .
2019-02-15 Yitzhak MandelbaumRemove unnecessary expectation.
2019-02-15 Yitzhak MandelbaumAdded test for matcher On.
2019-02-15 Yitzhak MandelbaumAdd tests for assorted `CXXMemberCallExpr` matchers.
2019-02-15 Jonas Hahnfeld[compiler-rt] Cleanup usage of C++ ABI library
2019-02-15 Clement Courbet[MergeICmps] Make base ordering really deterministic.
2019-02-15 Clement Courbet[MergeICmps][NFC] Improve doc.
2019-02-15 Adam Balogh[Analyzer] Fix for test file of bug 40625
2019-02-15 Hans WennborgSpeculatively revert r354051 "Recommit Optional special...
2019-02-15 Pavel LabathRemove alignment from struct XSAVE altogether
2019-02-15 Max Kazantsev[NFCI] Factor out block removal from stack of nested...
2019-02-15 Simon PilgrimFix "field 'DFS' will be initialized after field 'DTU...
next