Age | Commit message (Expand) | Author |
2008-01-10 | Add more comments explaining the basics of how the decision of when to rename... | Owen Anderson |
2008-01-10 | Do not use the stack pointer directly, issue a copyfromreg instead. Otherwise... | Evan Cheng |
2008-01-10 | Get rid of the isKillInst predicate. LiveVariables already provides this inf... | Owen Anderson |
2008-01-10 | Fix PR1845 and rdar://5676945. Generic vectors smaller | Chris Lattner |
2008-01-10 | Remove comments that do not correspond to anything after recent refactoring. | Evan Cheng |
2008-01-10 | Copies need to be inserted before the first terminator, not at the end of the... | Owen Anderson |
2008-01-09 | Special copy SUnit's do not have SDNode's. | Evan Cheng |
2008-01-09 | Clean up StrongPHIElimination a bit, and add some more comments to the intern... | Owen Anderson |
2008-01-09 | Fix compile failures with g++-4.3. | Duncan Sands |
2008-01-09 | StrongPHIElim: Now with even fewer trivial bugs! | Owen Anderson |
2008-01-09 | Fix an infinite recursion bug in InsertCopies. | Owen Anderson |
2008-01-09 | Fix some simple bugs. StrongPHIElimination now does not crash on 164.gzip. | Owen Anderson |
2008-01-09 | add a testcase | Chris Lattner |
2008-01-09 | add a note | Chris Lattner |
2008-01-08 | Make load->store deletion a bit smarter. This allows us to compile this: | Chris Lattner |
2008-01-08 | Rename registers that do not need copies. | Owen Anderson |
2008-01-08 | Use size_t to store Pos, avoid truncating value | Duncan Sands |
2008-01-08 | Implement PR1795, an instcombine hack for forming GEPs with integer pointer a... | Chris Lattner |
2008-01-08 | Finally implement correct ordered comparisons for PPC, even though | Chris Lattner |
2008-01-08 | Actually insert copies now! | Owen Anderson |
2008-01-08 | Minor fix to enable x86-64 pic jit (still fails for other reasons). | Evan Cheng |
2008-01-08 | Fix a x86-64 static codegen bug. This fixes a lot of x86-64 jit failures. | Evan Cheng |
2008-01-08 | Silence warning about loss of precision. | Bill Wendling |
2008-01-07 | Only mark instructions that load a single value without extension as isSimple... | Evan Cheng |
2008-01-07 | add a new bit. | Chris Lattner |
2008-01-07 | Unbreak x86-64. | Evan Cheng |
2008-01-07 | add a note that is important for some fp apps. | Chris Lattner |
2008-01-07 | possible switch lowering improvement. | Chris Lattner |
2008-01-07 | Oops, missed one. | Owen Anderson |
2008-01-07 | Make some predicates static. | Owen Anderson |
2008-01-07 | I doubt the address of the Error string was intended | Duncan Sands |
2008-01-07 | Add missing newline at EOF. | Duncan Sands |
2008-01-07 | Small cleanup for handling of type/parameter attribute | Duncan Sands |
2008-01-07 | Unbreak x86-32 darwin long double! | Duncan Sands |
2008-01-07 | Fix long double support on x86-32 linux. | Duncan Sands |
2008-01-07 | Pruning includes. | Gordon Henriksen |
2008-01-07 | Operand 1 should be a register. We don't care if it's a preg, vreg, or 0. | Bill Wendling |
2008-01-07 | add a note | Chris Lattner |
2008-01-07 | remove #includage | Chris Lattner |
2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
2008-01-07 | simplify some code. | Chris Lattner |
2008-01-07 | Rename all the M_* flags to be namespace qualified enums, and switch | Chris Lattner |
2008-01-07 | use predicate. | Chris Lattner |
2008-01-07 | add more and significantly better comments to the rest of the machineinstr | Chris Lattner |
2008-01-07 | simplify some code using new predicates | Chris Lattner |
2008-01-07 | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner |
2008-01-07 | remove a dead field. | Chris Lattner |
2008-01-07 | no need to explicitly clear these fields. | Chris Lattner |
2008-01-07 | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner |
2008-01-07 | remove MachineOpCode typedef. | Chris Lattner |