aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Elminate tabs and improve comments.Jeff Cohen2007-03-051-7/+8
* Unbreak VC++ build.Jeff Cohen2007-03-053-1/+21
* add a getSignBit method, elimiante virtual method from getBitMask()Chris Lattner2007-03-041-1/+7
* fix 80 col violations, mark arrays staticChris Lattner2007-03-041-8/+12
* add a new nodeChris Lattner2007-03-041-0/+4
* add iterator range version of ctor.Chris Lattner2007-03-041-0/+7
* Make the creation functions take an error string. This will help theReid Spencer2007-03-031-2/+3
* Require the destination GlobalValue for LoadValueFromMemory to be passedReid Spencer2007-03-031-1/+2
* Regularize the interface for conversion functions to/from float/double.Reid Spencer2007-03-031-3/+9
* Add APIntVal as a possible GenericeValue.Reid Spencer2007-03-031-0/+3
* Make getNumWords public so that those using getRawData stand a chance ofReid Spencer2007-03-031-7/+7
* Add names for some of the operators. This is needed for the macros inReid Spencer2007-03-031-0/+9
* Add isPositive for symmetry with isNegative.Reid Spencer2007-03-031-1/+8
* Fix uninitialized use of variable. Remove tabs and fix identation.Anton Korobeynikov2007-03-021-19/+19
* Fix PR1234 by working around a compiler bug.Chris Lattner2007-03-021-2/+1
* Fix a typo.Owen Anderson2007-03-021-1/+1
* Make it 64-bit safe.Evan Cheng2007-03-021-7/+25
* Add a non-virtual test for zero, isZero, and rename isUnitValue isOne.Reid Spencer2007-03-021-2/+10
* Add an abs() function to get the absolute value.Reid Spencer2007-03-011-0/+8
* Remove virtual keyword from method that doesn't need to be virtual.Reid Spencer2007-03-011-1/+1
* Make it possible to create an SCEVUnknown from an APInt as well as an int.Reid Spencer2007-03-011-0/+2
* Add an isUnitValue method for comparison against 1. This just follows aReid Spencer2007-03-011-0/+7
* Use GCC intrinsics when available, and use smarter fallbacks when not.Owen Anderson2007-03-011-2/+26
* Add doubleToBits and floatToBits methods.Reid Spencer2007-03-011-0/+34
* Collect eh filter info.Jim Laskey2007-03-011-0/+7
* Add eh filter intrinsic.Jim Laskey2007-03-011-3/+5
* Add bitsToDouble and bitsToFloat methods for re-interpretation of bits as FP.Reid Spencer2007-03-011-0/+26
* Drop the ConstantInt(const Type&, const APInt&) constructor. It isReid Spencer2007-03-011-5/+4
* Add methods for bit width modification: sextOrTrunc, zextOrTrunc.Reid Spencer2007-03-011-0/+10
* Add a version of FindUnusedReg that restrict search to a specific set of regi...Evan Cheng2007-03-011-0/+5
* Remove the "isSigned" parameters from ConstantRange. It turns out theyReid Spencer2007-03-011-7/+5
* Use the GCC built-in for PopulationCount when it's available, and use a fasterOwen Anderson2007-03-011-11/+16
* Add a square root function.Reid Spencer2007-03-011-0/+3
* Reduce #includage by taking a method out of line.Reid Spencer2007-03-011-4/+2
* Add an IntegerType::getMask() method to get an APInt mask for the type.Reid Spencer2007-03-011-0/+8
* Clean up interface.Evan Cheng2007-03-011-14/+3
* Track all joined registers and eliminate unneeded kills after all joining are...Evan Cheng2007-03-011-3/+10
* MachineBasicBlock fields should not be public.Evan Cheng2007-03-011-1/+0
* Move ConstantRange class to lib/Support from lib/Analysis and make itsReid Spencer2007-02-281-15/+7
* Provide an ICmpInst::makeConstantRange to generate a ConstantRange valueReid Spencer2007-02-281-0/+6
* For PR1205:Reid Spencer2007-02-282-6/+13
* Implement a convenience method to construct a ConstantInt directly from anReid Spencer2007-02-281-0/+4
* For PR1205:Reid Spencer2007-02-281-9/+5
* Provide a more meaningful name.Jim Laskey2007-02-281-1/+1
* For PR1205:Reid Spencer2007-02-281-4/+10
* Make APInt a little more friendly to its users:Reid Spencer2007-02-281-3/+30
* More Mach-O writer improvements.Nate Begeman2007-02-281-1/+2
* add methods for analysis of call results and return nodes.Chris Lattner2007-02-281-3/+11
* add methods to analyze calls and formals.Chris Lattner2007-02-281-1/+20
* getActiveWords should return the number of words, not the index of theReid Spencer2007-02-281-1/+1