]> granicus.if.org Git - clang/shortlog
clang
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...
2014-05-22 Matt ArsenaultForgot to add updated datalayout test
2014-05-22 Matt ArsenaultUpdate R600 datalayout
2014-05-22 Hans WennborgAn inline function redeclaration does not drop the...
2014-05-22 Daniel Jasperclang-format: Add basic test for -style=none.
2014-05-22 Daniel Jasperclang-format: Introduce DisableFormat that prevents...
2014-05-22 Daniel Jasperclang-format: Don't use Allman brace breaking for ObjC...
2014-05-22 Daniel Jasperclang-format: Fix corner case in AllowShortBlocksOnASin...
2014-05-22 Tim NorthoverMachO: look for nearby tools on all MachO platforms.
2014-05-22 Tim NorthoverRevert "TMP"
2014-05-22 Tim NorthoverMachO: perform ARM ABI detection even for non-Darwin...
2014-05-22 Tim NorthoverTMP
2014-05-22 Rafael EspindolaUse stack protector strong by default on OpenBSD.
2014-05-22 Daniel Jasperclang-format: Fix braced list detection.
2014-05-22 Daniel Jasperclang-format: Fix incorrect braced init identification.
2014-05-22 Daniel Jasperclang-format: Store pointers to seen formatting states.
2014-05-22 Daniel Jasperclang-format: Fix vim-integration for empty files.
2014-05-22 Daniel Jasperclang-format: [JS] Understand line breaks in concatenat...
2014-05-22 Daniel Jasperclang-format: Correctly identify multiplications in...
2014-05-22 Alexander MusmanThis patch adds a helper class (CGLoopInfo) for marking...
2014-05-22 Daniel Jasperclang-format: Correctly calculate line lenghts for...
2014-05-22 Justin BognerFrontend: Propagate ASTReaderListener API in ChainedAST...
2014-05-22 Craig Topper[C++11] Use 'nullptr'. Serialization edition.
2014-05-22 Craig Topper[C++11] Use 'nullptr'. Frontend edition.
2014-05-22 Richard TrieuAdd hasSameType overload to ASTContext for Type pointer...
2014-05-21 Justin BognerVirtualFileSystem: Fix a few directory traversal bugs...
2014-05-21 Alp TokerProvide an aka for the C++ operator name macro diagnostic
2014-05-21 David MajnemerSema: Implement DR244
2014-05-21 Alp Tokercindex/test_cursor.py: no need to skip implicit decls...
2014-05-21 Benjamin KramerRemove outdated diagnostic.
2014-05-21 Serge PavlovImproved recovery of switch statement
2014-05-21 Rafael EspindolaMove virtual methods out of line.
2014-05-21 Manuel KlimekMake the parent-map use significantly less memory.
2014-05-21 Daniel Jasperclang-format: Fix corner case working around one-per...
2014-05-21 Daniel Jasperclang-format: Fix incorrect macro call detection.
2014-05-21 Daniel Jasperclang-format: [JS] Support different function literal...
2014-05-21 Renato GolinMake global named registers internal variables
2014-05-21 Yaron KerenDeclVisitor is not used here.
2014-05-21 Alp TokerPreprocessor: support defined() with operator names...
2014-05-21 Craig Topper[C++11] Use 'nullptr'. Parser edition.
2014-05-21 Craig Topper[C++11] Use 'nullptr'. CodeGen edition.
2014-05-21 Alp Tokerutils/CmpDriver: add brief documentation to indicate...
2014-05-21 Alp TokerSourceManager: Use setMainFileID() consistently
2014-05-21 Argyrios Kyrtzidis[objcmt] Make sure we don't edit the return type to...
2014-05-21 Eric ChristopherUpdate for paired llvm commit with AsmVerbose.
2014-05-21 Eric ChristopherRemove test. Replacing it with a backend test with...
2014-05-20 Justin Bognerlibclang: Give each VirtualFileOverlay unit test its...
2014-05-20 Eric ChristopherMake this test emit llvm IR rather than assembly.
2014-05-20 Justin BognerVirtualFileSystem: Fix false positives in YAMLVFSWriter...
2014-05-20 Alp TokerReduce string duplication
2014-05-20 Alp TokerRAV reunification: merge Lambda body visitation to...
2014-05-20 Alp TokerRAV reunification: merge DISPATCH_STMT() macro back...
2014-05-20 Alp TokerRAV reunification: merge r190728
2014-05-20 Justin BognerVirtualFileSystem: Add YAMLVFSWriter to generate VFS...
2014-05-20 Eric ChristopherUpdate for llvm change to avoid having global flag...
2014-05-20 Aaron BallmanCleaning up some range-based for loops so that the...
2014-05-20 Peter CollingbourneRevert r209231, "Update AttributeReference.rst."
2014-05-20 Peter CollingbourneUpdate AttributeReference.rst.
2014-05-20 Duncan P. N... Fix testcase from r209228
2014-05-20 Duncan P. N... GlobalValue: Testcase for hidden visibility and local...
2014-05-20 Yaron KerenFixed spelling.
2014-05-20 Jordan RoseAdd a check for tautological bitwise comparisons to...
2014-05-20 Peter CollingbourneMake the wording for the flatten docs a little clearer.
2014-05-20 Eric ChristopherFix testcase for case.
2014-05-20 Peter CollingbourneImplement the flatten attribute.
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 NAKAMURA Takumiclang/test/SemaCXX/err_init_conversion_failed.cpp:...
2014-05-20 Aaron BallmanNone of these attributes require FunctionTemplate to...
2014-05-20 Daniel Jasperclang-format: [JS] Understand top-level function litera...
2014-05-20 Robert LyttonXCore target: sort typestring enum fields alphabetically
2014-05-20 Ben LangmuirSpeculative fix for Windows buildbot after r209138
next