1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Chris Lattner 601ab4b0ff * Add real support for global variable addresses initializing constants
* Add minor optimization to BytecodeParser::refineAbstractType
* MethodType::get now take an explicit isVarArg parameter
* Fix encoding/decoding of VarArgs calls
* Support the Invoke instruction

llvm-svn: 760
2001-10-13 06:47:01 +00:00
..
Analysis Fix code to make GCC 2.96 happy 2001-10-13 06:34:47 +00:00
AsmParser * Add support for forward references of global variable addresses 2001-10-13 06:41:08 +00:00
Bytecode * Add real support for global variable addresses initializing constants 2001-10-13 06:47:01 +00:00
CodeGen --corrected coalescing test: coalsed only if two are of the same reg class 2001-10-12 17:48:18 +00:00
ExecutionEngine * Both Method & GlobalVariable now subclass GlobalValue 2001-10-03 14:53:21 +00:00
Support Clean up Type class by removing mutable ConstRules member and use annotations insead 2001-09-09 21:02:38 +00:00
Target Record implicitRefs for each machine instruction instead of 2001-10-11 04:23:19 +00:00
Transforms Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
VMCore * Support writing GlobalVariables with info comments by them 2001-10-13 06:42:36 +00:00
Makefile Move the sparc target to a new lib/Target directory 2001-09-14 03:55:11 +00:00