]> granicus.if.org Git - clang/shortlog
clang
2015-03-24 Chandler Carruth[Modules] Start making explicit modules produce determi...
2015-03-24 Sanjay PatelAdding back a CHECK that works with r233110
2015-03-24 Sanjay PatelRemoving a CHECK that is about to go wrong.
2015-03-24 Fariborz Jahanian[Objective-C diagnostic PATCH] Accept and ignore -Wrece...
2015-03-24 Aaron BallmanTrack the source location of the dot or arrow operator...
2015-03-24 Aaron BallmanReverting r233023 -- it caused test failures on Windows...
2015-03-24 Ehsan AkhgariRevert "Diagnose declspecs occuring after virt-specifie...
2015-03-24 Ehsan AkhgariRevert "Diagnose ref-qualifiers occuring after virt...
2015-03-24 Ehsan AkhgariDiagnose ref-qualifiers occuring after virt-specifier...
2015-03-24 Ehsan AkhgariDiagnose declspecs occuring after virt-specifier-seq...
2015-03-24 Benjamin Kramer[analyzer] Remove unused function. No functional change...
2015-03-24 Benjamin KramerMake header standalone, it uses memset and memcmp.
2015-03-24 Daniel JasperSilence unused warning in non-assert builds.
2015-03-24 Richard Smith[modules] Deserialize CXXCtorInitializer list for a...
2015-03-24 Ben LangmuirA couple of readASTFileSignature improvements (NFC)
2015-03-24 Richard Smith[modules] More removal of unnecessary deserialization...
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.
next