]> granicus.if.org Git - clang/shortlog
clang
2015-03-25 Eric ChristopherReapply r232888 after applying a fix for -msse4 code...
2015-03-25 Eric ChristopherMake the msse4/mno-sse4 flags aliases of the maximum...
2015-03-25 Ehsan AkhgariFix coverage-ld.c on systems with an Android linker...
2015-03-25 Yunzhong GaoDisable this test for PS4 target because PS4 issues...
2015-03-25 Jingyue WuFix addrspace when emitting constructors of static...
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-25 Tamas BerghammerCreate android x86_32 and x86_64 target info
2015-03-25 Daniel JasperTemporarily disable one more non-determinism flag.
2015-03-25 Rafael EspindolaRevert "[Modules] When writing out the on-disk hash...
2015-03-25 Justin BognerInstrProf: Handle whitespace and comments at the ends...
2015-03-25 Chandler Carruth[Modules] Disable the diff of the merged module, there...
2015-03-25 Chandler Carruth[Modules] Make the DeclUpdates map be processed in...
2015-03-25 Ehsan AkhgariDiagnose ref-qualifiers occuring after virt-specifier...
2015-03-25 Ehsan AkhgariDiagnose declspecs occuring after virt-specifier-seq...
2015-03-25 Chandler Carruth[Modules] When writing out the on-disk hash table for...
2015-03-24 Reid KlecknerFix obviously broken assertion, NFC
2015-03-24 Ahmed Bougacha[CodeGen] Support native half inc/dec amounts.
2015-03-24 Chandler Carruth[Modules] Stop creating timestamps for the modules...
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...
next