index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test function template partial ordering when resolving the address of
Douglas Gregor
2009-09-14
1
-1
/
+1
*
Fix: <rdar://problem/5905851> do not report a leak when post-dominated by a call
Ted Kremenek
2009-09-14
2
-11
/
+112
*
Skeletal support for friend class templates.
John McCall
2009-09-14
4
-16
/
+58
*
ARM/[A]APCS: Ignore empty records passed as arguments.
Daniel Dunbar
2009-09-14
1
-0
/
+4
*
Refactor MarkDeductedTemplateParameters into
Douglas Gregor
2009-09-14
3
-70
/
+141
*
Used visible conversion function api to do overload
Fariborz Jahanian
2009-09-14
1
-3
/
+6
*
Implement FIXME: free up BugReportEquivClass objects when deleting BugTypes.
Ted Kremenek
2009-09-14
1
-4
/
+10
*
-Wchar-subscripts should not warn for explicit signed char subscripts either....
Sam Weinig
2009-09-14
1
-3
/
+3
*
Tighten up checking of non-dependent arguments as part of template
Douglas Gregor
2009-09-14
1
-3
/
+13
*
Small fix to stop CGObjCGNU emitting symbols that break some versions of gas.
David Chisnall
2009-09-14
1
-1
/
+1
*
Implement partial ordering of function template specializations
Douglas Gregor
2009-09-14
4
-17
/
+275
*
-Wchar-subscripts should not warn for unsigned char subscripts. Fixes PR4978.
Sam Weinig
2009-09-14
1
-1
/
+3
*
Using the property dot-syntax to invoke a non-eixsting
Fariborz Jahanian
2009-09-14
1
-10
/
+9
*
Remove an unnecessary FunctionDecl parameter to the synthesizing functions.
Anders Carlsson
2009-09-14
3
-42
/
+42
*
Fix subtle bug in generating LLVM function declarations for builtin functions.
Daniel Dunbar
2009-09-14
3
-5
/
+6
*
ARM/APCS: Don't treat structs w/ floating point types as "integer like".
Daniel Dunbar
2009-09-14
1
-0
/
+4
*
Add support for -Wchar-subscripts. Fixes PR4801.
Sam Weinig
2009-09-14
1
-0
/
+3
*
If a function call returns a reference, don't bind it to a temporary.
Anders Carlsson
2009-09-14
2
-1
/
+16
*
Implement CodeGenFunction::EmitCXXExprWithTemporariesLValue.
Anders Carlsson
2009-09-14
3
-1
/
+29
*
Some minor clang/ARM/AAPCS tweaks.
Daniel Dunbar
2009-09-14
1
-1
/
+11
*
Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that.
Daniel Dunbar
2009-09-14
2
-5
/
+10
*
Support -mabi= for clang/ARM.
Daniel Dunbar
2009-09-14
1
-0
/
+26
*
Handle delete where the class has a virtual destructor.
Anders Carlsson
2009-09-14
1
-5
/
+8
*
ARM target tweaks.
Daniel Dunbar
2009-09-14
1
-2
/
+24
*
Perform the C++ specific semantic checks of a function declaration after it's...
Anders Carlsson
2009-09-13
1
-41
/
+41
*
Fix another byref bug. This should hopefully get QuickLookPlugins building su...
Anders Carlsson
2009-09-13
1
-10
/
+10
*
Add utility to evaluate lvalues which are an offset relative to a stack
Eli Friedman
2009-09-13
1
-6
/
+16
*
ARM/APCS: Only "integer like" aggregates should be returned in r0 (following
Daniel Dunbar
2009-09-13
1
-21
/
+128
*
Rework the way we determine whether an externally visible symbol is
Douglas Gregor
2009-09-13
5
-80
/
+69
*
Don't use the PredefinedExpr string as the global variable name, these don't
Daniel Dunbar
2009-09-12
1
-1
/
+5
*
whitespace fix
Chris Lattner
2009-09-12
1
-1
/
+1
*
Update CMake files.
Benjamin Kramer
2009-09-12
1
-0
/
+1
*
More improvement in building list of visible conversion
Fariborz Jahanian
2009-09-12
1
-34
/
+36
*
Removed Context argument from couple of methods which don't
Fariborz Jahanian
2009-09-12
2
-6
/
+4
*
Add FIXME for alignments that won't be honored.
Mike Stump
2009-09-12
1
-0
/
+2
*
We can't have ctors in the vtable (right Doug?) :-)
Mike Stump
2009-09-12
1
-4
/
+0
*
More work toward having an access method for visible
Fariborz Jahanian
2009-09-12
2
-36
/
+53
*
Handle CK_DerivedToBase when emitting lvalue casts.
Anders Carlsson
2009-09-12
1
-21
/
+42
*
When necessary, null check the base value in GetAddressCXXOfBaseClass.
Anders Carlsson
2009-09-12
2
-1
/
+39
*
Handle derived-to-base conversion in CGExprScalar::EmitCast, if the cast kind...
Anders Carlsson
2009-09-12
1
-10
/
+18
*
Use the correct CastKind for derived-to-base pointer conversions.
Anders Carlsson
2009-09-12
3
-16
/
+25
*
Whoops, add CGCXXClass.cpp
Anders Carlsson
2009-09-12
1
-0
/
+104
*
Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValu...
Anders Carlsson
2009-09-12
3
-17
/
+28
*
Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there.
Anders Carlsson
2009-09-12
1
-67
/
+0
*
Add support for __block variables with alignment greater than __alignof(void *).
Anders Carlsson
2009-09-12
3
-31
/
+59
*
For __block variables, cache the LLVM types as well as which LLVM field where...
Anders Carlsson
2009-09-12
3
-14
/
+42
*
Stub out room for ARM APCS ABI implementation (and AAPCS_VFP, although you can't
Daniel Dunbar
2009-09-12
1
-2
/
+39
*
Formatting fixes.
Daniel Dunbar
2009-09-12
1
-27
/
+39
*
Change CodeGenModule::ConstructTypeAttributes to return the calling convention
Daniel Dunbar
2009-09-12
4
-16
/
+42
*
Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID
Douglas Gregor
2009-09-12
7
-10
/
+11
[next]