2009-09-11 |
Benjamin Kramer | Update CMakeLists. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
John McCall | Track a class template specialization's point of instan... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
John McCall | When stringizing a NamedDecl for a diagnostic, treat... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Update prototype. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Anders Carlsson | Fix PR4878 for real. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
John McCall | Support elaborated dependent types and diagnose tag... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Zhongxing Xu | Start to add a new transfer function that inlines calle... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Sam Weinig | Test commit |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Anders Carlsson | Instantiate PredefinedExprs correctly. Patch by Sam... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Swizzle the target triple based on -mthumb, and update... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Update this test to expect the "inbounds" keyword,... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | Diagnose VLAs as an error in C++. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Steve Naroff | Make sure ObjCInterfaceDecl's that are forward declared... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Anders Carlsson | Pass the GlobalDecl to getMangledName, fixes PR4890. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Anders Carlsson | Pass GlobalDecls to GenerateCode and StartFunction. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Anders Carlsson | GlobalDecl doesn't have an explicit constructor anymore. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Anders Carlsson | Add stricter GlobalDecl constructors. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Fariborz Jahanian | Fix a regression where write-barrier was not being... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Douglas Gregor | Eliminate some "default"s in CheckICE. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Anders Carlsson | Look for overloaded arrow operators in base classes. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Teach LIT2 how to run Clang tests in the objdir for... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Initial handling of -m{soft-float,hard-float,float... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Move X86 handling of -m[no-]soft-float and -m[no-]red... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Change getLLVMArchNameForARM to just get the suffix. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Fariborz Jahanian | Patch to collect conversion methods in base(s) and... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Fariborz Jahanian | Non fragile ABI for GNU runtime. Patch bu David Chisnall. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Anders Carlsson | Don't check use of a member function declaration used... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Douglas Gregor | static_cast, reinterpret_cast, and const_cast can all... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Douglas Gregor | When performing unqualified name lookup into a DeclCont... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Fariborz Jahanian | Get the size of object to pass to objc_memmove_collecta... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Nuno Lopes | set svn:ignore |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Add code to mangle the triple for LLVM on ARM. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Zhongxing Xu | Make AnalysisManager stateless. Now other analyzer... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Don't substitute prcontext. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Implement Darwin/ARM behavior for defaulting to -fno... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Anders Carlsson | Make the forwarding member of block byref structs be... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Add a check that -static is not used with -dynamic... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Factor out CheckPreprocessing options to share between... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Recognize and ignore -Woverloaded-virtual. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Fix dependencies for DiagnosticGroups.td. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Douglas Gregor | When re-entering a template scope, we may be entering... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | Don't bother to perform any initialization for a variab... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | For a C++ delete expression where the operand is of... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Anders Carlsson | Use the right GlobalDecl type for destructors. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | Improve handling of initialization by constructor,... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Improve Darwin argument translation to match what the... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Move Clang X86 cpu/feature argument translation into... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Change Get{File,Program}Path to return an std::string... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Remove gratuitous use of c_str(). |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Use Twine concatenation instead of llvm::format. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | StringRefize ArgList construction of ArgStrings. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Suppress build warning. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Anders Carlsson | If a cast expression needs either a conversion function... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Ted Kremenek | Implement: <rdar://problem/7185647> [RegionStore]... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Fariborz Jahanian | Status update related to code gen for type conversion |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Use AddDarwinArch for passing arch name to assembler. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Add DarwinTool base class for all Darwin tools, and... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Push bound architecture name into TranslateArgs. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Push bound architecture name into Compilation::getArgsF... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Mike Stump | Remove tabs, and whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Mike Stump | Remove tab characters. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Mike Stump | Reflow comments and some minor whitespace fixups. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | Fix a thinko |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Anders Carlsson | Make BuildByRefType take a ValueDecl instead of a QualT... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | Allow a declaration of an array to complete a prior... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Douglas Gregor | Initial stab at implement dependent member references... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Fariborz Jahanian | More objc GC's API work for array of pointers declared |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Change Darwin toolchain lookup to use llvm::Triple. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Validate arguments to -arch. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Rename HostInfo::getToolChain to HostInfo::CreateToolCh... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Fix ShouldUseClangCompiler to use llvm::Triple. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Tweak & reflow comments, and delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Douglas Gregor | Make sure to access APValue's data via a char array... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Fariborz Jahanian | Fixes a regression in generating objc's GC API |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | convert this to filecheck, hopefully it will fix PR4888... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Anders Carlsson | Vastly improve PredefinedExpr output, both in Sema... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | Fix PR4922, where Sema would complete tentative definit... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | reduce indentation. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
John McCall | Support templateids in friend declarations. Fixes... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Support running tests using the new 'lit', via 'make... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Remove FIXMEs for pedantically-gcc-bug-compatible behavior. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Anders Carlsson | Handle variadic constructors better. Share code between... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Anders Carlsson | Clean up the CXXConstructExpr constructor, add Arg... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | reject returning a block expr even when it has parens... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Anders Carlsson | BuildCXXConstructExpr now takes a MultiExprArg. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Anders Carlsson | Check that the destination type of a static_cast expres... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Benjamin Kramer | More <sstream> removal. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Benjamin Kramer | Remove unnecessary #include <sstream>. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Mike Stump | Refine vcall offsets. Cleanups. WIP. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Use a SetVector for tracking some Obj-C metadata, to... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fariborz Jahanian | Test for generation of objc_assign_strongCast in a... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Anders Carlsson | Reapply 81096, now with a fix. Spot the bug: |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Daniel Dunbar | Revert "Initialize default CXXConstructExpr arguments... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Daniel Dunbar | lit: Set requireAndAnd config variable (currently unused). |
commit | commitdiff | tree | snapshot |
next |