]> granicus.if.org Git - clang/shortlog
clang
2013-09-26 Jordan Rose[driver] Ignore -fno-var-tracking; it's a GCC option...
2013-09-26 Rafael EspindolaRemove fno_builtin_strcat and fno_builtin_strcpy.
2013-09-26 Benjamin KramerMark an impossible path as unreachable to pacify GCC.
2013-09-26 Rafael EspindolaRemove -fbuiltin-strcat and -fbuiltin-strcpy.
2013-09-26 Rafael EspindolaIgnore unknown -fno-builtin-*.
2013-09-26 Rafael EspindolaRemove unused parameter.
2013-09-26 Rafael EspindolaIgnore some -f options that are supported by gcc.
2013-09-26 Benjamin KramerRemove tabs.
2013-09-26 Richard SmithFix buildbot breakage.
2013-09-26 Richard SmithReplace a bool with an enum for clarity, based on revie...
2013-09-26 Richard SmithIf a partial specialization of a member template is...
2013-09-26 Richard SmithImplement C++1y digit separator proposal (' as a digit...
2013-09-26 Alexey Bataev[OPENMP] Improved variable lookup procedure for threadp...
2013-09-25 Hans WennborgProvide inline definitions of _Unwind_GetIP etc. for...
2013-09-25 Reid KlecknerRemove unused param from MicrosoftMangle::mangleCalling...
2013-09-25 Mark LaceyUpdate NumTypeBits on Type to match the actual number...
2013-09-25 Fariborz JahanianObjectiveC: Handle the case of qualifying protocols
2013-09-25 Rafael EspindolaProduce an error for unknown -f options.
2013-09-25 Reid KlecknerPR17359: Fix off-by-one OOB on _Pragma("") and an unesc...
2013-09-25 Jordan Rose[analyzer] Handle destructors for the argument to C...
2013-09-25 Rafael EspindolaProduce an error if a -cc1 only option is passed to...
2013-09-25 Rafael EspindolaUse -Xclang to pass -internal-isystem and -internal...
2013-09-25 Rafael EspindolaMove --relocatable-pch to Options.td.
2013-09-25 Rafael EspindolaDon't pass -print-stats to the driver, it is a -cc1...
2013-09-25 Daniel Jasperclang-format: Option to removing the space before assig...
2013-09-25 Rafael EspindolaRemove unused option.
2013-09-25 Benjamin KramerSema: Simplify code a bit, plug a potential leak.
2013-09-25 NAKAMURA TakumiStaticAnalyzer/Core/RegionStore.cpp: Prune one last...
2013-09-25 Richard SmithRefactor to use C++1y 'auto' semantics directly in...
2013-09-25 Fariborz JahanianObjectiveC migrator. Don't suggest @property for
2013-09-25 Argyrios Kyrtzidis[libclang] python: fix return type of clang_Type_getSiz...
2013-09-25 Argyrios Kyrtzidis[libclang] Provide location for attributes and expose...
2013-09-24 Anton Yartsev[analyzer] This patch removes passing around of const...
2013-09-24 Eli FriedmanAllow dynamic_cast to void* even with -fno-rtti.
2013-09-24 Eli FriedmanFix -Wmissing-variable-declarations regression.
2013-09-24 Richard SmithAvoid a signed/unsigned comparison warning with compile...
2013-09-24 Fariborz JahanianObjectiveC migrator: provide space between the property
2013-09-24 Fariborz JahanianObjectiveC migrator: Another test for my last patch.
2013-09-24 Fariborz JahanianObjectiveC migrator: iDOn't mangle names when
2013-09-24 Rafael EspindolaProduce an error for unknown -m options.
2013-09-24 Yunzhong GaoAdding -mtbm and -mno-tbm command line options to the...
2013-09-24 Hans Wennborgclang-cl: fix passing optimization level to cl.exe...
2013-09-24 Hans Wennborgclang-cl: pass /nologo when falling back to cl.exe
2013-09-24 Fariborz JahanianRevert my patch in r191155 to allow forward
2013-09-24 Rafael EspindolaUse a valid option (-msse) for testing QA_OVERRIDE_GCC3...
2013-09-24 Rafael EspindolaRemove a use of OPT_m_Joined.
2013-09-24 Daniel JasperFix uninitialized value bug discovered buy msan buildbot.
2013-09-24 Daniel JasperAdd -fmodule-map-file option.
2013-09-24 Daniel JasperModule use declarations (II)
2013-09-24 Simon Atanasyan[Mips] Support -mnan=2008 option. Define "__mips_nan200...
2013-09-24 Richard SmithHopefully unbreak bots which are seeing an assert in...
2013-09-24 Richard SmithImplement restriction that a partial specialization...
2013-09-24 NAKAMURA TakumiCGBuiltin.cpp: Prune a stray default: label. [-Wcovered...
2013-09-24 Richard SmithHandle standard libraries that miss out the space when...
2013-09-24 Alexey Bataev[OPENMP] Bug fixes and improvements.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-24 Rafael EspindolaRemove unused option.
2013-09-24 Hans Wennborgclang-cl: print diagnostics as "error(clang): foo"...
2013-09-23 Rafael EspindolaProduce errors for unknown options.
2013-09-23 Eli FriedmanFix argument types of some AVX2 intrinsics.
2013-09-23 Fariborz JahanianRemove extra space.
2013-09-23 Rafael EspindolaFix an incomplete copy and paste in my previous patch.
2013-09-23 Eli FriedmanAdd _mm_stream_si64 intrinsic.
2013-09-23 Rafael EspindolaAdd tests on how clang currently handles some unknown...
2013-09-23 Fariborz JahanianObjectiveC migrator. When migrating to property declaration
2013-09-23 Richard SmithRevert change accidentally committed in r191150.
2013-09-23 Fariborz JahanianObjectiveC migrator: Infer NS_OPTIONS when if there...
2013-09-23 Kostya SerebryanyEnable -fsanitize=use-after-return by default under...
2013-09-23 Richard SmithPR16529: Don't forget to add the CXXFunctionalCastExpr...
2013-09-22 Benjamin KramerMake sort predicate match the qsort convention.
2013-09-22 Benjamin KramerFix array_pod_sort predicates after LLVM change.
2013-09-22 Benjamin Kramerarray_pod_sort loses some type safety, better use the...
2013-09-22 Benjamin KramerRewrite a cold use of std::sort to array_pod_sort.
2013-09-22 Nick LewyckyFix comment to match name of variable.
2013-09-22 Nick LewyckySimplify code to equivalent code. No need to test for...
2013-09-22 Nick LewyckyFix typo. Add missing whitespace. No functionality...
2013-09-22 David MajnemerParse: Move simple-type-specifier sanity check earlier
2013-09-22 David MajnemerParse: Don't crash during parsing if we lack a simple...
2013-09-22 Fariborz JahanianObjectiveC: ObjC declarations, including forward class
2013-09-21 Richard SmithPR17295: Do not allow explicit conversion functions...
2013-09-21 Richard SmithSome comment updates and tweaks for clarity.
2013-09-21 Richard SmithRearrange narrowing checks in initialization to be...
2013-09-21 Daniel Jasperclang-format: Improve address-of-operator detection
2013-09-21 Daniel JasperFix clang-format-diff.py to accept -style again.
2013-09-21 Petar Jovanovic[Mips] Allocate NaClTargetInfo for MIPSEL NaCl
2013-09-21 Eli FriedmanFix return type of _mm_extract_epi8 etc.
2013-09-20 Chandler CarruthSwitch tests in test/Headers to use %clang_cc1 rather...
2013-09-20 Richard SmithRefactor: CheckExplicitInitList is only called to check...
2013-09-20 Hans Wennborgclang-cl: implement custom search for cl.exe in /fallba...
2013-09-20 Reid KlecknerUpdate -fmsc-version docs for r190908, which set the...
2013-09-20 Reid KlecknerFix ReST links I just added to the manual
2013-09-20 Reid KlecknerClarify that we silently ignore some MS extensions...
2013-09-20 Reid KlecknerUse -fms-compatibility to trigger lookup into dep....
2013-09-20 Jordan Rose[analyzer] Use getParentIgnoreParenCasts instead of...
2013-09-20 Alexander Potapenko[ASan] Fix darwin-sanitizer-ld.c to test for the new...
2013-09-20 Alexander Potapenko[ASan] Do not imply -undefined dynamic_lookup when...
2013-09-20 Richard TrieuModify the uninitialized field visitor to detect uninit...
2013-09-20 Richard SmithTestcase I forgot to svn add in r191057.
2013-09-20 Richard SmithSwitch the semantic DeclContext for a block-scope decla...
2013-09-20 Richard SmithPR17290: Use 'false' macro in fix-it hint for initializ...
next