]> granicus.if.org Git - clang/shortlog
clang
2015-03-27 Benjamin KramerMark DR777 only as fixed in clang SVN.
2015-03-27 Benjamin Kramer[Sema] Factor diags with %plural. No functionality...
2015-03-27 Timur IskhodzhanovMake -fsanitize-coverage flag a core option so it's...
2015-03-27 Benjamin KramerRemove test for PR12917 for now. I'm relatively sure...
2015-03-27 Benjamin Kramer[Sema] Implement DR777
2015-03-27 Benjamin Kramer[Sema] Diagnose default argument on a parameter pack.
2015-03-27 Chandler Carruth[Modules] When walking the lookup results in a namespac...
2015-03-27 Kaelyn TakataDiagnose delayed typos in an expr list that is in an...
2015-03-27 Richard Smith[modules] Handle defining a tag with a typedef name...
2015-03-27 Chandler Carruth[Modules] Make Sema's map of referenced selectors have...
2015-03-27 Chandler Carruth[Modules] Make our on-disk hash table of selector IDs...
2015-03-27 Richard Smith[modules] Handle defining a class template on top of...
2015-03-27 Chandler Carruth[Modules] Sort the file IDs prior to building the flatt...
2015-03-27 Chandler Carruth[Modules] Fix another pointer keyed set that we iterate...
2015-03-26 Chandler Carruth[Modules] Clean up some code that was manually replicat...
2015-03-26 Chandler Carruth[Modules] Fix an obvious lack of deterministic ordering...
2015-03-26 Chandler Carruth[Modules] Make the AST serialization always use lexicog...
2015-03-26 Chandler Carruth[Modules] Delete stale, pointless code. All tests still...
2015-03-26 Chandler Carruth[Modules] Fix a sneaky bug in r233249 where we would...
2015-03-26 Chandler Carruth[Modules] Fix tiny bug where we failed to get the canon...
2015-03-26 Richard Smith[modules] Restrict the module use-declaration to only...
2015-03-26 Davide ItalianoFix -Wshift-count-negative. It didn't work if the right...
2015-03-26 Bill Schmidt[PowerPC] Remove assembly testing from test/CodeGen...
2015-03-26 Daniel Jasperclang-format: Force line break in trailing calls after...
2015-03-26 Ed SchoutenEnable -ffunction-sections and -fdata-sections for...
2015-03-26 Daniel Jasperclang-format: Fix merging of _T macros.
2015-03-26 Ed SchoutenLet Clang invoke CloudABI's linker.
2015-03-26 Chandler Carruth[Modules] Preserve source order for the map of late...
2015-03-26 Chandler Carruth[Modules] Add some more fun code to my modules stress...
2015-03-26 Chandler Carruth[Modules] Make "#pragma weak" undeclared identifiers...
2015-03-26 Chandler Carruth[Modules] Delete a bunch of complex code for ensuring...
2015-03-26 Richard Smith[modules] If we reach a definition of a class for which...
2015-03-26 Chandler Carruth[Modules] A second attempt at writing out on-disk hash...
2015-03-26 Eric ChristopherAdd an explanatory comment as to why we're turning...
2015-03-26 Richard SmithReformatting, NFC
2015-03-25 Manuel KlimekKeep track of canonical decls in Redeclarable.
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
next