| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug fix: sign-extension was not happening for C = -MININT since C == -C! | Vikram S. Adve | 2003-05-25 | 1 | -2/+3 |
* | Cleaned up code layout, spacing, etc. for readability purposes and to be more | Misha Brukman | 2003-05-21 | 1 | -115/+100 |
* | Sparc instruction opcodes now all live under the `V9' namespace. | Misha Brukman | 2003-05-20 | 1 | -74/+76 |
* | IntegerRegSize is always 8 for sparc | Chris Lattner | 2003-04-26 | 1 | -3/+1 |
* | Fix obvious type-o | Chris Lattner | 2003-04-25 | 1 | -1/+1 |
* | Move sparc specific code into the Sparc backend | Chris Lattner | 2003-01-15 | 1 | -0/+47 |
* | Use BuildMI more | Chris Lattner | 2003-01-15 | 1 | -26/+15 |
* | Use BuildMI more, Create*Instruction less | Chris Lattner | 2003-01-15 | 1 | -21/+17 |
* | * Elimiante a bunch of functions from InstrSelectionSupport.h, replacing users | Chris Lattner | 2003-01-15 | 1 | -33/+26 |
* | Rename MachineInstrInfo -> TargetInstrInfo | Chris Lattner | 2003-01-14 | 1 | -4/+4 |
* | * TargetData is no longer directly accessable from TargetMachine | Chris Lattner | 2002-12-28 | 1 | -8/+9 |
* | MachineInstrInfo doesn't need a TargetMachine | Chris Lattner | 2002-10-29 | 1 | -2/+2 |
* | Changed `MachineCodeForMethod' to `MachineFunction'. | Misha Brukman | 2002-10-28 | 1 | -10/+10 |
* | - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to | Chris Lattner | 2002-10-13 | 1 | -8/+8 |
* | Make sure to handle small negative values hiding as large unsigned longs -- | Vikram S. Adve | 2002-10-13 | 1 | -4/+10 |
* | Modify operand order for Create{Sign,Zero}ExtensionInstructions. | Vikram S. Adve | 2002-09-27 | 1 | -17/+17 |
* | Add methods to query about the representation of LLVM quantities (e.g., | Vikram S. Adve | 2002-09-16 | 1 | -0/+79 |
* | Bug fixes in casting between floats and ints smaller than 64 bits. | Vikram S. Adve | 2002-09-05 | 1 | -48/+102 |
* | - Renamed Type::isIntegral() to Type::isInteger() | Chris Lattner | 2002-09-03 | 1 | -5/+5 |
* | Several bug fixes in casting to signed int values. | Vikram S. Adve | 2002-08-13 | 1 | -69/+141 |
* | * Removed extraneous #includes | Chris Lattner | 2002-08-09 | 1 | -26/+14 |
* | Bug fix in CreateCodeToLoadConst(): use sign of dest, not operand, | Vikram S. Adve | 2002-08-04 | 1 | -29/+7 |
* | Just improved comments and assertions. | Vikram S. Adve | 2002-07-31 | 1 | -14/+18 |
* | GCC 3.1 changes, finally the burm file builds the FIRST time a clean director... | Chris Lattner | 2002-07-25 | 1 | -1/+1 |
* | Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW) | Vikram S. Adve | 2002-07-10 | 1 | -110/+207 |
* | Remove diff-cluttering tags | Chris Lattner | 2002-06-30 | 1 | -1/+0 |
* | changes to make it compatible with 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -1/+1 |
* | Numerous bug fixes: | Vikram S. Adve | 2002-05-19 | 1 | -85/+212 |
* | Replace all usages of Type::isPointerType with isa<PointerType> | Chris Lattner | 2002-05-06 | 1 | -4/+4 |
* | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -1/+0 |
* | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -15/+15 |
* | Fix CreateUIntSetInstruction() to handle sign extensions correctly. | Vikram S. Adve | 2002-03-31 | 1 | -7/+37 |
* | Use distinct names for the three types of SetMachineOperand to | Vikram S. Adve | 2002-03-18 | 1 | -35/+39 |
* | * Switch to new TmpInstruction model | Chris Lattner | 2002-02-03 | 1 | -9/+5 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -19/+15 |
* | Remove int hack to allow unsigned numbers greater than 2^63 - 1... | Vikram S. Adve | 2001-12-15 | 1 | -6/+35 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -5/+5 |
* | Fix int->float conversion. | Vikram S. Adve | 2001-11-15 | 1 | -3/+4 |
* | Added function UltraSparcInstrInfo::CreateCodeToCopyFloatToInt. | Vikram S. Adve | 2001-11-09 | 1 | -19/+53 |
* | Added new function UltraSparcInstrInfo::CreateCodeToCopyIntToFloat. | Vikram S. Adve | 2001-11-08 | 1 | -6/+64 |
* | Generate SETX for 64-bit integers! | Vikram S. Adve | 2001-10-28 | 1 | -8/+28 |
* | Moved implementation of class UltraSparcInstrInfo here. | Vikram S. Adve | 2001-10-18 | 1 | -0/+143 |