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
*
Some cleanup and refactoring of rewriter.
Fariborz Jahanian
2009-12-23
1
-4
/
+26
*
Tidy up ~ASTContext a bit by turning orphan compound statements into
Ted Kremenek
2009-12-23
1
-25
/
+24
*
Diagnose the use of incomplete types in C++ typeid expressions
Douglas Gregor
2009-12-23
1
-2
/
+18
*
Remove cv-qualifiers from the argument to typeid
Douglas Gregor
2009-12-23
1
-11
/
+30
*
This patch concludes rewriteing of __block variables to allow
Fariborz Jahanian
2009-12-23
1
-2
/
+10
*
Mangle template template parameters. Fixes PR5861.
Anders Carlsson
2009-12-23
1
-9
/
+12
*
Removed a FIXME comment.
Fariborz Jahanian
2009-12-23
1
-3
/
+2
*
More rewriting of __block variables.
Fariborz Jahanian
2009-12-23
1
-4
/
+18
*
fix the microsoft "charify" extension to return the charified token
Chris Lattner
2009-12-23
1
-1
/
+1
*
switch -Werror/-Wfatal-errors error conditions to use diagnostics instead
Chris Lattner
2009-12-23
1
-9
/
+7
*
Fix the overflow calculation in Sema::CheckTemplateArgument to be a bit more
Eli Friedman
2009-12-23
1
-1
/
+8
*
When using a default function argument for a function template (or
Douglas Gregor
2009-12-23
2
-3
/
+31
*
Remove RewriteBlocks. It has been superseded by RewriteObjC
Kovarththanan Rajaratnam
2009-12-23
4
-1161
/
+0
*
move a few more symbols to .rodata/.data.rel.ro
Nuno Lopes
2009-12-23
5
-5
/
+5
*
Fix DISABLE_SMART_POINTERS build
Douglas Gregor
2009-12-23
1
-5
/
+6
*
Add support for handling initializers in RewriteObjC::RewriteByRefVar().
Steve Naroff
2009-12-23
1
-5
/
+16
*
Register call inliner as the last checker.
Zhongxing Xu
2009-12-23
1
-2
/
+3
*
Migrate the call inliner to the Checker interface.
Zhongxing Xu
2009-12-23
2
-34
/
+70
*
Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child exp...
Ted Kremenek
2009-12-23
2
-0
/
+9
*
For inter-procedural analysis, predecessor node may be in another function.
Zhongxing Xu
2009-12-23
1
-3
/
+3
*
Add CFG support for the condition variable that can appear in IfStmts in C++ ...
Ted Kremenek
2009-12-23
2
-1
/
+50
*
Suppress dead store warnings involving objects initialized with CXXExprTempor...
Ted Kremenek
2009-12-23
1
-0
/
+4
*
Add stack trace pretty printing in GRExprEngine::VisitLValue().
Ted Kremenek
2009-12-23
1
-0
/
+4
*
Fix CXXConstructExpr::getSourceRange() to not include the source ranges of CX...
Ted Kremenek
2009-12-23
1
-0
/
+12
*
Update for the intrinsic changes in llvm: the object size intrinsic
Eric Christopher
2009-12-23
3
-2
/
+13
*
Teach GRExprEngine::VisitLValue to ignore CXXExprWithTempories (for now).
Ted Kremenek
2009-12-23
1
-0
/
+1
*
Fix PR 5857. When casting from a symbolic region to an integer back to a poi...
Ted Kremenek
2009-12-23
1
-8
/
+9
*
Remove CharUnits::toString() to eliminate dependence on <string>.
Ken Dyck
2009-12-23
2
-21
/
+0
*
Patch to do more rewrite of __block variables.
Fariborz Jahanian
2009-12-23
1
-11
/
+87
*
Eliminate a completely unnecessary buffer copy when parsing float literals.
John McCall
2009-12-23
1
-6
/
+1
*
Teach GRExprEngine::VisitLValue that we don't handle CXXZeroInitValueExprs yet.
Ted Kremenek
2009-12-23
1
-1
/
+2
*
Also treat the type of the subexpression as a pointer in GRExprEngine::VisitC...
Ted Kremenek
2009-12-23
1
-0
/
+1
*
Driver: Fix '... -O4 -O0 ...', which was generating bitcode.
Daniel Dunbar
2009-12-23
1
-2
/
+5
*
Driver: Drop ToolChain::getHost()
Daniel Dunbar
2009-12-23
1
-1
/
+1
*
Set a member's access specifier even if it doesn't match the previous specifier.
John McCall
2009-12-23
1
-0
/
+2
*
Add basic support for analyzing CastExprs as lvalues.
Ted Kremenek
2009-12-23
1
-3
/
+27
*
Objective-C methods can be variadic, too. Who knew.
Douglas Gregor
2009-12-23
1
-0
/
+7
*
Switch Sema::CreateOverloadedUnaryOp over to InitializationSequence.
Douglas Gregor
2009-12-23
1
-3
/
+8
*
warn when attribute warn_unused_result is applied to void functions.
Nuno Lopes
2009-12-22
1
-1
/
+6
*
Allow the first parameter of operator new to be a cv-qualified
Douglas Gregor
2009-12-22
3
-3
/
+4
*
Driver: When linking, don't warn about unused arguments which are obviously only
Daniel Dunbar
2009-12-22
1
-0
/
+5
*
implement -W[no-]fatal-errors, patch by Christian Adåker!
Chris Lattner
2009-12-22
2
-2
/
+38
*
Make sure that reinterpret_cast gets a CastKind on all successful
Douglas Gregor
2009-12-22
1
-1
/
+5
*
Add using shadow decls to the "instantiated locals" map, fixing PR5847.
John McCall
2009-12-22
1
-0
/
+5
*
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
Douglas Gregor
2009-12-22
3
-36
/
+41
*
Add transfer functions support for visiting an Objective-C message expression...
Ted Kremenek
2009-12-22
2
-42
/
+78
*
ARM: Remove a FIXME, it's not actually more complicated than that.
Daniel Dunbar
2009-12-22
1
-1
/
+0
*
Switch parameter passing for overloaded binary operators to
Douglas Gregor
2009-12-22
1
-7
/
+31
*
Serialize the NoReturn bit on FunctionTypes for precompiled headers
Douglas Gregor
2009-12-22
2
-4
/
+6
*
Enter the scope of an initializer for direct-initialization as well as
Douglas Gregor
2009-12-22
1
-0
/
+16
[next]