| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the number translation scheme for the integer condition code registers: it | Misha Brukman | 2003-07-16 | 2 | -32/+8 |
* | The name should really be `simm11' to follow the naming convention, but this has | Misha Brukman | 2003-07-16 | 1 | -2/+2 |
* | No need for a second immediate field if the class already inherits one. | Misha Brukman | 2003-07-15 | 1 | -2/+1 |
* | Encode predict = 1 by default, because the Sparc assembler does this. | Misha Brukman | 2003-07-15 | 1 | -4/+4 |
* | Correctly handle calls to functions which are further away than 2**32 bits will | Misha Brukman | 2003-07-15 | 2 | -6/+97 |
* | Clean up my last checkin: code is easier to read and explains the differences in | Misha Brukman | 2003-07-15 | 1 | -4/+5 |
* | On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to | Misha Brukman | 2003-07-15 | 1 | -1/+6 |
* | * Added support for the %ccr register | Misha Brukman | 2003-07-14 | 2 | -77/+24 |
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 1 | -1/+1 |
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 5 | -5/+5 |
* | Trace loads and stores as they happen (stores were being | Vikram S. Adve | 2003-07-11 | 1 | -10/+17 |
* | If we have a constant pointer reference to a function, we were printing | Brian Gaeke | 2003-07-11 | 2 | -2/+44 |
* | Fix some serious floating-point bugs (fixes test cases such as Oscar, | Brian Gaeke | 2003-07-11 | 3 | -28/+126 |
* | Added functionality to instrmentation pass | Anand Shukla | 2003-07-10 | 1 | -99/+111 |
* | Fixed grammatical error. | Misha Brukman | 2003-07-10 | 1 | -1/+1 |
* | Several important bug fixes: | Vikram S. Adve | 2003-07-10 | 1 | -160/+474 |
* | Bug fix in creating constants: need 1U << 31, not 1 << 31. | Vikram S. Adve | 2003-07-10 | 1 | -1/+1 |
* | Fold cast-to-bool into not. Later, this should also be folded into other | Vikram S. Adve | 2003-07-10 | 1 | -0/+1 |
* | Values stored in CallArgsDescriptor cannot be const. | Vikram S. Adve | 2003-07-10 | 2 | -13/+13 |
* | isMarkedForSpill() should be const. | Vikram S. Adve | 2003-07-10 | 2 | -2/+2 |
* | Change interface to MachineInstr::substituteValue to specify more precisely | Vikram S. Adve | 2003-07-10 | 1 | -7/+21 |
* | Print out all neighbors in interference graph, not just higher-numbered ones. | Vikram S. Adve | 2003-07-10 | 2 | -2/+2 |
* | Several fixes to handling of int CC register: | Vikram S. Adve | 2003-07-10 | 2 | -16/+20 |
* | Several fixes to handling of int CC register: | Vikram S. Adve | 2003-07-10 | 3 | -179/+48 |
* | Lowercase versions of `occurrence' need to be spelled correctly, too. | Misha Brukman | 2003-07-10 | 1 | -15/+15 |
* | `Occurrence' has no `a' and the `r' is doubled. | Misha Brukman | 2003-07-10 | 1 | -21/+21 |
* | Some beautification changes (tabs to spaces, removed extra blank lines); | Misha Brukman | 2003-07-09 | 2 | -12/+8 |
* | Removed size_t from the parameter list of the malloc() prototype in generated C | John Criswell | 2003-07-08 | 2 | -2/+2 |
* | Elaborated assembly syntax of instructions in the comments. | Misha Brukman | 2003-07-07 | 1 | -65/+64 |
* | Removed unnecessary assignment (it was taken care by a superclass) and clarified | Misha Brukman | 2003-07-07 | 1 | -6/+5 |
* | Insert workaround for GAS bug in assembling FLD/FSTP XWORD PTR [...] | Brian Gaeke | 2003-07-07 | 2 | -4/+62 |
* | Moved RegClassIDs enum to be next to the RegTypes enum. | Misha Brukman | 2003-07-07 | 1 | -14/+14 |
* | Correction to last fix: Pointer types do not return true in Type::IsIntegral(). | Vikram S. Adve | 2003-07-06 | 1 | -6/+9 |
* | Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed. | Vikram S. Adve | 2003-07-06 | 2 | -6/+8 |
* | Major bug fix though it happened rarely (only on a compare after an | Vikram S. Adve | 2003-07-06 | 5 | -37/+82 |
* | Make the RegClassID values public -- there is no other way to get them. | Vikram S. Adve | 2003-07-06 | 1 | -4/+6 |
* | Apparently, the "regType" and "regClass" used in the Sparc backend are not both | Misha Brukman | 2003-07-03 | 2 | -42/+95 |
* | Reuse the values if they are constants: this is important so that we index in... | Chris Lattner | 2003-07-03 | 1 | -2/+7 |
* | Remove globals more aggressively from graphs. | Chris Lattner | 2003-07-03 | 1 | -11/+32 |
* | INCLUDE_PARENT_GRAPH is required! | Chris Lattner | 2003-07-02 | 1 | -21/+4 |
* | Disable incorrect mustalias code | Chris Lattner | 2003-07-02 | 1 | -1/+4 |
* | Remove space at end of line | Chris Lattner | 2003-07-02 | 1 | -1/+1 |
* | Fix how we are handling unreachable functions. This DRAMATICALLY improves ef... | Chris Lattner | 2003-07-02 | 2 | -36/+38 |
* | Keep track of how many inlinings are performed | Chris Lattner | 2003-07-02 | 1 | -0/+2 |
* | Try using trivially dead deletion | Chris Lattner | 2003-07-02 | 1 | -0/+1 |
* | * Force all "don't care" bits to 0 so that there are absolutely no unset bits in | Misha Brukman | 2003-07-02 | 2 | -14/+18 |
* | The classes F4_3 and F4_4 have an `rd' operand that needs to be set. | Misha Brukman | 2003-07-02 | 1 | -0/+3 |
* | Properly fix instruction syntax in comments, using `imm' for instructions that | Misha Brukman | 2003-07-02 | 1 | -34/+34 |
* | Fixed instruction syntax in the comments (specifies how instr is used). | Misha Brukman | 2003-07-02 | 1 | -83/+83 |
* | * If compiling on X86 or Sparc, automagically enable the JIT for that arch | Misha Brukman | 2003-07-02 | 3 | -21/+73 |