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
/
clang.xcodeproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added Driver/TranslationUnit.h and Driver/TranslationUnit.cpp to the
Ted Kremenek
2007-12-05
1
-0
/
+6
*
Added Basic/LangOptions.cpp to XCode project.
Ted Kremenek
2007-12-05
1
-2
/
+6
*
fix a couple switch codegen problems Oliver reported.
Chris Lattner
2007-12-01
1
-0
/
+1
*
pass diagnostics into the rewrite test client.
Chris Lattner
2007-11-30
1
-1
/
+0
*
Several fixes/simplifications surrounding how we stream top-level decl AST's.
Steve Naroff
2007-11-28
1
-0
/
+1
*
Fix a bug checking for 'int foo(void)' that didn't look through typedefs of v...
Chris Lattner
2007-11-28
1
-1
/
+0
*
Moved logic for -Wfloat-equal to SemaChecking.cpp.
Ted Kremenek
2007-11-25
1
-0
/
+2
*
Fix a basic bug (having to do with typedefs) in Sema::UsualArithmeticConversi...
Steve Naroff
2007-11-10
1
-0
/
+1
*
change source location to have two bits for macros, tracking
Chris Lattner
2007-11-09
1
-1
/
+0
*
Rewrite global variable initializers.
Steve Naroff
2007-11-09
1
-1
/
+2
*
add a getAtOffset() member to simplify some code.
Chris Lattner
2007-11-08
1
-2
/
+1
*
Add a new RewriteRope data structure which is a smarter way to represent the ...
Chris Lattner
2007-11-08
1
-0
/
+2
*
Added TypeSerialization.cpp and DeclSerialization.cpp to the XCode project.
Ted Kremenek
2007-11-05
1
-1
/
+9
*
add support for vector type compatibility checking. Patch by Nate Begeman.
Chris Lattner
2007-11-01
1
-0
/
+1
*
Tweak RewriteInterfaceDecl() to generate a typedef (if one hasn't already bee...
Steve Naroff
2007-11-01
1
-1
/
+0
*
More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.)
Fariborz Jahanian
2007-10-31
1
-0
/
+1
*
Implement a more sensible strategy for ObjC built-in types (addressing a long...
Steve Naroff
2007-10-31
1
-1
/
+0
*
After Anders check-in, we can now encode 'Class' type.
Fariborz Jahanian
2007-10-31
1
-0
/
+1
*
Add some plumbing to help cope with rewriting "id<p>", "Class<p>*".
Steve Naroff
2007-10-31
1
-1
/
+0
*
Added new type and bitfield fields in some decl types in preparation for obje...
Fariborz Jahanian
2007-10-31
1
-0
/
+1
*
Stop pre-defining objc_msgSend/objc_getClass in the preprocessor. Instead, I ...
Steve Naroff
2007-10-30
1
-1
/
+0
*
Added type encoding for 'id' type.
Fariborz Jahanian
2007-10-30
1
-0
/
+1
*
Remove a couple FIXME's for rewriting ObjC interfaces (which are now being re...
Steve Naroff
2007-10-30
1
-1
/
+0
*
Encoding for objectiive-c methods.
Fariborz Jahanian
2007-10-29
1
-0
/
+1
*
This commit contains lot's of small tweaks to how we pass around and store So...
Steve Naroff
2007-10-29
1
-1
/
+0
*
Address Chris's comments.
Anders Carlsson
2007-10-29
1
-0
/
+1
*
Implement *skeletal* support for representing GNU inline asm stmts in the AST,
Chris Lattner
2007-10-29
1
-1
/
+0
*
Path to synthesize 'instance' size field of _objc_class metadata.
Fariborz Jahanian
2007-10-26
1
-0
/
+1
*
Start rewriting ObjC interfaces. As a start, we comment out all the methods. ...
Steve Naroff
2007-10-26
1
-1
/
+0
*
Added DeclSerialization.cpp to XCode project.
Ted Kremenek
2007-10-25
1
-0
/
+4
*
Refactored several meta data for reusability.
Fariborz Jahanian
2007-10-25
1
-0
/
+1
*
Convert one type of metadata to use std::string instead of
Chris Lattner
2007-10-25
1
-1
/
+0
*
Added SourceLocation.cpp to XCode project.
Ted Kremenek
2007-10-25
1
-0
/
+5
*
Add a new ChooseExpr::isConditionTrue method to unify
Chris Lattner
2007-10-25
1
-1
/
+0
*
Refactord instance and class metadata emission. Refactored protocols metadata...
Fariborz Jahanian
2007-10-24
1
-0
/
+1
*
Add some plumbing to rewrite message expressions (still under construction).
Steve Naroff
2007-10-23
1
-2
/
+1
*
- Add rewrite rule for @class.
Steve Naroff
2007-10-23
1
-1
/
+1
*
This patch generates protocol metadata and all its sub-metadata.
Fariborz Jahanian
2007-10-22
1
-0
/
+1
*
Fix the previous (short lived:-) FIXME.
Steve Naroff
2007-10-18
1
-1
/
+0
*
Added StmtIterator.cpp and StmtIterator.h to the XCode project.
Ted Kremenek
2007-10-18
1
-0
/
+7
*
Fix the following bug...
Steve Naroff
2007-10-18
1
-1
/
+0
*
Added Driver/SerializationTest.cpp to the XCode project.
Ted Kremenek
2007-10-16
1
-0
/
+4
*
Fix location processing of @selector: the range should include the @ sign.
Fariborz Jahanian
2007-10-16
1
-0
/
+1
*
Add a new Rewriter::getRangeSize method.
Chris Lattner
2007-10-16
1
-1
/
+0
*
Patch to diagnose duplicate method implementations.
Fariborz Jahanian
2007-10-16
1
-1
/
+1
*
Push the rewriter forward a bit more. Now it rewrites
Chris Lattner
2007-10-16
1
-1
/
+1
*
Patch to implement AST generation for objective-c's @selector expression.
Fariborz Jahanian
2007-10-16
1
-0
/
+1
*
Bad cast...need to use dyn_cast_or_null. Also changed Sema::InitBuiltinVaList...
Steve Naroff
2007-10-16
1
-1
/
+0
*
Patch to parse @selector expressions.
Fariborz Jahanian
2007-10-15
1
-0
/
+1
*
Move type compatibility predicates from Type to ASTContext. In addition, the ...
Steve Naroff
2007-10-15
1
-1
/
+0
[next]