]> granicus.if.org Git - clang/shortlog
clang
2013-09-17 Daniel Jasperclang-format: Add comment to tests explaining their...
2013-09-17 Daniel Jasperclang-format: Fix line breaking bug after empty ifs.
2013-09-17 Daniel Jasperclang-format: Don't split a >>-operator.
2013-09-17 Craig TopperPush contents of X86TargetInfo::setFeatureEnabled down...
2013-09-17 Craig TopperMark setSSELevel/setMMXLevel/setXOPLevel as static...
2013-09-17 Eli FriedmanDon't build extra init lists.
2013-09-17 Eli FriedmanFix const-eval of vector init-lists of a vector.
2013-09-17 Anna Zaks[analyzer] More reliably detect property accessors.
2013-09-17 Anna Zaks[analyzer] Stop tracking the objects with attribute...
2013-09-17 Eli FriedmanAddress review comment on r189557.
2013-09-17 Eli FriedmanFix potential race in module building code.
2013-09-17 Hans Wennborgcl-options.c just use touch to create that .obj file
2013-09-17 Hans WennborgFix test/Driver/cl-options.c test
2013-09-17 Hans Wennborgclang-cl: ignore compile-only options in link-only...
2013-09-16 David Majnemerffreestanding shouldn't effect main() on win32
2013-09-16 Hans Wennborgclang-cl: ignore all /w<foo> options
2013-09-16 David Majnemer[-cxx-abi microsoft] Correctly identify Win32 entry...
2013-09-16 Richard TrieuMove the uninitialized field check to after all the...
2013-09-16 Reid KlecknerEmit an error when attempting to generate IR for SEH...
2013-09-16 Richard SmithAdd some missing ProhibitAttributes calls to some decla...
2013-09-16 Richard TrieuPass additional information around the uninitialized...
2013-09-16 Alexander KornienkoWhen in pre-c++11 mode, treat _T("xxx") as a single...
2013-09-16 Aaron BallmanUpdated the way the ownership attributes are semantical...
2013-09-16 Amara EmersonAdd error checking to reject neon_vector_type attribute...
2013-09-16 Anton YartsevNew message for cases when ownership is taken:
2013-09-16 Argyrios Kyrtzidis[libclang] Don't report a DecayedType as "unexposed...
2013-09-16 Benjamin KramerAdd a define for the ObjFW runtime ABI version.
2013-09-16 Jordan Rose[analyzer] scan-build: add missing semicolon
2013-09-16 Wei PanHandle PredefinedExpr with templates and lambdas
2013-09-16 Craig TopperMake F16C feature imply AVX. Matches GCC behavior.
2013-09-16 NAKAMURA TakumiPrune "return" after llvm_unreachable(). It was redundant.
2013-09-14 Ed SchoutenMake __has_extension(c_thread_local) work.
2013-09-14 Serge PavlovAvoid getting an argument of allocation function if...
2013-09-14 Daniel Jasperclang-format: Fix bug in style option AlwaysBreakTempla...
2013-09-14 David MajnemerParse: Template specializations which aren't dependent...
2013-09-14 Cameron EsfahaniClean up some Triple usage in clang.
2013-09-14 Jordan Rose[analyzer] Put more uniqueness in scan-build's temporar...
2013-09-13 Eric ChristopherAdd support for -ggnu-pubnames matching the llvm support.
2013-09-13 Michael HanFix a comment.
2013-09-13 Reid KlecknerLex and ignore Microsoft's #pragma warning(...)
2013-09-13 Richard SmithPart three of PR15721: if we have an invalid CXXDefault...
2013-09-13 Aaron Ballmanvector_size cannot be applied to Booleans. Updated...
2013-09-13 Aaron BallmanSwitching the WeakRef attribute to using the new checkS...
2013-09-13 Preston GurdUpdate Atom Silvermont (SLM) support by adding enabled...
2013-09-13 David BlaikieDebugInfo: omit debug info for friends
2013-09-13 David BlaikieRemove unnecessary inclusion of Sema.h
2013-09-13 David BlaikieFix indentation of closing };
2013-09-13 Aaron BallmanUpdated the PCS calling convention to use the new check...
2013-09-13 Benjamin KramerAs Aaron pointed out it's simpler to reject wide string...
2013-09-13 NAKAMURA TakumiASTContext.cpp: Fix a warning in r190684. [-Wcovered...
2013-09-13 Renato GolinMoving Cortex-R cores to armv7r arch
2013-09-13 Renato GolinAdd more Cortex CPUs and tests
2013-09-13 Renato GolinFix Neon detection for Cortex-A class, plus adds some...
2013-09-13 Benjamin KramerGuard availability and thread safety attributes against...
2013-09-13 Benjamin KramerUnify handling of string literal arguments for attribut...
2013-09-13 Joey Gouly[ARMv8] Change the naming of some options to be more...
2013-09-13 Daniel Jasperclang-format: Add -assume-filename option for editor...
2013-09-13 Alexander KornienkoAdded missing field comparisons to the FormatStyle...
2013-09-13 David TweedA buildbot compiling with strict error on unused variab...
2013-09-13 David TweedCertain multi-platform languages, such as OpenCL, have...
2013-09-13 Amaury de la... Add "native" to config.available_features, to make...
2013-09-13 Daniel Jasperclang-format: Detect braced lists in subscript expressions.
2013-09-13 David Majnemer[-cxx-abi microsoft] Mangle user defined entry points...
2013-09-13 Daniel Jasperclang-format: Fix incorrect enum parsing / layouting.
2013-09-13 David Majnemer[-cxx-abi microsoft] Mangle declarations inside extern "C"
2013-09-13 David MajnemerCHECK -> CHECK-DAG
2013-09-13 Richard TrieuRefactor the uninitialized field visitor. Also moved...
2013-09-13 James DennettDocumentation: Doxygen-ification of existing docs for...
2013-09-13 James DennettDocumentation cleanup: Fixing \brief comments, migratin...
2013-09-13 Jordan RoseFix two incorrect comments.
2013-09-13 Jordan Rose[analyzer] Fix copy-paste error in internal docs.
2013-09-13 Jordan Rose[analyzer] Run post-stmt checks for DeclStmt.
2013-09-12 Hal FinkelRestore the sqrt -> llvm.sqrt mapping in fast-math...
2013-09-12 Nick LewyckyFix typo in llvm_unreachable string.
2013-09-12 Richard SmithPR13657 (and duplicates):
2013-09-12 Eli FriedmanFix regression from r190427.
2013-09-12 Michael HanAdd a test case to test RAV visits parameters of implic...
2013-09-12 Richard SmithPR16054: Slight strengthening for -Wsometimes-uninitial...
2013-09-12 Hans WennborgMove the execution code from Compilation::ExecuteComman...
2013-09-12 Hans WennborgMove Compilation::PrintJob and PrintDiagnosticJob into...
2013-09-12 Jordan Rose[CMake] Put controversial always-recheck-revision-numbe...
2013-09-12 Joey GoulyFix the MCTargetAsmParser API change.
2013-09-12 Argyrios Kyrtzidis[libclang] In clang_getLocation, check that the provide...
2013-09-11 Argyrios KyrtzidisFix the end-location of a CXXTemporaryObjectExpr when...
2013-09-11 Jordan Rose[CMake] Fix repository version checking dependencies...
2013-09-11 NAKAMURA Takumiclang/test/FixIt/fixit-unicode-with-utf8-output.c:...
2013-09-11 Jordan Rose[CMake] Always include the Clang repo version, just...
2013-09-11 Fariborz JahanianObjectiveC migration. NS_RETURNS_NOT_RETAINED is the...
2013-09-11 Daniel Jasperclang-format: Fix bug in pointer detection
2013-09-11 Aaron BallmanTablegen now generates a StringSwitch for attributes...
2013-09-11 Fariborz JahanianObjectiveC migrator. Modify inferred property name
2013-09-11 Alexander KornienkoTest for correct usage of columnWidth in clang fixit...
2013-09-11 Roman DivackyClarify the status of PowerPC support.
2013-09-11 Fariborz JahanianObjectiveC migrator. methods which look like a getter and
2013-09-11 Serge PavlovAdded regression tests.
2013-09-11 Jordan Rose[analyzer] Handle zeroing constructors for fields of...
2013-09-11 Hans Wennborgclang-cl: Warn about overriding /MD with /MT etc.
2013-09-11 Michael HanTeach RAV to visit parameter variable declarations...
2013-09-11 Robert Lyttonfix xcore-opts.c test
2013-09-11 Aaron BallmanAdding some additional test cases for the cleanup attri...
next