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
*
The assert at Sema::ObjCActOnStartOfMethodDef should check CurMethodDecl inst...
Argyrios Kyrtzidis
2008-06-25
1
-1
/
+1
*
Updated atomic intrinsic name from llvm r52706. Fixed dropped bit in shufps.
Mon P Wang
2008-06-25
1
-4
/
+4
*
'Educate' IdentifierResolver about the declaration context of CXXFieldDecls.
Argyrios Kyrtzidis
2008-06-24
1
-0
/
+4
*
The only caller of this knows that the current token is l_brace, so this can ...
Argyrios Kyrtzidis
2008-06-24
1
-12
/
+1
*
Add parsing support for C++ classes.
Argyrios Kyrtzidis
2008-06-24
6
-1
/
+448
*
"Support for Objective-C message sends which return structures. Also include...
Chris Lattner
2008-06-24
4
-4
/
+102
*
"This is a small fix for a bug where static object instances were being incor...
Chris Lattner
2008-06-24
1
-4
/
+6
*
Update serialization for ObjCMessageExpr to handle additional bit-swizziling ...
Ted Kremenek
2008-06-24
1
-8
/
+12
*
ObjCMessageExpr objects that represent messages to class methods now can cont...
Ted Kremenek
2008-06-24
2
-3
/
+45
*
Remove unneeded method arguments.
Ted Kremenek
2008-06-24
1
-10
/
+3
*
Cache ObjC summaries by IdentifierInfo*, not by ObjCInterfaceDecl.
Ted Kremenek
2008-06-24
1
-12
/
+21
*
Added ObjCSummaryCache, a new summary cache object to cache summaries for Obj...
Ted Kremenek
2008-06-23
1
-0
/
+101
*
Rename summary methods for "instance methods" to "class methods" (the names g...
Ted Kremenek
2008-06-23
1
-33
/
+33
*
The CF retain/release checker now assumes that allocations do not fail. Even...
Ted Kremenek
2008-06-23
1
-51
/
+18
*
add a fixme back
Chris Lattner
2008-06-21
1
-0
/
+1
*
"this patch adds code generation hooks for Objective-C constant strings. It ...
Chris Lattner
2008-06-21
3
-9
/
+18
*
Don't add isa with @defs only to work around it in the code generator, patch
Chris Lattner
2008-06-21
2
-8
/
+0
*
"This moves built-in Objective-C types up the scope chains to where they can ...
Chris Lattner
2008-06-21
1
-51
/
+34
*
add parser and sema support for the funny ObjC '@defs' thing.
Chris Lattner
2008-06-21
3
-13
/
+65
*
remove dead enums.
Chris Lattner
2008-06-21
1
-2
/
+0
*
Switch 'super' from being a weird cast thing to being a predefined expr node.
Chris Lattner
2008-06-21
3
-17
/
+12
*
K&R-style functions not allowed in C++.
Argyrios Kyrtzidis
2008-06-21
1
-2
/
+3
*
When using the dead-stores checker with the BugReporter class, properly captu...
Ted Kremenek
2008-06-20
1
-3
/
+8
*
Modified the dead stores checker to...
Ted Kremenek
2008-06-20
4
-34
/
+71
*
Added ParentMap, a class to represent a lazily constructed mapping from child...
Ted Kremenek
2008-06-20
1
-0
/
+54
*
Remove tabs.
Mike Stump
2008-06-19
1
-2
/
+2
*
One more test checkin.
Mike Stump
2008-06-19
1
-1
/
+1
*
Test commit to see if new account works.
Mike Stump
2008-06-19
1
-60
/
+60
*
Introduce initial transfer function support for __imag__ and __real__. We don't
Ted Kremenek
2008-06-19
1
-3
/
+50
*
Added a new ProgramPoint: PostPurgeDeadSymbols. This new program point disti...
Ted Kremenek
2008-06-18
3
-31
/
+102
*
Fix non-termination bug reported by Thomas Clement!
Ted Kremenek
2008-06-17
1
-1
/
+25
*
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-17
14
-151
/
+171
*
Fix more strict-aliasing warnings.
Ted Kremenek
2008-06-17
2
-22
/
+18
*
This patch is motivated by numerous strict-aliasing warnings when compiling
Ted Kremenek
2008-06-17
9
-181
/
+91
*
Silence uninitialized value warning in Release build.
Ted Kremenek
2008-06-16
1
-4
/
+5
*
Silence uninitialized value warning during Release build.
Ted Kremenek
2008-06-16
1
-4
/
+5
*
Introduce preliminary support for NSString format-string checking.
Ted Kremenek
2008-06-16
4
-2
/
+38
*
force size of alloca to i32, which is currently required by LLVM IR.
Chris Lattner
2008-06-16
1
-3
/
+6
*
Basic support for volatile loads and stores. Stores the volatile
Eli Friedman
2008-06-13
8
-51
/
+112
*
Fix "copy & paste" error.
Argyrios Kyrtzidis
2008-06-11
1
-3
/
+3
*
Don't crash if we can't find FileEntry info for a typedef, since one
Eli Friedman
2008-06-11
1
-14
/
+17
*
-Add DeclChain member to DeclContext.
Argyrios Kyrtzidis
2008-06-10
3
-37
/
+61
*
Make CodeGenFunction::EmitDecl() recognise CXXClass/CXXStruct/CXXUnion.
Argyrios Kyrtzidis
2008-06-09
1
-0
/
+3
*
Dump the name of CXXStruct/CXXUnion/CXXClass Decl subclasses.
Argyrios Kyrtzidis
2008-06-09
1
-0
/
+3
*
-Changes to TagDecl:
Argyrios Kyrtzidis
2008-06-09
9
-48
/
+57
*
Added new C++ AST Decl subclasses.
Argyrios Kyrtzidis
2008-06-09
4
-2
/
+69
*
Generate debug descriptors for array types while generating the debug info.
Sanjiv Gupta
2008-06-09
2
-3
/
+63
*
Add code to make test/CodeGen/struct-init.c work correctly without the
Eli Friedman
2008-06-09
1
-0
/
+105
*
For struct initialization, check compatibility with the unqualified
Eli Friedman
2008-06-09
1
-1
/
+3
*
implement the alias attirbute (in both Sema and Codegen)
Nuno Lopes
2008-06-08
5
-17
/
+75
[next]