]> granicus.if.org Git - clang/shortlog
clang
2015-06-12 Benjamin Kramer[clang-format] Reorder and pack ParenState members...
2015-06-12 Benjamin Kramer[clang-format] Hoist vector allocation out of loop...
2015-06-12 Daniel Jasperclang-format: Always add space before lambda-{
2015-06-12 Daniel Jasperclang-format: Understand C-style case in case label.
2015-06-12 Daniel Jasperclang-format: [JS] Support "export enum" declarations.
2015-06-12 Daniel Jasperclang-format: [JS] Add tests to ensure clang-format...
2015-06-12 Daniel Jasperclang-format: [JS] Fix regression caused by r239592.
2015-06-12 Daniel Jasperclang-format: [JS] fix incorrectly collapsed lines...
2015-06-12 Nico WeberWrap to 80 columns. No behavior change.
2015-06-12 Teresa JohnsonRevert commit r239481 as it is dependent on reverted...
2015-06-12 Eric ChristopherAdd a warning for unsupported elements of the target...
2015-06-12 Eric ChristopherHandle fpmath= in the target attribute.
2015-06-12 Eric ChristopherHandle -mno-<feature> in target attribute strings by...
2015-06-12 Eric ChristopherAdd support for tune= to the target attribute support...
2015-06-12 Eric ChristopherAdd support for the the target attribute.
2015-06-12 Richard Smith[modules] Apply name visibility rules to names found...
2015-06-12 David Majnemer[IRGen] Fix the MSVC2013 build
2015-06-11 Richard Smith[modules] Fix crash with multiple levels of default...
2015-06-11 Sean Silva[cleanup] Remove some unused #ifdef's
2015-06-11 Tyler NowickiAdd assume_safety option for pragma loop vectorize...
2015-06-11 Richard Smith[modules] Fix assert/crash when parsing and merging...
2015-06-11 Hans Wennborg[ms] Do lookup in dependent base classes also when...
2015-06-11 Ahmed Bougacha[CodeGen] Emit Constants for immediate inlineasm arguments.
2015-06-11 Hans Wennborgclang-cl: Add an alias for /wd4910
2015-06-11 Hans WennborgSpell -Wdllexport-explicit-instantiation-decl correctly.
2015-06-11 Douglas KatzmanAdd comments to PrintActions1 and Driver::PrintActions.
2015-06-11 Sanjay Pateladd the -mrecip driver flag and process its options...
2015-06-11 Daniel Jasperclang-format: Make SFS_Inline imply SFS_Empty.
2015-06-11 Daniel Jasperclang-format: [JS] Ensure that formatting actually...
2015-06-11 Yaron KerenC++11 rangify several loops.
2015-06-11 Gabor BallabasAllow case-insensitive values for -march for ARM in...
2015-06-11 Daniel MarjamakiToken: complement is() method with isOneOf() to allow...
2015-06-11 Toma Tabacu[mips] Pass on -m{single,double}-float to GAS.
2015-06-11 Alexey Bataev[OPENMP] Fox for http://llvm.org/PR23663: OpenMP crash
2015-06-11 Manuel KlimekFix crash in clang-format.
2015-06-11 Daniel Jasperclang-format: Don't add spaces in foreach macro definition.
2015-06-11 David MajnemerReinstate r239499 and r239503
2015-06-11 Manuel KlimekRevert "[MS ABI] Allow fastcall member function pointer...
2015-06-11 Nemanja IvanovicClang support for vector quad bit permute and gather...
2015-06-11 Richard Smith[modules] Fix a few places where merging wasn't perform...
2015-06-11 David Majnemer[MS Compatibility] Handle cleanups we create for a...
2015-06-11 David Majnemer[MS ABI] Allow fastcall member function pointers to...
2015-06-11 David Majnemer[MS ABI] Allow memfn pointers with unconvertible types...
2015-06-10 Alexei Starovoitov[bpf] add support for BPF backend
2015-06-10 Richard SmithWork around MSVC miscompilation.
2015-06-10 Richard Smith[modules] Don't allow use of non-visible (inherited...
2015-06-10 Richard Smith[modules] Track all default template arguments for...
2015-06-10 Serge PavlovDo not parse members of incomplete class.
2015-06-10 Teresa JohnsonPass down the -flto option to the -cc1 job, and from...
2015-06-10 Scott Douglasssome StmtExprs do not have side-effects
2015-06-10 Scott Douglassadd ConstEvaluatedExprVisitor
2015-06-10 Alexander MusmanPR5172: Fix for a bug in pragma redefine_extname implem...
2015-06-10 Daniel Jasperclang-format: [JS] Only special case top level object...
2015-06-10 Yunzhong GaoFix the test case to handle different IR variable names.
2015-06-10 Richard Smith[modules] Reconstruct template default argument inherit...
2015-06-10 Sean Silva[cleanup] Remove unused default argument and tidy up.
2015-06-10 Richard SmithRevert accidentally-committed test change from r239447.
2015-06-10 Richard SmithRefactor storage of default template arguments.
2015-06-10 Yunzhong GaoImplementing C99 partial re-initialization behavior...
2015-06-09 Akira HatanakaAttach attribute "disable-tail-calls" to the functions...
2015-06-09 David Majnemer[ItaniumMangle] Mangle long double as __float128 for...
2015-06-09 Reid KlecknerRevert "Re-land r236052, "[SEH] Add 32-bit lowering...
2015-06-09 Reid KlecknerDisable style-on-command-line test on Windows
2015-06-09 Reid KlecknerRe-land r236052, "[SEH] Add 32-bit lowering code for...
2015-06-09 Bill Seurer[PowerPC] Reformat altivec.h with clang-format
2015-06-09 Jonathan RoelofsMove target-specific Sema test to its own file.
2015-06-09 Jonathan RoelofsFix printing of GCCAsmExprs with input or output arguments.
2015-06-09 Daniel Jasperclang-format: Support //!-comments, increase test coverage.
2015-06-09 Benjamin KramerRemove rm invocations where the file is immediately...
2015-06-09 Benjamin KramerRemove unused diagnostics.
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-06-09 Daniel Jasperclang-format: [JS] Hotfix for runtime issue with deeply...
2015-06-09 Greg Bedwellclang-cl: Ignore the /o option when /P is specified.
2015-06-09 David MajnemerReenable Misc/interpreter.c as r239388 correctly handle...
2015-06-09 David Majnemer[Driver] Preserve the object file format in ComputeEffe...
2015-06-09 NAKAMURA TakumiDisable clang/test/Misc/interpreter.c, for now, since...
2015-06-09 David Majnemer[MSVC Compatibility] Don't diagnose c-style cast from...
2015-06-09 Sean Silvarange-for'ify Args->filtered_begin(...) loops
2015-06-09 Sean SilvaSimplify this code a bit.
2015-06-09 Hans WennborgEnable DLL attribute propagation on explicit instantiat...
2015-06-09 Hans WennborgMinGW: don't allow adding DLL attribute if template...
2015-06-09 Hans WennborgEnable propagation of dll attributes to previously...
2015-06-09 Hans WennborgNarrow the -Wunsupported-dll-base-class-template warning.
2015-06-09 Richard Smith[modules] Fix some visibility issues with default templ...
2015-06-08 Tyler NowickiEliminate unnecessary namespace to prevent conflicts.
2015-06-08 Tyler NowickiCorrect Loop Hint Diagnostic Message
2015-06-08 Tyler NowickiMoved CPP CodeGen tests into CodeGenCXX.
2015-06-08 Hubert TongConsider unsigned long for non-u/U decimal literals...
2015-06-08 Leny KholodovUpdate test with target flag and amended results
2015-06-08 Leny KholodovFix for temporary variable names in stack reuse tests...
2015-06-08 Leny Kholodov[CodeGen] Reuse stack space from unused function result...
2015-06-08 David Majnemer[Driver] Inject the MSVC compatibility version into...
2015-06-06 Peter Collingbourneclang-cl: Implement /GL in terms of -flto.
2015-06-05 David MajnemerMove a test from static-assert.cpp to DeclPrinterTest
2015-06-05 Eric ChristopherFix typo of function name.
2015-06-05 Eric ChristopherRename the single non-style conformant function in...
2015-06-05 David MajnemerRevert accidental commit
2015-06-05 David Majnemer[AST] There is no message for C++1z-style static_assert
2015-06-05 James Y Knight[SPARC] Fix windows test failure after r239154.
2015-06-05 James Y Knight[SPARC] Add multiarch include paths.
next