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
/
CodeGen
/
CodeGenModule.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Avoid superfluous errors regarding variable-length arrays (casts).
Daniel Dunbar
2008-09-04
1
-3
/
+9
*
Objective-C @synthesize support.
Daniel Dunbar
2008-08-26
1
-0
/
+1
*
Use DenseMap on IdentifierInfo instead of StringMap.
Daniel Dunbar
2008-08-25
1
-1
/
+2
*
NeXT: Clean up constant CFString handling.
Daniel Dunbar
2008-08-23
1
-0
/
+4
*
Change WarnUnsupported to ErrorUnsupported (in name and in practice).
Daniel Dunbar
2008-08-16
1
-4
/
+4
*
Clean up CodeGenModule interface.
Daniel Dunbar
2008-08-15
1
-22
/
+15
*
Add GetAddrOfConstantCString method
Daniel Dunbar
2008-08-13
1
-5
/
+24
*
Change ObjCRuntime GenerateProtocol[Ref] methods to take
Daniel Dunbar
2008-08-13
1
-1
/
+1
*
Add LangOptions::NeXTRuntime.
Daniel Dunbar
2008-08-11
1
-1
/
+1
*
Change CodeGenModule to only create ObjC runtime for ObjC files
Daniel Dunbar
2008-08-11
1
-1
/
+11
*
Add dummy Mac Objective-C runtime interface.
Daniel Dunbar
2008-08-11
1
-1
/
+1
*
Back out r54608 (inline string literals were getting an extra '\0')
Daniel Dunbar
2008-08-10
1
-0
/
+5
*
Change CodeGen of global decls to key off of the name (instead of
Daniel Dunbar
2008-08-05
1
-9
/
+6
*
Remove excess #include.
Ted Kremenek
2008-08-05
1
-1
/
+0
*
Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...
Ted Kremenek
2008-08-05
1
-2
/
+7
*
Support constructor and destructor attributes in CodeGen
Daniel Dunbar
2008-08-01
1
-3
/
+22
*
Change CodeGenModule GlobalDeclMap to directly reference globals
Daniel Dunbar
2008-07-30
1
-2
/
+7
*
Rework codegen emission of globals
Daniel Dunbar
2008-07-29
1
-17
/
+34
*
Fix codegen of chained declarations
Daniel Dunbar
2008-07-29
1
-1
/
+0
*
implement the alias attirbute (in both Sema and Codegen)
Nuno Lopes
2008-06-08
1
-0
/
+3
*
First cut at setting attributes for functions and calls; this puts us
Eli Friedman
2008-06-01
1
-0
/
+5
*
Support for code generation of Objective-C top-level language constructs.
Anton Korobeynikov
2008-06-01
1
-0
/
+6
*
Emit memmove, not memcpy, for structure copies; this is unfortunately
Eli Friedman
2008-05-26
1
-0
/
+2
*
Move getAccessedFieldNo out of lib/AST/Expr.cpp into
Dan Gohman
2008-05-22
1
-0
/
+6
*
Added -g command line options to clang for generating source level debug info...
Sanjiv Gupta
2008-05-08
1
-2
/
+6
*
Fix PR2236
Nate Begeman
2008-04-20
1
-3
/
+2
*
Only generate code for static functions and global variables that are actuall...
Nate Begeman
2008-04-20
1
-0
/
+4
*
Generate code for annotation attributes.
Nate Begeman
2008-04-19
1
-1
/
+4
*
Add support to module codegen for adding and emitting annotations
Nate Begeman
2008-04-18
1
-0
/
+3
*
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
1
-3
/
+2
*
Add initial support for objc codegen for methods, ivars, and the
Chris Lattner
2008-03-30
1
-0
/
+2
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+129
[prev]