]> granicus.if.org Git - clang/shortlog
clang
2013-12-17 Hans Wennborg[ms-cxxabi] Don't do destructor check on declarations...
2013-12-17 Alp TokerFix indentation from r197490 plus some typos
2013-12-17 Rafael EspindolaRemove -f128:128 from the DataLayout strings. It is...
2013-12-17 Rafael EspindolaThe PS3 is a ppc64 and has 64 bit registers. Update...
2013-12-17 Rafael EspindolaRemove -f16:16:32 from the XCore DataLayout string.
2013-12-17 Alp TokerRefactor and micro-optimize ConsumeToken()
2013-12-17 Alp TokerSimplify RevertibleTypeTraits as a form of contextual...
2013-12-17 Daniel JasperUpdate comment of changed parameter of ModuleMap constr...
2013-12-17 Daniel Jasperclang-format: Don't adapt local format to macros.
2013-12-17 Richard BartonLIBRARY_PATH environment variable should only be suppor...
2013-12-17 Daniel JasperAdd missing file from r197485.
2013-12-17 Daniel JasperModules: Don't warn upon missing headers while reading...
2013-12-17 NAKAMURA Takumi[CMake][Standalone] Import LLVM_LIT_TOOLS_DIR.
2013-12-17 NAKAMURA Takumi[CMake][Standalone] Fix llvm-tblgen's directory to...
2013-12-17 NAKAMURA Takumi[CMake][Standalone] Fixup r197395 for standalone build.
2013-12-17 Alp TokerASTContext: Refactor implicit record creation
2013-12-17 Dmitri GribenkoAdd a test for -fno-diagnostics-fixit-info
2013-12-17 Fariborz JahanianObjectiveC migrator. Fixes a bug when protocol
2013-12-17 Richard TrieuFor -Wconsumed, walk the namespaces to find if the...
2013-12-17 Rafael EspindolaReorder these DataLayout entries to match the order...
2013-12-17 NAKAMURA Takumiclang/lib/Headers/CMakeLists.txt: Revert part of r19739...
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the ABI one. Omit...
2013-12-16 Rafael EspindolaRemove another default I missed before.
2013-12-16 Fariborz JahanianObjectiveC. Further improvements of use
2013-12-16 Rafael EspindolaClang DataLayout string cleanup: don't print other...
2013-12-16 Rafael EspindolaRemove dead data.
2013-12-16 Rafael EspindolaClang DataLayout string cleanup: don't print the pointe...
2013-12-16 Rafael EspindolaClang DataLayout string cleanup: don't print the aggreg...
2013-12-16 Richard TrieuFix PR18260 - Make std::move handling in -Wconsumed...
2013-12-16 Rafael EspindolaClang DataLayout string cleanup: don't print the vector...
2013-12-16 Dmitri GribenkoIn a standalone Clang build, default to building tests...
2013-12-16 Rafael EspindolaClang DataLayout string cleanup: don't print the FP...
2013-12-16 Rafael EspindolaClang DataLayout string cleanup: don't print the intege...
2013-12-16 Rafael EspindolaMisc test cleanups.
2013-12-16 Kaelyn UhrainRevert "Maybe add new warning for shadowing simple...
2013-12-16 Kaelyn UhrainMake Sema::BuildCXXNestedNameSpecifier correctly clear...
2013-12-16 Kaelyn UhrainMaybe add new warning for shadowing simple tag types
2013-12-16 Joerg SonnenbergerSupport EABIHF environment on ARM.
2013-12-16 Joerg SonnenbergerGNUEABIHF is the same as GNUEABI for anything not float...
2013-12-16 Chad Rosier[AArch64] Fix v1fx patterns for Floating-point Multiply...
2013-12-16 Nico WeberAdd bit_FXSAVE as an alias for bit_FXSR, for gcc compat.
2013-12-16 NAKAMURA Takumi[CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG...
2013-12-16 Daniel Jasperclang-format: Keep trailing annotations together.
2013-12-16 Daniel JasperRevert "Modules: Make missing headers in a module.map...
2013-12-16 Daniel JasperModules: Make missing headers in a module.map a warning...
2013-12-16 Alexander KornienkoAlways break before the colon in constructor initialize...
2013-12-16 Alexander KornienkoAdded -iregex for case-insensitive regex to filter...
2013-12-16 Daniel Jasperclang-format: Fix formatting of function type parameters.
2013-12-16 Daniel Jasperclang-format: Improve handling of raw string literals.
2013-12-16 Duncan P. N... Stop crashing on empty asm input constraints
2013-12-15 Rafael EspindolaAdd tests for all DescriptionString in Targets.cpp.
2013-12-15 Rafael EspindolaDelete dead code.
2013-12-15 Benjamin KramerRemove unused diagnostic.
2013-12-15 Aaron BallmanAllow target-specific attributes to share a spelling...
2013-12-15 Alp TokerASTContext: Declare builtin types implicitly
2013-12-14 Alp TokerLexer: Issue -Wbackslash-newline-escape for line comments
2013-12-14 Alp TokerFix test containing backslash and newline separated...
2013-12-14 Hans WennborgAdd triple to CodeGenCXX/2004-03-08-ReinterpretCastCopy...
2013-12-14 NAKAMURA TakumiCompilationDatabase.cpp:stripPositionalArgs(): Match...
2013-12-14 Alp TokerRemove 'not' from some CodeGen tests
2013-12-14 Richard SmithPR18246: When performing template argument deduction...
2013-12-14 Argyrios Kyrtzidis[objc] Add a test to make sure that a class can add...
2013-12-14 Alp TokerRevert "Don't require -re suffix on -verify directives...
2013-12-14 Richard SmithPR18232: implement instantiation for class-scope explic...
2013-12-14 Hans WennborgDon't require -re suffix on -verify directives with...
2013-12-14 Faisal ValiQuick-Fix pointer arithmetic when performing multi...
2013-12-13 Hans WennborgPrepare for using MS ABI by default for Win32: update...
2013-12-13 Richard SmithAdd a testcase and a FIXME for an accepts-invalid.
2013-12-13 Richard SmithDetabify and fix formatting.
2013-12-13 Rafael EspindolaConsolidate DataLayout string testing in one file.
2013-12-13 Alp TokerRemove an unused parameter and include after r197273
2013-12-13 Alp TokerEliminate BinaryTypeTraitExpr
2013-12-13 Rafael EspindolaDelete dead code.
2013-12-13 Rafael EspindolaConvert test to FileCheck.
2013-12-13 Rafael EspindolaEvery target sets DescriptionString. Assert that.
2013-12-13 Rafael EspindolaConvert test to FileCheck
2013-12-13 Fariborz JahanianObjective-C. Remove obsolete option from test.
2013-12-13 Rafael EspindolaUse a: and s: instead of a0: and s0: in the DataLayout...
2013-12-13 Hans WennborgTighten test regexes checking for __attribute__((thisca...
2013-12-13 Fariborz JahanianObjective-C. Do not issue warning when 'readonly'
2013-12-13 Rafael EspindolaConvert test to FileCheck and make it more strict.
2013-12-13 Jordan Rose[analyzer] Add -analyzer-config to scan-build.
2013-12-13 Alp TokerFix raw lex crash and -frewrite-includes noeol-at-eof...
2013-12-13 Joey Gouly[OpenCL] Produce an error when the work group and vec...
2013-12-13 Rafael EspindolaAdd a clang side test for pr18235 too.
2013-12-13 Tim NorthoverARM MachO embedded: fix test without FileCheck line
2013-12-13 Artyom Skrobovclang-check to ignore -no-integrated-as because certain...
2013-12-13 Manuel KlimekMove the input files for the unnecessary-module-map...
2013-12-13 Renato GolinMove comment to its rightful place
2013-12-13 Ted KremenekRefine 'objc_protocol_requires_explicit_implementation...
2013-12-13 Ted KremenekMake 'CheckProtocolMethodDefs' a static function.
2013-12-13 Ted KremenekChange 'method X in protocol not implemented' warning...
2013-12-13 Ted KremenekMake 'WarnUndefinedMethod' a static function.
2013-12-13 Argyrios Kyrtzidis[objc] If we don't know for sure what the designated...
2013-12-13 David Majnemer[-cxx-abi microsoft] Remove trailing spaces from the...
2013-12-13 David MajnemerAST: Update URL for Itanium ABI spec
2013-12-13 Reid KlecknerMove C++ destructor emission into CGCXXABI
2013-12-13 David Majnemer[-cxx-abi microsoft] Add commentary for mangleStaticGua...
2013-12-13 David MajnemerRevert "[-cxx-abi microsoft] Mangle reference temporaries"
2013-12-13 Reid KlecknerRemove getVTT* in favor of getStructorImplicitParameter*
next