]> granicus.if.org Git - clang/history - utils
Refactor: Simplify boolean conditional return statements in lib/ARCMigrate
[clang] / utils /
2015-10-28 John McCallAdd the ability to define "fake" arguments on attributes.
2015-10-22 Gabor Horvath[analyzer] Bug identification
2015-10-12 Alexey Bataev[ATTR] Automatic line feed after pragma-like attribute.
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in header...
2015-09-29 Aaron BallmanAdded MSVC natvis visualizers for Type and QualType...
2015-09-16 Devin Coughlin[analyzer] SATestBuild.py: Move additional checkers...
2015-09-14 Devin Coughlin[analyzer] Update SATestBuild.py to set -isysroot for...
2015-09-11 Aaron BallmanExtend the Token visualizer used by MSVC to display...
2015-09-08 Ted Kremenek[analyzer] Apply whitespace cleanups by Honggyu Kim.
2015-08-22 Ahmed Bougacha[ARM NEON] Remove special-case for f16 vcvt handling...
2015-08-21 Ahmed Bougacha[ARM NEON] Use the common naming scheme for vcvt f16...
2015-08-21 Ahmed Bougacha[ARM NEON] Factor out FP-prototype checking. NFC.
2015-08-20 Gabor Horvath[Static Analyzer] Made it easier to test new checkers...
2015-08-06 David BlaikieFix memory ownership in the NeonEmitter by using values...
2015-08-06 Yaron KerenPlug a memory leak in NeonEmitter: Intrinsics allocated...
2015-08-04 Chandler Carruth[UB] Guard two calls to memcpy in generated attribute...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-20 Bob WilsonRefactor TableGen backend for ClangAttrEmitter to avoid...
2015-07-20 Bob WilsonIgnore the "novtable" declspec when not using the Micro...
2015-07-08 Gabor Horvath[Static Analyzer] Make the paths relative from the...
2015-07-06 Craig Topper[TableGen] Change a couple methods to return an ArrayRe...
2015-07-02 Gabor Horvath[Static Analyzer] No longer include the full path of...
2015-06-30 Gabor Horvath[Static Analyzer] Minor improvements to SATest.
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Douglas GregorCheck for consistent use of nullability type specifiers...
2015-06-04 Ahmed Bougacha[CodeGen][NEON] Emit constants for "immediate" intrinsi...
2015-06-03 Russell Gallop[utils] Improvements to check_cfc.py to work better...
2015-06-03 Russell Gallop[utils] Add exact check to check_cfc.py dash_s_no_change.
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-15 Peter CollingbourneImplement no_sanitize attribute.
2015-04-24 Craig Topper[TableGen] Clang changes for r235697 to stop leaking...
2015-04-21 Ulrich WeigandImplement target-specific __attribute__((aligned))...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-10 Benjamin Kramer[tblgen] Use StringRef::trim
2015-04-06 James DennettFix a call to std::unique to actually discard the trail...
2015-04-02 Russell Gallop[utils] Add Check Compile Flow Consistency tool (check_...
2015-03-19 Benjamin KramerDevirtualize Attr and all subclasses.
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-10 Benjamin KramerMake helper functions static. NFC.
2015-03-10 Aaron BallmanThe semantic spelling enumeration should retain values...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-01-23 Alexander KornienkoReplace size() calls on containers with empty() calls...
2015-01-14 Chandler Carruth[cleanup] Re-sort the #include lines using llvm/utils...
2014-12-19 Aaron BallmanAttributes accepting an EnumArgument are allowed to...
2014-12-05 Aaron BallmanModify __has_attribute so that it only looks for GNU...
2014-11-28 Sean HuntCreate a new 'flag_enum' attribute.
2014-11-17 Aaron BallmanFixing a use of stringstream to use an LLVM helper...
2014-11-14 Aaron BallmanMinGW doesn't implement std::to_string; working around...
2014-11-14 Aaron BallmanComplete support for the SD-6 standing document (based...
2014-10-31 Anna Zaks[analyzer] Rename NewDeleteLeaks checker in the test...
2014-10-30 Richard SmithRefactor tree printing in AST dumping.
2014-10-12 Tyler NowickiAllow constant expressions in pragma loop hints.
2014-09-15 Aaron BallmanAdding some FIXMEs to the attribute emitter code regard...
2014-09-15 Aaron BallmanWhen pretty printing attributes that have enumeration...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-21 Daniel SandersFix invalid test generation by utils/ABITest/ABITestGen...
2014-08-08 David BlaikieRemove some transient raw pointer ownership in ClangAtt...
2014-08-08 Benjamin KramerAdd missing header guards.
2014-08-01 Aaron BallmanThe GNU-style aligned attribute has an optional express...
2014-07-31 Aaron BallmanAutomate attribute argument count semantic checking...
2014-07-16 Aaron BallmanSpecifying the diagnostic argument through the attribut...
2014-07-14 Alp TokerFix typos
2014-06-27 James Molloy[ARM-BE] Generate correct NEON intrinsics for big endia...
2014-06-26 Zachary TurnerAdd a Visualizer for VarDecl.
2014-06-25 Aaron BallmanFixing the position of the supported syntax marker...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-18 Craig TopperConvert assert(0) to llvm_unreachable to silence a...
2014-06-17 James MolloyRewrite ARM NEON intrinsic emission completely.
2014-06-16 Alp TokerUse the ShowInSystemHeader bit consistently for all...
2014-06-13 Tyler NowickiAdds a Pragma spelling for attributes to tablegen and...
2014-06-12 Alp TokerComplete the switch from mappings to declarative diagno...
2014-06-09 Richard TrieuRemoving an "if (this == nullptr)" check from two print...
2014-05-31 Hans WennborgMake Attr::Clone() also clone the Inherited, IsPackExpa...
2014-05-29 Nikola SmiljanicRefactoring. Remove release and take methods from Actio...
2014-05-21 Alp Tokerutils/CmpDriver: add brief documentation to indicate...
2014-05-20 Aaron BallmanCleaning up some range-based for loops so that the...
2014-05-20 Aaron BallmanNone of these attributes require FunctionTemplate to...
2014-05-07 Craig Topper[C++11] Use 'nullptr'.
2014-05-06 Tobias Grossertblgen: Modularize the diagnostic emitter
2014-05-02 Aaron BallmanUpdated the attribute tablegen emitter for variadic...
2014-05-01 Aaron BallmanFixing a FIXME -- no longer using std::memcpy, since...
2014-04-30 Dmitri GribenkoComment parsing: remove HTML attribute validation
2014-04-22 Dmitri GribenkoComment parsing: in the generated XML file, mark HTML...
2014-03-31 Aaron BallmanReapplying r204952 a second time.
2014-03-27 Aaron BallmanReverting r204968 and r204969; while more build bots...
2014-03-27 Aaron BallmanReapplying r204952 with fixes which should hopefully...
2014-03-27 Aaron BallmanReverting r204952, while I figure out what's going...
2014-03-27 Aaron BallmanClean up the __has_attribute implementation without...
2014-03-21 Arnaud A. de Grand... When generating the Attribute dumper code, do not dead...
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Aaron Ballman[C++11] Adding override specifiers where appropriate...
2014-03-05 Aaron Ballman[C++11] Using std::unique_ptr to ensure that Argument...
2014-03-04 Benjamin KramerPass llvm::Triple objects by const reference.
2014-03-04 Chandler Carruth[cleanup] Re-sort includes with llvm/utils/sort_include...
2014-03-02 Aaron BallmanSimplifying attribute generation with range-based for...
next