Age | Commit message (Expand) | Author |
2010-12-01 | add some infrastructure that will let us codegen | Chris Lattner |
2010-12-01 | Handle -nostartfiles. | Rafael Espindola |
2010-12-01 | get some i32/i8/i1 constants from Builder, which is much less painful than | Chris Lattner |
2010-12-01 | Implement AST import support for class template specializations. | Douglas Gregor |
2010-12-01 | When unknown method is sent to a receiver of | Fariborz Jahanian |
2010-11-30 | A CGRecordLayout object persists. Since its contained types may | John McCall |
2010-11-30 | CGRecordLayoutBuilder does not need to be exported from this module. | John McCall |
2010-11-30 | Update checker build. | Ted Kremenek |
2010-11-30 | Declaring local static in global block | Fariborz Jahanian |
2010-11-30 | Follow through references to catch returned stack addresses, local blocks, la... | Argyrios Kyrtzidis |
2010-11-30 | Implement basic AST importing and merging support for class template | Douglas Gregor |
2010-11-30 | Eliminate more pointless default statements | Douglas Gregor |
2010-11-30 | Add objc_getClass as an objc builtin function | Fariborz Jahanian |
2010-11-30 | L-value to r-value conversion is not ready for prime-time. | John McCall |
2010-11-30 | Such function decls,as objc's objc_msgSend, builtins in | Fariborz Jahanian |
2010-11-30 | Introduce an r-value to l-value cast kind. I'm not promising anything | John McCall |
2010-11-30 | Make the dumper safe against null declaration names. | John McCall |
2010-11-30 | Update Xcode project: remove Action.cpp, add DumpXML.cpp. | John McCall |
2010-11-30 | System was renamed Support. Fix the build. | Duncan Sands |
2010-11-30 | Take John McCall's suggestion and fix this silly gcc warnings in a way that | Nick Lewycky |
2010-11-30 | I hate pointless default statements | Douglas Gregor |
2010-11-30 | Harden CGDebugInfo::CreateType() a bit for cases where we couldn't generate t... | Douglas Gregor |
2010-11-30 | Add missing file from last commit | Douglas Gregor |
2010-11-30 | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor |
2010-11-30 | De-C99-ify for loop | Douglas Gregor |
2010-11-30 | Teach c-index-test to reparse the source file a few times when testing | Douglas Gregor |
2010-11-30 | When loading a precompiled preamble, use the file ID of the | Douglas Gregor |
2010-11-30 | Fix bug in r120299 spotted by dgregor. | Nico Weber |
2010-11-30 | Fix another case of giving the wrong value kind to a dependent cast to | John McCall |
2010-11-30 | Replace \r\n with \n. No functional change. | Nick Lewycky |
2010-11-30 | Add a default clause to avoid this GCC warning: | Nick Lewycky |
2010-11-29 | Revert r120331 since it causes spurious warnings and a possible assertion hit... | Argyrios Kyrtzidis |
2010-11-29 | Incomplete enum types not to be treated as integer type | Fariborz Jahanian |
2010-11-29 | Emit warnings if we are returning a reference to a local temporary. | Argyrios Kyrtzidis |
2010-11-29 | Always use a function's decl context when building default arguments. Fixes h... | Nico Weber |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-29 | Revert r120063, it was wrong. | John McCall |
2010-11-29 | I hate default statements | Douglas Gregor |
2010-11-29 | Add a test for C++ [stmt.label]p1, from Sashan! | Douglas Gregor |
2010-11-29 | When performing code completion within ASTUnit, allocate the AugmentedCodeCom... | Douglas Gregor |
2010-11-29 | Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was mi... | Douglas Gregor |
2010-11-29 | test/CMakeLists.txt: Implement the target "check-all". For now, it has no dep... | NAKAMURA Takumi |
2010-11-28 | Don't store the maximum alignment, we can trivially compute it. | Anders Carlsson |
2010-11-28 | Revert parts of r120266 that I did not mean to commit | Nico Weber |
2010-11-28 | Minor whitespace and comment fixes. No functionality change. | Nico Weber |
2010-11-28 | More work on laying out virtual bases. | Anders Carlsson |
2010-11-28 | tighten up operator= to ensure we don't get multiple owners with the same FD. | Chris Lattner |
2010-11-28 | fix typo | Chris Lattner |
2010-11-28 | BuildVirtualCall doesn't need to take a reference to a pointer. | Anders Carlsson |
2010-11-28 | Make the destructor be the 'vtable anchor' of the CGCXXABI class. | Anders Carlsson |