]> granicus.if.org Git - clang/shortlog
clang
2015-05-04 Richard SmithSwitch PPCallbacks to take the new MacroDefinition...
2015-05-04 Richard SmithRename MacroDefinition -> MacroDefinitionRecord, Prepro...
2015-05-02 Yaron Kerenclang-format function definition header. NFC.
2015-05-02 Yaron KerenReplace GetNumBytesInBuffer() in MicrosoftCXXNameMangle...
2015-05-02 Daniel Jasperclang-format: [JS] Fix calculation of template string...
2015-05-02 Daniel Jasperclang-format: [JS] Fix templated parameter default...
2015-05-02 David Majnemer[MS ABI] Add testcase which was missing from r236354
2015-05-02 Justin BognerInstrProf: Cede ownership of createProfileWeights to CGF
2015-05-02 Richard Smith[modules] Remove dead code from Module for tracking...
2015-05-02 Richard Smith[modules] Don't bother creating a ModuleMacro represent...
2015-05-02 Steven WuFix -fobjc-arc doesn't work with -save-temps
2015-05-02 Kaelyn TakataDiagnose delayed typos when parsing a postfix expressio...
2015-05-02 Justin BognerInstrProf: Use a locally tracked current count in Compu...
2015-05-02 Richard Smith[modules] If a module #includes a modular header that...
2015-05-01 Justin BognerInstrProf: Replace the RegionCounter class with a simpl...
2015-05-01 Justin BognerInstrProf: Add a couple of checks to this test
2015-05-01 David MajnemerRemove some code left around for debugging purposes
2015-05-01 David Majnemer[MS ABI] Detect and diagnose vftables which cannot...
2015-05-01 David Majnemer[MS ABI] NV bases may indirectly contain covariant...
2015-05-01 Richard Smith[modules] Add -fmodules-local-submodule-visibility...
2015-05-01 Tim NorthoverARM: merge Cyclone into other ARMv8 CPUs and add tests...
2015-05-01 Kaelyn TakataAlso correct typos in the middle of a ternary expressio...
2015-05-01 Nick LewyckyAdjust the wording of the "brackets go after the unqual...
2015-05-01 NAKAMURA TakumiSuppress clang/test/OpenMP/task_private_codegen.cpp...
2015-05-01 Kaelyn TakataEagerly correct typos in ParenExprs that may be type...
2015-05-01 Justin BognerInstrProf: Fix a coverage crash where a macro begins...
2015-05-01 Jan VeselyR600: Report fp64 on all capable asics
2015-05-01 Benjamin KramerMake helper functions static. NFC.
2015-05-01 NAKAMURA TakumiASTReader.h: Prune "\param Complain" since r236300...
2015-05-01 Yunzhong GaoFix a few line endings. NFC.
2015-05-01 Richard Smith[modules] Start moving the module visibility informatio...
2015-05-01 Justin BognerInstrProf: This call does nothing, remove it
2015-04-30 Justin BognerInstrProf: Support for setting profile output from...
2015-04-30 Richard SmithMake macro dumping robust against a nonexistent macro.
2015-04-30 Richard TrieuFix -Wpessimizing-move by removing call to std::move
2015-04-30 Richard Smith[modules] Add a mechanism to dump information about...
2015-04-30 Justin BognerInstrProf: Fix handling of profile counters in the...
2015-04-30 Reid KlecknerRe-commit the test fix that went with r236274
2015-04-30 Reid KlecknerRevert most of r236271, leaving only the datalayout...
2015-04-30 Reid KlecknerUse 4 byte preferred aggregate alignment in datalayout...
2015-04-30 Justin BognerInstrProf: Make sure coverage propagates out of foreach...
2015-04-30 Richard SmithPR19691: initialize MacroDirective::DefInfo::IsPublic...
2015-04-30 Richard SmithPR22354: Add a test that we emit copy-ctors for capture...
2015-04-30 Ben LangmuirFix the end location of init-capture annotations in...
2015-04-30 David MajnemerRemove some leftover debugging code.
2015-04-30 Jordan RoseDon't warn about use of deprecated API when the contain...
2015-04-30 Jordan RoseBatch up access-related diagnostics on enum constants...
2015-04-30 David Majnemer[MS ABI] Correctly make paths through covariant virtual...
2015-04-30 David Majnemer[AST] Fix some typos
2015-04-30 Elena DemikhovskyAVX-512: Added AVX-512 intrinsics and tests
2015-04-30 Daniel Jasperclang-format: Don't merge short else blocks.
2015-04-30 Alexey Bataev[OPENMP] Mark test as not compatible with MS Windows.
2015-04-30 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'task' directive.
2015-04-30 Alexey Bataev[OPENMP] Allow to use global variables as lcv in loop...
2015-04-30 Alexey Bataev[OPENMP] Fixed codegen for 'copyprivate' clause.
2015-04-30 Richard SmithRemove dead code: a MacroDirective can't be imported...
2015-04-30 Richard SmithRemove XFAIL now that this test passes (fixed by r236184).
2015-04-30 Richard SmithFix use of uninitialized variable, found by ubsan selfhost.
2015-04-30 Sean CallananUse a more reliable method to determine whether
2015-04-29 NAKAMURA TakumiUpdate clang/test/CodeGenCXX/copy-constructor-synthesis...
2015-04-29 Richard SmithAdd an assert to get information on buildbot failure.
2015-04-29 Eric ChristopherPropagate a terrible hack to the sparc target feature...
2015-04-29 Richard SmithFix unused variable warning.
2015-04-29 Richard Smith[modules] Stop trying to fake up a linear MacroDirectiv...
2015-04-29 Rick FoosXFAIL Hexagon until more codegen in place.
2015-04-29 Reid KlecknerRevert r236128, LLVM isn't falling back in the right way
2015-04-29 David Blaikie[opaque pointer type] update for LLVM API change
2015-04-29 Nico WeberRevert r236060, it caused PR23375.
2015-04-29 Richard SmithStop assuming a 64-bit target here.
2015-04-29 Richard SmithPR23373: A defaulted union copy constructor that is...
2015-04-29 Richard SmithRevert r236063 due to regression with -fdelayed-templat...
2015-04-29 Reid KlecknerRe-land r236052, the linker errors were fixed by LLVM...
2015-04-29 Adrian PrantlDebug Info: Represent local anonymous unions as anonymo...
2015-04-29 Duncan P. N... DebugInfo: Metadata constructs now start with DI*
2015-04-29 Adrian PrantlRevert "Debug Info: Represent local anonymous unions...
2015-04-29 Bradley SmithRevert code changes made under r235976.
2015-04-29 Daniel Jasperclang-format: Add ability to align assignment operators.
2015-04-29 Daniel Jasperclang-format: Fix selective indentaiton in nested blocks.
2015-04-29 Alexey Bataev[OPENMP] Fix crash on reductions codegen for short...
2015-04-29 Nico WeberRevert r236052, it caused linker errors when building...
2015-04-29 Richard TrieuAdd -Wpessimizing-move and -Wredundant-move warnings.
2015-04-29 Richard SmithPR20625: Instantiate static constexpr member function...
2015-04-28 Eric ChristopherStop emitting the soft-float and soft-float-abi target...
2015-04-28 Adrian PrantlDebug Info: Represent local anonymous unions as anonymo...
2015-04-28 Reid KlecknerFix Sema tests using __try by adding triple
2015-04-28 Reid Kleckner[SEH] Add 32-bit lowering code for __try
2015-04-28 Steven WuFix the typo in r236044. NFC.
2015-04-28 Steven WuFix -fno-gnu-inline-asm doesn't catch file scope asm
2015-04-28 Richard SmithFix assertion failure if a lambda array-capture is...
2015-04-28 Sean CallananAttempt to fix the MSVC build by making ExprIterator
2015-04-28 Richard SmithWork around a suspected MSVC miscompile to try to bring...
2015-04-28 Richard SmithRefactor to make MacroState ownership and lifetime...
2015-04-28 Artem Belevich[cuda] Preserve TLS storage class of host variable...
2015-04-28 Sean CallananImplemented ASTImporter support for Stmts and fixed
2015-04-28 Sean CallananImplemented support for testing the ASTImporter's
2015-04-28 Nico WeberFix typo in comment.
2015-04-28 Jonathan RoelofsFix PR22047: ObjC: Method unavailability attribute...
2015-04-28 Serge PavlovCombine instantiation context of field initializer...
2015-04-28 Aaron BallmanSilencing a -Wuninitialized warning in a different...
2015-04-28 Elena DemikhovskyAVX-512: added intrinsics for KNL and SKX
next