| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a bug in an assert that would never trigger. | Reid Spencer | 2007-01-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 33005 | ||||
| * | Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. | Reid Spencer | 2007-01-08 | 1 | -9/+8 |
| | | | | | llvm-svn: 33003 | ||||
| * | For PR950: | Reid Spencer | 2006-12-23 | 1 | -96/+101 |
| | | | | | | | | | This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751 | ||||
| * | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer | 2006-12-12 | 1 | -4/+4 |
| | | | | | | | | Rename getZeroExtend and getSignExtend to getZExt and getSExt to match the the casting mnemonics in the rest of LLVM. llvm-svn: 32514 | ||||
| * | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
| | | | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298 | ||||
| * | Adjust to new ConstantIntegral interface for Max/Min tests. | Reid Spencer | 2006-12-06 | 1 | -10/+56 |
| | | | | | llvm-svn: 32289 | ||||
| * | Change inferred casts to explicit casts. | Reid Spencer | 2006-12-04 | 1 | -9/+5 |
| | | | | | llvm-svn: 32165 | ||||
| * | WTF? These weird newlines got in there... | Bill Wendling | 2006-11-29 | 1 | -26/+0 |
| | | | | | llvm-svn: 31998 | ||||
| * | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling | 2006-11-28 | 1 | -3/+29 |
| | | | | | | | llvm streams llvm-svn: 31983 | ||||
| * | For PR950: | Reid Spencer | 2006-10-20 | 1 | -2/+2 |
| | | | | | | | | | This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063 | ||||
| * | Simplify some code | Chris Lattner | 2006-09-28 | 1 | -2/+2 |
| | | | | | llvm-svn: 30658 | ||||
| * | Move this to lib/Analysis. | Andrew Lenharth | 2006-04-06 | 1 | -0/+332 |
| This reduces Core size, yay. llvm-svn: 27468 | |||||

