]> granicus.if.org Git - clang/shortlog
clang
2014-05-29 Diego NovilloAdd missing -S to avoid invoking assembler unnecessarily.
2014-05-29 Nico RieckSema: Functions with dll attributes cannot be deleted
2014-05-29 Nico RieckMS ABI: Emit static data members with proper linkage
2014-05-29 Nico RieckSema: Check dll attributes on static data members
2014-05-29 Aaron BallmanNo longer allow the -std options to entirely override...
2014-05-29 Diego NovilloFix spurious remarks when -Weverything is used.
2014-05-29 Alexander MusmanParsing/Sema for OMPAlignedClause.
2014-05-29 Nikola SmiljanicRefactoring. Remove Owned method from Sema.
2014-05-29 Aaron BallmanFixing a test case which was failing the MSVC build...
2014-05-29 Nikola SmiljanicRefactoring. Remove release and take methods from Actio...
2014-05-29 Richard SmithWhen merging functions across modules (and in particula...
2014-05-29 Eli BenderskyImplement a convenience recursive walk method over...
2014-05-29 Alexey Samsonov[ASan] Hoist blacklisting globals from init-order check...
2014-05-29 Richard SmithPR19878: If a pack expansion appears within another...
2014-05-28 DeLesley HutchinsThread Safety Analysis: update TIL traversal mechanism...
2014-05-28 Sanjay Pateladded Intel's BMI intrinsic variants
2014-05-28 Eli BenderskyExpose CUDA function attributes to the C interface.
2014-05-28 Warren HuntReverting 209503 - Breaks asan blacklists
2014-05-28 Adrian PrantlDebug Info: Fix the source range for IfStmt's Condition...
2014-05-28 Reid KlecknerMove misplaced Documentation note in Attr.td
2014-05-28 Fariborz JahanianObjective-C. Diagnose use of properties in functions...
2014-05-28 Eli BenderskyTrim trailing whitespace in cindex.py
2014-05-28 Fariborz JahanianObjective-C. Deprecate use of function definitions
2014-05-28 Dario Domizioli[DOC] Documentation for #pragma clang optimize on/off
2014-05-28 Evgeniy Stepanov-pthread does not translate to -lpthread on Android.
2014-05-28 Alp TokerAdd a PR reference for XFAILed test
2014-05-28 Alp TokerTest requires exceptions
2014-05-28 Alp TokerConsolidate some note diagnostics
2014-05-28 Nikola SmiljanicFix line endings.
2014-05-28 NAKAMURA TakumiLet clang/test/CodeGen/pr19841.cpp tolerant of MS mangler.
2014-05-28 Daniel Jasperclang-format: Don't break before a case's colon.
2014-05-28 Nick LewyckyAdd 'nonnull' parameter or return attribute when produc...
2014-05-28 Daniel Jasperclang-format: Format array and dict literals similar...
2014-05-28 Alexey Bataev[OPENMP] Additional checking for local vars in initial...
2014-05-28 Alexey Bataev[OPENMP] Reformatting of parsing code for OpenMP constr...
2014-05-28 Alexey Bataev[OPENMP][C++11] Formatting and make more C++11 complian...
2014-05-28 Richard TrieuMove the logic for testing for namespace std into one...
2014-05-28 Hans WennborgDon't dllimport/export destructor variants implemented...
2014-05-27 Alexander KornienkoRetain isImplicit flag for local variable declarations...
2014-05-27 Ben LangmuirAdd a test that we don't store stale modtime in modules
2014-05-27 James DennettAdd range accessors for captures of a LambdaExpr.
2014-05-27 Fariborz JahanianObjective-C. Fixes an obscuer crash caused by multiple...
2014-05-27 Renato GolinFix pr19841, bb are also unnamed
2014-05-27 Renato GolinFix pr19841.cpp on release mode
2014-05-27 Renato GolinRevert small change to EmitDeclRefLValue
2014-05-27 NAKAMURA TakumiASTMatchers.h: Appease msc17.
2014-05-27 Alexander MusmanParsing/Sema for OMPCollapseClause.
2014-05-27 Manuel KlimekMake equalsNode work with pointers to subtypes.
2014-05-27 Manuel KlimekAdds child traversal matchers for IfStmt's then and...
2014-05-27 Manuel KlimekAllow hasBody on CXXForRangeStmt nodes and update the...
2014-05-27 Craig Topper[C++11] Use 'nullptr'. StaticAnalyzer edition.
2014-05-26 Aaron BallmanRejecting the mutable specifier on a freestanding type...
2014-05-26 Daniel Jasperclang-format: Split up moveStateToNextToken.
2014-05-26 Daniel Jasperclang-format: Keep '{' of dict literals on the same...
2014-05-26 Craig Topper[C++11] Use 'nullptr'. Sema edition.
2014-05-26 Craig Topper[C++11] Use 'nullptr'.
2014-05-25 Nico RieckSema: Add dll attribute tests for member functions
2014-05-25 Nico RieckSema: Add dll attribute tests for variable templates
2014-05-25 Nico RieckIRGen: Add more tests for dll attributes
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-24 Tim NorthoverAArch64/ARM64: rename ARM64 components to AArch64
2014-05-24 Tim NorthoverAArch64/ARM64: update Clang after AArch64 removal.
2014-05-24 Yaron KerenCXXInfo memory should be released after calling the...
2014-05-23 Hans WennborgThis test doesn't need -O2 -disable-llvm-optzns
2014-05-23 Akira HatanakaRecommit r209532 with -ffreestanding.
2014-05-23 Akira HatanakaRemove test while I investigate why the test is breakin...
2014-05-23 Richard SmithRecompute the injected class name type for a class...
2014-05-23 Akira HatanakaXFAIL test which is breaking some of the build bots.
2014-05-23 Reid KlecknerUse comdats to avoid double initialization of weak...
2014-05-23 Richard Smith[modules] If a referenced-but-not-instantiated class...
2014-05-23 Hans WennborgEmit used/dllexport inline method definitions in nested...
2014-05-23 Hans WennborgDon't suppress warning about dllimport on typedefs...
2014-05-23 Nico RieckSema: Add more tests for dll attributes on inline functions
2014-05-23 Nico RieckFix broken FileCheck prefix
2014-05-23 Nico RieckFix typo
2014-05-23 Ben LangmuirStopgap fix for finding module for a file mapped in...
2014-05-23 Manuel KlimekAdd the hasRangeInit() matcher for range-based for...
2014-05-23 Akira HatanakaTest case for r209489.
2014-05-23 Manuel KlimekMake dead return statement detection more robust agains...
2014-05-23 Manuel KlimekMake the ParentVector default to size 2.
2014-05-23 Sylvestre Ledrurevert "r209526 List the function/method name in the...
2014-05-23 Sylvestre LedruList the function/method name in the index page of...
2014-05-23 Warren Hunt[MS-ABI] Silence warning from r209523
2014-05-23 Sylvestre LedruReplace system() by native perl calls
2014-05-23 Warren Hunt[MS-ABI] Implements MS-compatible RTTI
2014-05-23 Dario Domizioli[test] Force a triple in the pragma optimize test due...
2014-05-23 Nikola SmiljanicPR19352 - getLocation() points to the wrong position...
2014-05-23 Dario DomizioliImplemented support for "pragma clang optimize on/off...
2014-05-23 Robert LyttonFix '-main-file-name <name>' so that it is used for...
2014-05-23 Alexander KornienkoClean DiagRanges. Fix a possible problem introduced...
2014-05-23 Akira HatanakaFix a bug in xmmintrin.h.
2014-05-22 Rafael EspindolaDon't set unnamed_addr in CreateRuntimeVariable.
2014-05-22 Richard SmithAvoid allocating extra memory to handle the lazy defini...
2014-05-22 Rafael EspindolaDon't reduce the stack protector level given -fstack...
2014-05-22 Alexander KornienkoUse error_code::success() instead of make_error_code...
2014-05-22 Alexey SamsonovUnify the name of compiler-rt builtins library on Linux.
2014-05-22 Richard SmithIf a class template specialization from one module...
2014-05-22 Hans WennborgDon't warn about undefined inline functions if they...
2014-05-22 Alexander KornienkoRemove limits on the number of fix-it hints and ranges...
2014-05-22 Abramo BagnaraImproved location for non-constant initializers diagnos...
next