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
/
CGDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Emit debug information for global and static variables when -g is specified.
Sanjiv Gupta
2008-06-05
1
-0
/
+9
*
Calculate alignment for local variables.
Eli Friedman
2008-05-31
1
-2
/
+6
*
Emit parameter and local variable debug information with -g.
Sanjiv Gupta
2008-05-30
1
-1
/
+22
*
Change uses of llvm::Type::isFirstClassType to use the new
Dan Gohman
2008-05-22
1
-2
/
+2
*
Add basic support for the pic-* target triples and add support for
Chris Lattner
2008-05-08
1
-12
/
+33
*
Generate code for annotation attributes.
Nate Begeman
2008-04-19
1
-7
/
+15
*
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
1
-7
/
+8
*
remove the Decl::getCanonicalType() method.
Chris Lattner
2008-04-06
1
-4
/
+3
*
Since isComplexType() no longer returns true for _Complex integers, the code
Chris Lattner
2008-04-04
1
-1
/
+1
*
Codegen assignment to self correctly, patch by David Chisnall!
Chris Lattner
2008-04-04
1
-2
/
+2
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+163
[prev]