2009-12-06 |
Eli Friedman | Work-in-progess rewrite of thunks: move thunk generatio... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Douglas Gregor | PointerUnion == PointerUnion does not do what I thought... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | revert my previous patch, it is breaking something... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Eli Friedman | Move helper onto CXXMethodDecl. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Douglas Gregor | Switch the std::multimap shadow map used in code comple... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | this is really about both PR's, 4452 is "don't crash... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | implement PR4451, improving error recovery for a mistak... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | simplify logic. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Anders Carlsson | Add rudimentary support for member pointers to CGDebugInfo. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | remove some extraneous syntax: sourceloc implicitly... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | use new helpers to simplify code. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zhongxing Xu | Add test case for mktemp. Patch by Lei Zhang. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Daniel Dunbar | Drop Preprocessor/open-failure test, it breaks running... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Daniel Dunbar | Document that CompilerInvocation::createDiagnostics... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Daniel Dunbar | Fix an off by one in findEndOfWord, which could scan... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Eli Friedman | Fix a slight oversight in computing whether a copy... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Daniel Dunbar | Unbreak and add test case for r90276, a situation in... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Daniel Dunbar | Change Preprocessor::EnterSourceFile to make ErrorStr... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Daniel Dunbar | Add a pretty horrible hack to prevent clang from crashi... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Anders Carlsson | Set the correct linkage for VTTs as well. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Anders Carlsson | More linkage improvements. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Anders Carlsson | Pass the desired vtable linkage to GenerateVtable direc... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Anders Carlsson | Make GenerateVtable a private member function of CGVtab... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Eli Friedman | Fix for PR5693: shift some code into SetClassDeclAttrib... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | Only emit the vtable definition if the class has a... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | If a class does not have a key function, its linkage... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | Use createGlobalVariable for creating vtable variables... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Kramer | Don't call back() on an empty vector. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | CodeGenModule::GenerateVtable now returns a pointer... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | Make sure that hte vtable always has an i8* array type. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | Add a function for getting the vtable address point... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | Simplify BuildVTT. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | Let the VTT builder pretend that getVtable returns... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | Change getCtorVtable to not return the address point... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | Simplify some code. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | Factor vtable related GlobalVariable creation out into... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Anders Carlsson | Update .xcodeproj file |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Steve Naroff | Remove 'LangOpts' from Diagnostic (added in http:/... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Kramer | Avoid trashing two temporary strings. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Kramer | strcasecmp is unportable. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Douglas Gregor | Improve the performance of code completion by 2.2x... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Chris Lattner | fix comment. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Chris Lattner | consolidate some tests. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Chris Lattner | implement rdar://7346691 by codegen'ing struct/array... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Chris Lattner | various cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Chris Lattner | simplify a condition and add a testcase. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Chris Lattner | fix rdar://7446395, a crash on invalid, by fixing a... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Eli Friedman | Tweak "key function" rules so that they work for templa... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Daniel Dunbar | CIndex: For the time being, don't return translation... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Eli Friedman | Skip actually generating the vtable unless we are defin... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Daniel Dunbar | Unbreak -ccc-cxx and -ccc-clang-cxx defaulting. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | Don't emit explicit specializations of static member... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mike Stump | Add support for function try blocks. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
John McCall | Fix "using typename" and the instantiation of non-depen... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Benjamin Kramer | Return bool as a bool instead of a uint64_t. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | Be a little more clever about inline member functions... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | Forgot this. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | Diagnose declarations of implicit member functions. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mike Stump | Add an easy accessor for the end of the try/catch state... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Daniel Dunbar | Driver: Switch -ccc-* options to using the standard... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
John Thompson | Fix for PR5650 - Revised vector_size attribute handling... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Sean Hunt | Put in FIXME that this mangling is not official in. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Daniel Dunbar | OptTable: Allow option groups to be used to define... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Daniel Dunbar | OptParser: Add HelpHidden flag. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Sean Hunt | Switch mangling of literal operator names to a string... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mike Stump | Be sure to instantiate rtti for non-polymorphic bases. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Ted Kremenek | Teach AnalysisContext::getBody() about BlockDecls. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Ted Kremenek | Teach 'ExecutionContinues' (part of BugReporter's diagn... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Ted Kremenek | Include BlockDeclRefExprs in constructed CFGs. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Ted Kremenek | Replace SymbolReaper::isLive(VarDecl) with SymbolReaper... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | When generating a virtual destructor, don't try to... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Rafael Espindola | Add gcc's -no-canonical-prefixes option to clang. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mike Stump | Fixup nested try blocks. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mike Stump | Fix warning and be sure to set up the rethrow pointer... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | Rename 'Class' to 'MostDerivedClass' |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | Store the vtable components in a SmallVector. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | Use a different ConstantArray::get. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | Move the vtable vector directly into the Vtable builder. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | Change getIndex to return false if the index wasn't... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Eli Friedman | Minor cleanup; no functionality change. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Eli Friedman | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Eli Friedman | Eliminate submethods vector. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Eli Friedman | Eliminate the inner loop in VtableBuilder::OverrideMethod. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Daniel Dunbar | PR5684: Fix refacto, the backend consumer was copying... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Daniel Dunbar | ASTUnit/CIndex: Explicitly track the top-level decls... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Daniel Dunbar | Ignore -fsched-interblock and -freorder-blocks to the... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Eli Friedman | Make sure to call PerformObjectMemberConversion where... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Chris Lattner | Use PresumedLoc when emitting the 'included from' diagn... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Ted Kremenek | Rename instance variable to avoid name conflict with... |
commit | commitdiff | tree | snapshot |
next |