llvm-project/clang/CodeGen
Anders Carlsson b9eb82c3ee Add EmitShuffleVector helper method.
llvm-svn: 44806
2007-12-10 19:35:18 +00:00
..
CGBuiltin.cpp Address Chris's comments. 2007-12-09 23:39:18 +00:00
CGDecl.cpp Support initalisers for more than just int-typed static variables. 2007-12-02 00:11:25 +00:00
CGExpr.cpp Add assert to flag incomplete bit-field support. 2007-12-10 18:52:06 +00:00
CGExprAgg.cpp convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CGExprComplex.cpp convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CGExprScalar.cpp Add EmitShuffleVector helper method. 2007-12-10 19:35:18 +00:00
CGObjC.cpp completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. 2007-08-24 05:35:26 +00:00
CGStmt.cpp convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CodeGenFunction.cpp warn about unhandled initializers instead of crashing on them. 2007-12-02 07:19:18 +00:00
CodeGenFunction.h Add EmitShuffleVector helper method. 2007-12-10 19:35:18 +00:00
CodeGenModule.cpp abort when we lower an initializer to the wrong type, as we currently do for: 2007-12-10 00:05:55 +00:00
CodeGenModule.h warn about unhandled initializers instead of crashing on them. 2007-12-02 07:19:18 +00:00
CodeGenTypes.cpp Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. 2007-12-10 18:37:40 +00:00
CodeGenTypes.h More struct bitfields layout work. Now handle, 2007-12-06 19:16:05 +00:00
Makefile Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore 2007-05-24 06:29:05 +00:00
ModuleBuilder.cpp Warn about unsupported codegen with the diags machinery, giving us: 2007-12-02 01:40:18 +00:00