]> granicus.if.org Git - clang/shortlog
clang
2013-10-30 Daniel Jasperclang-format: Fix whitespaces in include directives.
2013-10-30 Timur IskhodzhanovMake thunk this/return adjustment ABI-specific. Also...
2013-10-30 Daniel Jasperclang-format: fix for \r\r\n produced in multiline...
2013-10-30 Akira Hatanaka[mips] Delete unused functions.
2013-10-30 Richard SmithPR17731: When determining whether a tag and a non-tag...
2013-10-30 Warren HuntMinor efficiency refactor related to 193661. No functi...
2013-10-30 Warren HuntActivating latent test case for r193661.
2013-10-29 Warren HuntFixing code gen to handle microsoft layouts for which...
2013-10-29 Chris WailesChanged tests_typestate to test_typestate for consistency.
2013-10-29 Evgeniy StepanovAdd -lm to sanitizer link arguments.
2013-10-29 Rafael EspindolaAdd support for the separate version of /FI.
2013-10-29 Akira Hatanaka[mips] Align the stack to 16-bytes for -mfp64.
2013-10-29 Akira Hatanaka[mips] Use the distance between the current argument...
2013-10-29 Akira Hatanaka[mips] Move setDescriptionString to base class MipsTarg...
2013-10-29 Tom StellardR600: Add Sea Islands GPUs
2013-10-29 Daniel Jasperclang-format: Option to control spacing in template...
2013-10-29 Samuel BenzaquenResubmit "Refactor DynTypedMatcher into a value type...
2013-10-29 Timur IskhodzhanovFix an assertion when handling a custom case of virtual...
2013-10-29 Timur IskhodzhanovAdd a missing lit-test expectation (forgotten to write...
2013-10-29 Sylvestre LedruUse LLVMLibsOptions intead of LDFLAGS when setting...
2013-10-29 Tim NorthoverARM: fix AST for __builtin_arm_strex call
2013-10-29 Daniel Jasperclang-format: Fix overloaded operator for global-scoped...
2013-10-29 Chandler CarruthTeach the driver to not try to use 'lib32' multilib...
2013-10-29 Bernard OgdenARM: Add -m[no-]crc to dis/enable CRC subtargetfeature...
2013-10-29 Chandler CarruthDoh, got this turned around. This is in fact the consis...
2013-10-29 Chandler CarruthClean up the deeply misleading name of the "MultiLibSuf...
2013-10-29 Alp TokerUse Rewriter::overwriteChangedFiles() directly
2013-10-29 Alp TokerRevert "Use Rewriter::overwriteChangedFiles() directly"
2013-10-29 Alp TokerRemove obsolete RewriteBuffer comment
2013-10-29 Alp TokerUse Rewriter::overwriteChangedFiles() directly
2013-10-29 Nick LewyckyAdd missing attributes [[gnu::no_sanitize_address]...
2013-10-29 Nick LewyckyTreat [[gnu::__const]] the same as [[gnu::const]]....
2013-10-29 Alp TokerFix "existant" typos
2013-10-29 Chandler CarruthCleanup comments and braces. No functionality changed...
2013-10-28 Alp TokerSwitch %clang -cc1 tests to %clang_cc1
2013-10-28 Rafael EspindolaRevert "Support cross linking to arm on ubuntu."
2013-10-28 Richard SmithAllow a new syntax in a module requires-declaration:
2013-10-28 Richard SmithFix a parser crash when there are #pragmas in a context...
2013-10-28 Rafael EspindolaMore windows path handling.
2013-10-28 Rafael EspindolaRelax test to pass with windows paths.
2013-10-28 Rafael EspindolaSupport cross linking to arm on ubuntu.
2013-10-28 Alexander Potapenko[libsanitizer] configure+make: install include/sanitize...
2013-10-28 NAKAMURA TakumiStaticAnalyzer/Checkers/DynamicTypePropagation.cpp...
2013-10-27 Alp TokerFix typo in test's REQUIRES line
2013-10-27 JF BastienDefine [U]LLONG_{MIN,MAX} for C++11, add tests.
2013-10-27 Timur IskhodzhanovFix the inconsistent order of parameters in the GetVBas...
2013-10-27 Rafael EspindolaFix option typo.
2013-10-27 Rafael EspindolaFix option spelling.
2013-10-27 Rafael EspindolaUse -target instead of triple and use FileCheck.
2013-10-27 Bill WendlingAdd trunk revision number on the online HTML docs.
2013-10-26 Alp TokerRemove REQUIRES aarch64-registered-target from test
2013-10-26 Rafael EspindolaCheck IR and don't use temporary files.
2013-10-26 Daniel Jasperclang-format: Fix ObjC method exprs with variadic param...
2013-10-26 Alp TokerFileCheckize
2013-10-26 Alp TokerQuote wildcard in test's grep argument
2013-10-26 Benjamin KramerRemove unused diagnostic.
2013-10-26 David MajnemerSema: Emit a nicer diagnostic when IndirectFieldDecls...
2013-10-26 David MajnemerSema: Correctly build pointer-to-member arguments from...
2013-10-26 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-namespace.cpp: Suppres...
2013-10-26 Jordan Rose[analyzer] Don't emit an "Assuming x is <OP> y" if...
2013-10-26 Fariborz JahanianObjectiveC arc. Warn when an implicitly 'strong' property
2013-10-26 Peter CollingbourneDocument that -fsanitize=function is Linux-only.
2013-10-25 Alp TokerSkip this test when using lit integrated shell
2013-10-25 Fariborz JahanianMinor performance improvement to not do unnecessary...
2013-10-25 Fariborz JahanianObjectiveC: under -Wunused-property-ivar warn if property's
2013-10-25 Nico Weberclang-format.py: Make formatting unnamed buffers work...
2013-10-25 Rafael EspindolaDon't check for -L options that gcc doesn't use.
2013-10-25 Rafael EspindolaI am about to change llvm::MemoryBuffer::getFile take...
2013-10-25 Rafael EspindolaJust detect a distro as being fedora or not.
2013-10-25 Rafael EspindolaMerge two adjacent ifs.
2013-10-25 Jordan RoseAdd -Wstring-plus-char, which warns when adding char...
2013-10-25 Chris WailesUsed OwningPtr to clean up some memory management in...
2013-10-25 Daniel Jasperclang-format: Adapt line break penalties for LLVM style.
2013-10-25 David MajnemerSema: Do not allow lambda expressions to appear inside...
2013-10-25 Benjamin KramerRemove dead variables.
2013-10-25 Rafael EspindolaConsider used attributes in hidden decls.
2013-10-25 Richard TrieuSimplify and refactor the uninitialized field warning.
2013-10-24 Faisal ValiRefactor: Extract specializing the generic lambda call...
2013-10-24 Mark LaceyRemove unused CodeGenOptions from CodeGenTypes.
2013-10-24 Bernard OgdenAdd driver support for FP, SIMD and crypto defaults.
2013-10-24 Bernard OgdenClean up char/numeric comparisons in ARM getTargetDefines
2013-10-24 Bernard OgdenSet appropriate FPU default for Linux on v8
2013-10-24 Bernard OgdenTeach clang driver about Cortex-A53 and Cortex-A57.
2013-10-24 Fariborz JahanianObjectiveC IRGen. Replace _objc_empty_vtable pointer...
2013-10-24 Argyrios KyrtzidisRevert "Tooling/ReplacementsYaml.h: Prune Tooling's...
2013-10-24 Daniel Jasperclang-format: Properly reset nested AnnotatedLine struc...
2013-10-24 Chris WailesReplaced duplicate code with calls to forwardInfo.
2013-10-24 NAKAMURA TakumiTooling/ReplacementsYaml.h: Prune Tooling's llvm::yaml...
2013-10-24 Daniel Jasperclang-format: Be more conservative about column layout...
2013-10-24 Tim NorthoverARM-Darwin: Use the *-*-darwin-eabi triple for v6m...
2013-10-24 Daniel Jasperclang-format: Cleanup array initializer and dict initia...
2013-10-24 Chandler CarruthTeach Clang to accept and ignore -f[no-]implicit-templates.
2013-10-24 Chandler CarruthTeach Clang to recognize and ignore GCC's -fdiagnostics...
2013-10-24 Manuel KlimekUse the same SourceManager for ModuleMaps and compilations.
2013-10-24 Benjamin KramerRemove dead recursive function.
2013-10-24 Richard SmithSupport GNU attributes in alias-declarations now that...
2013-10-24 Faisal ValiFix a test file option from -emit-llvm -o to -emit...
2013-10-24 Richard SmithPR17666: Instead of allowing an initial identifier...
2013-10-24 Faisal ValiFix an instantiation bug with nested generic lambdas...
2013-10-24 Warren HuntUndoing accidental change to docs/LanguageExtensions...
next