]> granicus.if.org Git - clang/shortlog
clang
2015-03-24 Richard SmithWhen looking for lexical decls from an external source...
2015-03-23 Eli BenderskyCleanup: no need to pass DefinitionKind into ParseCXXIn...
2015-03-23 Alexey Samsonov[UBSan] Use shared library for UBSan on OS X (Clang...
2015-03-23 Eli BenderskyRecord correct source range for defaulted/deleted members.
2015-03-23 Reid KlecknerMS ABI: lambda call operators are instance methods...
2015-03-23 Fariborz Jahanian[SDK modernizer PATCH]. Fixes a bug whereby a call...
2015-03-23 Chris Bieneman[cmake] Clang's install should install clang/Config...
2015-03-23 Yunzhong GaoAdds a warning for unrecognized argument to #pragma...
2015-03-23 Alexey Samsonov[UBSan] Introduce "ubsan_standalone" library (Clang...
2015-03-23 Richard Smith[modules] Fix an iterator invalidation bug found by...
2015-03-23 David BlaikieMake Oveflow tracking more legible (CR feedback from...
2015-03-23 David BlaikieRefactor: Simplify boolean expresssions in lib/Lex
2015-03-23 Eric ChristopherFix and update comments and a small reformatting.
2015-03-23 Dmitri GribenkoRefactor: Simplify boolean expressions in libclang
2015-03-23 Benjamin KramerExplicitly include raw_ostream.h instead of relying...
2015-03-23 Ahmed Bougacha[CodeGen] Properly support the half FP type with non...
2015-03-23 Ahmed Bougacha[CodeGen] Convert double -> __fp16 in one step.
2015-03-23 NAKAMURA TakumiOpenMPClause.h: Fix typo in \param. [-Wdocumentation]
2015-03-23 Benjamin Kramer[tooling] Move ArgumentsAdjustingCompilations into...
2015-03-23 Benjamin KramerMove private classes into anonymous namespaces
2015-03-23 Scott Douglasshandle armeb/thumb/thumbeb consistently in gnutools...
2015-03-23 Scott DouglassConvert cascading if-else-if to switch. NFC
2015-03-23 Alexey Bataev[OPENMP] Fixed test for 'single' directive codegen.
2015-03-23 Alexey Bataev[OPENMP] Codegen for 'copyprivate' clause ('single...
2015-03-23 Daniel JasperRevert "Add CodeGen support for adding cpu attributes...
2015-03-23 Richard Smith[modules] Remove redundant import of lexical decls...
2015-03-22 Benjamin Kramer[ASTMatchers] Factor wrapping matcher classes into...
2015-03-22 Benjamin Kramer[Analyzer] Don't inherit from FoldingSet.
2015-03-22 Benjamin KramerUpdate unit test for r232916.
2015-03-22 Benjamin Kramer[multilib] Turn virtual functor into functin_ref
2015-03-22 Faisal ValiAdd a dump function to Stmt that takes only an output...
2015-03-22 Benjamin KramerRemove empty files left behind by r232907.
2015-03-22 Vince HarronReverting 232853 and 232870 because they depend on...
2015-03-22 David MajnemerMS ABI: Implement driver-level support for thread-safe...
2015-03-22 Vince HarronReverting r232793 until some new LLDB failures are...
2015-03-21 Nico Weber-Wdynamic-class-memaccess: Also warn about array types.
2015-03-21 Nico WeberDedent code for -Wdynamic-class-memaccess warning....
2015-03-21 Alexander MusmanSmall test fix for r232890
2015-03-21 Alexander Musman[OPENMP] CodeGen of the 'linear' clause for the 'omp...
2015-03-21 Eric ChristopherAdd CodeGen support for adding cpu attributes on functi...
2015-03-21 Richard Smith[modules] When either redecl chain merging or an update...
2015-03-20 Filipe CabecinhasOnly add -fno-rtti if KernelOrKext or in C++ mode.
2015-03-20 Filipe CabecinhasDon't claim exception related arguments when looking...
2015-03-20 Sanjay Patelfixed vperm2* intrinsics to check for shuffles
2015-03-20 Richard Smith[modules] Remove temporary IdentifierInfo lookup result...
2015-03-20 Jordan Rose[analyzer] RetainCountChecker: Don't assume +0 for...
2015-03-20 Rafael EspindolaUpdate for llvm api change.
2015-03-20 Alexey Samsonov[UBSan] Don't allow to use UBSan with anything except...
2015-03-20 David MajnemerMS ABI: Accept calls to an unprototyped declaration...
2015-03-20 Alexey Bataev[MSVC] Explicit specializations can be declared in...
2015-03-20 Justin BognerInstrProf: Make profile variables private to reduce...
2015-03-20 Richard Smith[modules] Remove some redundant work when building...
2015-03-20 Duncan P. N... DebugInfo: Check for null before using DIType
2015-03-20 Reid KlecknerC++14: Disable sized deallocation by default due to...
2015-03-20 Kostya SerebryanyAllow -fsanitize-coverage with -fsanitize=dataflow
2015-03-20 David MajnemerDon't crash-on-valid when an inline function is friend...
2015-03-19 Duncan P. N... Clang follow-up to LLVM r232772
2015-03-19 Chandler Carruth[Modules] Implement __builtin_isinf_sign in Clang.
2015-03-19 David MajnemerMS ABI: Implement the MSVC 2015 scheme for scope disamb...
2015-03-19 Kaelyn TakataCorrect typos in C11 generic-selection expressions.
2015-03-19 Benjamin KramerRemove unused diagnostic.
2015-03-19 Nico WeberAdd -Wpartial-availability.
2015-03-19 Artem BelevichRemove .CUDAIsDevice flags from CodeGenOpts as it's...
2015-03-19 Reid KlecknerFix -ast-dump of dependent new and delete exprs
2015-03-19 Artem BelevichIgnore device-side asm constraint errors while compilin...
2015-03-19 Reid KlecknerAdd -ast-dump support for new and delete expressions...
2015-03-19 Reid KlecknerFix incremental linking with ninja and CMake 3.2+,...
2015-03-19 Artem BelevichEnsure that we still parse preprocessed CUDA files...
2015-03-19 Reid KlecknerRevert "Improvement on sized deallocation from r230160"
2015-03-19 Benjamin KramerDevirtualize Attr and all subclasses.
2015-03-19 Benjamin KramerMove ThreadSafetyReporter into an anonymous namespace...
2015-03-19 Manuel KlimekAdd option to switch off putting header modules into...
2015-03-19 Daniel Jasperclang-format: Fix another bug in wrapping around "*".
2015-03-19 Alexey Bataev[OPENMP] Fixed bug in codegen of 'atomic write'.
2015-03-19 David MajnemerParse: Don't assume tokens have a length
2015-03-18 David MajnemerMS ABI: Don't try to emit VF/VB-Tables for extern class...
2015-03-18 Richard TrieuWhen cloning LocalInstantiationScope's, don't update...
2015-03-18 NAKAMURA TakumiAppease clang/test/Parser/opencl-atomics-cl20.cl for...
2015-03-18 Daniel Jasperclang-format: Fix bad wrapping after "*" introduced...
2015-03-18 Daniel Jasper[clang-format] Add missing test for std::function<void...
2015-03-18 Anastasia StulovaOpenCL: CL2.0 atomic types
2015-03-18 Yaron KerenFix another ternary Visual C++ is OK wiht but gcc not.
2015-03-18 Yaron KerenFix gcc ambiguity error (Visual C++ was OK with these).
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-18 David MajnemerLex: Don't call getIdentifierInfo on annotation tokens
2015-03-18 David MajnemerMS ABI: Define _HAS_CHAR16_T_LANGUAGE_SUPPORT when...
2015-03-18 David MajnemerMSVC Compat: Permit char16_t, char32_t and _Atomic...
2015-03-18 Alexey Bataev[OPENMP] Fix crash on code emitting if errors are found.
2015-03-18 David MajnemerMS ABI: Empty pack expansions had their mangling change...
2015-03-18 Richard SmithMake module files passed to a module build via -fmodule...
2015-03-18 NAKAMURA TakumiFix test in release mode. This reapplies r232456, corre...
2015-03-18 Nick LewyckyFix the LLVM type used when lowering initializer list...
2015-03-17 David MajnemerBasic: Update clang to reflect changes made to LLVM...
2015-03-17 Kaelyn TakataFix a crash when the size of an 'auto' is needed and...
2015-03-17 Justin BognerMS ABI: Fix a couple of -Winconsistent-missing-override...
2015-03-17 Michael ZolotukhinImply linker arguments from '-fveclib' option.
2015-03-17 Reid KlecknerMS ABI: Build C++ default argument exprs for exported...
2015-03-17 David MajnemerMS ABI: Emit HandlerMap entries for C++ catch
2015-03-17 David MajnemerWIP
2015-03-17 Michael ZolotukhinAdd fveclib option.
next