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 |
2006-02-02 |
Chris Lattner | add a note, I have no idea how important this is. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | %fcc is not an alias for %fcc0 |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | correct an opcode |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | new example |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Nate Begeman | Update the README |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Turn any_extend nodes into zero_extend nodes when it... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Implement MaskedValueIsZero for ANY_EXTEND nodes |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | implemented, testcase here: test/Regression/CodeGen... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add two dag combines: |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Evan Cheng | Update. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | make -debug output less newliney |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Evan Cheng | Fix a erroneous comment. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Implement matching constraints. We can now say things... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | validate matching constraints and remember when we... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add an instance var and argument. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | more notes |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Tell codegen MOVAPSrr and MOVAPDrr are copies. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Added SSE entries to foldMemoryOperand(). |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Rearrange code to my liking. :) |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Implement smart printing of inline asm strings, handlin... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | add a new PrintAsmOperand method, move some stuff aroun... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | another note |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Andrew Lenharth | Add immediate forms of cmov and remove some cruft |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Andrew Lenharth | test cmov immediate form |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | add a note, ya knoe |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nate Begeman | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Implement simple register assignment for inline asms... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nate Begeman | Fix some of the stuff in the PPC README file, and clean... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | add a note, I'll take care of this after nate commits... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | - Use xor to clear integer registers (set R, 0). |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Remove another entry. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | If a pattern's root node is a constant, its size should... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Jeff Cohen | Fix VC++ compilation error. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | new testcase for the 'ret double folding with load... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Another regression from the pattern isel |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Beef up the interface to inline asm constraint parsing... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | adjust to changes in InlineAsm interface. Fix a few... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Beef up the interface to inline asm constraint parsing... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Return's chain should be matching either the chain... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | another testcase. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | When folding a load into a return of SSE value, check... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Remove an item. It's done. |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | Be smarter about whether to store the SSE return value... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | turning these into 'adds' would require extra copies |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | - Allow XMM load (for scalar use) to be folded into... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | Remove entries on fabs and fneg. These are done. |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | Allow the specification of explicit alignments for... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | * Fix 80-column violations |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | add info about the inline asm register constraints... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | Allow custom lowering of fabs. I forgot to check in... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | add a missing break that caused a lot of failures last... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | solaris won't clobber an existing symlink with ln ... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Nate Begeman | Codegen |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | okay, one more |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | another note |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | More notes |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | another one |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | add conditional moves of float and double values on... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | example nate pointed out |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | treat conditional branches the same way as conditional... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | compactify all of the integer conditional moves into... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | Add immediate forms of integer cmovs |
commit | commitdiff | tree | snapshot |
next |