]> granicus.if.org Git - clang/shortlog
clang
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.
2015-06-05 Alexander MusmanFix for PR14269: Clang crashes when a bit field is...
2015-06-05 John Brawn[ARM] Use TargetParser to determine FPU subtarget features
2015-06-05 Daniel Jasperclang-format: More eagerly wrap trailing return types.
2015-06-05 Yaron KerenC++ 11 rangify for loop.
2015-06-05 Daniel Jasperclang-format: [JS] Let fat arrows have 'Assignment...
2015-06-05 Hubert Tong[Concepts] lex keywords: concept and requires
2015-06-04 Sean SilvaRemove unused defaulted argument `IncludeTextualHeaders`.
2015-06-04 Hubert TongTest commit access.
2015-06-04 Artyom SkrobovSimplify ARMTargetParser::parseArch(ARMTargetParser...
2015-06-04 Chandler CarruthFix terrible python goof in clang-format.py which broke...
2015-06-04 Ahmed Bougacha[CodeGen] Add testcase for r239002.
2015-06-04 Bill Seurer[PowerPC] This revision adds 68 of the missing "Predefi...
2015-06-04 Yaron KerenC++11 rangify for loop.
2015-06-04 Gabor BallabasAllow case-insensitive values for -mcpu for ARM
2015-06-04 James Y Knight[SPARC] Fix multiarch path detection for sparc and...
2015-06-04 James Y Knight[SPARC] Fix types of size_t, intptr_t, and ptrdiff_t...
2015-06-04 Douglas KatzmanRemove extraneous qualifiers due to "using namespace...
2015-06-04 Brad SmithUse the appropriate PIE level for OpenBSD/sparc.
2015-06-04 James Y KnightFix fragile source-col-map.c test-case.
2015-06-04 Ahmed Bougacha[CodeGen][NEON] Emit constants for "immediate" intrinsi...
2015-06-04 Justin BognerDriver: Don't crash when generating crash reports for...
2015-06-04 Devin Coughlin[analyzer]Test commit fixing 80-column violation in...
2015-06-04 Douglas KatzmanSave getArch() in a local var instead of calling it...
2015-06-03 Douglas KatzmanChange big 'if' statement into a switch. NFC
2015-06-03 Colin LeMahieu[Hexagon] Reapply 238773 after fix to LLVM.
2015-06-03 Daniel Jasperclang-format: [JS] Let fat arrows have 'Equality' prece...
2015-06-03 Douglas KatzmanFix misleading comment. NFC
2015-06-03 Russell Gallop[utils] Improvements to check_cfc.py to work better...
2015-06-03 Russell Gallop[utils] Add exact check to check_cfc.py dash_s_no_change.
2015-06-03 Asaf Badouhminor test fix
2015-06-03 Manuel KlimekAllow replacements created from token ranges to specify...
next