Age | Commit message (Expand) | Author |
2003-07-23 | Random cleanups | Chris Lattner |
2003-07-23 | Remove using decl | Chris Lattner |
2003-07-23 | Remove explicit const qualifiers | Chris Lattner |
2003-07-23 | Fix bug: TailDup/2003-07-22-InfiniteLoop.ll | Chris Lattner |
2003-07-22 | - InstCombine (cast (xor A, B) to bool) ==> (setne A, B) | Chris Lattner |
2003-07-22 | Fix comment. | Vikram S. Adve |
2003-07-21 | Simplify code a bit | Chris Lattner |
2003-07-21 | Added code that checks to see if a global variable is external before replacing | John Criswell |
2003-07-21 | Eliminated dead code. | Misha Brukman |
2003-07-20 | Added special consideration for instrumentation strategy | Anand Shukla |
2003-07-18 | Added check for inlinable function | Anand Shukla |
2003-07-18 | Please, save your applause^H^H^H^H^H^H^H^Hflames for the end... | Brian Gaeke |
2003-07-18 | Cleaned up the code which chooses the appropriate value for the file descriptor | Misha Brukman |
2003-07-18 | A pass to combine multiple backedges that go to same target | Anand Shukla |
2003-07-17 | Use getClassB for load and store; we don't want to abort when we | Brian Gaeke |
2003-07-17 | Fix typo in call to isUnresolvableFunc, which was breaking the build. | Brian Gaeke |
2003-07-17 | Dinakar and I fixed a bug where we were trying to get the initializer of | John Criswell |
2003-07-16 | Rematerialize nodes from the globals graph into the current graph | Vikram S. Adve |
2003-07-16 | (1) Rematerialize nodes from the globals graph into the current graph | Vikram S. Adve |
2003-07-16 | Implement 2 important changes: (1) rematerialization from the globals graph, | Vikram S. Adve |
2003-07-16 | Factor out the test for unresolvable external functions into | Vikram S. Adve |
2003-07-16 | Fixed the number translation scheme for the integer condition code registers: it | Misha Brukman |
2003-07-16 | The name should really be `simm11' to follow the naming convention, but this has | Misha Brukman |
2003-07-15 | No need for a second immediate field if the class already inherits one. | Misha Brukman |
2003-07-15 | Encode predict = 1 by default, because the Sparc assembler does this. | Misha Brukman |
2003-07-15 | Correctly handle calls to functions which are further away than 2**32 bits will | Misha Brukman |
2003-07-15 | Clean up my last checkin: code is easier to read and explains the differences in | Misha Brukman |
2003-07-15 | On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to | Misha Brukman |
2003-07-14 | * Added support for the %ccr register | Misha Brukman |
2003-07-14 | The word `separate' only has one `e'. | Misha Brukman |
2003-07-14 | The word `separate' only has one `e'. | Misha Brukman |
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 |