]> granicus.if.org Git - clang/history - lib
clang/test/OpenMP/parallel_private_codegen.cpp: Fix an expression.
[clang] / lib /
2016-02-08 Igor BregerAVX512: Change builtin function name for scalar intrins...
2016-02-08 Daniel Jasperclang-format: Fix weird alignment when not aligning...
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-08 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-02-08 Devin Coughlin[analyzer] Avoid crash when attempting to evaluate...
2016-02-07 David Majnemer[MS ABI] Don't emit RTTI descriptors for dllimport...
2016-02-07 Daniel Jasperclang-format: [JS] Don't count shortened object literal...
2016-02-07 Daniel Jasperclang-format: [JS] Support @see annotations in JSDoc...
2016-02-07 Argyrios Kyrtzidis[Frontend] Make the memory management of FrontendAction...
2016-02-07 Devin Coughlin[analyzer] Invalidate destination of std::copy() and...
2016-02-07 Renato GolinRevert "Re-apply r259977 - [OpenMP] Reorganize code...
2016-02-07 Yaron KerenUse CodeGenModule::addReplacement() instead of directly...
2016-02-07 Craig TopperFix typo in comment. NFC
2016-02-07 Saleem AbdulrasoolDriver: adjust linker invocation for GNUTools
2016-02-07 Saleem AbdulrasoolSema: handle typo correction on ARC'ed ivar
2016-02-07 Saleem AbdulrasoolSema: handle typo correction with ARC'ed objc properties
2016-02-06 Adrian PrantlAdd a missing call to MDNode::deleteTemporary().
2016-02-06 Devin Coughlin[analyzer] DeallocChecker: Don't warn on release of...
2016-02-06 Samuel AntaoRe-apply r259977 - [OpenMP] Reorganize code to allow...
2016-02-06 Samuel AntaoRevert r259977 - [OpenMP] Reorganize code to allow...
2016-02-06 Samuel Antao[OpenMP] Reorganize code to allow specialized code...
2016-02-06 Richard Smith[modules] Compress files embedded into a .pcm file...
2016-02-06 Adrian PrantlFix a crash when emitting dbeug info for forward-declar...
2016-02-05 Paul RobinsonEliminate an unnecessary enum, use the LLVM version...
2016-02-05 Richard TrieuExempt char array initializers from -Wconstant-converion.
2016-02-05 Artem Belevich[CUDA] Bug 26497 : Remove wrappers for variants provide...
2016-02-05 Paul RobinsonMove DebugInfoKind enum from Driver to Basic. NFC
2016-02-05 John McCallAdd an ARC autoreleased-return-value caller marker...
2016-02-05 Ulrich Weigand[SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
2016-02-05 Sunil SrivastavaDo not honor explicit alignment attribute on fields...
2016-02-05 Bruno Cardoso Lopes[Parser] Perform CachedTokens update dependent on token...
2016-02-05 Richard Smith[modules] Separately track whether an identifier's...
2016-02-05 Samuel Benzaquen[ASTMatchers] Allow hasName() to look through inline...
2016-02-05 Daniel Jasperclang-format: Fix corner case in template detection.
2016-02-05 Devin Coughlin[analyzer] Suppress localization diagnostics in debug...
2016-02-05 Saleem AbdulrasoolCodeGen: correct Windows ARM C++ assertion
2016-02-05 Richard Smith[modules] Factor out common code to mark identifier...
2016-02-05 Ben LangmuirDon't synthesize an ImportDecl for a module named in...
2016-02-04 Richard SmithPR25271: When attaching default template arguments...
2016-02-04 Manman RenFix a crash when there is a typo in the return statement.
2016-02-04 Xinliang David Li[PGO] code simplification: use existing VP annotation...
2016-02-04 Rong Xu[PGO] cc1 option name change for profile instrumentation
2016-02-04 Andrey Bokhanko[x86] Correct setting of WIntType for MCU target
2016-02-04 Alexey Bataev[OPENMP 4.0] Fixed support of array sections/array...
2016-02-04 Saleem AbdulrasoolBasic: mark TLS as supported on Windows on ARM
2016-02-04 Alexey BataevPR23057: fix use-after-free due to local token buffer...
2016-02-04 Ben LangmuirFix predefine for __NSConstantString struct type
2016-02-03 Quentin ColombetReapply r259624, it is likely not the commit causing...
2016-02-03 Evgeniy Stepanov[cfi] Safe handling of unaddressable vtable pointers...
2016-02-03 Quentin ColombetRevert r259624 - Make CF constant string decl visible...
2016-02-03 Artem Belevich[CUDA] added declarations for device-side system calls
2016-02-03 Richard SmithEnsure that we substitute into the declaration of a...
2016-02-03 Richard SmithRefactor conversion of deduced template arguments to...
2016-02-03 Douglas Gregor[Sema debugger support] Require non-void types to be...
2016-02-03 Richard SmithFix regression from r259622: the operand of an incremen...
2016-02-03 Matt ArsenaultAdd builtins for bitreverse intrinsic
2016-02-03 Daniel Jasperclang-format: Fix formatting of ternary expressions...
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
2016-02-03 Aaron BallmanMinor cleanup to remove casts and improve some const...
2016-02-03 Anastasia Stulova[OpenCL] Adding reserved operator logical xor for OpenCL
2016-02-03 Yury Gribov[analyzer] AnalysisConsumer: print fully-qualified...
2016-02-03 Marina Yatsina-inline-asm][X86] Add ability to use AVX512 in MS inlin...
2016-02-03 Axel NaumannReduce initial Sema memory consumption by 400KB. By...
2016-02-03 Daniel Jasperclang-format: [JS/TypeScript] Support "enum" as an...
2016-02-03 Ben LangmuirMake CF constant string decl visible to name lookup...
2016-02-03 Richard SmithFix miscompile and rejects-valids when disambiguating...
2016-02-03 Richard SmithFix typo in OpenCL type mangling. This is still bogus...
2016-02-03 Richard SmithFix Itanium RTTI emission so that we emit fundamental...
2016-02-02 Richard SmithPR24989: Stop trying to use the C++11 rules for lambda...
2016-02-02 Richard SmithFix rejects-valid when forming a pointer-to-member...
2016-02-02 Richard SmithWork around build failure due to GCC 4.8.1 bug. We...
2016-02-02 Artem Belevich[CUDA] Do not allow dynamic initialization of global...
2016-02-02 Manman RenObjCXX: fix a crash during typo correction.
2016-02-02 Denis ZobninPR23057: Fix assertion `Val && "isa<> used on a null...
2016-02-02 Benjamin KramerMake CodeGen headers self-contained.
2016-02-02 Benjamin KramerMake the remaining headers self-contained.
2016-02-02 Oliver StannardAdd backend dignostic printer for unsupported features
2016-02-02 Denis ZobninFix for PR8901: attribute "mode" rejected for enums...
2016-02-02 Anastasia Stulova[OpenCL] Eliminate warning when declaring OpenCL builti...
2016-02-02 Benjamin KramerMake headers self-contained.
2016-02-02 Benjamin KramerMove DebugInfoKind into its own header to cut the cycli...
2016-02-02 Daniel Jasperclang-format: Make AlignAfterOpenBracket also affect...
2016-02-02 Alexey Bataev[OPENMP 4.0] Allow to use 'omp simd' directive inside...
2016-02-02 Arpith Chacko Jacob[OpenMP] Prevent nesting of target constructs within...
2016-02-02 Anna Zaks[asan] Add iOS support for Address Sanitizer
2016-02-02 Richard TrieuTemplate Type Diffing change
2016-02-01 Nico WeberAlways build a new TypeSourceInfo for function template...
2016-02-01 Arpith Chacko JacobUndoing commit r259366 to debug buildbot failure.
2016-02-01 Aaron BallmanCode clean up; NFC.
2016-02-01 Reid KlecknerFix attribute((mode([word|unwind_word]))) for x32
2016-02-01 Benjamin KramerMove LocInfoType from Sema to AST.
2016-02-01 Arpith Chacko Jacob[OpenMP] Prevent nesting of target constructs within...
2016-02-01 Aaron BallmanReapply r259210 with a fix for RegistryTest.cpp.
2016-02-01 Benjamin KramerRemove the egregious PCHContainer layering hack that...
2016-02-01 Daniel Jasperclang-format: Fix incorrect pointer detection in lambda...
2016-02-01 Daniel Jasperclang-format: Add option to disable string literal...
2016-02-01 Daniel Jasperclang-format: Fix alignment of trailing multiline columns.
2016-02-01 Daniel Jasperclang-format: [JS] Treat "in" as a proper operator.
2016-01-31 Craig TopperReplace usage of llvm::utostr_32 with just llvm::utostr...
2016-01-31 Bruno Cardoso Lopes[Parser] Update CachedTokens while parsing ObjectiveC...
next