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 |
2006-01-08 |
Reid Spencer | Fix line length of a comment. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Jeff Cohen | Visual Studio hates being left out. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Chris Lattner | Fix the build on platforms where <cassert> doesn't... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Chris Lattner | Fix a problem exposed by the et-forest work. Load... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Chris Lattner | Add an entry |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Chris Lattner | Initial implementation of the ET-Forest data structure... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Chris Lattner | Fix out of date comments, patch by Marco Matthies. |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Chris Lattner | Patch #7 from Saem: |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Chris Lattner | Fix the PPC JIT failures last night, which were due... |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Chris Lattner | Wrap long lines. |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Chris Lattner | wrap long line |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Chris Lattner | Modify this test to not depend on the host math.h imple... |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Chris Lattner | fix some 176.gcc miscompilation from my previous patch. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Evan Cheng | * Added integer div / rem. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Robert Bocchino | Fixed Makefile so it does, indeed, build a dynamic... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Robert Bocchino | Fixed a typo; "= 1" was missing. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Evan Cheng | Pattern complexity calculation fix. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Evan Cheng | ISEL code for MULHU, MULHS, and UNDEF. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Andrew Lenharth | make 0 codegen much better |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Chris Lattner | silence some bogus gcc warnings on fenris |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Chris Lattner | silence a bogus gcc warning |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Chris Lattner | Enhance the shift-shift folding code to allow a no... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Chris Lattner | A case that instcombine is not catching. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Chris Lattner | Simplify the code a bit more |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Chris Lattner | Extract a bunch of code out of visitShiftInst into... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Chris Lattner | Unbreak the build :( |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Evan Cheng | Addd (shl x, 1) ==> (shl x, x) peepholes. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Evan Cheng | Tweak pattern complexity calc. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Evan Cheng | Revert the previous check-in. Leave shl x, 1 along... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Evan Cheng | fold (shl x, 1) -> (add x, x) |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Chris Lattner | linkonce symbols have an extra indirection, just like... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Evan Cheng | * Fast call support. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Evan Cheng | Support for custom lowering of ISD::RET. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Evan Cheng | Bug fix wrt chain operand. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Chris Lattner | Fix a compile crash building MultiSource/Applications... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Robert Bocchino | Added the spec for the new "extractelement" instruction. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Chris Lattner | Implement a few symbolic constant folding things. ... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Chris Lattner | new tests, derived from cosmics scheme output |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Chris Lattner | fix some formatting problems |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Chris Lattner | unbreak the build, these are now in TargetSelectionDAG.td |
commit | commitdiff | tree | snapshot |
next |