]> granicus.if.org Git - clang/shortlog
clang
2013-09-18 Eric ChristopherFix closing brace around ifdef.
2013-09-18 Hans Wennborgclang-cl: Don't warn about overriding /MD with /MT...
2013-09-18 Eric ChristopherThe intrinsics should all have C linkage.
2013-09-18 Adrian Prantlget rid of extra parentheses.
2013-09-18 Adrian PrantlDebug info: Explicitly set the DIVariable::isIndirect...
2013-09-18 Richard SmithRemove some dead code.
2013-09-18 Fariborz JahanianObjectiveC migrator: For consistency, also infer
2013-09-18 Jordan Rose[analyzer] Don't even try to convert floats to booleans...
2013-09-18 Fariborz JahanianObjectiveC migrator: Infer property in the presense
2013-09-18 Fariborz JahanianObjectiveC migrator: placing another check for
2013-09-18 Daniel JasperSimplify clang-format-diff.py using new clang-format...
2013-09-18 Joey Gouly[ARMv8] Add builtins for CRC instructions.
2013-09-18 Stepan DyatkovskiyRecommited:
2013-09-18 Amaury de la... Add support for poly16 vtst and vtstq
2013-09-18 Hal FinkelAdd new libm LIBBUILTIN definitions, synchronizing...
2013-09-18 Hal FinkelAdd the intrinsic __builtin_convertvector
2013-09-18 Hal FinkelRemove unnecessary comment regarding AsTypeExpr base...
2013-09-18 Richard SmithFix accepts-invalid if a variable template explicit...
2013-09-18 Eli FriedmanFix ObjC @encode for C++ classes w/virtual bases.
2013-09-18 Richard Smith-ast-dump support for variable templates.
2013-09-18 Richard SmithIf a variable template specialization with an incomplet...
2013-09-18 Hans WennborgAdd comment about exporting clang::driver::ArgStringList,
2013-09-18 Reid KlecknerClaim compatibility with VS 2012 by default
2013-09-18 Hans WennborgRevert r190902 and r190906
2013-09-18 Hans WennborgRevert "Move using directive from Job.h to Job.cpp...
2013-09-17 David MajnemerRevert "Revert "[-cxx-abi microsoft] Mangle local TagDe...
2013-09-17 Hans WennborgMove using directive from Job.h to Job.cpp
2013-09-17 Fariborz JahanianObjectiveC migrator. infer NS_OPTIONS correctly in the
2013-09-17 Hans Wennborgclang-cl: ignore ths /GS- flag
2013-09-17 David MajnemerRevert "[-cxx-abi microsoft] Mangle local TagDecls...
2013-09-17 Fariborz JahanianObjectiveC migrator: Don't infer property from
2013-09-17 David Majnemer[-cxx-abi microsoft] Mangle local TagDecls appropriately
2013-09-17 Fariborz JahanianObjectiveC migrator. Ignore migrating 'deprecated'
2013-09-17 Fariborz JahanianObjectiveC migrator: Don't infer a property from isXXX...
2013-09-17 Argyrios Kyrtzidis[arcmt] Don't try to handle files that are already...
2013-09-17 Fariborz JahanianObjectiveC migrator. Infer property in categories
2013-09-17 Fariborz JahanianObjectiveC modern translator: Provide proper cast of
2013-09-17 Daniel Jasperclang-format: Don't accidentally move tokens into prepr...
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.
next