summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Merge and improve code that detects same value in comparisons.Richard Trieu2019-09-211-0/+3
* Improve -Wtautological-overlap-compareRichard Trieu2019-09-211-1/+2
* [SystemZ] Add SystemZ as supporting target in help text for -mfentry.Jonas Paulsson2019-09-201-1/+1
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-191-1/+3
* Recommit -r372180Erich Keane2019-09-181-30/+179
* Revert "Create UsersManual section entitled 'Controlling Floating Point"Erich Keane2019-09-171-159/+30
* Create UsersManual section entitled 'Controlling Floating PointErich Keane2019-09-171-30/+159
* [ASTImporter] Add development internals docsGabor Marton2019-09-131-0/+489
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-132-0/+195
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-121-0/+17
* [X86] Enable -mprefer-vector-width=256 by default for Skylake-avx512 and late...Craig Topper2019-09-111-2/+6
* [OPENMP]Updated status page, NFC.Alexey Bataev2019-09-111-3/+3
* [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper2019-09-061-1/+4
* [OpenMP][Docs] Provide implementation status detailsJohannes Doerfert2019-09-041-4/+132
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-042-195/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-042-0/+195
* [analyzer] Add a checker option to detect nested dead storesKristof Umann2019-09-031-0/+9
* ThinLTO: Document the option BOOTSTRAP_LLVM_ENABLE_LTOSylvestre Ledru2019-09-021-0/+4
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-022-195/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-022-0/+195
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-312-195/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-312-0/+195
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-302-195/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-302-0/+195
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-194/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+194
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-303-2/+8
* [X86] Remove what little support we had for MPXCraig Topper2019-08-291-0/+4
* [ReleaseNotes] MemorySanitizer support of ASLR on FreeBSDDavid Carlier2019-08-271-0/+3
* Fix -dA flag, it is not a preprocessor flag.Erich Keane2019-08-261-3/+1
* [Docs][OpenCL] Several corrections to C++ for OpenCLAnastasia Stulova2019-08-232-63/+74
* Improve the documentation for OpenCL vector types.Aaron Ballman2019-08-221-3/+3
* Revert r369402 "win: Enable /Zc:twoPhase by default if targeting MSVC 2017 up...Hans Wennborg2019-08-221-3/+0
* [PPC Docs] Remove duplicate info about __builtin_setrnd()David Zarzycki2019-08-211-49/+1
* win: Enable /Zc:twoPhase by default if targeting MSVC 2017 update 3 or newerNico Weber2019-08-201-0/+3
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-181-2/+2
* [doc] Fix some minor formatting issues.Richard Smith2019-08-161-7/+7
* [Test Commit] Fix typo in diagtool.rstTroy A. Johnson2019-08-161-1/+1
* Fix typos in LibASTImporter.rstGabor Marton2019-08-161-2/+2
* [analyzer] Add docs for cplusplus.InnerPointerKristof Umann2019-08-151-2/+27
* Document clang-cpp in the release notes for clangChris Bieneman2019-08-141-1/+9
* Add __has_builtin support for builtin function-like type traits.Richard Smith2019-08-141-65/+180
* [clang] Update isDerivedFrom to support Objective-C classes 🔍Stephane Moore2019-08-121-9/+88
* [CrossTU] User docs: remove temporary limiation with macro expansionGabor Marton2019-08-121-9/+0
* [clang-format] Expand AllowShortBlocksOnASingleLine for WebKitOwen Pan2019-08-111-3/+35
* [clang-format] Add SpaceInEmptyBlock option for WebKitOwen Pan2019-08-101-32/+41
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+48
* [clang] Update `ignoringElidableConstructorCall` matcher to ignore `ExprWithC...Yitzhak Mandelbaum2019-08-081-11/+10
* [clang][NFC] Fix typo in matcher commentYitzhak Mandelbaum2019-08-071-1/+1
* Add User docs for ASTImporterGabor Marton2019-08-062-0/+614