- Jul 16, 2002
-
-
Anand Shukla authored
llvm-svn: 2914
-
- Jul 15, 2002
-
-
Vikram S. Adve authored
map of <opcode, operands> to ConstExpr. llvm-svn: 2909
-
Vikram S. Adve authored
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
-
- Jun 30, 2002
-
-
Chris Lattner authored
llvm-svn: 2813
-
- Jun 26, 2002
-
-
Anand Shukla authored
llvm-svn: 2800
-
- Jun 25, 2002
-
-
Chris Lattner authored
For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779
-
- Apr 28, 2002
-
-
Chris Lattner authored
llvm-svn: 2378
-
- Apr 27, 2002
-
-
Chris Lattner authored
* Remove some unused code llvm-svn: 2324
-
- Apr 18, 2002
-
-
Chris Lattner authored
llvm-svn: 2300
-
- Apr 16, 2002
-
-
Chris Lattner authored
llvm-svn: 2269
-
- Apr 08, 2002
-
-
Chris Lattner authored
because the slot calculator is already part of the VMCore library. * Rename incorporateMethod and purgeMethod to *Function llvm-svn: 2154
-
Chris Lattner authored
llvm-svn: 2149
-
- Apr 07, 2002
-
-
Chris Lattner authored
llvm-svn: 2142
-
Chris Lattner authored
llvm-svn: 2141
-
- Jan 20, 2002
-
-
Chris Lattner authored
llvm-svn: 1503
-
- Dec 14, 2001
-
-
Chris Lattner authored
llvm-svn: 1471
-
Chris Lattner authored
llvm-svn: 1469
-
- Dec 03, 2001
-
-
Chris Lattner authored
Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
-
- Nov 27, 2001
-
-
Chris Lattner authored
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
-
- Oct 29, 2001
-
-
Chris Lattner authored
llvm-svn: 1021
-
- Oct 28, 2001
-
-
Vikram S. Adve authored
if you specify useCSyntax = true. The old style is still the default. llvm-svn: 1011
-
- Oct 15, 2001
-
-
Chris Lattner authored
llvm-svn: 822
-
Chris Lattner authored
llvm-svn: 815
-
Chris Lattner authored
* Fix slightly broken sharing problems * Do not escape the literal string passed in llvm-svn: 814
-
Vikram S. Adve authored
Also, print char arrays as strings. llvm-svn: 799
-
- Oct 13, 2001
-
-
Chris Lattner authored
* Support ConstPoolPOinterReferences correctly * New constPoolPointerNull subclass * Add classof support for more classes * Add proper support for ConstPoolPointerReference::getStrValue() llvm-svn: 769
-
- Oct 03, 2001
-
-
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
* 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
-
- 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
-
- Sep 30, 2001
-
-
Chris Lattner authored
llvm-svn: 667
-
- Sep 10, 2001
-
-
Chris Lattner authored
llvm-svn: 526
-
- Sep 09, 2001
-
-
Chris Lattner authored
llvm-svn: 519
-
- Sep 07, 2001
-
-
Chris Lattner authored
* ConstantPools no longer exist * Constants are global objects in the LLVM system * Constants are structurally equilivant if they are pointer equilivant * Support abstract & opaque types * Support setName on constants even though they don't track names * Constnats don't get copy ctors anymore * ConstPoolVal::equals is no longer useful [use ptr equivalency] * Support generic factory classes to create and maintain constants llvm-svn: 460
-
- Jul 23, 2001
-
-
Chris Lattner authored
llvm-svn: 279
-
- Jul 21, 2001
-
-
Chris Lattner authored
llvm-svn: 246
-
- Jul 20, 2001
-
-
Chris Lattner authored
Implement ConstPoolInt class llvm-svn: 215
-