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
*
Change ObjCContainerDecl to contain the entire range for the '@end'
Ted Kremenek
2010-01-07
6
-24
/
+37
*
_mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine,
Chris Lattner
2010-01-07
1
-1
/
+1
*
Fix the search for visible declarations within a Scope to ensure that
Douglas Gregor
2010-01-07
1
-13
/
+15
*
When we typo-correct a base class initializer, point to the base class
Douglas Gregor
2010-01-07
1
-1
/
+8
*
Whenever we emit a typo-correction diagnostic, also emit a note
Douglas Gregor
2010-01-07
7
-1
/
+35
*
When suggesting a typo correction for an @implementation without a
Douglas Gregor
2010-01-06
2
-1
/
+10
*
Move the allocation of designators in DesignatedInitExpr to the
Douglas Gregor
2010-01-06
3
-13
/
+22
*
Don't assert when dealing with unsigned casts of lvalues. Fixes PR5961.
John McCall
2010-01-06
1
-6
/
+11
*
Derive tighter ranges for & and >> in the conversion-checking code.
John McCall
2010-01-06
1
-6
/
+38
*
Fix linkage for RTTI names by re-using the logic for computing the
Douglas Gregor
2010-01-06
3
-43
/
+26
*
Fix a bug when property is redeclared in multiple
Fariborz Jahanian
2010-01-06
1
-0
/
+26
*
Fix marking of virtual members for nested classes whose first non-pure virtua...
Douglas Gregor
2010-01-06
4
-50
/
+90
*
Fix for PR5691
David Chisnall
2010-01-06
1
-1
/
+1
*
Make sure that the key-function computation produces the correct
Douglas Gregor
2010-01-06
1
-10
/
+27
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
4
-13
/
+52
*
Fix (invalid) may-be-uninitialized warning.
Daniel Dunbar
2010-01-06
1
-1
/
+2
*
Significantly rework the calculation of effective integer-expression ranges
John McCall
2010-01-06
1
-176
/
+221
*
Revert my available_externally vtables experiment. It's breaking the LLVM-wit...
Douglas Gregor
2010-01-06
1
-2
/
+7
*
Make our marking of virtual members functions in a class be
Douglas Gregor
2010-01-06
4
-56
/
+36
*
Reorder to avoid invalidating idx which is an accessor into VCall.
Mike Stump
2010-01-06
1
-1
/
+1
*
Fix spelling.
Mike Stump
2010-01-06
1
-1
/
+1
*
Per offline discussion with Doug, don't perform typo correction when we have ...
Ted Kremenek
2010-01-06
1
-0
/
+4
*
Do not diagnose method disguised as property setter
Fariborz Jahanian
2010-01-06
1
-2
/
+5
*
Add Expr::EvaluateAsBooleanCondition(), which does unprincipled folding to
John McCall
2010-01-05
1
-1
/
+9
*
Fixed a bug where initializer is a macro in rewrite.
Fariborz Jahanian
2010-01-05
1
-0
/
+1
*
Silence bogus GCC warning
Douglas Gregor
2010-01-05
1
-1
/
+2
*
Make use of available_externally linkage for vtables when the
Douglas Gregor
2010-01-05
1
-4
/
+19
*
API support for __block variables which are also __weak.
Fariborz Jahanian
2010-01-05
1
-5
/
+16
*
Improve key-function computation for templates. In particular:
Douglas Gregor
2010-01-05
6
-37
/
+51
*
Add code to skip the emission of available externally functions at -O0. WIP.
Mike Stump
2010-01-05
1
-0
/
+10
*
Minor clean up.
Fariborz Jahanian
2010-01-05
1
-6
/
+3
*
Remove bogus "C" from preamble block decls.
Steve Naroff
2010-01-05
1
-2
/
+2
*
More rewriting of __block APIs. wip.
Fariborz Jahanian
2010-01-05
1
-26
/
+40
*
Fix <rdar://problem/7490212> clang rewriter: return of the mixed line endings...
Steve Naroff
2010-01-05
1
-1
/
+3
*
Revert r92318. Instead fix the analyzer: do not call
Zhongxing Xu
2010-01-05
2
-9
/
+3
*
if an arraytype is canonical, then its element is guaranteed to be canonical.
Zhongxing Xu
2010-01-05
1
-1
/
+2
*
Allow clang to pass -x cl through to compiler driver.
Nate Begeman
2010-01-05
1
-0
/
+2
*
When emitting member function pointers, use the canonical decl if the member ...
Anders Carlsson
2010-01-05
2
-1
/
+4
*
Disallow captured arrays in blocks as well. Radar 7438948.
Mike Stump
2010-01-05
1
-0
/
+6
*
Disallow capturing vlas inside blocks.
Mike Stump
2010-01-05
1
-0
/
+6
*
Make static analysis support for C++ 'this' expression context-sensitive. Es...
Ted Kremenek
2010-01-05
4
-30
/
+46
*
More rewriting of __block objective-c pointer variables. wip.
Fariborz Jahanian
2010-01-05
1
-5
/
+80
*
Remove stale comment. We already do format string checking for functions wit...
Ted Kremenek
2010-01-05
1
-3
/
+0
*
Fix warnings.
Mike Stump
2010-01-05
1
-1
/
+2
*
Remove references to 'Checker' and 'GRTransferFuncs' from
Ted Kremenek
2010-01-05
6
-67
/
+52
*
Move the -Wconversion logic into SemaChecking.cpp. There's a fair amount of
John McCall
2010-01-04
3
-314
/
+315
*
Move the -Wsign-compare logic into SemaChecking.cpp.
John McCall
2010-01-04
2
-78
/
+81
*
Avoid warnings for functions that return a value using MS-style inline
Mike Stump
2010-01-04
1
-0
/
+8
*
Remember if the AsmStmt came from Microsoft-style inline assembly code.
Mike Stump
2010-01-04
6
-8
/
+12
*
-Wsign-compare shouldn't warn when the signed operand is a conditional operator
John McCall
2010-01-04
1
-20
/
+24
[next]