2009-09-22 |
Anders Carlsson | Store the set of indirect primary bases directly in... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mike Stump | Fix some typos. WIP. Large alignments don't work... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mike Stump | Fix doc. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Add test case for PR4894 (it was fixed in LLVM). |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | This FIXME is done. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mike Stump | Improve debug info generation for __block variables. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Anders Carlsson | Record layout builder cleanup. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
John McCall | Change all the Type::getAsFoo() methods to specializati... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Ted Kremenek | Add test case for <rdar://problem/6829164>, which was... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Fariborz Jahanian | Removed -fobjc-newgc-api option. clang now conforms to |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Ted Kremenek | Provide intermediate solution to handling assignments... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Douglas Gregor | Another code-completion TODO |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Douglas Gregor | Code completion for ordinary names when we're starting... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Fariborz Jahanian | -fobjc-newgc-api is now the default. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Douglas Gregor | When providing a code-completion suggestion for a hidde... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Douglas Gregor | Enhance "case" code completion in C++ to suggest qualif... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Fariborz Jahanian | Miscellanous fixes in generatation of objc gc's write... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Douglas Gregor | Code completion for "case" statements within a switch... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Douglas Gregor | Refactor and simplify the CodeCompleteConsumer, so... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Add an XFAIL test which compiles differently from a... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Add missing PCH support for -fstack-protector. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | Implement __builtin_unreachable(), a GCC 4.5 extension. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Switch ProcessASTInputFile to still use ParseAST. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Change ASTUnit to only initialize the predefines buffer... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Change ASTUnit to take the Diagnostic as an argument... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Add Diagnostic to Indexer, and have it keep its own... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Anders Carlsson | Start mangling expressions. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Work around FileCheck -NOT restriction. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Switch TestRunner.sh to just use 'lit'. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Switch to using the new LLVM lit test runner by default. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Include LLVM {src,obj} root in lit.site.cfg, to support... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | switch command line 'parse' methods to use StringRef... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Ok, an AssertingVH definitely doesn't work for now... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Nick Lewycky | Make clang stop relying on ConstantStruct::get's defaul... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Switch CGDebugInfo type cache to using an AssertingVH. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Factor out CGDebugInfo::CreateTypeNode method. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Benjamin Kramer | Simplify code with a StringRef. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | In C++ code completion, only suggest the "template... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | Make the construction of the code-completion string... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | Introduce code completion patterns for templates, which... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Ted Kremenek | Re-introduce diagnostic caching in BugReporter that... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Ted Kremenek | Reintroduce FoldingSet profiling for PathDiagnostics. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Ted Kremenek | Fix regression introduced by r82198 that caused functio... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | Introduce code completion strings, which describe how... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Daniel Dunbar | Attempt to make a test portable. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | clean up xcode proj |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | allow clearing this value. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anders Carlsson | More mangling work. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | C++ code completion after the "operator" keyword. Provi... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anders Carlsson | Make the mangler conform even better to the grammar. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anders Carlsson | Make our char vector types not be explicitly signed... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Mike Stump | Generate more of the vbase virtual offset for covariant... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | Introduce four new code-completion hooks for C++: |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anders Carlsson | More mangler mangling. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anders Carlsson | Call mangleTemplatePrefix. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anders Carlsson | Change manglePrefix to return early if the DC is the... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | Don't perform name lookup into a given declaration... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | Handle using declarations and overload sets in code... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | For code completion in C++ member access expressions... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anders Carlsson | Fix PR4923. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | When gathering results for code completion, only includ... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | Implement code completion for tags, e.g., code completi... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Douglas Gregor | Make the GCC warning flags passed by CMake the same... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Daniel Dunbar | Disable questionable code for handling isNullPointerCon... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Daniel Dunbar | Force a triple. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Daniel Dunbar | Split Darwin toolchain into Clang and GCC Darwin toolch... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Daniel Dunbar | Lift AddLinkRuntimeLibArgs into Darwin tool chain. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Daniel Dunbar | Move isMacosxVersionLT helpers to Darwin tool chain. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Daniel Dunbar | Lift getMacosxVersionMin out into Darwin ToolChain. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Daniel Dunbar | Lift AddLinkerSearchPaths() into Darwin tool chain. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Daniel Dunbar | Rename a variable to match its semantics. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Ted Kremenek | Revert most of r82198, which was causing a large number... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Ted Kremenek | Introduce caching of diagnostics in BugReporter. This... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | don't stick an uninitialized 'stat' buf into the stat... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anders Carlsson | More mangling goodness. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anders Carlsson | Fix error in test. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anders Carlsson | Handle mangling of TemplateSpecializationType. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Fariborz Jahanian | Fixed a bug in generation of the new write-barriers... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Mike Stump | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Douglas Gregor | Initial implementation of a code-completion interface... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Mike Stump | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Tweak clang testing. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Douglas Gregor | Merge uninstantiated default arguments more carefully... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Steve Naroff | Add clang_disposeTranslationUnit() and clang_disposeInd... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | ARM: Incremental improvement to preprocessor defines. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Ignore extern "C++" { } when mangling. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Force triple for tests using __strong. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Add ARM register names and aliases. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Driver: Change -O to mean -O2, -O1 is meaningless. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Fix two crashes on value dependent expressions (shift... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Add a bunch of math builtins, #include <cmath> passes... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Revert r82123 for now. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Temporary band-aid for handling empty classes somewhat... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Treat an unqualified RecordType as a RecordDecl when... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Substitution for prefixes. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Convert mangle-subst.cpp over to using FileCheck. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Improve driver error message when only running the... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Substitute unscoped template names. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | IRgen/ObjC: Correctly construct the function info for... |
commit | commitdiff | tree | snapshot |
next |