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 |
2009-09-17 |
Daniel Dunbar | IRgen/ObjC: Make the target method decl available to... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Add mangleSubstitution/addSubstitution variants that... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Get rid of the last grep. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | When mangling function template specialization, mangle... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Add new functions to the mangler for the <unscoped... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | PCH: When writing PCH files, tweak the predicate functi... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | PCH: When deserializing an explicit "external definitio... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Initial support for code generation from .ast files. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | clang-cc: Factor out code for creating one of the stand... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | We don't need a -compile-ast clang-cc action, we can... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Anders Carlsson | Add basic substitution to the C++ mangler. It currently... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Force triple, although probably the real fix is to... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Fix substituto. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Add CLANG_{SOURCE,BINARY}_DIR cmake variables. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Anders Carlsson | Add a simple const mangling test. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Fariborz Jahanian | Removed useless stuff from the test. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Fariborz Jahanian | More test for objc gc's mixed write-barriers. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Anders Carlsson | When creating function types, remove any top-level... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Fariborz Jahanian | Additional tests for write-bariers. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Fariborz Jahanian | Test for variety of write-barriers. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Fariborz Jahanian | patch for generating objc'2 objc_assign_ivar. WIP. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
John McCall | Improved representation and support for friend class... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Douglas Gregor | CMake: Generate LIT site configuration file for Clang... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Douglas Gregor | The CMake build system now derives the Clang version... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Fariborz Jahanian | Starting patch to generate more specific API for objc's |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Mike Stump | Fix spelling. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Anders Carlsson | Improve handling of vector casts in C++. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | grammaro |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Douglas Gregor | Teach Sema::FindInstantiatedDecl to find instantiated... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Fariborz Jahanian | Do not generate write-barrier in indirect assignment to |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Fariborz Jahanian | Removed a superfluous check before setting |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Anders Carlsson | x86-64 ABI: If a type is a C++ record with either a... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Benjamin Kramer | PR4991: Properly remove trailing newline from __TIMESTA... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Daniel Dunbar | Incremental improvement to logic determining whether... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Ted Kremenek | Have divide-by-zero checker not handled undefined denom... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Ted Kremenek | Remove ImplicitBadDivides/ExplicitBadDivides node sets... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | fix some ppc register name issues, patch by Richard... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Daniel Dunbar | A toy for Doug: Add some 'lit' tests which just run... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Daniel Dunbar | tests: Stash clang/clang-cc and LLVM src/obj paths... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Mike Stump | Chris doesn't want the FIXME. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Mike Stump | Add a FIXME, so the next person don't trip as hard... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Mike Stump | Collapse more clang version numbers down into fewer... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Mike Stump | Some people don't want to fix their broken code just... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Douglas Gregor | Fix a typo in a FIXME |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Mike Stump | Back to 1.1 we go. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Fariborz Jahanian | In building list of visible conversion functions, use |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Mike Stump | Back out for now, as apparently there is some really... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Douglas Gregor | When implicitly declaring operators new, new[], delete... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Douglas Gregor | Update Clang version for CMake |
commit | commitdiff | tree | snapshot |
next |