2006-01-12 |
Chris Lattner | Don't create rotate instructions in unsupported types... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | Fix branches on FP compares |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | Patch #10 from Saem: |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Evan Cheng | X86ISD::SETCC (e.g. SETEr) produces a flag (so multiple... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Evan Cheng | * Materialize GlobalAddress and ExternalSym with MOV32r... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Evan Cheng | GlobalAddress -> TargetGlobalAddress; ExternalSymbol... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | fix a bug in my previous checkin |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | Give V8ISD nodes symbolic names in dumps |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | Convert the verifier over to use ETForest instead of... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Duraid Madina | sabre's (correct) fix means these guys need to be flagg... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Duraid Madina | verily, sabre did leave |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | ahem :) |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | these cases are autogenerated |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | remove dead code |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | Goodbye PPC pattern isel. You have served us well... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | Fix an itanium call lowering bug for duraid |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Chris Lattner | invert the sense of this switch and its name |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Nate Begeman | Missed a spot. |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Evan Cheng | Added ROTL and ROTR. |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Fix an off-by-one error that Nate's eagle eyes caught |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Use the auto-insert BuildMI constructor to avoid an... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | If a function has a non-zero sized frame, use an add... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Nate Begeman | Add testcase for rotate by register and rotate by immediate |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Evan Cheng | Some minor fixes. |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Evan Cheng | Support for MEMCPY and MEMSET. |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Evan Cheng | Select DYNAMIC_STACKALLOC |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Evan Cheng | Allow custom lowering of DYNAMIC_STACKALLOC. |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Evan Cheng | ignore register #0 |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Nate Begeman | Add bswap, rotl, and rotr nodes |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Fix calls that need to store values in stack slots... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | tblgen does this now |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | This is no longer needed |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Always select target registers to themselves |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Dead FP arguments still use an incoming FP reg. This... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Testcase the PPC backend is miscompiling. |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Jeff Cohen | Visual Studio is feeling left out again. |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Jeff Cohen | Fix VC++ compilation error. |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Patch #9 from Saem: |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Use Evan's outflag stuff to implement V8cmpicc. This... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Fix a bug in i32->f64 conversion lowering |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Unbreak ret void :-/ |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Write this pattern in canonical form, allowing more... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | catch all forms of xnor |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Evan Cheng | * Add special entry code main() (to set x87 to 64-bit... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Simple is good. CVS is for revision control, not file... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Simple is good |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Simple is good, CVS log is for history, not the silly... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Preserve and update ETForest. Patch by Daniel Berlin |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Switch these to using ETForest instead of DominatorSet... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Switch this to using ETForest instead of DominatorSet... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Switch loopinfo to using ETForest instead of DominatorS... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Switch loopinfo to using ETForest instead of DominatorS... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Duraid Madina | cleanup GETFD |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Andrew Lenharth | this pattern was bogus |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Regenerate these files. FreeBSD apparently has issues... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Duraid Madina | this just might work |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Emit an error instead of an assertion if trying to... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Duraid Madina | add support for selecting bools |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | implement FP_REG_KILL insertion for the dag-dag instruc... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Chris Lattner | Fit into 80 cols |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Evan Cheng | SSE cmov support. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Evan Cheng | * fp to sint patterns. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Evan Cheng | FP_TO_INT*_IN_MEM and x87 FP Select support. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Robert Bocchino | Added constant folding support for the extractelement... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Chris Lattner | new testcase for extractelement instruction |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Chris Lattner | silence a bogus warning |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Chris Lattner | silence a warning |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Robert Bocchino | Expanded the documentation for constant expressions... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Andrew Lenharth | Int immediate loading fix |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Robert Bocchino | Added support for the extractelement operation. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Robert Bocchino | Added lower packed support for the extractelement opera... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Robert Bocchino | Added selection DAG support for the extractelement... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Robert Bocchino | Added bytecode support for the extractelement operation. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Robert Bocchino | Added lexer and parser support for the extractelement... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Robert Bocchino | Added an instruction and constant expression for the... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Reid Spencer | For PR411: |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Reid Spencer | Make ValueSymbolTable (temporarily) a friend of Value... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Chris Lattner | Minor cleanup, no functionality change for current... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Duraid Madina | heh, 'sif it'd be a legalizer bug. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Duraid Madina | support functions that return bool (this "should" work... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Reid Spencer | Remove unused inclusion of SymbolTable.h |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Reid Spencer | For PR521: |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Reid Spencer | Be a little more explanatory in a comment. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Nate Begeman | Remove a comment that no longer applies. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Chris Lattner | Give PPCISD:: nodes legible names in dumps. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Chris Lattner | Fix an exponential function in libcall insertion to... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Chris Lattner | add ret void support back |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Evan Cheng | * Added undef patterns. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Evan Cheng | More typos |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Evan Cheng | typo |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Andrew Lenharth | proper branch not equal sequence |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Evan Cheng | Support for ADD_PARTS, SUB_PARTS, SHL_PARTS, SHR_PARTS... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Evan Cheng | * Allow custom lowering of ADD_PARTS, SUB_PARTS, SHL_PA... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Evan Cheng | New getNode() variants. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Evan Cheng | New DAG node properties SNDPInFlag, SNDPOutFlag, and... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Evan Cheng | * Remove instruction fields hasInFlag / hasOutFlag... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Chris Lattner | Teach loopsimplify to update et-forest. Patch contribu... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Chris Lattner | Bugfix for etforest updating. Contributed by Daniel... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Reid Spencer | Saem Ghani's PassManager Patch #8: |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Reid Spencer | Add some documentation. |
commit | commitdiff | tree | snapshot |
next |