2005-04-19 |
Chris Lattner | ignore generated files |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | fix bogus warning |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | fix PR549 |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Eliminate a broken transformation, fixing PR548 |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Add completely untested support for mtcrf/mfcrf encoding |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | switch over the rest of the formats that use RC to... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Convert the XForm instrs and XSForm instruction over... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Now that the ppc64 and vmx operands of I are always... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | convert over bform and iform instructions |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Convert over DForm and DSForm instructions |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Convert XLForm and XForm instructions over to use PPC64... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Convert XO XS and XFX forms to use isPPC64 |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Turn PPC64 and VMX into classes that can be added to... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Major change to tblgen: instead of resolving values... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | New testcase for a changing values late and allowing... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Make this significantly harder |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Add a real run line |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | fix this testcase |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | add a run line |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Tell dj to run the tests in this directory |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | implementing shifting of literal integers |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Chris Lattner | Add initial lexer and parser support for shifting value... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Nate Begeman | Next round of PPC CR optimizations. For the following... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Chris Lattner | silence a bogus warning |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Chris Lattner | Fold setcc of MVT::i1 operands into logical operations |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Chris Lattner | Another minor simplification: handle setcc (zero_extend... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Chris Lattner | Another simple xform |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Chris Lattner | Fold: |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Chris Lattner | Make the AND elimination operation recursive and signif... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Nate Begeman | Change codegen for setcc to read the bit directly out... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Chris Lattner | Add support for targets that require stubs for external... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Chris Lattner | Handle ExternalSymbol operands in the PPC JIT |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Nate Begeman | Update dejagnu tests to use the new pattern isel flag |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Jeff Cohen | Add CondPropagate.cpp to VC++ Transforms project |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Nate Begeman | Make pattern isel default for ppc |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Chris Lattner | new pass |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Chris Lattner | a new simple pass, which will be extended to be more... |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Chris Lattner | add a new prototype |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Andrew Lenharth | fix calls |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Andrew Lenharth | a 21264 fix, and fix the operator precidence on an... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Andrew Lenharth | added a random and mask test |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Duraid Madina | print negative 64 bit immediates as negative numbers... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Duraid Madina | oops, this stopped us turning movl r4=0xFFFFFFFF;;... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Nate Begeman | Implement multi-way branches through logical ops on... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Nate Begeman | Add a couple missing transforms in getSetCC that were... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Duraid Madina | we have zextloads, not sextloads! |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Nate Begeman | Add the necessary support to codegen condition register... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Nate Begeman | Start allocating condition registers. Almost all expli... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Nate Begeman | Implement the fold shift X, zext(Y) -> shift X, Y at... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Nate Begeman | Add CodeGen tests for the recent SelectionDAG transforms |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Nate Begeman | Disbale the broken fold of shift + sz[ext] for now |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | fix an infinite loop |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | fix some serious miscompiles on ia64, alpha, and ppc |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | avoid work when possible, perhaps fix the problem nate... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Andrew Lenharth | WOW, function calls still seem to work after this. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Andrew Lenharth | prepare for func call optimization |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Andrew Lenharth | regression case for faster call sequence |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Andrew Lenharth | check that casts still use zap |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Duraid Madina | * add the shladd instruction |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Andrew Lenharth | add matches for SxADDL and company, as well as simplify... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Implement expansion of unsigned i64 -> FP. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Duraid Madina | * if ANDing with a constant of the form: |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Andrew Lenharth | added s4addl matching test |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Andrew Lenharth | added all flavors of zap for anding |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Make expansion of uint->fp cast assert out instead... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Fix some mysteriously missing {}'s which cause the... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | add back the optimization that Nate added for shl X... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Oops, remove these too. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | remove one more occurance of this that snuck in |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Remove support for ZERO_EXTEND_INREG. This pessimizes... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Remove special handling of ZERO_EXTEND_INREG. This... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Elimate handling of ZERO_EXTEND_INREG. This causes... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Z_E_I is gone |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Instead of making ZERO_EXTEND_INREG nodes, use the... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Remove all foldings of ZERO_EXTEND_INREG, moving them... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Add a new helper method which returns the and that... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Chris Lattner | Remove the ZERO_EXTEND_INREG node which is redundant... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Nate Begeman | Fold shift x, [sz]ext(y) -> shift x, y |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Nate Begeman | Fold shift by size larger than type size to undef |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Nate Begeman | Implement setcc op, -1 sequences |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | promote extload i1 -> extload i8 |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | add an argument to allow avoiding deleting phi nodes. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | add an argument. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | Get rid of this for_each loop |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Duraid Madina | * OK, after changing to use liveIn/liveOut instead... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Andrew Lenharth | Get rid of idefs for arguments (oops) |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Andrew Lenharth | Get rid of idefs for arguments |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | Put out* into the allocation order, allowing the regist... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | Make sure to realize that calls use their argument... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Duraid Madina | stop emitting IDEFs for args - change to using liveIn... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Nate Begeman | Initial support for allocation condition registers |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | Fix a crash analyzing MultiSource/Benchmarks/MallocBench/gs |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | Remove some redundant checks, add a couple of new ones... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | Emit comparisons against the sign bit better. Codegen... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | Emit long comparison against -1 better. Instead of... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Lattner | canonicalize x <u 1 -> x == 0. On this testcase: |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Nate Begeman | Implement bitfield clears |
commit | commitdiff | tree | snapshot |
next |