Go to file
Chris Lattner d1acffc845 Change constantexpr global variable initializers to convert the constants
to MCExpr then emit them through MCStreamer with EmitValue.  I think all
global variable initializers are now going through mcstreamer.

llvm-svn: 94293
2010-01-23 06:17:14 +00:00
clang Fix the EntityKind order so that all entity kinds that can be copied (using copy constructors) come first. Also, fix a bug where EK_New was left out of the err_init_conversion_failed diagnostic (It is now reported as 'new value'). Please review Doug :) 2010-01-23 05:47:27 +00:00
compiler-rt document runtime support functions 2010-01-22 21:21:14 +00:00
llvm Change constantexpr global variable initializers to convert the constants 2010-01-23 06:17:14 +00:00