- Jul 18, 2004
-
-
Reid Spencer authored
- Move these functions from other places - Provide implementations of Constant class overrides in GlobalValue llvm-svn: 14936
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Replace tabs. llvm-svn: 14935
-
Reid Spencer authored
- Correct an assert to not have redundant isa<GlobalValue> llvm-svn: 14934
-
Reid Spencer authored
- Correct isa<Constant> for GlobalValue subclass llvm-svn: 14933
-
Reid Spencer authored
- Correct isa<Constant> for GlobalValue subclass - Fix some tabs and indentation. llvm-svn: 14932
-
Reid Spencer authored
- Module doesn't need to manage ConstantPointerRefs any more. llvm-svn: 14931
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14930
-
Reid Spencer authored
- Move GlobalValue and GlobalVariable implementations to Globals.cpp llvm-svn: 14929
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Minimize redundant isa<GlobalValue> usage - Correct isa<Constant> for GlobalValue subclass - Delete ConstantPointerRef member function implementations llvm-svn: 14928
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Minimize redundant isa<GlobalValue> usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14927
-
- Jul 16, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 14885
-
Chris Lattner authored
llvm-svn: 14867
-
- Jul 15, 2004
-
-
Chris Lattner authored
llvm-svn: 14847
-
Chris Lattner authored
null, uint 1) to uint)' to a constant integer. We can only do this with primitive LLVM types, because other types have target-specific sizes. llvm-svn: 14837
-
- Jul 14, 2004
-
-
Chris Lattner authored
llvm-svn: 14821
-
Chris Lattner authored
llvm-svn: 14801
-
- Jul 13, 2004
-
-
Chris Lattner authored
llvm-svn: 14800
-
- Jul 12, 2004
-
-
Chris Lattner authored
llvm-svn: 14776
-
Chris Lattner authored
Reid, this might matter to you :) llvm-svn: 14774
-
Chris Lattner authored
llvm-svn: 14767
-
- Jul 10, 2004
-
-
Reid Spencer authored
Patch found and provided by Vladimir Merzliakov. Thanks Vladimir! llvm-svn: 14732
-
- Jul 09, 2004
-
-
Chris Lattner authored
llvm-svn: 14726
-
Chris Lattner authored
llvm-svn: 14708
-
- Jul 08, 2004
-
-
Chris Lattner authored
llvm-svn: 14695
-
- Jul 07, 2004
-
-
Misha Brukman authored
llvm-svn: 14678
-
Reid Spencer authored
Improve exeception handling around bcreader invocations. llvm-svn: 14674
-
Chris Lattner authored
Regression.Assembler.2002-01-24-BadSymbolTableAssert Regression.Assembler.2002-01-24-ValueRefineAbsType Found through the nightly tester :) llvm-svn: 14671
-
Chris Lattner authored
yet, then resolve them in it's own sweet time. We must support this. llvm-svn: 14666
-
Chris Lattner authored
llvm-svn: 14658
-
Chris Lattner authored
llvm-svn: 14654
-
- Jul 06, 2004
-
-
Chris Lattner authored
of instructions that don't have a first-class or void type. llvm-svn: 14646
-
- Jul 04, 2004
-
-
Reid Spencer authored
llvm-svn: 14619
-
Reid Spencer authored
- Remove Tabs - Add inserters needed since Value doesn't implement them any more - Move some functions here to avoid cyclic header file dependencies. llvm-svn: 14618
-
Reid Spencer authored
llvm-svn: 14617
-
Reid Spencer authored
llvm-svn: 14616
-
Reid Spencer authored
- constify use of Type* returned from symbol table. llvm-svn: 14615
-
Reid Spencer authored
llvm-svn: 14614
-
Reid Spencer authored
done by doubling up the data structures so that Type based equivalents are used. A consequence of this is overloading of function members that take a Type* instead of a Value*. Various other cleanups related to Type != Value (bug 122) were also implemented. llvm-svn: 14613
-
- Jul 03, 2004
-
-
Chris Lattner authored
llvm-svn: 14585
-
- Jul 01, 2004
-
-
Chris Lattner authored
Contributed by Vladimir Merzliakov! llvm-svn: 14546
-