]> granicus.if.org Git - clang/shortlog
clang
2015-07-01 David BlaikieRevert "[DebugInfo] Fix debug info generation for funct...
2015-07-01 Reid Kleckner[SEH] Add 32-bit lowering for SEH __try
2015-07-01 Michael Kuperstein[DebugInfo] Fix debug info generation for function...
2015-07-01 Richard Smith[modules] Don't require the 'inline' specifier when...
2015-07-01 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancellation...
2015-07-01 Justin BognerFix a couple of unused variables in no-asserts
2015-07-01 Justin Bogner-frewrite-includes: Prefer insert to emplace
2015-07-01 Justin Bogner-frewrite-includes: Rework how includes and modules...
2015-07-01 Richard Smith[modules] Before checking whether the controlling macro...
2015-07-01 Peter CollingbourneCodeGen: Do not give local-linkage functions externally...
2015-07-01 Richard Smith[modules] Make the include guard optimization fire...
2015-07-01 Eric ChristopherUse a stable sort to guarantee target feature ordering...
2015-07-01 Justin BognerCodeGen: Resize LifetimeExtendedCleanupHeader to avoid...
2015-07-01 David Majnemer[Sema] Don't crash when deduction fails for decltype...
2015-07-01 Eric ChristopherFix sse4 for target attribute feature additions.
2015-07-01 Eric ChristopherFix a TODO dealing with canonicalizing attributes on...
2015-06-30 Peter CollingbourneFix use-after-free.
2015-06-30 Richard Smith[modules] Make sure macros get made visible in the...
2015-06-30 David Majnemer[MS ABI] Stick constructor closures in an IR COMDAT...
2015-06-30 Douglas KatzmanMore range-based-for-loopification. NFC
2015-06-30 Peter CollingbourneCodeGen: Assign an appropriate comdat to thunks.
2015-06-30 Adrian PrantlUpdate testcases: DICompileUnits are now created distin...
2015-06-30 Adrian PrantlRelax this test so it also works on platforms that...
2015-06-30 Adrian PrantlUse an early exit to improve readability. (NFC)
2015-06-30 Adrian PrantlDebug Info: Emit debug info for @import declarations.
2015-06-30 Adrian PrantlAdd a function to ExternalASTSource that returns a...
2015-06-30 Reid Kleckner[clang-cl] Use /arch: to set the base target CPU
2015-06-30 Gabor Horvath[Static Analyzer] Minor improvements to SATest.
2015-06-30 Michael Kuperstein[X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTR
2015-06-30 Hubert Tong[CONCEPTS] Parsing of concept keyword
2015-06-30 Daniel Jasperclang-format: Properly parse parenthesis in braced...
2015-06-30 Michael Kuperstein[X86] Add missing undef of DEFAULT_FN_ATTRS in FXSR...
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-30 NAKAMURA TakumiFix a couple of tests in clang/test to match "x86_thisc...
2015-06-30 Yaron KerenUnbreak the Visual C++ 2013 build after r241032.
2015-06-30 David Majnemer[CodeGen] Tweak isTriviallyRecursive further
2015-06-30 David Majnemer[MS ABI] Workaround corner-case bug in the ABI for...
2015-06-30 Andrew WilkinsSphinx-based clang man pages
2015-06-30 Adrian PrantlAdd two missing arguments.
2015-06-30 Adrian PrantlPass HeaderSearchOptions and PreprocessorOptions into...
2015-06-30 Richard SmithRework parsing of pure-specifiers. Perform the grammar...
2015-06-29 Richard SmithPR23942: a pure-specifier's integer literal must be...
2015-06-29 Eric ChristopherAdd support for the x86 builtin __builtin_cpu_supports.
2015-06-29 David Majnemer[CodeGen] Remove atomic sugar from record types in...
2015-06-29 Douglas KatzmanMore range-based for loops. NFC
2015-06-29 Douglas KatzmanComment fixes. NFC.
2015-06-29 Douglas GregorFix a test case broken by my previous commit.
2015-06-29 Douglas GregorMake __has_feature(nullability) and __has_extension...
2015-06-29 Serge PavlovInstantiation of local class members.
2015-06-29 David BlaikieAccount for calling convention specifiers in function...
2015-06-29 Douglas GregorMake __has_extension(assume_nonnull) always true.
2015-06-29 Ben Langmuir[Modules] Test lock file removed on signal
2015-06-29 Adrian PrantlRemove unnecessary include.
2015-06-29 Birunthan Mohanathasclang-format: Add option to break after definition...
2015-06-29 Birunthan Mohanathasclang-format: Adjust Mozilla style defaults
2015-06-29 Asaf Badouh[x86][AVX512CD] Add conflict and lzcnt intrinsics in...
2015-06-29 Asaf Badouh[X86][AVX512BW] Add more intrinsics support:
2015-06-29 Daniel Jasperclang-format: Don't indent relative to unary operators...
2015-06-29 Igor BregerThis is a comment-only change to test commit access
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-29 Elena DemikhovskyAVX-512: Implemented AVX-512 FMA intrinsics and tests.
2015-06-29 Frederic RissDelete unused variables.
2015-06-29 David Majnemer[MS ABI] Unify constant and non-constant member pointer...
2015-06-28 NAKAMURA TakumiRevert r240872, "Suppress clang/test/CodeGen/builtins...
2015-06-28 Jingyue Wu[PPC] fixes typos in builtins-ppc-p8vector.c
2015-06-28 Birunthan Mohanathasclang-format: Stop old options from overriding new...
2015-06-28 Birunthan Mohanathasclang-format: Add missing members to FormatStyle::opera...
2015-06-28 Birunthan Mohanathasclang-format: Alphabetize FormatStyle members
2015-06-28 David Majnemer[Driver] x86-64 Windows is always PIC
2015-06-28 Nico Weberclang-format: Support @autoreleasepool.
2015-06-27 Davide Italiano[Sema] Unions cannot have virtual functions.
2015-06-27 Alex DenisovFix typo. NFC.
2015-06-27 Birunthan Mohanathasclang-format: Fix language of DisableFormat description
2015-06-27 NAKAMURA TakumiSuppress clang/test/CodeGen/builtins-ppc-p8vector.c...
2015-06-26 Adrian PrantlAdd a testcase for bitfield debug info.
2015-06-26 Nemanja IvanovicAdd missing builtins to altivec.h for ABI compliance...
2015-06-26 Douglas Katzman[PPC]: Fix bug in getMultiarchTriple.
2015-06-26 Chad RosierAvoid false positive/negative test results from line...
2015-06-26 Anna Zaks[static analyzer] Analyzer is skipping forward declared...
2015-06-26 Douglas Katzmanclang-format some of the files in lib/Driver. NFC
2015-06-26 Alex Denisov[ObjC] Add NSValue support for objc_boxed_expressions
2015-06-26 Manuel KlimekFix crash-on-invalid bug in template instantiation.
2015-06-26 Paul RobinsonFileCheck-ize test and make sure more things don't...
2015-06-26 Nico WeberAdd new file from r240741 to CMakeLists.txt.
2015-06-26 Davide Italiano[Sema] Commit a better fix for r240242
2015-06-26 Nico WeberAdd an inttypes.h wrapper that fixes up some macros...
2015-06-26 Meador Inge[Sema] Maintain ellipsis location when transforming...
2015-06-25 David Majnemer[CodeGen] Restrict isTriviallyRecursive to predefined...
2015-06-25 Kaelyn TakataFix a typo correction crash when resolving ambiguous...
2015-06-25 Anna Zaks[docs] Several updates to the Address Sanitizer webpage.
2015-06-25 Sean SilvaRemove `requires` for x86 CPU features.
2015-06-25 Jonathan RoelofsFix the test added in r240710.
2015-06-25 Alexey Samsonov[CFI] Diagnose when we CFI in diagnostic mode is unavai...
2015-06-25 Diego NovilloDisplay profile file name when emitting a file not...
2015-06-25 Chris BienemanThis should actually fix the broken bots.
2015-06-25 Meador Inge[Parse] Allow 'constexpr' in condition declarations
2015-06-25 Richard Smith[modules] Properly merge visibility of class definition...
2015-06-25 Peter Collingbournedocs: Fix bad link in SafeStack.rst.
2015-06-25 Chris BienemanSpeculative fix for the broken bots.
2015-06-25 Richard Smith[modules] Fix findDirectiveAtLoc to not call a member...
next