- Oct 09, 2002
-
-
Chris Lattner authored
std::vector::reserve when possible llvm-svn: 4085
-
- Sep 14, 2002
-
-
Chris Lattner authored
llvm-svn: 3708
-
- Sep 11, 2002
-
-
Chris Lattner authored
llvm-svn: 3680
-
- Sep 03, 2002
-
-
Chris Lattner authored
- Added new method Type::isIntegral() that is the same as isInteger, but also accepts bool. llvm-svn: 3574
-
- Aug 26, 2002
-
-
Chris Lattner authored
llvm-svn: 3509
-
- Aug 18, 2002
-
-
Chris Lattner authored
- ConstantPointerRefs are now automatically removed from the module table when they are destroyed, which makes Constant::destroyConstant an actually useful external interface. Expose these methods publicly. - Implement destroyConstant on ConstPointerNull so that destroyConstant can be used on any derived type constant safely. llvm-svn: 3379
-
- Aug 14, 2002
-
-
Chris Lattner authored
have to support the cast instruction, so the function is renamed to getCast. llvm-svn: 3328
-
Chris Lattner authored
llvm-svn: 3308
-
- Aug 13, 2002
-
-
Chris Lattner authored
- Rename ConstantGenericIntegral -> ConstantIntegral - Add new methods to ConstantIntegral: getMaxValue, getMinValue, getAllOnesValue llvm-svn: 3299
-
- Aug 12, 2002
-
-
Chris Lattner authored
- Moved InstCombine: isMaxValue, isMinValue, isAllOnesValue to Constants.h llvm-svn: 3293
-
- Jul 30, 2002
-
-
Chris Lattner authored
Cleanup ConstantExpr handling: * Correctly delete TypeHandles in AsmParser. In addition to not leaking memory, this prevents a bug that could have occurred when a type got resolved that the constexpr was using * Check for errors in the AsmParser instead of hitting assertion failures deep in the code * Simplify the interface to the ConstantExpr class, removing unneccesary parameters to the ::get* methods. * Rename the 'getelementptr' version of ConstantExpr::get to ConstantExpr::getGetElementPtr llvm-svn: 3161
-
- Jul 25, 2002
-
-
Chris Lattner authored
llvm-svn: 3065
-
- Jul 18, 2002
-
-
Chris Lattner authored
* Assert things instead of printing an error and returning null. llvm-svn: 2949
-
- 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
-