summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Clang][CodeGen] set alias linkage on QualTypeNick Desaulniers2019-08-222-4/+20
* LibFuzzer support for 32bit MSVCMatthew G McGovern2019-08-221-4/+18
* [PowerPC] Automatically generate vec_buildvector_loadstore.ll . NFCAmaury Sechet2019-08-221-3/+15
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2225-201/+198
* [NFC][InstCombine] Fixup few new tests in unrecognized_three-way-comparison.llRoman Lebedev2019-08-221-6/+6
* [PowerPC] Automatically generate various tests. NFCAmaury Sechet2019-08-2244-1134/+2844
* Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp toAdrian Prantl2019-08-222-1/+1
* Rename lldb/source/Interpreter/OptionValueFileSpecLIst.cpp toAdrian Prantl2019-08-222-2/+2
* IR. Change strip* family of functions to not look through aliases.Peter Collingbourne2019-08-2218-298/+253
* [NFC][InstCombine] New tests: unrecognized_three-way-comparison.ll is ignoran...Roman Lebedev2019-08-221-0/+121
* Fight a bit against global initializers. NFC.Benjamin Kramer2019-08-226-664/+664
* [COFF] Add libcall symbols to the link when LTO is being usedAmy Huang2019-08-228-0/+69
* [libc++] Fix broken <random> testLouis Dionne2019-08-221-16/+23
* Add missing includeAdrian Prantl2019-08-221-0/+1
* Add missing includeAdrian Prantl2019-08-221-0/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2225-198/+201
* [llvm-objcopy][NFC] Refactor symbol/section matchingJordan Rupprecht2019-08-224-44/+58
* Disable the ScanDepsReuseFilemanager test on WindowsAlex Lorenz2019-08-221-0/+4
* Improve the documentation for OpenCL vector types.Aaron Ballman2019-08-221-3/+3
* Fix the nullPointerConstant() test to get bots back to green.Aaron Ballman2019-08-221-1/+1
OpenPOWER on IntegriCloud