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
/
CodeGen
/
CGDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support initalisers for more than just int-typed static variables.
Oliver Hunt
2007-12-02
1
-6
/
+3
*
Code gen static initializer.
Devang Patel
2007-10-26
1
-3
/
+8
*
Generate code for static variables that don't have initializers. Also, report...
Anders Carlsson
2007-10-17
1
-1
/
+25
*
Rename FileVariable -> FileVar for consistency with its class name,
Chris Lattner
2007-10-08
1
-3
/
+3
*
be slightly more volatile correct
Chris Lattner
2007-08-26
1
-1
/
+1
*
these fixme's are easy :)
Chris Lattner
2007-08-26
1
-4
/
+2
*
implement a fixme, add a couple more :)
Chris Lattner
2007-08-26
1
-3
/
+7
*
Make initialization of complex vars work.
Chris Lattner
2007-08-26
1
-2
/
+6
*
completely refactor codegen of scalar expressions out into its own CGExprScal...
Chris Lattner
2007-08-24
1
-2
/
+4
*
Refactor code so that isIntegerConstantExpr has an ASTContext available.
Chris Lattner
2007-07-15
1
-2
/
+2
*
implement support for basic codegen of global variables with no initializers.
Chris Lattner
2007-07-13
1
-1
/
+0
*
Evaluate the initializer for automatic variables.
Chris Lattner
2007-07-12
1
-1
/
+3
*
add some infrastructure for codegen'ing complex numbers. implement addition
Chris Lattner
2007-06-22
1
-1
/
+1
*
remove location tracking for target info
Chris Lattner
2007-06-22
1
-2
/
+2
*
Don't forget to set this
Chris Lattner
2007-06-22
1
-0
/
+1
*
fix naming of aggregate arguments.
Chris Lattner
2007-06-22
1
-5
/
+1
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-4
/
+3
*
Implement support for formal arguments. We can now compile this:
Chris Lattner
2007-06-13
1
-3
/
+35
*
codegen all declarators in a declstmt, allowing us to successfully codegen
Chris Lattner
2007-06-09
1
-5
/
+4
*
Add initial support for fixed-size local vardecls. This allows us to compile:
Chris Lattner
2007-06-02
1
-4
/
+40
*
Start stubbing out decl codegen.
Chris Lattner
2007-06-02
1
-0
/
+56