]> granicus.if.org Git - clang/shortlog
clang
2015-05-05 Ulrich Weigand[SystemZ] Add support for z13 and its vector facility
2015-05-05 Kaelyn TakataAllow TransformTypos to ignore corrections to a specifi...
2015-05-05 Alexey Bataev[OPENMP] Allow use of macros in OpenMP directives/clauses.
2015-05-05 Alexey Bataev[OPENMP] Fixed incorrect work with cleanups, NFC.
2015-05-05 Alexey BataevRevert revision 236487: [OPENMP] Fixed incorrect work...
2015-05-05 Daniel Jasperclang-format: [JS] support optional methods.
2015-05-05 Alexey Bataev[OPENMP] Fixed incorrect work with cleanups, NFC.
2015-05-05 Daniel Jasperclang-format: [JS] Do not collapse short interfaces.
2015-05-05 Alexey BataevRevert revision 236482: [OPENMP] Fixed incorrect work...
2015-05-05 Alexey Bataev[OPENMP] Fixed incorrect work with cleanups, NFC.
2015-05-05 Alexey BataevRevert revision 236480: [OPENMP] Fixed incorrect work...
2015-05-05 Alexey Bataev[OPENMP] Fixed incorrect work with cleanups, NFC.
2015-05-05 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause in 'task...
2015-05-05 David Majnemer[MS ABI] Cleanup selectBasePath
2015-05-04 Kostya SerebryanyFix buffer overflow in Lexer
2015-05-04 Kostya Serebryany[clang-fuzzer] make clang-fuzzer slightly faster by...
2015-05-04 Reid KlecknerUpdate MSVC compatibility doc note about exceptions
2015-05-04 Richard Smith[modules] Don't bother registering loaded macros if...
2015-05-04 Jan VeselyR600: Add fma and ldexp asic specific feature macros
2015-05-04 David Majnemer[MS ABI] Fix a crash in vptr path calculation
2015-05-04 Serge PavlovGet rid of compiler warning.
2015-05-04 Serge PavlovInstantiate incomplete class used in template method.
2015-05-04 Duncan P. N... Reapply "Frontend: Stop leaking when not -disable-free"
2015-05-04 Anton Yartsev[analyzer] scan-build: support spaces in compiler path...
2015-05-04 Duncan P. N... Revert "Frontend: Stop leaking when not -disable-free"
2015-05-04 Duncan P. N... Frontend: Stop leaking when not -disable-free
2015-05-04 Daniel Jasperclang-format: NFC: Delete FormatToken::IsForEachMacro...
2015-05-04 Daniel Jasperclang-format: NFC: Use default member initializers...
2015-05-04 Daniel Jasperclang-format: Force aligning different brackets relativ...
2015-05-04 Richard SmithMention PPCallbacks interface change in release notes.
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...
next