Age | Commit message (Expand) | Author |
2009-09-10 | GlobalDecl doesn't have an explicit constructor anymore. | Anders Carlsson |
2009-09-10 | Add stricter GlobalDecl constructors. | Anders Carlsson |
2009-09-10 | Fix a regression where write-barrier was not being generated | Fariborz Jahanian |
2009-09-10 | Eliminate some "default"s in CheckICE. | Douglas Gregor |
2009-09-10 | Look for overloaded arrow operators in base classes. | Anders Carlsson |
2009-09-10 | Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds. | Daniel Dunbar |
2009-09-10 | Initial handling of -m{soft-float,hard-float,float-abi=} for ARM. | Daniel Dunbar |
2009-09-10 | Move X86 handling of -m[no-]soft-float and -m[no-]red-zone into AddX86TargetA... | Daniel Dunbar |
2009-09-10 | Change getLLVMArchNameForARM to just get the suffix. | Daniel Dunbar |
2009-09-10 | Patch to collect conversion methods in base(s) and derived | Fariborz Jahanian |
2009-09-10 | Non fragile ABI for GNU runtime. Patch bu David Chisnall. | Fariborz Jahanian |
2009-09-10 | Don't check use of a member function declaration used if the member function ... | Anders Carlsson |
2009-09-10 | static_cast, reinterpret_cast, and const_cast can all be used in C++ | Douglas Gregor |
2009-09-10 | When performing unqualified name lookup into a DeclContext, also look into | Douglas Gregor |
2009-09-10 | Get the size of object to pass to objc_memmove_collectable() | Fariborz Jahanian |
2009-09-10 | set svn:ignore | Nuno Lopes |
2009-09-10 | Add code to mangle the triple for LLVM on ARM. | Daniel Dunbar |
2009-09-10 | Make AnalysisManager stateless. Now other analyzer components only depends on | Zhongxing Xu |
2009-09-10 | Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support t... | Daniel Dunbar |
2009-09-10 | ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. | Daniel Dunbar |
2009-09-10 | Don't substitute prcontext. | Daniel Dunbar |
2009-09-10 | Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. | Daniel Dunbar |
2009-09-10 | Make the forwarding member of block byref structs be a pointer to the block b... | Anders Carlsson |
2009-09-10 | Add a check that -static is not used with -dynamic or -mdynamic-no-pic. | Daniel Dunbar |
2009-09-10 | Factor out CheckPreprocessing options to share between Clang/CC1 tools. | Daniel Dunbar |
2009-09-10 | Recognize and ignore -Woverloaded-virtual. | Daniel Dunbar |
2009-09-10 | Fix dependencies for DiagnosticGroups.td. | Daniel Dunbar |
2009-09-10 | When re-entering a template scope, we may be entering a class template | Douglas Gregor |
2009-09-09 | Don't bother to perform any initialization for a variable declaration | Douglas Gregor |
2009-09-09 | For a C++ delete expression where the operand is of class type that | Douglas Gregor |
2009-09-09 | Use the right GlobalDecl type for destructors. | Anders Carlsson |
2009-09-09 | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor |
2009-09-09 | Improve Darwin argument translation to match what the driver driver does. | Daniel Dunbar |
2009-09-09 | Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. | Daniel Dunbar |
2009-09-09 | Change Get{File,Program}Path to return an std::string (instead of a sys::Path). | Daniel Dunbar |
2009-09-09 | Remove gratuitous use of c_str(). | Daniel Dunbar |
2009-09-09 | Use Twine concatenation instead of llvm::format. | Daniel Dunbar |
2009-09-09 | Simplify. | Daniel Dunbar |
2009-09-09 | StringRefize ArgList construction of ArgStrings. | Daniel Dunbar |
2009-09-09 | Suppress build warning. | Daniel Dunbar |
2009-09-09 | If a cast expression needs either a conversion function or a constructor to b... | Anders Carlsson |
2009-09-09 | Implement: <rdar://problem/7185647> [RegionStore] 'self' cannot be NULL upon... | Ted Kremenek |
2009-09-09 | Status update related to code gen for type conversion | Fariborz Jahanian |
2009-09-09 | Use AddDarwinArch for passing arch name to assembler. | Daniel Dunbar |
2009-09-09 | Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t... | Daniel Dunbar |
2009-09-09 | Push bound architecture name into TranslateArgs. | Daniel Dunbar |
2009-09-09 | Push bound architecture name into Compilation::getArgsForToolChain. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-09 | Remove tab characters. | Mike Stump |
2009-09-09 | Reflow comments and some minor whitespace fixups. | Mike Stump |