]> granicus.if.org Git - clang/shortlog
clang
2015-11-23 Xinliang David LiDisable frame pointer elimination when using -pg
2015-11-23 David Majnemer[MS ABI] Tolerate invokes of __RTDynamicCast
2015-11-22 Richard Smith[coroutines] Check for overload sets in co_yield /...
2015-11-22 Richard Smith[coroutines] Build implicit return_value / return_void...
2015-11-22 Martell MaloneTest: Update mingw-useld.c to reflect r253813
2015-11-22 Martell MaloneDriver: Specifically tell the linker the target for...
2015-11-22 Richard Smith[coroutines] Materialize the awaitable before generatin...
2015-11-22 Richard Smith[coroutines] Factor out co_await representation into...
2015-11-21 Daniel Jasperclang-format: Make sorting includes respect // clang...
2015-11-21 Matthias BraunLet's try to fix this test again with a fixed target...
2015-11-21 Matthias BraunFix c-unicode.c testcase again.
2015-11-21 Matthias BraunFix testcase when building on darwin
2015-11-20 Vinicius Tinti[clang] Disable Unicode in asm files
2015-11-20 Richard Smith[coroutines] Better handling of placeholder types.
2015-11-20 Richard Smith[coroutines] Support braced-init-list as operand of...
2015-11-20 Richard Smith[coroutines] Synthesize yield_value call for co_yield.
2015-11-20 Chris Bieneman[CMake] Add support for specifying arguments to the...
2015-11-20 Chris Bieneman[CMake] Fix handling of passing through semi-colon...
2015-11-20 Peter CollingbourneDriver: Defer computation of linker path until it is...
2015-11-20 Bill SeurerFix test case function name checks
2015-11-20 Reid KlecknerThread Safety Analysis: Fix DenseMap iterator invalidat...
2015-11-20 Chris BienemanHonor system specific paths of MAN pages
2015-11-20 Dehao ChenAdd -disable-llvm-passes for frontend debug info tests.
2015-11-20 Reid Kleckner[DebugInfo] Look through type sugar on union types...
2015-11-20 Hans WennborgRevert r253582: "clang-cl: Make /W4 imply -Wall -Wextra...
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-20 Daniel Jasperclang-format: [JS] Make AllowShortFunctionsOnASingle...
2015-11-20 Daniel Jasperclang-format: [JS] Properly add a space after "in"...
2015-11-20 Daniel Jasperclang-format: [JS] struct and union aren't keywords...
2015-11-20 Daniel Jasperclang-format: Don't use incorrect space in macro calls...
2015-11-20 Daniel Jasperclang-format: [Proto] Support extending message.
2015-11-20 Benjamin KramerRegenerate ASTMatchersReference without CRLF.
2015-11-20 Benjamin KramerFix ASTMatcher reference newlines and make the generato...
2015-11-20 Alexey Bataev[MS] Fix for bug 25013 - #pragma vtordisp is unknown...
2015-11-20 Douglas Katzman[Myriad]: handle Preprocess job action (-E)
2015-11-20 Argyrios Kyrtzidis[libclang] Make sure to use the raw module format for...
2015-11-20 Richard Smith[coroutines] Per latest wording paper, co_* are no...
2015-11-20 Argyrios Kyrtzidis[CMake] Add a specific 'install-clang-headers' target.
2015-11-20 Devin Coughlin[analyzer] DeadStoresChecker: Treat locals captured...
2015-11-20 Chris BienemanSupport CMake's clang_rt.profile library naming scheme
2015-11-19 Tom StellardAMDGPU: Add support for 's' and 'v' asm constraints
2015-11-19 Dehao ChenUpdate clang tests to accomendate discriminator changes.
2015-11-19 Faisal ValiChange the expression evaluation context from Unevaluat...
2015-11-19 Hans Wennborgclang-cl: Make /W4 imply -Wall -Wextra (PR25563)
2015-11-19 NAKAMURA TakumiclangFrontend: [PR25565] Quick fix for dependencies...
2015-11-19 Alexey BataevPR10235: support for vector mode attributes + warning...
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-19 Pete CooperRevert "Fix debian build after r253512."
2015-11-19 Richard Smith[coroutines] Tweak diagnostics to always use fully...
2015-11-19 John McCallDon't actually add the __unsafe_unretained qualifier...
2015-11-19 John McCallFix the emission of ARC-style ivar layouts in the fragi...
2015-11-19 Anna Zaks[analyzer] Improve modeling of static initializers.
2015-11-19 David Majnemer[MS ABI] Let arbitrary entities participate in vftable...
2015-11-18 Pete CooperFix debian build after r253512.
2015-11-18 Devin Coughlin[analyzer] Skip checking blocks in dependent contexts.
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 David Majnemer[MSVC Compat] Make -Wmicrosoft-cast not an error by...
2015-11-18 David Majnemer[Sema] Don't work around a malformed AST
2015-11-18 Aaron BallmanRemoving the AST matcher test for thread_local storage...
2015-11-18 Betul Buyukkurt[PGO] Test update for revision 253484.
2015-11-18 Aaron BallmanRe-committing r253473 after hopefully fixing the bot...
2015-11-18 Douglas Katzman[Myriad]: fix test for Windows
2015-11-18 Aaron BallmanReverting r253473 while I investigate build bot failures.
2015-11-18 Aaron BallmanAdding AST matchers for VarDecl storage durations....
2015-11-18 Bradley Smith[ARM] Support +feature targeting in -mcpu/-march
2015-11-18 Douglas Katzman[Myriad]: insert -L paths into linker cmd only when...
2015-11-18 Benjamin Kramer[libclang] Add entry points that take a full command...
2015-11-18 Igor LaevskyFix tests in order for them to not fail after r252604.
2015-11-18 Eugene LeviantSet flag for lldb when qualified name lookup is being...
2015-11-18 Rafael EspindolaUpdate for llvm change.
2015-11-18 NAKAMURA TakumiBuildUniversalActions(): Prune obsolete \param(s)....
2015-11-18 Faisal Vali[NFC] Change the evaluation context of a non-type defau...
2015-11-18 Richard SmithDon't expose iterators into the list of types on the...
2015-11-18 Reid KlecknerTry to fix leak in CXStringSet from r252853
2015-11-18 Artem BelevichFix for use-after-free which caused test failure in...
2015-11-18 Akira HatanakaProduce a better diagnostic for global register variables.
2015-11-18 Betul Buyukkurt[PGO] Removed unused code. [NFC]
2015-11-17 Richard Smith[modules] When a #include is mapped to a module import...
2015-11-17 Douglas Katzman[Myriad]: -nostdlib implies -nostartfiles
2015-11-17 Artem Belevich[CUDA] Make CUDA compilation usable by default.
2015-11-17 Artem Belevich[CUDA] Added a wrapper header for inclusion of stock...
2015-11-17 Artem Belevich[CUDA] Detect and link with CUDA's libdevice bitcode...
2015-11-17 Artem Belevich[CUDA] added include paths for both sides of CUDA compi...
2015-11-17 Artem Belevich[CUDA] use -aux-triple to pass target triple of opposit...
2015-11-17 Douglas KatzmanUse !hasArg with two options instead of !hasArg &&...
2015-11-17 Charles Li[Lit Test] Updated 34 Lit tests to be C++11 compatible.
2015-11-17 Hans Wennborgbmiintrin.h: Allow using the tzcnt intrinsics for non...
2015-11-17 Tim NorthoverARM: fix mismatch between Clang and backend on exceptio...
2015-11-17 Douglas KatzmanAdd trivial utility to append -L arguments to linker...
2015-11-17 Manuel KlimekRevert "Make FP_CONTRACT ON the default."
2015-11-17 Craig Topper[Sema] Remove unnecessary typecast of bool to int when...
2015-11-17 Craig Topper[Sema] Combine similar diagnostics using %select. NFC
2015-11-17 Craig Topper[Sema] Minor formatting fixes. NFC
2015-11-17 Richard Smith[modules] Fix some more cases where we used to reject...
2015-11-16 Stephen CanonMake FP_CONTRACT ON the default.
2015-11-16 Derek SchuffDerive nacltools::Linker from GnuTool to get response...
2015-11-16 John McCallCorrectly handle type mismatches in the __weak copy...
2015-11-16 Eric ChristopherWhen producing error messages for always_inline functio...
2015-11-16 Vasileios Kalintiris[mips] Do not add arch name in the compiler-rt's compon...
2015-11-16 Douglas Katzman[Myriad]: pass the 'std=' option to moviCompile
next