2005-10-17 |
Chris Lattner | Feedback from Nate. |
commit | commitdiff | tree | snapshot |
2005-10-17 |
Chris Lattner | Document -view-isel-dags and -view-sched-dags |
commit | commitdiff | tree | snapshot |
2005-10-17 |
Chris Lattner | Add notes about MF.viewCFG() and friends. |
commit | commitdiff | tree | snapshot |
2005-10-17 |
Chris Lattner | add a trivial fold |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Chris Lattner | Add a bunch of info about the isel autogenerator. ... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Chris Lattner | Fill this out some more. Add description of MBB/MF... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Chris Lattner | Add a stub for the TargetSubtarget class. Jim, please... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Chris Lattner | Update this significantly, mention subtarget and isel... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Nate Begeman | More PPC32 -> PPC changes, as well as merging some... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Chris Lattner | Make the generated code significantly more memory effic... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Chris Lattner | update this a little bit to talk about the dag combiner... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Chris Lattner | Fix this logic. |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Chris Lattner | Add a case we were missing that was causing us to fail... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Nate Begeman | Remove some dead code now that the dag combiner exists. |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Chris Lattner | Remove some dead code: the ORI/ORIS cases are autogen... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Chris Lattner | prune #includes |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Chris Lattner | These instructions are now autogenerated |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Chris Lattner | Add a pattern for FSQRTS |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Chris Lattner | remove dead code |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Chris Lattner | Implement the last major missing piece in the DAG isel... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Chris Lattner | Use getExtLoad here instead of getNode, as extloads... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Chris Lattner | remove broken SRA/rlwimi case |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Rename PPC32*.h to PPC*.h |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Rename PowerPC*.h to PPC*.h |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Chris Lattner | Rename PowerPCInstrBuilder.h -> PPC* |
commit | commitdiff | tree | snapshot |
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 |
next |