summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [IR] Create new method in `Function` class (NFC)Evandro Menezes2019-04-031-2/+1
* Revert "[analyzer] Toning down invalidation a bit".Artem Dergachev2019-04-031-17/+5
* [OPENMP]Add codegen for firstprivate vars with allocate clause.Alexey Bataev2019-04-033-14/+18
* Revert "[LibTooling] Add Transformer, a library for source-to-source transfor...Alexey Bataev2019-04-032-205/+0
* Bug-40323: MS ABI adding template static member in the linker directive secti...Jennifer Yu2019-04-031-0/+6
* [clang-format] Do not emit replacements while regrouping if Cpp includes are OKKrasimir Georgiev2019-04-031-4/+16
* [LibTooling] Add Transformer, a library for source-to-source transformations.Yitzhak Mandelbaum2019-04-032-0/+205
* [clang-format] Regroup #includes into blocks for Google styleEric Liu2019-04-031-0/+1
* [analyzer] When failing to evaluate a __builtin_constant_p, presume it's false.Artem Dergachev2019-04-031-1/+9
* [WebAssembly] Add Emscripten OS definition + small_printfAlon Zakai2019-04-032-0/+19
* [HIP-Clang] Fat binary should not be produced for non GPU codeAaron Enye Shi2019-04-021-2/+2
* [HIP-Clang] Fat binary should not be produced for non GPU code 2Aaron Enye Shi2019-04-021-1/+3
* [HIP-Clang] Fat binary should not be produced for non GPU codeAaron Enye Shi2019-04-021-0/+2
* [Sema] Fix a use-after-deallocate of a ParsedAttrErik Pilkington2019-04-021-2/+2
* [CodeGen] Fix a regression by emitting lambda expressions in EmitLValueErik Pilkington2019-04-021-0/+2
* [OPENMP]Add codegen for private vars with allocate clause.Alexey Bataev2019-04-021-6/+2
* [driver][mips] Check both `gnuabi64` and `gnu` suffixes in `getMultiarchTriple`Simon Atanasyan2019-04-021-14/+19
* [driver] clang-format. Fix indentation, split long lines. NFCSimon Atanasyan2019-04-023-18/+28
* [os_log] Mark os_log_helper `nounwind`Vedant Kumar2019-04-021-0/+1
* [OPENMP]Fix mapping of the pointers captured by reference.Alexey Bataev2019-04-021-3/+12
* [Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.Pierre Gousseau2019-04-021-0/+1
* Fix Wimplicit-fallthrough warning introduced in rL357466. NFCI.Simon Pilgrim2019-04-021-0/+1
* [PowerPC] Fix issue with inline asm - soft float modeStrahinja Petrovic2019-04-022-1/+12
* Fix compiler warning, remove extra ";" [NFC]Mikael Holmen2019-04-021-1/+1
* [CodeGen] Generate follow-up metadata for loops with more than one transforma...Michael Kruse2019-04-012-94/+530
* [OPENMP]Allocate clause allocator in target region.Alexey Bataev2019-04-011-0/+9
* Attempt to fix failing buildbot (ppc64le)Gabor Marton2019-04-011-0/+1
* [ASTImporter] Convert ODR diagnostics inside ASTImporter implementationGabor Marton2019-04-011-14/+14
* [ASTImporter] Make ODR error handling configurableGabor Marton2019-04-011-54/+106
* [OPENMP] Check that allocated variables are used in private clauses.Alexey Bataev2019-04-011-131/+226
* [gnustep-objc] Make the GNUstep v2 ABI work for Windows DLLs.David Chisnall2019-03-311-29/+134
* COMDAT-fold block descriptors.David Chisnall2019-03-311-0/+2
* [objc-gnustep] Use .init_array not .ctors when requested.David Chisnall2019-03-311-1/+6
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-3129-83/+56
* [clang-format] [PR41187] moves Java import statements to the wrong location i...Paul Hoad2019-03-301-1/+1
* [clang-format]: Add NonEmptyParentheses spacing optionReuben Thomas2019-03-303-4/+14
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-3012-2/+63
* [analyzer] MIGChecker: Add support for more deallocator APIs.Artem Dergachev2019-03-291-0/+22
* Revert "[analyzer] Introduce a simplified API for adding custom path notes."Artem Dergachev2019-03-294-39/+37
* [analyzer] PR41239: Fix a crash on invalid source location in NoStoreFuncVisi...Artem Dergachev2019-03-291-1/+1
* [analyzer] Move taint API from ProgramState to a separate header. NFC.Artem Dergachev2019-03-2912-237/+361
* [analyzer] PR37501: Disable assertion for logical op short circuit evaluation.Artem Dergachev2019-03-291-2/+27
* [analyzer] Introduce a simplified API for adding custom path notes.Artem Dergachev2019-03-294-37/+39
* [WebAssembly] Add mutable globals featureThomas Lively2019-03-292-0/+15
* [Sema] Avoid sending a dependent expression to the constant evaluator.Erik Pilkington2019-03-291-0/+3
* [Sema] Fix assertion when `auto` parameter in lambda has an attribute.Volodymyr Sapsai2019-03-291-1/+18
* [Driver] Use --warn-shared-textrel for Android.Dan Albert2019-03-291-0/+5
* [AMDGPU] Switch default DWARF version to 5Scott Linder2019-03-291-1/+1
* [AArch64] Support selecting TPIDR_EL[1-3] as the thread baseOliver Stannard2019-03-291-0/+12
* [Sema] Fix a crash when nonnull checkingMichael Liao2019-03-291-0/+3
OpenPOWER on IntegriCloud