- Oct 13, 2001
-
-
Chris Lattner authored
llvm-svn: 766
-
Chris Lattner authored
llvm-svn: 765
-
Chris Lattner authored
llvm-svn: 764
-
Chris Lattner authored
llvm-svn: 763
-
Chris Lattner authored
* Fix initialization order problems... llvm-svn: 762
-
Chris Lattner authored
* Add real support for global variable addresses initializing constants * Fix encoding/decoding of VarArgs calls * Support the Invoke instruction llvm-svn: 761
-
Chris Lattner authored
* 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
-
Chris Lattner authored
* Print out prototypes correctly in cases that we weren't before * Use new style casts more * Support printing new invoke instruction llvm-svn: 759
-
Chris Lattner authored
* Add support for numeric global variable addresses * Clean up getVal function by refactoring it into several smaller functions * MethodTypes are now specified with an explicit isVarArg parameter * Break ValueRef into ConstValueRef & SymbolicValueRef components * Add support for the new Invoke instruction * Fix a few broken calls to Type::getName instead of Type::getDescription llvm-svn: 758
-
Chris Lattner authored
llvm-svn: 757
-
Chris Lattner authored
llvm-svn: 756
-
Chris Lattner authored
llvm-svn: 755
-
Chris Lattner authored
llvm-svn: 754
-
Chris Lattner authored
llvm-svn: 753
-
Chris Lattner authored
* Add support for indirect calls llvm-svn: 752
-
- Oct 12, 2001
-
-
Ruchira Sasanka authored
llvm-svn: 729
-
Ruchira Sasanka authored
llvm-svn: 728
-
Ruchira Sasanka authored
llvm-svn: 727
-
- Oct 11, 2001
-
-
Vikram S. Adve authored
each VM instruction. llvm-svn: 725
-
Vikram S. Adve authored
llvm-svn: 724
-
- Oct 10, 2001
-
-
Vikram S. Adve authored
llvm-svn: 721
-
Vikram S. Adve authored
Also, note return value of a Call as an "implicitUse". llvm-svn: 720
-
Vikram S. Adve authored
selection. These used to live in several different places before. llvm-svn: 719
-
Vikram S. Adve authored
llvm-svn: 717
-
Ruchira Sasanka authored
llvm-svn: 714
-
- Oct 03, 2001
-
-
Chris Lattner authored
llvm-svn: 712
-
Chris Lattner authored
llvm-svn: 711
-
Chris Lattner authored
Implement SymbolTable debug/dump utility llvm-svn: 710
-
Chris Lattner authored
Allow sharing of null pointer constants llvm-svn: 709
-
Chris Lattner authored
llvm-svn: 708
-
Chris Lattner authored
Clean up stuff a little bit with inMethod/ModuleContext functions llvm-svn: 707
-
Chris Lattner authored
llvm-svn: 704
-
Chris Lattner authored
* ConstPoolPointerReference now represents a pointer to a GlobalValue * Methods name references are now explicit pointers to methods * Rename Value::GlobalVal to Value::GlobalVariableVal to avoid confusion llvm-svn: 703
-
Chris Lattner authored
llvm-svn: 701
-
Chris Lattner authored
%ListNode3 = global %list { %list* null, int 4 } because %list is name and the parser expected a literal {..} type there. In addition, simplified rules that the fix (Allow any Types there, not just a StructType) made obsolete. Simplified type propogation a bit. llvm-svn: 700
-
Chris Lattner authored
* Allow multiple definitions of a type with the same name as long as they are the same type * Eagerly resolve types to allow #2 to work instead of after the whole const pool has been processed * Change grammar to require a const before a local constant definition llvm-svn: 699
-
- Oct 02, 2001
-
-
Chris Lattner authored
llvm-svn: 697
-
- Oct 01, 2001
-
-
Chris Lattner authored
Eliminate old style casts from value.h llvm-svn: 696
-
Chris Lattner authored
Convert more code to use them llvm-svn: 695
-
Chris Lattner authored
llvm-svn: 694
-