summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Driver: avoid failing in the backendSaleem Abdulrasool2016-09-265-3/+10
* [AMDGPU] Expose flat work group size, register and wave control attributesKonstantin Zhuravlyov2016-09-2611-208/+610
* Remove excessive padding from RedeclarableResultAlexander Shaposhnikov2016-09-241-7/+8
* Remove excessive padding from ObjCCategoriesVisitorAlexander Shaposhnikov2016-09-241-8/+8
* [analyzer][scan-build-py] subprocess output handling reviewed in clang moduleLaszlo Nagy2016-09-243-100/+156
* Use llvm::to_string instead of std::to_string to fix botTeresa Johnson2016-09-231-2/+3
* Update clang for r282299.Peter Collingbourne2016-09-231-17/+3
* [analyzer] Fix crash in RetainCountChecker::checkEndFunctionAlexander Shaposhnikov2016-09-233-5/+13
* [LTO] Add -flto-jobs=N to control backend parallelismTeresa Johnson2016-09-233-4/+42
* Revert "set the underlying value of “#pragma STDC FP_CONTRACT” on by defa...Renato Golin2016-09-236-226/+13
* set the underlying value of “#pragma STDC FP_CONTRACT” on by defaultSebastian Pop2016-09-236-13/+226
* Revert of r282255 because of "Fell off the end of a string-switch" buildbotSjoerd Meijer2016-09-231-7/+0
* Fix for r280064 that added options for fp denormals and exceptions.Sjoerd Meijer2016-09-231-0/+7
* [clang-format] support header deletion in cleanupAroundReplacemnts.Eric Liu2016-09-233-6/+93
* [OpenCL] Augment pipe built-ins with pipe packet size and alignment.Alexey Bader2016-09-235-33/+79
* [asan] Fix incorrect SEH symbol mangling on win64.Etienne Bergeron2016-09-231-1/+4
* Minor tweak. Avoid hardcoding.Daniel Marjamaki2016-09-231-1/+1
* Fix indentationDaniel Marjamaki2016-09-231-1/+1
* [AVX-512] Add initial support for checking rounding mode arguments of builtins.Craig Topper2016-09-234-0/+107
* [X86] Split up the single switch statement in Sema::CheckX86BuiltinFunctionCa...Craig Topper2016-09-231-15/+27
* [OpenBSD] Add type sign information for OpenBSDRenato Golin2016-09-222-1/+28
* [docs] Touch up the coverage docs some moreVedant Kumar2016-09-221-22/+20
* Fix Wbitfield-constant-conversion false positivesDaniel Marjamaki2016-09-222-6/+11
* Third attempt to fix Sphinx botTeresa Johnson2016-09-221-1/+1
* Second attempt to fix Sphinx botTeresa Johnson2016-09-221-1/+1
* Fixing sphinx build due to diagnostic:Aaron Ballman2016-09-221-1/+1
* clang-format: [JS] reserved words in method names.Martin Probst2016-09-222-0/+19
* [X86] Fix some illegal rounding modes in some builtin test cases to ones that...Craig Topper2016-09-224-46/+46
* clang-format: Add an option to git-clang-format to diff between to commitsStephen Hines2016-09-221-50/+97
* [CMake] More robust handling for bootstrap variablesChris Bieneman2016-09-221-1/+5
* [Sema] Fix PR30481: crash on checking printf args.George Burgess IV2016-09-222-2/+7
* [CMake] Check if passthrough variables are definedChris Bieneman2016-09-211-1/+1
* [CMake] Pass CLANG_VERSION_* variables into later stagesChris Bieneman2016-09-211-0/+3
* Add -Wignored-pragma-intrinsic flagAlbert Gutowski2016-09-213-2/+15
* [docs] Add ThinLTO user documentationTeresa Johnson2016-09-213-1/+165
* [AVX512] Fix return types on __builtin_ia32_gather3XivXdi builtinsCameron McInally2016-09-211-4/+4
* PR30401: Fix substitutions for functions with abi_tagDmitry Polukhin2016-09-212-2/+34
* clang-format: [JS] do not wrapp @returns tags.Martin Probst2016-09-211-1/+2
* [analyzer] Add a checker that detects blocks in critical sectionsAnna Zaks2016-09-204-0/+164
* Remove some boilerplate comments that don't explain anything.Eric Christopher2016-09-201-4/+0
* Fix a regex error breaking tests.Zachary Turner2016-09-201-1/+1
* [CMake] Support overriding CLANG_VERSION_*Chris Bieneman2016-09-201-4/+10
* Add some entropy to the folder name in Driver/warning-options.cpp.Zachary Turner2016-09-201-2/+2
* CodeGen: further merge cstring literal constructionSaleem Abdulrasool2016-09-202-14/+20
* Fix typo in documentation.Nick Lewycky2016-09-201-2/+2
* [cleanup] Remove excessive padding from TextTokenRetokenizer::PositionAlexander Shaposhnikov2016-09-201-1/+1
* [docs] Extend the code coverage docs some moreVedant Kumar2016-09-201-3/+35
* Replace 'isProvablyNonNull' with existing utility llvm::IsKnownNonNull which ...Nick Lewycky2016-09-201-6/+3
* [mips] MSA intrinsics header fileSimon Dardis2016-09-203-708/+1285
* [analyzer] Calculate extent size for memory regions allocated by new expression.Gabor Horvath2016-09-193-12/+207