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
/
CodeGenTypes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
int X[] isn't a VLA. This improves support for stdio.h on darwin.
Chris Lattner
2007-08-26
1
-2
/
+4
*
implement rudimentary union layout support.
Chris Lattner
2007-08-26
1
-8
/
+31
*
Implement code generation for constant CFStrings.
Anders Carlsson
2007-08-21
1
-1
/
+4
*
Add preliminary support for converting struct types.
Anders Carlsson
2007-08-17
1
-3
/
+26
*
silence some warnings.
Chris Lattner
2007-08-02
1
-1
/
+4
*
silence a warning by treating ocuvectors the same as vectors.
Chris Lattner
2007-07-19
1
-0
/
+1
*
Refactor code so that isIntegerConstantExpr has an ASTContext available.
Chris Lattner
2007-07-15
1
-1
/
+2
*
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-14
1
-12
/
+9
*
Implement codegen for + and - with pointers. Patch contributed by
Chris Lattner
2007-07-13
1
-1
/
+1
*
implement support for llvm codegen of vectors. That was much easier than
Chris Lattner
2007-07-10
1
-0
/
+5
*
fix codegen of void-returning functions
Chris Lattner
2007-06-27
1
-1
/
+1
*
implement support for struct and complex returns.
Chris Lattner
2007-06-22
1
-0
/
+7
*
Split complex types out from being members of BuiltinType to being their own
Chris Lattner
2007-06-22
1
-15
/
+6
*
remove location tracking for target info
Chris Lattner
2007-06-22
1
-14
/
+13
*
implement lowering of complex types
Chris Lattner
2007-06-22
1
-3
/
+16
*
assert, don't crash, on int[]
Chris Lattner
2007-06-20
1
-1
/
+1
*
Split type analysis out to its own file, now the integer constant expr evalua...
Chris Lattner
2007-06-16
1
-0
/
+136