]> granicus.if.org Git - clang/shortlog
clang
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...
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...
next