2006-02-05 |
Chris Lattner | SparcV8 -> Sparc |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | This xform isn't safe |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nate Begeman | Back out previous commit, it isn't safe. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nate Begeman | fold c1 << (x + c2) into (c1 << c2) << x. fix a warning. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | some stuff is done |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Turn A % (C << N), where C is 2^k, into A & ((C <<... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | new testcases |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nate Begeman | Handle urem by shifted powers of 2. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nate Begeman | handle combining A / (B << N) into A >>u (log2(B)+N... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Use SelectRoot() as the entry to any tblgen based isel. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Use SelectRoot() as entry of any tblgen based isel. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Encourage use of the V8 ABI over the V9 ABI. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Allow more loads to be folded which were previously... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | This document is out of date. :( |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | V8 -> Sparc |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Remove the SparcV8 backend. It has been renamed to... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | remove V8 reference |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | * Added SDNode::isOnlyUse(). |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | SparcV8 -> Sparc |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | SparcV8 -> Sparc |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | These were moved to ../SPARC |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | move V8 testcases here |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Rename SPARC V8 target to be the LLVM SPARC target. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Re-commit the last bit of change that was backed out. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Re-committing the last bit of change. It shouldn't... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | make sure that global doubles are aligned to 8 bytes |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Use getPreferredAlignmentLog. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Use the asmprinter to find out what the preferred align... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Implement the AsmPrinter::getPreferredAlignmentLog... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | add a new method, getPreferredAlignmentLog. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Andrew Lenharth | linkage fix for weak functions |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Jeff Cohen | Fix VC++ warning. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Use SCEVExpander::InsertCastOfTo instead of our own... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Pull the InsertCastOfTo out of the header, implement... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Refactor a bunch of code into a non-inlined method |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Temporarily revert this patch, which probably breaks... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Temporarily revert the last change, which breaks PPC... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Value# select instructions, allowing -gcse to remove... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Evan Cheng | Complex pattern's custom matcher should not call Select... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Custom lower VAARG for the case when we are doing vaarg... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Fix a nasty typo that broke functions with big stack... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | fix a bug in my last checkin |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Fix two significant bugs in LSR: |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nate Begeman | Remove some stuff that now works |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Evan Cheng | Get rid of some memory leaks identified by Valgrind |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Let bugpoint work on sparc with v9 instructions enabled. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Jeff Cohen | Fix VC++ warning. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Jeff Cohen | Keep Visual Studio informed. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Add initial support for immediates. This allows us... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Evan Cheng | Remove an unnecessary predicate. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Evan Cheng | Separate FILD and FILD_FLAG, the later is only used... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Initial early support for non-register operands, like... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | implementation of some methods for inlineasm |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Chris Lattner | Add some methods for inline asm support. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Handle another case exposed on X86. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Fix a nasty problem on two-address machines in the... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | significantly simplify the VirtRegMap code by pulling... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nate Begeman | Implement some feedback from sabre |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nate Begeman | Add a framework for eliminating instructions that produ... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | another case Nate came up with |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | remove some #ifdef'd out code, which should properly... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | remove an old comment |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Remove the X86PeepholeOptimizerPass, a truly horrible... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | When rewriting frame instructions, emit the appropriate... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | node predicates add to the complexity of a pattern... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Teach sparc to fold loads/stores into copies. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | remove dead fn |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nate Begeman | Add common code for reassociating ops in the dag combiner |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Evan Cheng | Added a (store (op (load ...) ...) ...) folding test... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Implement isLoadFromStackSlot and isStoreToStackSlot |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Evan Cheng | (store (op (load ...))) folding problem. In the generat... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | remove some target-indep and implemented notes |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | target independent notes |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nate Begeman | Flesh out a couple of the items in the README |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Jeff Cohen | Fix VC++ compilation error caused by using a std::map... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Remove move copies and dead stuff by not clobbering... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Andrew Lenharth | isStoreToStackSlot |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Simplify some code |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | the X86 backend no longer needs to delete its own noop... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Add code that checks for noop copies, which triggers... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Evan Cheng | Added case HANDLENODE to getOperationName(). |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Chris Lattner | Physregs may hold multiple stack slot values at the... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | update a note |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Fix a deficiency in the spiller that Evan noticed.... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Nate Begeman | add 64b gpr store to the possible list of isStoreToStac... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | fix operand numbers |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | implement isStoreToStackSlot for PPC |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Move isLoadFrom/StoreToStackSlot from MRegisterInfo... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Move isLoadFrom/StoreToStackSlot from MRegisterInfo... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | implement isStoreToStackSlot |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add a new isStoreToStackSlot method |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | more notes |
commit | commitdiff | tree | snapshot |
next |