2005-10-14 |
Chris Lattner | Nuke the PowerPCTargetMachine.h header. Note that... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Rename PowerPC*.td -> PPC*.td |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | These are dead |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Eliminate PowerPC.td and PPC32.td, consolidating them... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Like the comment says... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Nuke PowerPCInstrFormats.h, its contents are dead.... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Nate Begeman | Properly split f32 and f64 into separate register class... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Nate Begeman | Remove an unnecsesary file. PPC32 and PPC64 share... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | add the integer truncate/extension operations |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Make sure targets depend on TargetSelectionDAG.td |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | These are now autogenerated |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Now that we have int/fp lattice values, implement the... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Fairly serious rework of the typing code to add new... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | simplify the code a bit |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Add patterns for FP round/extend |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | add a new SDTCisOpSmallerThanOp type constraint, and... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Add basic support for recognizing a new SDTCisOpSmaller... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Implement a couple of new (important) features. |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Do not let getLegalValueTypes return a list with duplic... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Nate Begeman | fold sext_in_reg, sext_in_reg where both have the same... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Allow $ |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Nate Begeman | Relax the checking on zextload generation a bit, since... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Fix errors when compiling with -pedantic |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Chris Lattner | Fix the trunc(load) case, finally allowing crafty and... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Chris Lattner | Fix some bugs in (sext (load x)) |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Chris Lattner | When ExpandOp'ing a [SZ]EXTLOAD, make sure to remember... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Chris Lattner | Implement PromoteOp for *EXTLOAD, allowing MallocBench... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Nate Begeman | Fix the remaining DAGCombiner issues pointed out by... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Chris Lattner | Fix a minor bug in the dag combiner that broke pcompres... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Patrick Meredith | Updated to be less restrictive on what is matched |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Nate Begeman | Add support to Legalize for expanding i64 sextload... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Jim Laskey | Inhibit instructions from being pushed before function... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Chris Lattner | apparently one of the makefile changes changed libprofi... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Patrick Meredith | This script is used to remove nodes with the label... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Chris Lattner | Nate implemented this :) |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Nate Begeman | Move some Legalize functionality over to the DAGCombine... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Nate Begeman | SimplifySelectCC is dead |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Nate Begeman | Fix a potential bug with two combine-to's back to back... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Nate Begeman | More cool stuff for the dag combiner. We can now final... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Jim Laskey | Finally committing to the new scheduler. Still -sched... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Jim Laskey | Added graphviz/gv support for MF. |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Chris Lattner | this passes with the change in predicate |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Chris Lattner | Fix (hopefully the last) issue where LSR is nondetermin... |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Chris Lattner | Fix another problem where LSR was being nondeterminstic... |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Chris Lattner | lsr doesn't emit gep instructions anymore |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Chris Lattner | Fix another lsr-is-nondeterministic case |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Chris Lattner | Fix a powerpc crash on CodeGen/Generic/llvm-ct-intrinsi... |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Chris Lattner | Add a canonicalization that got lost, fixing PowerPC... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | clean up some corner cases |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | Implement trivial DSE. If two stores are neighbors... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | Add support for CombineTo, allowing the dag combiner... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Nate Begeman | Teach the DAGCombiner several new tricks, teaching... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | A testcase sitting in my tree |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | Fix comment |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | Add ISD::ADD to MaskedValueIsZero |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | This function is now dead |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | Enable Nate's excellent DAG combiner work by default... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | These definitions have been moved to common code. |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Chris Lattner | Pull DAG ISel generation nodes out of the PowerPC backe... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Chris Lattner | add a todo for something I noticed |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Chris Lattner | (X & Y) & C == 0 if either X&C or Y&C are zero |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Chris Lattner | Make MaskedValueIsZero a bit more aggressive |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Andrew Lenharth | This seems useful from the original patch that added... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Chris Lattner | Fix funky xcode indentation |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Chris Lattner | Hrm, you didn't see this. |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Chris Lattner | Fix a source of non-determinism in the backend: the... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Chris Lattner | When emiting a CopyFromReg and the source is already... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Chris Lattner | Disable formation of rlwinm instructions from SRA bases... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Chris Lattner | Testcase that is miscompiled by the ppc backend |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Nate Begeman | Remove another unused file. Preparing for the great... |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Chris Lattner | remove a comma to compile with pedantic gcc |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Nate Begeman | Remove a file that is no longer used |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Nate Begeman | Lo and behold, the last bits of SelectionDAG.cpp have... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | When preselecting, favor things that have low depth... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | remove debugging code |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | implement CodeGen/PowerPC/div-2.ll:test2-4 by propagati... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | These don't need to be sdivs. |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | Turn sdivs into udivs when we can prove the sign bits... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | New testcase, should turn into a ushr |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Jeff Cohen | Remove prolific source of VC++ truncation warnings. |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Jeff Cohen | Remove useless variable. |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | add a hack to work around broken VC++ scoping rules... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | Fix a CQ regression from my patch to split F32/F64... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | double to float casts should nto result in an fmr |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | Fix CodeGen/Generic/bool-to-double.ll |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | test broken in the IA64 backend. |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Pull out Call, reducing stack frame size from 6032... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Pull out setcc, this reduces stack frame size from... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Pull two more methods out, reducing stack frame size... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Add a recursive-iterative hybrid stage to attempt to... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | silence a bogus GCC warning |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Fix the LLC regressions on X86 last night. In particul... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Andrew Lenharth | This is suppose to work now |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Andrew Lenharth | remove VAX compatibility instruction, we will never... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Make the legalizer completely non-recursive |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Nate Begeman | Let the combiner handle more cases |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Nate Begeman | Remove some bad code from Legalize |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Nate Begeman | Check in some more DAGCombiner pieces |
commit | commitdiff | tree | snapshot |
next |