index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid ///usr/include/foo.h, patch by Sean Middleditch
Chris Lattner
2007-12-09
1
-3
/
+10
*
Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.
Anders Carlsson
2007-12-08
1
-0
/
+23
*
Omit the field name when including the super class structure template.
Steve Naroff
2007-12-07
1
-4
/
+10
*
Implemented when static typing is combined with protocols and use as receiver
Fariborz Jahanian
2007-12-07
1
-0
/
+4
*
Patch for rewriting of @protocol.
Fariborz Jahanian
2007-12-07
1
-4
/
+52
*
Rewrite 'super' within a class method. This required some minor tweaks to the...
Steve Naroff
2007-12-07
1
-14
/
+79
*
On Steve's suggestion, moved handling of use of undeclared method in a message
Fariborz Jahanian
2007-12-06
1
-4
/
+4
*
Subdivided the function InitializeBaseLanguage into InitializeBaseLanguage,
Ted Kremenek
2007-12-05
1
-43
/
+51
*
Avoid passing Diags into InitializeIncludePaths.
Chris Lattner
2007-12-05
1
-10
/
+13
*
Converted SerializationTest (--test-pickling) to use the new TranslationUnit
Ted Kremenek
2007-12-05
2
-267
/
+48
*
Make sure the class methods get attached to the metaclass object.
Steve Naroff
2007-12-05
1
-2
/
+2
*
Added "TranslationUnit" class that will be used to provide an interface
Ted Kremenek
2007-12-05
2
-0
/
+304
*
Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.
Ted Kremenek
2007-12-05
5
-11
/
+14
*
I'm apparently the only sad lonely ppc user left :)
Chris Lattner
2007-12-05
1
-2
/
+2
*
Moved creation of ASTConsumers that can operate on both freshly-parsed and
Ted Kremenek
2007-12-05
1
-44
/
+51
*
Changed type-cast of "struct objc_super"'s 2nd initializer to match definitio...
Fariborz Jahanian
2007-12-05
1
-2
/
+2
*
Added serialization support of SourceManager to the clang driver.
Ted Kremenek
2007-12-05
3
-10
/
+17
*
Add the definition of objc_super...
Steve Naroff
2007-12-04
1
-1
/
+5
*
Type-cast initializers for "struct objc_super" parameter to avoid warning.
Fariborz Jahanian
2007-12-04
1
-3
/
+9
*
Don't assert if objc.h not declared when rewriting.
Fariborz Jahanian
2007-12-04
1
-1
/
+17
*
Removed a "TODO" comment as objc1 runtime does not need to do the "TODO".
Fariborz Jahanian
2007-12-04
1
-1
/
+1
*
Removed searching for "darwin" keyword in target triple. We don't really support
Ted Kremenek
2007-12-04
1
-15
/
+13
*
Fixed order of operands to strstr call.
Ted Kremenek
2007-12-03
1
-1
/
+1
*
For target processing, on non-Darwin systems instead of using the host triple,
Ted Kremenek
2007-12-03
2
-21
/
+31
*
Change <Objc/objc.h> to <objc/objc.h>
Fariborz Jahanian
2007-12-03
1
-1
/
+1
*
Implemented serialization of TargetInfo.
Ted Kremenek
2007-12-03
3
-12
/
+24
*
Fixed a bug exposed by referencing an ivar field using component reference sy...
Fariborz Jahanian
2007-12-03
1
-1
/
+3
*
Few cleanups to patch 44551:
Ted Kremenek
2007-12-03
1
-9
/
+13
*
Implemented initial support for "-triple" option to the clang driver. This
Ted Kremenek
2007-12-03
3
-52
/
+130
*
Fix an ast-print/ast-dump bug.
Chris Lattner
2007-12-03
1
-2
/
+2
*
Support for rewriteing of messaging of methods which return float.
Fariborz Jahanian
2007-12-03
1
-0
/
+27
*
Added support for messagings which return a structure-value.
Fariborz Jahanian
2007-12-03
1
-9
/
+122
*
Warn about unsupported codegen with the diags machinery, giving us:
Chris Lattner
2007-12-02
1
-1
/
+1
*
fix a crash when the rewriter would scan off the beginning of the file.
Chris Lattner
2007-12-02
1
-3
/
+11
*
add support for custom client-specific diagnostics. As a testcase, make the
Chris Lattner
2007-12-02
1
-0
/
+5
*
start partitioning the diagnostics into two classes: those
Chris Lattner
2007-11-30
8
-17
/
+21
*
Implemented serialization of SelectorTable and Selectors.
Ted Kremenek
2007-11-30
1
-14
/
+24
*
pass diagnostics into the rewrite test client.
Chris Lattner
2007-11-30
3
-4
/
+12
*
Support lax vector conversions.
Anders Carlsson
2007-11-30
1
-0
/
+7
*
Only serialize top-level decls that appear at the head of a decl chain.
Ted Kremenek
2007-11-29
1
-12
/
+17
*
Enhanced serialization testing by also pretty-printing CFGs constructed from ...
Ted Kremenek
2007-11-29
1
-0
/
+16
*
Several fixes/simplifications surrounding how we stream top-level decl AST's.
Steve Naroff
2007-11-28
1
-0
/
+2
*
Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes
Ted Kremenek
2007-11-28
3
-129
/
+120
*
Modified --test-pickling to perform an actual cross-check of serialized ASTs:
Ted Kremenek
2007-11-28
1
-48
/
+144
*
Add correct types for the last remaining intrinsics.
Anders Carlsson
2007-11-28
1
-87
/
+79
*
Implement support for -fwritable-strings and make the code generator
Chris Lattner
2007-11-28
3
-6
/
+15
*
Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h wit...
Anders Carlsson
2007-11-28
1
-237
/
+237
*
Migrated static functions that print decls into a DeclPrinter class,
Ted Kremenek
2007-11-27
2
-77
/
+115
*
Add builtin type signature support for vector types. Add correct type signatu...
Anders Carlsson
2007-11-27
1
-60
/
+63
*
Add more semantic analysis for inline asm statements.
Anders Carlsson
2007-11-27
1
-1
/
+76
[next]