]> granicus.if.org Git - clang/shortlog
clang
2014-11-10 Nico Weberclang-format: Document that --assume-filename affects...
2014-11-10 Benjamin KramerRemove unused diagnostic.
2014-11-10 Alexander Kornienko[Tooling] Restore current directory after processing...
2014-11-08 Aaron BallmanMissing testcase from r221581.
2014-11-08 Aaron BallmanUpdated the wording for a diagnostic to be more grammat...
2014-11-08 Aaron Ballman[c++1z] Support for attributes on namespaces and enumer...
2014-11-08 Richard Smith[c++1z] Support for u8 character literals.
2014-11-08 Richard Smith[c++1z] Implement nested-namespace-definitions.
2014-11-08 Richard Smith[c++1z] N4295: fold-expressions.
2014-11-08 Ben LangmuirCheck module signature when the module has already...
2014-11-08 Fariborz JahanianFixed a buildbot failure.
2014-11-08 Ben LangmuirFix unintended fallthrough in ASTReader
2014-11-07 Fariborz Jahanian[Objective-C Sema]. Issue availability/deprecated warni...
2014-11-07 Tim NorthoverARM ABI: simplify decisions on whether args can be...
2014-11-07 Alexey SamsonovIntroduce a SanitizerKind enum to LangOptions.
2014-11-07 Kuba BreckaUse @rpath for ASan dylib in Makefiles
2014-11-07 Michael J.... Fix style.
2014-11-07 Samuel AntaoFix clash of gcc toolchains in hexagon driver regressio...
2014-11-07 Fariborz JahanianRevert r221404 which caused lldb to not display
2014-11-07 Timur IskhodzhanovImprove comments in vtordisp tests: fix a typo, add...
2014-11-07 David MajnemerCodeGen, Itanium: Properly dllimport RTTI data
2014-11-06 Frederic RissReturn a DIDescriptor from CGDebugInfo::getDeclarationO...
2014-11-06 Charlie TurnerRemove references to the cortex-a9-mp CPU.
2014-11-06 Rafael EspindolaDon't manually insert L prefixes.
2014-11-06 Andrea Di Biagio[X86] Slightly refactor default features for AMD bdver...
2014-11-06 Alexey BataevFix for exception specification mismatch in explicit...
2014-11-06 Craig Topper[X86] Use fallthroughs to reduce the number of calls...
2014-11-06 Rafael EspindolaUse FileCheck.
2014-11-06 Rafael EspindolaDelete dead test.
2014-11-05 Fariborz JahanianPatch for small addition to availability attribute.
2014-11-05 Reid Klecknercmake: Only export targets in the standalone build
2014-11-05 Reid KlecknerMake it easier to build against a pre-built Clang packa...
2014-11-05 DeLesley HutchinsThread Safety Analysis: move warnings on range-based...
2014-11-05 Fariborz JahanianThis patch fixes a crash after rebuilding call AST of
2014-11-05 Reid Klecknercmake: Conditionalize CodeGen's dependency on intrinsic...
2014-11-05 Frederic Riss[DebugInfo] Do not record artificial global initializer...
2014-11-05 Duncan P. N... IR: MDNode => Value: Update for LLVM API change in...
2014-11-05 Daniel JasperRevert "clang-format: [js] Updates to Google's JavaScri...
2014-11-05 Ben LangmuirRemove superceded warning warn_forgotten_module_header
2014-11-05 Rafael EspindolaSupport LLVM_BUILD_STATIC.
2014-11-05 Will WilsonMS ABI: Correctly mangle CV qualifiers from typedefs
2014-11-05 Daniel Jasperclang-format: Add test to prevent regression in r221125.
2014-11-05 Daniel Jasperclang-format: Improve free-standing macro detection.
2014-11-05 NAKAMURA TakumiMark darwin-debug-flags.c as REQUIRES:shell, due to...
2014-11-05 Justin Bognerclang-format: Make it possible to (require 'clang-format)
2014-11-05 Adrian PrantlDebug info: Emit the correct type for the __FuncPtr...
2014-11-05 Kaelyn TakataFilter out non-static class members when correcting...
2014-11-04 Kuba BreckaFix the test failure on Windows introduced by r221279.
2014-11-04 Bob WilsonUse backslashes to escape spaces and other backslashes...
2014-11-04 Benjamin KramerMake helper function static. NFC.
2014-11-04 Roman DivackySince the file has both ppc and ppc64 tests in it renam...
2014-11-04 Roman DivackyRewrite the test to not require asserts.
2014-11-04 Kuba BreckaUse @rpath as LC_ID_DYLIB for ASan dylib on OS X
2014-11-04 Yaron KerenRe-enable this test on Windows since it passes with...
2014-11-04 NAKAMURA TakumiRemove "REQUIRES:shell" from tests. They work for me.
2014-11-04 NAKAMURA Takumiclang/test/Tooling: Remove mention to PR15590 out of...
2014-11-04 NAKAMURA Takumiclang/test/Tooling: [PR15590] Avoid backslashes in...
2014-11-04 NAKAMURA Takumiclang/test/VFS/umbrella-mismatch.m: Let it work on...
2014-11-04 NAKAMURA Takumiclang/test/Coverage/html-diagnostics.c: Use find(1...
2014-11-04 NAKAMURA Takumiclang/test/Modules: Remove "REQUIRES:shell" since they...
2014-11-04 Daniel Jasperclang-format: Use identifier table for keywords in...
2014-11-04 Daniel Jasperclang-format: [Java] Fix class declaration line breaks.
2014-11-04 Daniel Jasperclang-format: Fix vim integration if g:clang_format_bin...
2014-11-04 David MajnemerDriver: Pass some std::strings by reference instead...
2014-11-04 Alexander Kornienko[clang-tidy] Move -extra-arg handling to CommonOptionsP...
2014-11-04 Michael J.... [llvm-api-change] Use findProgramByName.
2014-11-04 Reid KlecknerUse the new LLVM_END_WITH_NULL name
2014-11-03 Reid KlecknerLower __builtin_fabs* to @llvm.fabs.*
2014-11-03 Reid KlecknerRemove dead AST type argument to EmitFAbs
2014-11-03 Rafael EspindolaRemove local handling of ASAN_OPTIONS and UBSAN_OPTIONS.
2014-11-03 Reid KlecknerMove the no-prototype calling conv check after decl...
2014-11-03 Reid KlecknerDon't diagnose no-prototype callee-cleanup function...
2014-11-03 Roman DivackyRequire asserts to unbreak the buildbots.
2014-11-03 Fariborz JahanianFurther restrict issuance of 'override' warning if...
2014-11-03 Roman DivackyImplement vaarg lowering for ppc32. Lowering of scalars...
2014-11-03 Fariborz JahanianThis patch reverts r220496 which issues warning on...
2014-11-03 Matt ArsenaultEmit OpenCL local global variables without zeorinitializer
2014-11-03 Hans WennborgDon't allow dllimport/export on classes with internal...
2014-11-03 Daniel JasperRevert "clang-format: [Java] Allow trailing semicolons...
2014-11-03 Hans WennborgDon't dllimport inline functions when targeting MinGW...
2014-11-03 Craig Topper[x86] Add cx16 feature to KNL, SKX, and CoreAVXi CPUs.
2014-11-03 Craig Topper[x86] Realphabetize the feature string decoding functio...
2014-11-03 Craig TopperAdd FSGSBASE intrinsics to x86 intrinsic headers.
2014-11-03 Craig TopperRemove definitions from Intrin.h that already exist...
2014-11-03 Daniel Jasperclang-format: [Java] Allow trailing semicolons after...
2014-11-03 Daniel Jasperclang-format: [Java] Fix more generics formatting.
2014-11-03 Daniel Jasperclang-format: [Java] Fix static generic methods.
2014-11-03 Daniel Jasperclang-format: [Java] Fix class declaration formatting.
2014-11-02 Daniel Jasperclang-format: Fix false positive in lambda detection.
2014-11-02 Daniel Jasperclang-format: [Java] Support enums without trailing...
2014-11-02 Daniel Jasperclang-format: [Java] Don't break imports.
2014-11-02 Daniel Jasperclang-format: [Java] Add space between "synchronized...
2014-11-02 Daniel Jasperclang-format: [Java] Support generics with "?".
2014-11-02 Saleem Abdulrasoolclang-format: permit setting the path to clang in vimrc
2014-11-02 Saleem Abdulrasooldocs: remove double carriage-return
2014-11-02 Daniel Jasperclang-format: [Java] Support try/catch/finally blocks.
2014-11-02 Daniel Jasperclang-format: [Java] Don't break after extends/implements.
2014-11-02 Bill Schmidt[PowerPC] Change PPCTargetInfo::hasFeature() to use...
2014-11-01 Craig TopperAdd _lzcnt_u32 and _lzcnt_u64 to lzcntintrin.h to match...
2014-11-01 Craig TopperAvoid undefined behavior in the x86 bmi header file...
next