aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-26Test case for previosu patch.Fariborz Jahanian
2012-04-26objective-c IRGen. Fixes a getter synthesis bugFariborz Jahanian
2012-04-26Fix a bug with block layout when the block contains somethingJohn McCall
2012-04-26Fix file name in comment.David Blaikie
2012-04-26MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el.Simon Atanasyan
2012-04-26[PCH] In ASTReader::completeVisibleDeclsMap, after we loaded all visible decl...Argyrios Kyrtzidis
2012-04-26Fix a crash-on-invalid where the constant evaluator would try toJohn McCall
2012-04-26Remove the group from -fhonor_infinites/-fno_honor_infinites aliases. AliasesChad Rosier
2012-04-26Define __ANDROID__ macro on -androideabi targets.Evgeniy Stepanov
2012-04-26Adds a tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek
2012-04-26Reverted unintentional commit.Manuel Klimek
2012-04-26MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets.Simon Atanasyan
2012-04-26Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek
2012-04-26Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs.Craig Topper
2012-04-26Update checker build link, and remove stale links.Ted Kremenek
2012-04-26PR12647: An alias template instantiation which occurs in a SFINAE context isRichard Smith
2012-04-26[analyzer] check lazy bindings in RegionStore first before looking for defaul...Ted Kremenek
2012-04-26Teach RetainCountChecker that it doesn't quite understand pthread_setspecific...Ted Kremenek
2012-04-26PR12660: Don't crash when initializing a const reference from a braced init listRichard Smith
2012-04-26Fix a long-standing bug where Clang had a different default from GCC onChandler Carruth
2012-04-26Two missing -Wc++98-compat warnings, for null pointers as non-type templateRichard Smith
2012-04-26Reject cases likeRafael Espindola
2012-04-25If a type is non-literal by virtue of being incomplete produce notesRichard Smith
2012-04-25RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visitRichard Smith
2012-04-25Typo.Chad Rosier
2012-04-25objective-c modern translator: more tests.Fariborz Jahanian
2012-04-25Add an error message with fixit hint for changing '.' to '->'.Kaelyn Uhrain
2012-04-25When resolving default template arguments, it should be done in the declarati...Argyrios Kyrtzidis
2012-04-25PR12625: Cope with classes which have incomplete base or member types:Richard Smith
2012-04-25Use a SmallMap for StoredDeclsMap, it's usually sparsely populated so we can ...Benjamin Kramer
2012-04-25Convert a std::map that usually has between 0 and 10 elements to SmallMap.Benjamin Kramer
2012-04-25improve a modern objc translator test.Fariborz Jahanian
2012-04-25modern objc rewriter: fixes a bug writing Fariborz Jahanian
2012-04-25Adds documentation for how to use the tooling library.Manuel Klimek
2012-04-25Adds a document describing the various tooling approaches and their pros andManuel Klimek
2012-04-25Make asan-ld test windows-safe.Evgeniy Stepanov
2012-04-25Fixes the header search logic for tools:Manuel Klimek
2012-04-25Clang driver support for linking on Android.Evgeniy Stepanov
2012-04-25Fix default cpu for -march=armv5e.Evgeniy Stepanov
2012-04-25OpenBSD: Remove incorrect -pthread preprocessor define _POSIX_THREADS and rep...Chris Lattner
2012-04-25don't use soname on OpenBSD, it doesn't support it. Patch byChris Lattner
2012-04-24Expand #include_next in float.h from mingw to _msc_ver.Nico Weber
2012-04-24Add acos, asin, ceil, fabs, floor, fmax, fmin, round, and tan to the builtinChad Rosier
2012-04-24Add atan, atan2, exp, and log to the builtin math library functions.Chad Rosier
2012-04-24Alphabetize the builtin math library functions. No functional change intended.Chad Rosier
2012-04-24Let NULL and MSVC headers coexist better.Nico Weber
2012-04-24RecursiveASTVisitor: Visit instantiations of member templates of classRichard Smith
2012-04-24modern objc translator: Allow writing of multipleFariborz Jahanian
2012-04-24objc modern rewriter: allow translation ofFariborz Jahanian
2012-04-24objc modern rewriter: minor refactoring.Fariborz Jahanian