]> granicus.if.org Git - clang/shortlog
clang
2014-05-17 Richard SmithSwitch to a more efficient expression of this check.
2014-05-17 Richard SmithCorrect incoherent function versus function template...
2014-05-17 Alp TokerTweak diagnostic wording for init list narrowing
2014-05-16 Richard SmithAdd missed file from r209046.
2014-05-16 Richard SmithIf a declaration is loaded, and then a module import...
2014-05-16 Rafael EspindolaUse getAliasee instead of getAliasedGlobal.
2014-05-16 Eric ChristopherMissed a ! in the if statement when these were being...
2014-05-16 Rafael EspindolaUpdate for llvm api change.
2014-05-16 Joey Gouly[ASTMatchers] Move the 'isImplicit' matcher from CXXCon...
2014-05-16 Alp TokerMerge a couple of copy-and-pasted functions
2014-05-16 Alp TokerRename SourceManager::createFileIDForMemBuffer()
2014-05-16 Alp TokerTooling: use stderr, not stdout for missing command...
2014-05-16 Rafael EspindolaUpdate for llvm API change.
2014-05-16 Sylvestre LedruImprove a scan-build message
2014-05-16 Duncan P. N... InstrProf: Look for the PIC-version of the profile...
2014-05-16 Richard SmithPush implicitly-declared allocation functions into...
2014-05-16 Richard SmithReplace a fake enum class with the real thing.
2014-05-16 Ben LangmuirSwitch another write_escaped to yaml::escape
2014-05-16 Duncan P. N... InstrProf: Set profile data to visibility hidden
2014-05-16 Hans Wennborgtest/CodeGenCXX/dllexport.cpp: we already correctly...
2014-05-15 Reid KlecknerMS ABI: Use musttail for thunk IR generation
2014-05-15 Alp TokerEliminate DefaultImageName from the Driver constructor
2014-05-15 Hans WennborgAllow dllimport/dllexport on inline functions and adjus...
2014-05-15 DeLesley HutchinsThread Safety Analysis: fixes to SExpr pretty printing.
2014-05-15 Aaron BallmanRefactoring another for loop to use a range-based for...
2014-05-15 Aaron BallmanRefactoring some for loops to use range-based for loops...
2014-05-15 Ben LangmuirUse the virtual name of headers when searching for...
2014-05-15 Daniel Jasperclang-format: Fix Sphinx build error.
2014-05-15 Alexander MusmanC++11 - Use nullptr in lib/Sema/SemaOpenMP.cpp and...
2014-05-15 Tim NorthoverARM64: update tests now that we print "mov" & "mvn".
2014-05-15 Tim NorthoverAArch64: update test after LLVM CodeGen change
2014-05-15 David MajnemerAST: Remove dead-code/update reference to standard
2014-05-15 Argyrios Kyrtzidis[libclang] Introduce clang_Module_isSystem(), which...
2014-05-15 Richard SmithReplace completely bogus ambiguous-compound-literal...
2014-05-15 Richard SmithPR19748: Make sure we don't lose colon protection after...
2014-05-15 Alp TokerFix typos
2014-05-15 Reid KlecknerRevert Itanium parts of "Don't copy objects with trivia...
2014-05-15 Eric ChristopherFill in the options in the MCOptions struct directly...
2014-05-15 DeLesley HutchinsThread Safety Analysis: add new node types to thread...
2014-05-14 Richard SmithPR19742: cv-qualifiers and ref-qualifiers aren't allowe...
2014-05-14 Richard TrieuWhen an overloaded comparison operator returns a refere...
2014-05-14 Argyrios Kyrtzidis[liblang] Introduce clang_getModuleForFile, which given...
2014-05-14 Jonathan RoelofsMake verbose clang builds also build compiler_rt verbosely
2014-05-14 Aaron BallmanConverting some for loops to use range-based for loops...
2014-05-14 Hans WennborgRename CodeGenModule::getLLVMLinkageforDeclarator ...
2014-05-14 Aaron BallmanAmending r208783 based on a suggestion by David Blaikie.
2014-05-14 John McCallWhen we generate a redeclaration for an
2014-05-14 Reid Klecknerclang-cl: Fall back immediately if /GR and /fallback...
2014-05-14 Reid KlecknerDon't copy objects with trivial, deleted copy ctors
2014-05-14 Aaron BallmanReplacing some manual iterations with standard algorith...
2014-05-14 Aaron BallmanFormatting and style changes; no functional changes...
2014-05-14 Alexander KornienkoRemove empty directory left after r207995.
2014-05-14 Alexey Bataev[OPENMP] Fix warning in Release builds.
2014-05-14 Daniel Jasperclang-format: Add clang-format-diff usage examples...
2014-05-14 Daniel Jasperclang-format: Add option to allow short blocks on a...
2014-05-14 Hao Liu[ARM64]Fix the bug right shift uint64_t by 64 generates...
2014-05-14 NAKAMURA TakumiSema::FindAllocationFunctions(): Fix \param. [-Wdocumen...
2014-05-14 John McCallCreate a redeclaration when an elaborated type specifier
2014-05-14 David BlaikieDebugInfo: Avoid creating DILexicalScopeFiles when...
2014-05-13 Reid KlecknerPush record return type classification into CGCXXABI
2014-05-13 Eric ChristopherMake this test target independent.
2014-05-13 Richard SmithPR19729: Delete a bunch of bogus code in Sema::FindAllo...
2014-05-13 Eric ChristopherAdd a requires for the arm-registered-target needed...
2014-05-13 Joerg SonnenbergerAdd __ARM_DWARF_EH__ to signify the use of Itanium...
2014-05-13 Joerg SonnenbergerTest preprocessor defines for NetBSD/ARM.
2014-05-13 Rafael EspindolaUpdate for llvm API change.
2014-05-13 Aaron BallmanFix the AST printer for attributed statements so that...
2014-05-13 Aaron BallmanUpdated the test case to show that no diagnostics are...
2014-05-13 Aaron BallmanNo longer triggering a checked iterator assert on Windo...
2014-05-13 Timur IskhodzhanovDefine the InterlockedCompareExchange64 intrinsic on...
2014-05-13 Nico Webertry to make test/Driver/masm.c work with the hexagon bot
2014-05-13 Joerg SonnenbergerDrop AST's version of ARMCXXABI, it doesn't differ...
2014-05-13 Nico WeberSupport -masm= flag for x86 targets.
2014-05-13 Daniel Jasperclang-format: Don't break in the middle of ">>".
2014-05-13 David MajnemerMS ABI: Tighten RTTI mangling
2014-05-13 Filipe CabecinhasFixed a few tests and moved a comment to its proper...
2014-05-13 Filipe CabecinhasPatched clang to emit x86 blends as shufflevectors.
2014-05-13 Richard SmithRefactor to avoid explicitly listing all the different...
2014-05-13 David MajnemerMS ABI: Preliminary RTTI mangling
2014-05-13 Richard SmithRefactor and fix a latent bug (found by inspection...
2014-05-12 Will WilsonRemove unused PP variable NumIncluded
2014-05-12 Alexey Samsonov[ASan] Fixup for r208610: link in asan_cxx library...
2014-05-12 Hans Wennborgclang-cl: accept -mllvm and -fsanitize_blacklist
2014-05-12 Alexey Samsonov[ASan] Split static ASan runtime in two parts: asan...
2014-05-12 Jordan Rose[scan-build] Pass --sysroot through for both compilatio...
2014-05-12 Daniel Jasperclang-format: [JS] Basic support for escape sequences...
2014-05-12 NAKAMURA Takumiclang/test/CXX/drs/dr4xx.cpp: Use env(1) to satisfy...
2014-05-12 Simon Atanasyan[Driver] Do not lose already detected set of toolchain...
2014-05-12 Kostya Serebryanydisable asan's detect_stack_use_after_return when runni...
2014-05-12 Craig Topper[C++11] Use 'nullptr'. AST edition.
2014-05-12 Alexey Bataev[OPENMP] Removed unnecessary enums from OpenMP constructs
2014-05-11 Alp TokerRevert "Revert "Another try at making MSVC happy again.""
2014-05-11 Alp TokerRevert "Another try at making MSVC happy again."
2014-05-11 Alp TokerMake DiagnosticsEngine non-copyable
2014-05-11 Richard SmithPR19713: Don't warn on unused static inline functions...
2014-05-11 Nico WeberDriver: Don't leak the -Xarch argument when its use...
2014-05-11 Nico Weberc-index-test: Don't leak diagnostic category text.
2014-05-11 Alp TokerParameter/argument terminology fixes
2014-05-11 Alp TokerConsolidate single void paramter checking
2014-05-11 Benjamin KramerAnother try at making MSVC happy again.
next