Age | Commit message (Expand) | Author |
2003-07-11 | Trace loads and stores as they happen (stores were being | Vikram S. Adve |
2003-07-11 | If we have a constant pointer reference to a function, we were printing | Brian Gaeke |
2003-07-11 | Fix some serious floating-point bugs (fixes test cases such as Oscar, | Brian Gaeke |
2003-07-10 | Added functionality to instrmentation pass | Anand Shukla |
2003-07-10 | Fixed grammatical error. | Misha Brukman |
2003-07-10 | Several important bug fixes: | Vikram S. Adve |
2003-07-10 | Bug fix in creating constants: need 1U << 31, not 1 << 31. | Vikram S. Adve |
2003-07-10 | Fold cast-to-bool into not. Later, this should also be folded into other | Vikram S. Adve |
2003-07-10 | Values stored in CallArgsDescriptor cannot be const. | Vikram S. Adve |
2003-07-10 | isMarkedForSpill() should be const. | Vikram S. Adve |
2003-07-10 | Change interface to MachineInstr::substituteValue to specify more precisely | Vikram S. Adve |
2003-07-10 | Print out all neighbors in interference graph, not just higher-numbered ones. | Vikram S. Adve |
2003-07-10 | Several fixes to handling of int CC register: | Vikram S. Adve |
2003-07-10 | Several fixes to handling of int CC register: | Vikram S. Adve |
2003-07-10 | Lowercase versions of `occurrence' need to be spelled correctly, too. | Misha Brukman |
2003-07-10 | `Occurrence' has no `a' and the `r' is doubled. | Misha Brukman |
2003-07-09 | Some beautification changes (tabs to spaces, removed extra blank lines); | Misha Brukman |
2003-07-08 | Removed size_t from the parameter list of the malloc() prototype in generated C | John Criswell |
2003-07-07 | Elaborated assembly syntax of instructions in the comments. | Misha Brukman |
2003-07-07 | Removed unnecessary assignment (it was taken care by a superclass) and clarified | Misha Brukman |
2003-07-07 | Insert workaround for GAS bug in assembling FLD/FSTP XWORD PTR [...] | Brian Gaeke |
2003-07-07 | Moved RegClassIDs enum to be next to the RegTypes enum. | Misha Brukman |
2003-07-06 | Correction to last fix: Pointer types do not return true in Type::IsIntegral(). | Vikram S. Adve |
2003-07-06 | Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed. | Vikram S. Adve |
2003-07-06 | Major bug fix though it happened rarely (only on a compare after an | Vikram S. Adve |
2003-07-06 | Make the RegClassID values public -- there is no other way to get them. | Vikram S. Adve |
2003-07-03 | Apparently, the "regType" and "regClass" used in the Sparc backend are not both | Misha Brukman |
2003-07-03 | Reuse the values if they are constants: this is important so that we index in... | Chris Lattner |
2003-07-03 | Remove globals more aggressively from graphs. | Chris Lattner |
2003-07-02 | INCLUDE_PARENT_GRAPH is required! | Chris Lattner |
2003-07-02 | Disable incorrect mustalias code | Chris Lattner |
2003-07-02 | Remove space at end of line | Chris Lattner |
2003-07-02 | Fix how we are handling unreachable functions. This DRAMATICALLY improves ef... | Chris Lattner |
2003-07-02 | Keep track of how many inlinings are performed | Chris Lattner |
2003-07-02 | Try using trivially dead deletion | Chris Lattner |
2003-07-02 | * Force all "don't care" bits to 0 so that there are absolutely no unset bits in | Misha Brukman |
2003-07-02 | The classes F4_3 and F4_4 have an `rd' operand that needs to be set. | Misha Brukman |
2003-07-02 | Properly fix instruction syntax in comments, using `imm' for instructions that | Misha Brukman |
2003-07-02 | Fixed instruction syntax in the comments (specifies how instr is used). | Misha Brukman |
2003-07-02 | * If compiling on X86 or Sparc, automagically enable the JIT for that arch | Misha Brukman |
2003-07-02 | Force fixed-size but large alloca objects to the dynamically allocated | Vikram S. Adve |
2003-07-02 | Remove dead Nodes list | Chris Lattner |
2003-07-02 | Complete rewrite of td pass | Chris Lattner |
2003-07-02 | Print collapsed to match the paper | Chris Lattner |
2003-07-02 | Reduce amount of work we do calculating mustaliases if the arg is a global | Chris Lattner |
2003-07-02 | Add support for ParentGraph only when building in debug mode | Chris Lattner |
2003-07-02 | Add some functions to the blacklist | Chris Lattner |
2003-07-02 | Make the BU closure keep track of which actual calls happen | Chris Lattner |
2003-07-02 | Make local pass print out its progress | Chris Lattner |
2003-07-02 | Minor beautification: fold a couple of lines of code. | Vikram S. Adve |