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