]> granicus.if.org Git - clang/history - utils
Invalidate the file system cache entries for files that may rebuild
[clang] / utils /
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...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-01 Benjamin Kramer[C++11] Replace verbose functors with succinct lambdas
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in 'clang'
2014-02-25 Tim NorthoverARM NEON: add _f16 support to a couple of vector-shuffl...
2014-02-24 Kevin Qin[AArch64] Change int64_t from 'long long int' to 'long...
2014-02-21 Aaron BallmanMoving the documentation for the type safety checking...
2014-02-19 Aaron BallmanRefactored the way attribute category headers are handl...
2014-02-19 Aaron BallmanAdded a documentation category for statement attributes...
2014-02-19 Tim NorthoverAArch64: look up EmitAArch64Scalar support before calling.
2014-02-19 Tim NorthoverARM & AArch64: move struct definition outside function.
2014-02-19 Tim NorthoverARM NEON: use more flexible TableGen field for defs.
2014-02-19 Tim NorthoverARM & AArch64: merge the semantic checking of NEON...
2014-02-17 Aaron BallmanForcing it to be an error when there is no Documentatio...
2014-02-17 Aaron BallmanThe default assignment operator could not be generated...
2014-02-17 Aaron BallmanRemoving a C++11'ism to also fix the build bots.
2014-02-17 Aaron BallmanFixing build bot breakage due to using a local type...
2014-02-17 Aaron BallmanImplements a declarative approach to documenting indivi...
2014-02-12 Reid KlecknerAttributes: Avoid a big useless copy in the emitter
2014-02-12 Reid KlecknerAttributes: Emit enumerators in td file declaration...
2014-02-12 Tim NorthoverWhitespace cleanup (mostly stray tabs, a few not-quite...
2014-02-12 Tim NorthoverARM NEON: fix range checking on immediates.
2014-02-10 Ana Pazos[AArch64] Fixed vget/vset_lane_f16 implementation
2014-02-10 David MajnemerMS ABI: Add support for #pragma pointers_to_members
2014-02-03 Tim NorthoverARM: implement support for crypto intrinsics in arm_neon.h
2014-01-30 Tim NorthoverARM & AArch64: share the BI__builtin_neon enum defs.
2014-01-29 Aaron BallmanConsolidating several table-generated files containing...
2014-01-27 Aaron BallmanAdd a new attribute meta-spelling called "GCC" -- it...
2014-01-26 Jiangning LiuFor AArch64 Neon, fix intrinsics implementation using...
2014-01-24 Aaron BallmanAdds a getSemanticSpelling function to semantic attribu...
2014-01-24 Aaron BallmanSince Visual Studio 2012 is the minimum version of...
2014-01-22 Aaron BallmanIf an attribute has a semantically meaningful spelling...
2014-01-20 Aaron BallmanExposed a declarative way to specify that an attribute...
2014-01-20 Aaron BallmanRemove some hard-coded specialness for thread-safety...
2014-01-19 NAKAMURA Takumi[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG...
2014-01-18 Alp TokerFix comment typos
2014-01-16 Aaron BallmanWhen generating Spelling enumeration values, do not...
2014-01-16 Aaron BallmanFixing a warning that causes the sanitizer build dislik...
2014-01-16 Aaron BallmanFactored some function-like type reasoning out of SemaD...
2014-01-16 Aaron BallmanDistinguish between attributes explicitly written at...
2014-01-15 Kostya Serebryanyreplace LeakSanitizerIsTurnedOffForTheCurrentProcess...
2014-01-13 Aaron BallmanWhen determining the attribute's parsed kind, pay atten...
2014-01-10 Kostya Serebryanyreapply r198858: Disable LeakSanitizer in TableGen...
2014-01-09 Aaron Ballman__has_attribute now understands target-specific attribu...
2014-01-09 Aaron BallmanRemoving the notion of TargetAttributesSema and replaci...
2014-01-09 Alp TokerRevert "Disable LeakSanitizer in TableGen binaries...
2014-01-09 Aaron BallmanRemoving a bit of custom parsing functionality used...
2014-01-09 Kostya SerebryanyDisable LeakSanitizer in TableGen binaries, see PR18325
2014-01-07 Chandler CarruthSort all the #include lines with LLVM's utils/sort_incl...
2014-01-05 Aaron BallmanThis helper method isn't needed, and it's unsafe for...
2014-01-02 Douglas GregorCMake separate projects: finish output-directory changes.
2013-12-30 DeLesley HutchinsUpdate DataRecursiveASTVisitor so that it visits attrib...
2013-12-30 DeLesley HutchinsUpdate RecursiveASTVisitor so that it visits attributes...
2013-12-26 Aaron BallmanTeach the diagnostics engine about the Attr type to...
2013-12-19 Aaron BallmanReverting r197715 -- it appears that MSVC is happy...
2013-12-19 Aaron BallmanNo longer leaking Argument objects after calling create...
2013-12-19 Aaron BallmanRemoving the SourceLocation unused attribute argument...
2013-12-18 Aaron BallmanRefactor the Microsoft inheritance attribute handling...
2013-12-15 Aaron BallmanAllow target-specific attributes to share a spelling...
2013-12-10 Ted KremenekEnhance attribute machinery to include ObjCProtocols...
2013-12-10 Kevin Qin[AArch64 NEON] Support poly128_t and implement relevant...
2013-12-05 Ana PazosImplemented vget/vset_lane_f16 intrinsics
2013-12-05 Alp TokerCorrect hyphenations in comments and assert messages
2013-12-03 Aaron BallmanTypo caught by Alp Toker: s/appertain/appertains
2013-12-03 Hao Liu[AArch64]Add missing floating point convert, round...
2013-12-03 Hao Liurevert r196152.
2013-12-03 Jiangning LiuAdd some missing AArch64 Neon intrinsics like vmull_hig...
2013-12-02 Chad Rosier[AArch64] Add missing NEON scalar floating-point to...
2013-12-02 Aaron BallmanRectifying style issues with generated code. No functio...
2013-12-02 Aaron BallmanAutomate attribute language option checking by specifyi...
2013-12-02 Aaron BallmanRe-enabled support for the Subjects for the weak attrib...
2013-12-02 Aaron BallmanUsing the proper set key when determining whether a...
2013-11-29 Aaron BallmanFixes a possible assert in the custom SubsetSubject...
2013-11-29 Aaron BallmanEnables support for custom subject lists for attributes...
2013-11-29 Hao LiuAArch64: Two intrinsics are expected to return float64...
2013-11-29 Hao LiuFix the problem that the range check for scalar narrow...
2013-11-27 Aaron BallmanRenaming Struct to GenericRecord for clarity; could...
2013-11-27 Aaron BallmanAutomated checking for C++ when determining what argume...
next