summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CodeGenTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* int X[] isn't a VLA. This improves support for stdio.h on darwin.Chris Lattner2007-08-261-2/+4
* implement rudimentary union layout support.Chris Lattner2007-08-261-8/+31
* Implement code generation for constant CFStrings.Anders Carlsson2007-08-211-1/+4
* Add preliminary support for converting struct types.Anders Carlsson2007-08-171-3/+26
* silence some warnings.Chris Lattner2007-08-021-1/+4
* silence a warning by treating ocuvectors the same as vectors.Chris Lattner2007-07-191-0/+1
* Refactor code so that isIntegerConstantExpr has an ASTContext available.Chris Lattner2007-07-151-1/+2
* A significant refactoring of the type size stuff to also Chris Lattner2007-07-141-12/+9
* Implement codegen for + and - with pointers. Patch contributed by Chris Lattner2007-07-131-1/+1
* implement support for llvm codegen of vectors. That was much easier thanChris Lattner2007-07-101-0/+5
* fix codegen of void-returning functionsChris Lattner2007-06-271-1/+1
* implement support for struct and complex returns.Chris Lattner2007-06-221-0/+7
* Split complex types out from being members of BuiltinType to being their ownChris Lattner2007-06-221-15/+6
* remove location tracking for target infoChris Lattner2007-06-221-14/+13
* implement lowering of complex typesChris Lattner2007-06-221-3/+16
* assert, don't crash, on int[]Chris Lattner2007-06-201-1/+1
* Split type analysis out to its own file, now the integer constant expr evalua...Chris Lattner2007-06-161-0/+136
OpenPOWER on IntegriCloud