]> granicus.if.org Git - clang/shortlog
clang
2015-03-22 Faisal ValiAdd a dump function to Stmt that takes only an output...
2015-03-22 Benjamin KramerRemove empty files left behind by r232907.
2015-03-22 Vince HarronReverting 232853 and 232870 because they depend on...
2015-03-22 David MajnemerMS ABI: Implement driver-level support for thread-safe...
2015-03-22 Vince HarronReverting r232793 until some new LLDB failures are...
2015-03-21 Nico Weber-Wdynamic-class-memaccess: Also warn about array types.
2015-03-21 Nico WeberDedent code for -Wdynamic-class-memaccess warning....
2015-03-21 Alexander MusmanSmall test fix for r232890
2015-03-21 Alexander Musman[OPENMP] CodeGen of the 'linear' clause for the 'omp...
2015-03-21 Eric ChristopherAdd CodeGen support for adding cpu attributes on functi...
2015-03-21 Richard Smith[modules] When either redecl chain merging or an update...
2015-03-20 Filipe CabecinhasOnly add -fno-rtti if KernelOrKext or in C++ mode.
2015-03-20 Filipe CabecinhasDon't claim exception related arguments when looking...
2015-03-20 Sanjay Patelfixed vperm2* intrinsics to check for shuffles
2015-03-20 Richard Smith[modules] Remove temporary IdentifierInfo lookup result...
2015-03-20 Jordan Rose[analyzer] RetainCountChecker: Don't assume +0 for...
2015-03-20 Rafael EspindolaUpdate for llvm api change.
2015-03-20 Alexey Samsonov[UBSan] Don't allow to use UBSan with anything except...
2015-03-20 David MajnemerMS ABI: Accept calls to an unprototyped declaration...
2015-03-20 Alexey Bataev[MSVC] Explicit specializations can be declared in...
2015-03-20 Justin BognerInstrProf: Make profile variables private to reduce...
2015-03-20 Richard Smith[modules] Remove some redundant work when building...
2015-03-20 Duncan P. N... DebugInfo: Check for null before using DIType
2015-03-20 Reid KlecknerC++14: Disable sized deallocation by default due to...
2015-03-20 Kostya SerebryanyAllow -fsanitize-coverage with -fsanitize=dataflow
2015-03-20 David MajnemerDon't crash-on-valid when an inline function is friend...
2015-03-19 Duncan P. N... Clang follow-up to LLVM r232772
2015-03-19 Chandler Carruth[Modules] Implement __builtin_isinf_sign in Clang.
2015-03-19 David MajnemerMS ABI: Implement the MSVC 2015 scheme for scope disamb...
2015-03-19 Kaelyn TakataCorrect typos in C11 generic-selection expressions.
2015-03-19 Benjamin KramerRemove unused diagnostic.
2015-03-19 Nico WeberAdd -Wpartial-availability.
2015-03-19 Artem BelevichRemove .CUDAIsDevice flags from CodeGenOpts as it's...
2015-03-19 Reid KlecknerFix -ast-dump of dependent new and delete exprs
2015-03-19 Artem BelevichIgnore device-side asm constraint errors while compilin...
2015-03-19 Reid KlecknerAdd -ast-dump support for new and delete expressions...
2015-03-19 Reid KlecknerFix incremental linking with ninja and CMake 3.2+,...
2015-03-19 Artem BelevichEnsure that we still parse preprocessed CUDA files...
2015-03-19 Reid KlecknerRevert "Improvement on sized deallocation from r230160"
2015-03-19 Benjamin KramerDevirtualize Attr and all subclasses.
2015-03-19 Benjamin KramerMove ThreadSafetyReporter into an anonymous namespace...
2015-03-19 Manuel KlimekAdd option to switch off putting header modules into...
2015-03-19 Daniel Jasperclang-format: Fix another bug in wrapping around "*".
2015-03-19 Alexey Bataev[OPENMP] Fixed bug in codegen of 'atomic write'.
2015-03-19 David MajnemerParse: Don't assume tokens have a length
2015-03-18 David MajnemerMS ABI: Don't try to emit VF/VB-Tables for extern class...
2015-03-18 Richard TrieuWhen cloning LocalInstantiationScope's, don't update...
2015-03-18 NAKAMURA TakumiAppease clang/test/Parser/opencl-atomics-cl20.cl for...
2015-03-18 Daniel Jasperclang-format: Fix bad wrapping after "*" introduced...
2015-03-18 Daniel Jasper[clang-format] Add missing test for std::function<void...
2015-03-18 Anastasia StulovaOpenCL: CL2.0 atomic types
2015-03-18 Yaron KerenFix another ternary Visual C++ is OK wiht but gcc not.
2015-03-18 Yaron KerenFix gcc ambiguity error (Visual C++ was OK with these).
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-18 David MajnemerLex: Don't call getIdentifierInfo on annotation tokens
2015-03-18 David MajnemerMS ABI: Define _HAS_CHAR16_T_LANGUAGE_SUPPORT when...
2015-03-18 David MajnemerMSVC Compat: Permit char16_t, char32_t and _Atomic...
2015-03-18 Alexey Bataev[OPENMP] Fix crash on code emitting if errors are found.
2015-03-18 David MajnemerMS ABI: Empty pack expansions had their mangling change...
2015-03-18 Richard SmithMake module files passed to a module build via -fmodule...
2015-03-18 NAKAMURA TakumiFix test in release mode. This reapplies r232456, corre...
2015-03-18 Nick LewyckyFix the LLVM type used when lowering initializer list...
2015-03-17 David MajnemerBasic: Update clang to reflect changes made to LLVM...
2015-03-17 Kaelyn TakataFix a crash when the size of an 'auto' is needed and...
2015-03-17 Justin BognerMS ABI: Fix a couple of -Winconsistent-missing-override...
2015-03-17 Michael ZolotukhinImply linker arguments from '-fveclib' option.
2015-03-17 Reid KlecknerMS ABI: Build C++ default argument exprs for exported...
2015-03-17 David MajnemerMS ABI: Emit HandlerMap entries for C++ catch
2015-03-17 David MajnemerWIP
2015-03-17 Michael ZolotukhinAdd fveclib option.
2015-03-17 Reid KlecknerMS ABI: Delay default constructor closure checking...
2015-03-17 Dmitri GribenkoComment parsing: move a diagnostic to the correct group.
2015-03-17 Hans WennborgRevert r232454 and r232456: "Fix the LLVM type used...
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (Clang)
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-17 Nick LewyckyFix test in release mode.
2015-03-17 Richard Smith[modules] Fix bug where an anonymous namespace could...
2015-03-17 Nick LewyckyFix the LLVM type used when lowering initializer list...
2015-03-17 Duncan P. N... CodeGenCXX: Test that linetables work with variadic...
2015-03-17 Justin BognerFix typo in previous commit
2015-03-16 Justin BognerGCOV: Expose the -coverage-exit-block-before-body flag...
2015-03-16 Rafael EspindolaUpdate for llvm API change.
2015-03-16 Richard TrieuTake the non-reference type when constructing a dummy...
2015-03-16 Richard Smith[modules] If we find more formerly-canonical declaratio...
2015-03-16 Richard SmithLambdaify some helper functions. No functionality change.
2015-03-16 Joerg SonnenbergerGlobal inline assembler blocks are merged before parsin...
2015-03-16 Gabor Horvath[clang] Replacing asserts with static_asserts where...
2015-03-16 Alexander Musman[OPENMP] Enable codegen of the ‘private’ clause for...
2015-03-15 Benjamin KramerSimpleArray: Provide reverse iteration via std::reverse...
2015-03-15 Benjamin KramerImplement PreprocessingRecord's and LazyVector's iterat...
2015-03-15 Daniel Jasperclang-format: [JS] support cast syntax and type arguments.
2015-03-15 Daniel Jasperclang-format: [JS] more precisely detect enums.
2015-03-15 David MajnemerMS ABI: Don't use qualified pointee types for 'catch...
2015-03-15 Dmitri Gribenko-Wempty-body: fix false negative triggered by macros
2015-03-14 David MajnemerMS ABI: Tidy up references to the ASTContext
2015-03-14 David MajnemerCodeGen: Correctly initialize bitfields with non-consta...
2015-03-14 Benjamin KramerSort ObjCProtocolDecls with array_pod_sort.
2015-03-14 Benjamin Kramer[analyzer] Sort path diagnostics with array_pod_sort.
2015-03-14 David MajnemerMS ABI: Mangle virtual member pointer thunks with the...
2015-03-14 Chandler Carruth[modules] Teach the AST reader to handle the case of...
next