1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib
Vikram S. Adve d670638ee6 Added subclass ConstantExpr to represent expressions consructed from
constants using operators such as cast, getelementptr, add, shl, etc.
Note that a ConstantExpr can be of any type, so classof() in most
other subclasses (that discriminate by type) have to check that it
is also not a ConstantExpr.

llvm-svn: 2901
2002-07-14 23:13:17 +00:00
..
Analysis * Pass the DSGraph around instead of the Function to printing fns 2002-07-11 20:33:32 +00:00
AsmParser Added support for parsing expressions constructed from constant values. 2002-07-14 22:59:28 +00:00
Bytecode Add support for writing ConstantExpr nodes. 2002-07-14 23:08:30 +00:00
CodeGen added std:: to endl 2002-07-11 00:17:17 +00:00
CWriter Fix anands changes 2002-06-30 16:07:20 +00:00
ExecutionEngine Implementing shift left & shift right on pointers 2002-07-09 18:42:36 +00:00
Support changes to make it compatible with 64bit gcc 2002-06-25 20:55:50 +00:00
Target added std:: to vector 2002-07-11 00:16:28 +00:00
Transforms Added EmitFunctions directory 2002-07-12 20:12:07 +00:00
VMCore Added subclass ConstantExpr to represent expressions consructed from 2002-07-14 23:13:17 +00:00
Makefile *** empty log message *** 2002-05-08 18:09:58 +00:00