2009-09-14 |
Daniel Dunbar | Some minor clang/ARM/AAPCS tweaks. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Add TargetInfo::getABI(), and base ARM APCS vs AAPCS... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Support -mabi= for clang/ARM. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Anders Carlsson | Handle delete where the class has a virtual destructor. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | ARM target tweaks. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Add -target-abi clang-cc option, currently unused. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Anders Carlsson | Fix a bug in getFriendObjectKind where we would clear... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Anders Carlsson | Perform the C++ specific semantic checks of a function... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Anders Carlsson | CXXMethodDecl::isVirtual needs to check the canonical... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Anders Carlsson | Fix another byref bug. This should hopefully get QuickL... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | rewrite readme. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Eli Friedman | Add utility to evaluate lvalues which are an offset... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | ARM/APCS: Only "integer like" aggregates should be... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Douglas Gregor | Rework the way we determine whether an externally visib... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Some formatting tweaks to clang(1) |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Add minimal INSTALL.txt |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Force triple to avoid spurious differences due to runti... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Add RUN line. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Don't use the PredefinedExpr string as the global varia... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | rewrite the parsing code for -miphoneos-version-min and |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | whitespace fix |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Benjamin Kramer | Update CMake files. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Fariborz Jahanian | More improvement in building list of visible conversion |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Add a test for PR3733. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Fariborz Jahanian | Removed Context argument from couple of methods which... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Mike Stump | Add FIXME for alignments that won't be honored. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Mike Stump | We can't have ctors in the vtable (right Doug?) :-) |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Fariborz Jahanian | More work toward having an access method for visible |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Handle CK_DerivedToBase when emitting lvalue casts. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Benjamin Kramer | SmallVectorize preprocessor's token cache. Testing... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | When necessary, null check the base value in GetAddress... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Handle derived-to-base conversion in CGExprScalar:... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Use the correct CastKind for derived-to-base pointer... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Whoops, add CGCXXClass.cpp |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClas... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Add CGCXXClass.cpp. and move CodeGenFunction::AddressCX... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Add support for __block variables with alignment greate... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | For __block variables, cache the LLVM types as well... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Stub out room for ARM APCS ABI implementation (and... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Formatting fixes. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Change CodeGenModule::ConstructTypeAttributes to return... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Douglas Gregor | Remove unnecessary ASTContext parameter from FunctionDe... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Douglas Gregor | Remove unnecessary ASTContext parameters from isMain... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Douglas Gregor | Eliminate FunctionDecl::getBodyIfAvailable |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Fix a crash when generating vtables that contain destru... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Mike Stump | Add basic covariant thunk generation support. WIP. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | When performing name lookup within a class template... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Fariborz Jahanian | No need to build the visible conversionfunction list... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Set the calling convention based on the CGFunctionInfo. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Add CallingConvention argument to CGFunctionInfo. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Ted Kremenek | Introduce "DefinedOrUnknownSVal" into the SVal class... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Fariborz Jahanian | Patch to build visible conversion function list lazily... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | Slight improvement for extern templates, so that an... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
John McCall | Alter Action's friend interface to prepare for template... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Fix use of uninitialized, David please check. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | Improve testing for extern temp templates, slightly... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | Tweak the semantics of FunctionDecl::isOutOfLine to... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Sam Weinig | Add test for dependent PredefinedExprs. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Fariborz Jahanian | Undid my yesterday patch which is not needed with an... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | Cleanup and test C++ default arguments. Improvements... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Anders Carlsson | Just ignore friend templates for now so we won't crash. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Fariborz Jahanian | Fixes a regression in objc GC layout bitmap involving |
commit | commitdiff | tree | snapshot |
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 |
next |