Age | Commit message (Expand) | Author |
2011-09-15 | Refactor the load of the exception pointer and the exception selector from their | Bill Wendling |
2011-09-15 | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks |
2011-09-15 | When we load the first module, make sure that we wire up the ASTConsumer to t... | Douglas Gregor |
2011-09-15 | Objective-c: Conversion from type Class to any root class type is allowed | Fariborz Jahanian |
2011-09-15 | Thread safety: changing naming in error messages based on reviewer comments | Caitlin Sadowski |
2011-09-15 | Thread safety: test cases originally from gcc annotalysis branch. We are | Caitlin Sadowski |
2011-09-15 | [PCH] Overhaul how preprocessed entities are [de]serialized. | Argyrios Kyrtzidis |
2011-09-15 | Thread safety: cleaning up FIXME for trylocks | Caitlin Sadowski |
2011-09-15 | Thread safety: completeing the implementation of shared/exclusive locks requi... | Caitlin Sadowski |
2011-09-15 | Thread safety: refactoring various out of scope warnings to use the same inte... | Caitlin Sadowski |
2011-09-15 | Teach LangOptions::resetNonModularOptions to actually do what it says it does | Douglas Gregor |
2011-09-15 | PTX: Define target options | Justin Holewinski |
2011-09-15 | Rewrite this loop to use partial destruction; I'm not sure it's | John McCall |
2011-09-15 | Sorry, that assertion actually already exists. | John McCall |
2011-09-15 | We don't generate null initializer expressions anymore, and | John McCall |
2011-09-15 | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks |
2011-09-14 | Emit debug info for c++0x nullptr. | Devang Patel |
2011-09-14 | Make -E work with module imports | Douglas Gregor |
2011-09-14 | Don't try to write a macro offset for an identifier that names a non-exported... | Douglas Gregor |
2011-09-14 | Revert my exported-macro hackery. Something is amiss | Douglas Gregor |
2011-09-14 | Thread safety: small fixes in comments | Caitlin Sadowski |
2011-09-14 | Make sure that we actually keep the key length and data length in sync when d... | Douglas Gregor |
2011-09-14 | Disable this test on win32. My "sleep 2" trick didn't seem to work | Douglas Gregor |
2011-09-14 | Don't try to write a macro offset for an identifier that names a non-exported... | Douglas Gregor |
2011-09-14 | Add test for the driver's handling of modules | Douglas Gregor |
2011-09-14 | Teach the driver to always pass down a module cache path. If none is | Douglas Gregor |
2011-09-14 | Thread safety: reverting to use separate warning for requirement to hold any ... | Caitlin Sadowski |
2011-09-14 | Thread safety: adding additional documentation to the main thread safety inte... | Caitlin Sadowski |
2011-09-14 | Thread safety: adding test cases for unparseable lock expressions and expandi... | Caitlin Sadowski |
2011-09-14 | Plug an abstraction leak and fix a crasher in DiagnoseInvalidRedeclaration | Kaelyn Uhrain |
2011-09-14 | PR10864: make sure we correctly delay type-checking for inline asm tied opera... | Eli Friedman |
2011-09-14 | Use a group for a diagnostics I added late. | Fariborz Jahanian |
2011-09-14 | [arcmt] Use __bridge_retained when passing an objc object to a CF parameter | Argyrios Kyrtzidis |
2011-09-14 | objc-arc: warn when a 'retain' block property is | Fariborz Jahanian |
2011-09-14 | [analyzer] Remove redundant copy constructor. | Anna Zaks |
2011-09-14 | [analyzer] After CFG has been linearized, we can have a situation where an Ex... | Anna Zaks |
2011-09-14 | Add comment. | Akira Hatanaka |
2011-09-14 | Encode the module hash in base-36, to reduce the length of the strings a bit | Douglas Gregor |
2011-09-14 | Formatting. | Eric Christopher |
2011-09-14 | Fix comment. | Eli Friedman |
2011-09-14 | [driver] Add support for the COMPILER_PATH environment variable, which adds the | Chad Rosier |
2011-09-14 | [analyzer] Refactor: Make PathDiagnosticLocation responsible for creating a v... | Anna Zaks |
2011-09-13 | Fix typo. | Eric Christopher |
2011-09-13 | Assert that the module hash produced after stripping away non-modular options... | Douglas Gregor |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-13 | [libclang] Remove libclang.darwin.exports, it's not used anymore. | Argyrios Kyrtzidis |
2011-09-13 | In general, don't look through explicit casts when trying | John McCall |
2011-09-13 | Correctly generate IR for casted "builtin" functions, where | John McCall |
2011-09-13 | O64 will not be supported. | Akira Hatanaka |
2011-09-13 | mips*-*-psp is no longer supported as a target. | Akira Hatanaka |