summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Possibility of displaying duplicate warningsKristof Umann2019-08-232-2/+18
* [ELF] Mention contents of reproduce archive and add help description.Peter Smith2019-08-232-3/+6
* [llvm-objcopy] Strip debug sections when running with --strip-unneeded.Jordan Rupprecht2019-08-232-1/+31
* [analyzer] Avoid unnecessary enum range check on LValueToRValue castsKristof Umann2019-08-233-1/+59
* clang-format: Disable across-block include reordering.Nico Weber2019-08-231-0/+21
* libcxx: Make gen_link_script.py print contents only in --dryrun modeNico Weber2019-08-231-2/+3
* [mips] Reduce number of instructions used for loading a global symbol's valueSimon Atanasyan2019-08-233-39/+41
* [mips] Do not include offset into `%got` expression for global symbolsSimon Atanasyan2019-08-233-30/+38
* [PowerPC] Automatically generate various tests. NFCAmaury Sechet2019-08-233-457/+508
* Use VT::getHalfNumVectorElementsVT helpers in a few places. NFCI.Simon Pilgrim2019-08-232-10/+6
* [X86][BtVer2] Add a read-advance to every implicit register use of CMPXCHG8B/...Andrea Di Biagio2019-08-232-4/+314
* [Docs][OpenCL] Several corrections to C++ for OpenCLAnastasia Stulova2019-08-232-63/+74
* [X86][BtVer2] Fix latency of ALU RMW instructions.Andrea Di Biagio2019-08-232-225/+227
* [llvm-dlltool] Make sure to strip decorations from ExtName for renamed exportsMartin Storsjo2019-08-232-0/+4
* [DAGCombine] GetNegatedExpression - add FMA\FMAD supportSimon Pilgrim2019-08-232-13/+64
* [AMDGPU] gfx10 atomic optimizer changes.Jay Foad2019-08-239-290/+621
* [yaml2obj] - Allow setting the symbol st_other field to any integer.George Rimar2019-08-233-20/+104
* [clangd] Link more clang-tidy modules to clangdHaojian Wu2019-08-232-5/+10
* Explain --reproduce optionRui Ueyama2019-08-231-2/+4
* [clang-tidy] Don't emit google-runtime-references warning for functions defin...Haojian Wu2019-08-232-0/+7
* Add a description about multiple linker scriptsRui Ueyama2019-08-231-0/+2
* [X86] Add a further unrolled madd reduction test case that shows several defi...Craig Topper2019-08-231-6/+115
* [Symbol] Decouple clang from DeclVendorAlex Langford2019-08-2310-10/+69
* [X86] Make combineLoopSADPattern use CONCAT_VECTORS instead of INSERT_SUBVECT...Craig Topper2019-08-231-3/+5
* [X86] Improve lowering of v2i32 SAD handling in combineLoopSADPattern.Craig Topper2019-08-232-5/+10
* [clang-format] Recognize ECMAScript module .mjs as JavaScriptFangrui Song2019-08-231-2/+3
* [LLDB] Address post-commit code review feedback.Jonas Devlieghere2019-08-232-4/+2
* [IndVars] Fix a bug noticed by inspectionPhilip Reames2019-08-232-1/+63
* [analyzer] CastValueChecker: Correctly model results of based-to-derived casts.Artem Dergachev2019-08-233-12/+39
* [analyzer] CastValueChecker: Provide DynamicTypeMap with pointer types only.Artem Dergachev2019-08-235-31/+37
* [analyzer] CastValueChecker: Avoid modeling casts between objects.Artem Dergachev2019-08-235-10/+27
* [analyzer] DynamicTypeInfo: Avoid putting null regions into dynamic typemap.Artem Dergachev2019-08-232-0/+8
* Revert "PR42587: diagnose unexpanded uses of a pack parameter of a generic" d...Richard Smith2019-08-233-18/+3
* [AlignmentFromAssumptions] getNewAlignmentDiff(): use getURemExpr()Fangrui Song2019-08-232-3/+56
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-233-3/+18
* hwasan: Untag unwound stack frames by wrapping personality functions.Peter Collingbourne2019-08-238-15/+277
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-2320-51/+49
* [clang][ifs] Dropping older experimental interface stub formats.Puyan Lotfi2019-08-2217-227/+104
* [ARM] Automatically generate dsp-mlal.ll . NFCAmaury Sechet2019-08-221-46/+177
* [utils] Update shebang to use the environment.Jonas Devlieghere2019-08-221-1/+1
* [sanitizer] Resubmit D66620 from monorepoTaewook Oh2019-08-222-1/+3
* [clang][ifs] New interface stubs format (llvm triple based).Puyan Lotfi2019-08-226-0/+68
* [libclang][NFC] Remove debug commentJan Korous2019-08-221-3/+1
* [Bugfix] fix r369705 unit testNick Desaulniers2019-08-221-1/+1
* Add missing dot.Adrian Prantl2019-08-221-1/+1
* Fixing buildbot due to style.David Carlier2019-08-221-2/+4
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2227-198/+219
* TestAppleSimulatorOSType: Pass the --standalone argument to simctlFrederic Riss2019-08-221-1/+1
* [Sanitizer] checks ASLR on FreeBSDDavid Carlier2019-08-223-2/+29
* Revert [heap.py] Add missing declaration for malloc_get_all_zonesVedant Kumar2019-08-221-1/+0
OpenPOWER on IntegriCloud