]> granicus.if.org Git - clang/shortlog
clang
2015-05-18 David BlaikieFix indentation
2015-05-18 Reid KlecknerRevert changes to DefaultABIInfo accidentally introduce...
2015-05-18 David BlaikieAPI update for streamlining of IRBuilder::CreateCall...
2015-05-18 Ismail PazarbasiAdded missing 'override' to `ReadMismatchingDeleteExpre...
2015-05-18 Richard Smith[modules] Support for merging a parsed class template...
2015-05-18 Richard TrieuCreate new diagnostic group -Wmove
2015-05-18 Richard Smith[modules] When a file is listed as a non-textual header...
2015-05-18 Ismail PazarbasiDetect uses of mismatching forms of 'new' and 'delete'
2015-05-18 Richard TrieuHave -Wredundant-move ignore reference types.
2015-05-18 Daniel Jasperclang-format: Fix another regression caused by r237565.
2015-05-18 Daniel Jasperclang-format: Fix regression introduced by r237565.
2015-05-18 Daniel Jasperclang-format: Improve detection of macros annotating...
2015-05-18 Daniel Jasperclang-format: Allow braced initializers in template...
2015-05-18 Daniel Jasperclang-format: Support function annotations in macros.
2015-05-18 Alexey Bataev[OPENMP] Fix for '#pragma omp task' codegen.
2015-05-18 Richard Smith[modules] Move implicit creation of ImportDecls for...
2015-05-18 David Majnemer[clang-cl] Enable C++14 when targeting 2015 compatibility
2015-05-18 Richard Smith[modules] Refactor and simplify #include handling.
2015-05-18 NAKAMURA Takumiclang/test/CodeGenOpenCL/opencl_types.cl: Tweak express...
2015-05-18 Richard Smith[modules] If we see a #include that maps to a module...
2015-05-18 Nico WeberWrap to 80 columns. No behavior change.
2015-05-18 David Majnemer[MS ABI] Give __attribute__((overloadable)) functions...
2015-05-18 David Majnemer[MS ABI] Function encodings are always encoded in templ...
2015-05-18 Nico WeberFix confusing indent. No behavior change.
2015-05-17 Daniel Jasperclang-format: Properly align ObjC string literals.
2015-05-17 Daniel Jasperclang-format: Improve line wrapping around << operators.
2015-05-17 Davide Italiano[Sema] Improve llvm_unreachable() message.
2015-05-17 Nico WeberDon't leak TemplateIds when a plugin parses late-parsed...
2015-05-16 Nico WeberWrap a few comments to 80 columns.
2015-05-16 Benjamin Kramer[Sema] Fold array into for-range loop. No functional...
2015-05-16 Richard Smith[modules] Retain the name as written for umbrella heade...
2015-05-16 Richard TrieuFix typo from r237482. "to reference of type" -->...
2015-05-16 Richard TrieuWhen emitting a dropped qualifier error, show which...
2015-05-16 Bill Schmidt[PPC64] Add vector pack/unpack support from ISA 2.07
2015-05-16 NAKAMURA Takumiclang/test/SemaCXX/attr-no-sanitize.cpp: Don't mix...
2015-05-15 Richard TrieuReverse the order of types in the reference dropping...
2015-05-15 Peter CollingbourneUse llvm::StringSwitch<std::string> to take advantage...
2015-05-15 Richard Smith[modules] Add local submodule visibility support for...
2015-05-15 Peter CollingbourneImplement no_sanitize attribute.
2015-05-15 NAKAMURA TakumiCGAtomic.cpp: Fix bogus \brief(s). Did you mean "\param...
2015-05-15 Serge PavlovLimit set of types instantiated in FindInstantiatedDecl.
2015-05-15 Daniel Jasperclang-format: Slightly change format decisions around...
2015-05-15 Daniel Jasperclang-format: Don't use column layout in lists that...
2015-05-15 Daniel Jasperclang-format: Add missing space before ObjC selector.
2015-05-15 Alexey Bataev[OPENMP] Fixed bug in atomic update/capture/write const...
2015-05-15 NAKAMURA TakumiRevert r237385, "[CodeGen] Reuse stack space from unuse...
2015-05-15 Richard SmithRefactor: when exposing a definition in some module...
2015-05-14 Pirama Arumuga... Add flag to enable native half type
2015-05-14 David BlaikieFix Clang -Wsequence-point
2015-05-14 Justin BognerInstrProf: Only disable coverage in built-in macros...
2015-05-14 Ted KremenekTweak availability checking to look through typedef...
2015-05-14 Diego NovilloRevert "Detect uses of mismatching forms of 'new' and...
2015-05-14 Nemanja IvanovicTesting for the fix for bug 23429.
2015-05-14 Sergey Dmitrouk[CodeGen] Reuse stack space from unused function results
2015-05-14 Richard SmithDR295: cv-qualifiers on function types are ignored...
2015-05-14 Richard SmithUpdate cxx_dr_status to latest issues list.
2015-05-14 Ikhlas AjbarRemove unused function HasPICArg().
2015-05-14 Vladimir Sukharev[ARM] Fix of architecture naming typo
2015-05-14 Ismail PazarbasiDetect uses of mismatching forms of 'new' and 'delete'
2015-05-14 Ikhlas AjbarFactor out SmallDataThreshold
2015-05-14 Vladimir Sukharev[ARM] Add v8.1a architecture
2015-05-14 Kevin Qin[AArch64 ACLE] Allow to define poly64_t as 'unsigned...
2015-05-14 NAKAMURA Takumiclang/test/Frontend/dependency-gen-escaping.c: Appease...
2015-05-14 Yaron KerenRevert r237339 as sanitizer-ppc64-linux1 does not like it.
2015-05-14 David Majnemer[MS ABI] Add support for /Zc:sizedDealloc
2015-05-14 Yaron KerenReplace non-standard %lld printf usage with PRId64.
2015-05-14 David MajnemerFix buildbots
2015-05-14 David Majnemer[MS ABI] __declspec(thread) behaves like thread_local...
2015-05-14 David Majnemer[AST] hasAttr followed by getAttr isn't efficient
2015-05-14 David Majnemer[clang-cl] Add /Qvec and /Qvec- to control vectorization
2015-05-14 NAKAMURA Takumiclang/test/Frontend/dependency-gen-escaping.c: Tweak...
2015-05-14 Richard SmithGeneralize future keyword compat diagnostics.
2015-05-14 Richard Smith[modules] Rearrange preprocessor module visibility...
2015-05-14 Richard SmithAdd missing #include, found by modules build.
2015-05-14 Richard Smith[modules] Work around PR23521 to fix -O0 modules bootstrap.
2015-05-14 Richard Smith[modules] Fix a #include cycle when building a module...
2015-05-14 Richard SmithFix a #include cycle in the libclang headers. "Eventual...
2015-05-13 Paul RobinsonBreak \# in a depfile the same way as gcc.
2015-05-13 Peter CollingbourneMake GNUInline consistent with whether we use tradition...
2015-05-13 Paul RobinsonFix dependency file escaping.
2015-05-13 Aaron BallmanMade considerable updates to the documentation explaini...
2015-05-13 Yaron KerenSilence Visual C++ warning C4189: 'Result' : local...
2015-05-13 Daniel Jasperclang-format: Improve nested block / lambda indentation...
2015-05-13 Daniel Jasperclang-format: Fix incorrect */& classification.
2015-05-13 Daniel Jasperclang-format: Fix semicolon less macro-detection.
2015-05-13 Daniel Jasperclang-format: [ObjC] Further improve wrapping of method...
2015-05-13 Alexey Bataev[OPENMP] Fixed codegen for firstprivate variables,...
2015-05-13 Daniel Jasperclang-format: [ObjC] Make IndentWrappedFunctionNames...
2015-05-13 Daniel Jasperclang-format: Prefer formatting local lambdas like...
2015-05-13 Daniel Jasperclang-format: Support column layout with comment after {.
2015-05-12 Eric FiselierHave '__have_extension(cxx_variadic_templates)' return...
2015-05-12 Richard SmithAdd missing #includes, found by modules build.
2015-05-12 Richard TrieuAdd a new error for unexpected semi-colon before closin...
2015-05-12 Justin BognerInstrProf: Update name of compiler-rt routine for setti...
2015-05-12 Douglas Katzmanclang-format AllocateTarget. NFC
2015-05-12 Richard SmithList Alexey Bataev as code owner for Clang's OpenMP...
2015-05-12 Artem BelevichFixed double-free in case of module loading error.
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-05-12 Manuel KlimekFix clang-format build from the solution; the underlyin...
2015-05-12 Yaron KerenRemove superfluous SmallString cast.
next