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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce module attributes into the module map grammar, along with a
Douglas Gregor
2012-01-27
7
-13
/
+34
*
Added source location for the template keyword in AST template-id expressions.
Abramo Bagnara
2012-01-27
7
-230
/
+345
*
Avoid redundant NNS qualification in constructor/destructor names.
Abramo Bagnara
2012-01-27
1
-1
/
+3
*
Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having
Argyrios Kyrtzidis
2012-01-27
2
-0
/
+9
*
Reimplement (de-)serialization of Objective-C categories to eliminate
Douglas Gregor
2012-01-27
4
-37
/
+69
*
constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr
Richard Smith
2012-01-27
2
-0
/
+11
*
Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455
Bob Wilson
2012-01-26
1
-0
/
+7
*
Keep track of the original target the user specified before
Joerg Sonnenberger
2012-01-26
1
-1
/
+7
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
14
-155
/
+164
*
objc-arc: introduce -no-finalize-removal which in gc mode,
Fariborz Jahanian
2012-01-26
1
-1
/
+2
*
Change HasMutableFields to HasOnlyCMembers and consider that a tag inside
Argyrios Kyrtzidis
2012-01-26
1
-1
/
+1
*
Extend the ExternalASTSource interface to allow the AST source to
Douglas Gregor
2012-01-26
6
-1
/
+113
*
Fix a minor bug in r148582, which made -ccc-host-triple into an alias option.
Bob Wilson
2012-01-26
1
-1
/
+1
*
In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptor
Argyrios Kyrtzidis
2012-01-26
1
-1
/
+6
*
Simplify {Record,Enum}Type::classof.
Peter Collingbourne
2012-01-26
1
-10
/
+2
*
Refactor to share code for handling return statements between lambda expressi...
Eli Friedman
2012-01-26
2
-13
/
+12
*
Introduce 3 new fixit options:
Argyrios Kyrtzidis
2012-01-26
5
-1
/
+39
*
Fix our handling of #pragma GCC visibility.
Rafael Espindola
2012-01-26
2
-0
/
+9
*
arc migrator: Added an option to the migrator
Fariborz Jahanian
2012-01-26
2
-0
/
+5
*
Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...
Ted Kremenek
2012-01-25
2
-16
/
+14
*
Improve the error message slightly for files that aren't using the expected U...
Eli Friedman
2012-01-25
1
-2
/
+2
*
Allow typo correction to be disabled in BuildOverloadedCallExpr variant.
Kaelyn Uhrain
2012-01-25
1
-1
/
+2
*
Avoid correcting unknown identifiers to types where types aren't allowed.
Kaelyn Uhrain
2012-01-25
2
-5
/
+13
*
Add custom callback object for typo correction in BuildRecoveryCallExpr.
Kaelyn Uhrain
2012-01-25
1
-0
/
+5
*
When we're substituting into a function parameter pack and expect to
Douglas Gregor
2012-01-25
1
-1
/
+2
*
Delete still more remnants of the now dead HostInfo. The janitoring will
Chandler Carruth
2012-01-25
1
-9
/
+0
*
Delete the driver's HostInfo class. This abstraction just never really
Chandler Carruth
2012-01-25
2
-90
/
+17
*
Switch the ToolChain types to all store a Driver reference rather than
Chandler Carruth
2012-01-25
1
-3
/
+2
*
Remove the TargetTriple object that I added to the Driver recently. This
Chandler Carruth
2012-01-25
1
-5
/
+0
*
Represent 256-bit unaligned loads natively and remove the builtins. Similar c...
Craig Topper
2012-01-25
1
-3
/
+0
*
Introduce a generation number for selector lookups in the global
Douglas Gregor
2012-01-25
1
-1
/
+6
*
Rework the external Sema source's ReadMethodPool() so that it doesn't
Douglas Gregor
2012-01-25
4
-11
/
+7
*
Reduce peak memory usage of the static analyzer on sqlite3 (when using inlini...
Ted Kremenek
2012-01-25
1
-3
/
+4
*
arc migrator: Provide infrastructure to add options
Fariborz Jahanian
2012-01-25
3
-0
/
+43
*
Replace a hack to handle NSLog/NSLogv in sema by declaring them as Library Bu...
Jean-Daniel Dupas
2012-01-24
1
-0
/
+5
*
Remove trailing slash in front of header name of ObjC builtins.
Jean-Daniel Dupas
2012-01-24
1
-12
/
+12
*
Add a new warning, -Wover-aligned, which detects attempts to use the default
Nick Lewycky
2012-01-24
2
-0
/
+6
*
objc: Issue a generic diagnostic assigning to
Fariborz Jahanian
2012-01-24
1
-3
/
+1
*
The following patch adds __attribute__((no_address_safety_analysis)) which wi...
Kostya Serebryany
2012-01-24
2
-0
/
+5
*
Promote the extension warning for attempts to catch a reference or
Douglas Gregor
2012-01-24
2
-7
/
+4
*
objc: issue error if assigning objects in fragile-abi too.
Fariborz Jahanian
2012-01-24
1
-0
/
+2
*
Only mark an IdentifierInfo as having changed since deserialization
Douglas Gregor
2012-01-24
1
-1
/
+2
*
Remove HostInfo::useDriverDriver(). This was only used in two places
Chandler Carruth
2012-01-24
1
-4
/
+0
*
Hoist the targeted triple object into an actual object in the Driver.
Chandler Carruth
2012-01-24
1
-1
/
+6
*
Support decltype in member initializers.
David Blaikie
2012-01-24
1
-0
/
+3
*
Reword/rename -Wswitch-unreachable-default.
David Blaikie
2012-01-24
2
-4
/
+4
*
Improve -Wswitch-enum diagnostic message.
David Blaikie
2012-01-24
1
-4
/
+4
*
Rename Sema::isNullExpr() -> Sema::isSentinelNullExpr() which is more descrip...
Argyrios Kyrtzidis
2012-01-24
1
-1
/
+1
*
objective-c: Ignore with warning forward class declaration whose name
Fariborz Jahanian
2012-01-24
1
-0
/
+3
*
Remove extraneous ';'.
Bill Wendling
2012-01-23
1
-1
/
+1
[next]