2010-03-30 |
Anders Carlsson | Change a test to FileCheck bitcode instead of assembler. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Flip the switch and use the new vtable layout code... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Update xcode project |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Ted Kremenek | Cache results computed by CGDebugInfo::getOrCreateFile... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Douglas Gregor | When copying a partial diagnostic into a DependentDiagn... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Douglas Gregor | Optimize PartialDiagnostic's memory-allocation behavior... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Gabor Greif | provide a simpler way to get to the headers |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Douglas Gregor | Exit early from the simple form of Sema::RequireNonAbst... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | When collecting virtual bases it's very important to... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Ted Kremenek | Remove FIXME comment. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Ted Kremenek | Change 'TypeCache' from being an std::map to a llvm... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | add support for -MQ flag to quote targets in dependency... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | emit signed integer subtractions as 'sub nsw', patch by |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Another vtable layout fix, making us match gcc better. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Douglas Gregor | Support __attribute__((packed)) (along with other attri... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Handle pure virtual member functions. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Fix a nasty bug in the virtual base computation which... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Rafael Espindola | Be a bit more consistent in using operator-> |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | More vtable work - it's not possible to use the new... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | More magic. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Sprinkle some sed dust over check-ztt to make it work... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Only add thunks for the most derived class. This fixes... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Flip the switch to always get vtables from the VTT... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Use the newly added function in the VTT builder. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Cleanup, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Add the thunks needed by this vtable. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Make sure to sort the vtable thunks by their vtable... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Fix another thinko, so that flags don't depend on previ... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | When generating base ctors/dtors, we need to lookup... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Fix thinko. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Use construction vtables when needed. This is currently... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Two bug fixes, we weren't updating the thunk index... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Rafael Espindola | Make default arguments to getFunctionNoProtoType an... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Rafael Espindola | Drop default arguments no one is using. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Anders Carlsson | Reapply r99775 with a fix for a silly bug - we were... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Anders Carlsson | Looks like I broke self-host again :(. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Anders Carlsson | More improvements to setting the vtable pointer. We... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Anders Carlsson | Factor vtable pointer setting code out into a separate... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Douglas Gregor | After performing template argument deduction for a... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Benjamin Kramer | Checker: random include cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Fariborz Jahanian | Further improvement to point to category |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Anders Carlsson | Give thunks the same linkage as their original methods. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Fariborz Jahanian | Improve diagnostics on incomplete implementation |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Ted Kremenek | Remove VS information for analyzer until we have more... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Kovarththanan... | s/Clangify2010.py/clangify2010.py |
commit | commitdiff | tree | snapshot |
2010-03-27 |
John McCall | Accumulate all functions and classes that the effective... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
John McCall | Implement method friends in class templates and fix... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Rafael Espindola | Test for the previous commit. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Rafael Espindola | When given the magic class __cxxabiv1::__fundamental_ty... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Ted Kremenek | Add initial draft of web page on 'clangifty2010.py... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
John McCall | When mapping restrict to noalias, look for 'restrict... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Ted Kremenek | scan-build: set environment variable LDPLUSPLUS to... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Ted Kremenek | Fix comparison in isDiagnosticInFlight(). |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | Remove unused static function |
commit | commitdiff | tree | snapshot |
2010-03-26 |
John McCall | Put function templates instantiated from friend declara... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | Compare namespaces properly when looking for redeclarat... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Ted Kremenek | Fix NoReturnFunctionChecker to properly look at a funct... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Ted Kremenek | Add comment indicating that we intentionally don't... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | When adding initializers to a constructor, be sure... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Daniel Dunbar | Driver/Darwin: Support CCC_ENABLE_NEW_DARWIN_TOOLCHAIN... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
John McCall | Properly account for redeclarations when explicitly... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | When trying to determine whether one operand of a condi... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | Eliminate the non-InitializedEntity PerformCopyInitiali... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Daniel Dunbar | Make sure we don't include mm_malloc.h in this test... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Daniel Dunbar | Fix 80 col violations. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | Switch semantic analysis of the conditional operator... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Daniel Dunbar | Runtime: Install the new libcc_kext.a produced by the... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Daniel Dunbar | Spell -triple correctly for %clang, not %clang_cc1. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Chris Lattner | i386-apple-darwin10 implies sse2, this option shouldn... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Chris Lattner | fix a case where macro expansion should be disabled... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Chris Lattner | merge all the macro disable tests by using filecheck. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Chris Lattner | fix a bug in paste avoidance which would cause us to... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Chris Lattner | xmmintrin just requires sse2, not sse3. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Kovarththanan... | No need to specify ${CMAKE_CURRENT_BINARY_DIR} |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Gabor Greif | add a slight variation of test3, where |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Nick Lewycky | Implement new mangling for vectors. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | Do not mark the destructor of a function parameter... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | Revert r99612 and see if it fixes self-host. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | Add tests for PR6707. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | Don't initialize virtual pointers for primary bases... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | When deducing an integral template argument for a non... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
John McCall | Reapply r99596 with a fix: link an instantiated friend... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | Simplify InitializeVtablePtrs in preparation of making... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | Add and implement CodeGenVTables::getSecondaryVirtualPo... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | Didn't mean to commit this. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | Use the new vtable layout code for construction vtables. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | More cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | Way more VTT builder cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
John McCall | Apparently that didn't work. Reverting for now. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | Reinstate change to non-type template arguments of... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
John McCall | Properly instantiate and link in friend function templates. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Ted Kremenek | Update test case since c-index-test now works on invali... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Ted Kremenek | Return translation units from clang_createTranslationUn... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | More VTT builder cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Eric Christopher | This is just a simple v4si * v4si, make it so. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | More VTT cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Douglas Gregor | Revert attempted fix for integral template arguments... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Rafael Espindola | Mark virtual methods that are used in tables included... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | Start cleaning up the VTT builder to make it work more... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anders Carlsson | Remove some VTT builder arguments that were always... |
commit | commitdiff | tree | snapshot |
next |