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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added -g command line options to clang for generating source level debug info...
Sanjiv Gupta
2008-05-08
1
-2
/
+9
*
Simplify FunctionDecl::AddRedeclaration a bit by using std::swap.
Chris Lattner
2008-05-04
1
-20
/
+22
*
if a decl is both 'static' and weak or static and inline, its linkage
Chris Lattner
2008-05-04
1
-7
/
+6
*
Verify the whole module after codegen to catch silly IR bugs.
Chris Lattner
2008-04-30
1
-0
/
+4
*
remove the 'unused static' diagnostic from codegen. This should be
Chris Lattner
2008-04-25
1
-8
/
+0
*
Fix PR2236
Nate Begeman
2008-04-20
1
-5
/
+17
*
Only generate code for static functions and global variables that are actuall...
Nate Begeman
2008-04-20
1
-5
/
+68
*
Generate code for annotation attributes.
Nate Begeman
2008-04-19
1
-0
/
+51
*
Add support to module codegen for adding and emitting annotations
Nate Begeman
2008-04-18
1
-0
/
+17
*
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
1
-4
/
+5
*
tracking API changes arising from r49277
Gabor Greif
2008-04-06
1
-3
/
+3
*
some cleanups on top of David's patch. There are still two
Chris Lattner
2008-03-30
1
-7
/
+5
*
Add initial support for objc codegen for methods, ivars, and the
Chris Lattner
2008-03-30
1
-1
/
+18
*
simplify code by using the variadic StructType::get method.
Chris Lattner
2008-03-19
1
-21
/
+19
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+509