Age | Commit message (Expand) | Author |
2009-09-17 | Driver: Change -O to mean -O2, -O1 is meaningless. | Daniel Dunbar |
2009-09-17 | Fix two crashes on value dependent expressions (shift and null-pointer check). | Daniel Dunbar |
2009-09-17 | Remove trailing whitespace. | Daniel Dunbar |
2009-09-17 | Add a bunch of math builtins, #include <cmath> passes now. | Daniel Dunbar |
2009-09-17 | Revert r82123 for now. | Anders Carlsson |
2009-09-17 | Temporary band-aid for handling empty classes somewhat better. | Anders Carlsson |
2009-09-17 | Treat an unqualified RecordType as a RecordDecl when substituting. | Anders Carlsson |
2009-09-17 | Substitution for prefixes. | Anders Carlsson |
2009-09-17 | Convert mangle-subst.cpp over to using FileCheck. | Anders Carlsson |
2009-09-17 | Improve driver error message when only running the preprocessor and an input is | Daniel Dunbar |
2009-09-17 | Substitute unscoped template names. | Anders Carlsson |
2009-09-17 | IRgen/ObjC: Correctly construct the function info for variadic message sends. | Daniel Dunbar |
2009-09-17 | IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper. | Daniel Dunbar |
2009-09-17 | Add mangleSubstitution/addSubstitution variants that take a NamedDecl. | Anders Carlsson |
2009-09-17 | Get rid of the last grep. | Anders Carlsson |
2009-09-17 | When mangling function template specialization, mangle the type encoding of t... | Anders Carlsson |
2009-09-17 | Add new functions to the mangler for the <unscoped-name> and <unscoped-templa... | Anders Carlsson |
2009-09-17 | PCH: When writing PCH files, tweak the predicate function deciding whether to... | Daniel Dunbar |
2009-09-17 | PCH: When deserializing an explicit "external definition", don't pass it to H... | Daniel Dunbar |
2009-09-17 | Initial support for code generation from .ast files. | Daniel Dunbar |
2009-09-17 | clang-cc: Factor out code for creating one of the standard AST consumer actions. | Daniel Dunbar |
2009-09-17 | We don't need a -compile-ast clang-cc action, we can just use -S. | Daniel Dunbar |
2009-09-17 | Simplify. | Daniel Dunbar |
2009-09-17 | clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. | Daniel Dunbar |
2009-09-17 | Add basic substitution to the C++ mangler. It currently only looks at types. | Anders Carlsson |
2009-09-17 | Force triple, although probably the real fix is to tie __strong to -fobjc-gc. | Daniel Dunbar |
2009-09-17 | Fix substituto. | Daniel Dunbar |
2009-09-17 | Add CLANG_{SOURCE,BINARY}_DIR cmake variables. | Daniel Dunbar |
2009-09-16 | Add a simple const mangling test. | Anders Carlsson |
2009-09-16 | Removed useless stuff from the test. | Fariborz Jahanian |
2009-09-16 | More test for objc gc's mixed write-barriers. | Fariborz Jahanian |
2009-09-16 | When creating function types, remove any top-level CVR qualifications in the ... | Anders Carlsson |
2009-09-16 | Additional tests for write-bariers. | Fariborz Jahanian |
2009-09-16 | Test for variety of write-barriers. | Fariborz Jahanian |
2009-09-16 | patch for generating objc'2 objc_assign_ivar. WIP. | Fariborz Jahanian |
2009-09-16 | Improved representation and support for friend class templates. Angst about ... | John McCall |
2009-09-16 | CMake: Generate LIT site configuration file for Clang tests, which Daniel wil... | Douglas Gregor |
2009-09-16 | The CMake build system now derives the Clang version number from VER. | Douglas Gregor |
2009-09-16 | Starting patch to generate more specific API for objc's | Fariborz Jahanian |
2009-09-16 | Fix spelling. | Mike Stump |
2009-09-16 | fit in 80 cols | Chris Lattner |
2009-09-16 | Improve handling of vector casts in C++. | Anders Carlsson |
2009-09-16 | grammaro | Chris Lattner |
2009-09-16 | Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even | Douglas Gregor |
2009-09-16 | Do not generate write-barrier in indirect assignment to | Fariborz Jahanian |
2009-09-16 | Removed a superfluous check before setting | Fariborz Jahanian |
2009-09-16 | x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or... | Anders Carlsson |
2009-09-16 | PR4991: Properly remove trailing newline from __TIMESTAMP__. | Benjamin Kramer |
2009-09-16 | Incremental improvement to logic determining whether we emit unwind tables or | Daniel Dunbar |
2009-09-16 | Have divide-by-zero checker not handled undefined denominators. This is hand... | Ted Kremenek |