oota-llvm.git
2005-10-17 Chris Lattnerfix some grammar-o's I noticed
2005-10-17 Chris LattnerFeedback from Nate.
2005-10-17 Chris LattnerDocument -view-isel-dags and -view-sched-dags
2005-10-17 Chris LattnerAdd notes about MF.viewCFG() and friends.
2005-10-17 Chris Lattneradd a trivial fold
2005-10-16 Chris LattnerAdd a bunch of info about the isel autogenerator. ...
2005-10-16 Chris LattnerFill this out some more. Add description of MBB/MF...
2005-10-16 Chris LattnerAdd a stub for the TargetSubtarget class. Jim, please...
2005-10-16 Chris LattnerUpdate this significantly, mention subtarget and isel...
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-16 Chris LattnerMake the generated code significantly more memory effic...
2005-10-16 Chris Lattnerupdate this a little bit to talk about the dag combiner...
2005-10-15 Chris LattnerFix this logic.
2005-10-15 Chris LattnerAdd a case we were missing that was causing us to fail...
2005-10-15 Nate BegemanRemove some dead code now that the dag combiner exists.
2005-10-15 Chris LattnerRemove some dead code: the ORI/ORIS cases are autogen...
2005-10-15 Chris Lattnerprune #includes
2005-10-15 Chris LattnerThese instructions are now autogenerated
2005-10-15 Chris LattnerAdd a pattern for FSQRTS
2005-10-15 Chris Lattnerremove dead code
2005-10-15 Chris LattnerImplement the last major missing piece in the DAG isel...
2005-10-15 Chris LattnerUse getExtLoad here instead of getNode, as extloads...
2005-10-15 Chris Lattnerremove broken SRA/rlwimi case
2005-10-14 Chris LattnerRename PPC32*.h to PPC*.h
2005-10-14 Chris LattnerMerge PPCJITInfo.h and PPC32JITInfo.h. Note that the...
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-10-14 Chris LattnerRename PowerPCInstrBuilder.h -> PPC*
2005-10-14 Chris LattnerNuke the PowerPCTargetMachine.h header. Note that...
2005-10-14 Chris LattnerRename PowerPC*.td -> PPC*.td
2005-10-14 Chris LattnerThese are dead
2005-10-14 Chris LattnerEliminate PowerPC.td and PPC32.td, consolidating them...
2005-10-14 Chris LattnerLike the comment says...
2005-10-14 Chris LattnerNuke PowerPCInstrFormats.h, its contents are dead....
2005-10-14 Nate BegemanProperly split f32 and f64 into separate register class...
2005-10-14 Nate BegemanRemove an unnecsesary file. PPC32 and PPC64 share...
2005-10-14 Chris Lattneradd the integer truncate/extension operations
2005-10-14 Chris LattnerMake sure targets depend on TargetSelectionDAG.td
2005-10-14 Chris LattnerThese are now autogenerated
2005-10-14 Chris LattnerNow that we have int/fp lattice values, implement the...
2005-10-14 Chris LattnerFairly serious rework of the typing code to add new...
2005-10-14 Chris Lattnersimplify the code a bit
2005-10-14 Chris LattnerAdd patterns for FP round/extend
2005-10-14 Chris Lattneradd a new SDTCisOpSmallerThanOp type constraint, and...
2005-10-14 Chris LattnerAdd basic support for recognizing a new SDTCisOpSmaller...
2005-10-14 Chris LattnerImplement a couple of new (important) features.
2005-10-14 Chris LattnerDo not let getLegalValueTypes return a list with duplic...
2005-10-14 Nate Begemanfold sext_in_reg, sext_in_reg where both have the same...
2005-10-14 Chris LattnerAllow $
2005-10-14 Nate BegemanRelax the checking on zextload generation a bit, since...
2005-10-14 Chris LattnerFix errors when compiling with -pedantic
2005-10-13 Chris LattnerFix the trunc(load) case, finally allowing crafty and...
2005-10-13 Chris LattnerFix some bugs in (sext (load x))
2005-10-13 Chris LattnerWhen ExpandOp'ing a [SZ]EXTLOAD, make sure to remember...
2005-10-13 Chris LattnerImplement PromoteOp for *EXTLOAD, allowing MallocBench...
2005-10-13 Nate BegemanFix the remaining DAGCombiner issues pointed out by...
2005-10-13 Chris LattnerFix a minor bug in the dag combiner that broke pcompres...
2005-10-13 Patrick MeredithUpdated to be less restrictive on what is matched
2005-10-13 Nate BegemanAdd support to Legalize for expanding i64 sextload...
2005-10-13 Jim LaskeyInhibit instructions from being pushed before function...
2005-10-13 Chris Lattnerapparently one of the makefile changes changed libprofi...
2005-10-13 Patrick MeredithThis script is used to remove nodes with the label...
2005-10-13 Chris LattnerNate implemented this :)
2005-10-13 Nate BegemanMove some Legalize functionality over to the DAGCombine...
2005-10-13 Nate BegemanSimplifySelectCC is dead
2005-10-12 Nate BegemanFix a potential bug with two combine-to's back to back...
2005-10-12 Nate BegemanMore cool stuff for the dag combiner. We can now final...
2005-10-12 Jim LaskeyFinally committing to the new scheduler. Still -sched...
2005-10-12 Jim LaskeyAdded graphviz/gv support for MF.
2005-10-11 Chris Lattnerthis passes with the change in predicate
2005-10-11 Chris LattnerFix (hopefully the last) issue where LSR is nondetermin...
2005-10-11 Chris LattnerFix another problem where LSR was being nondeterminstic...
2005-10-11 Chris Lattnerlsr doesn't emit gep instructions anymore
2005-10-11 Chris LattnerFix another lsr-is-nondeterministic case
2005-10-11 Chris LattnerFix a powerpc crash on CodeGen/Generic/llvm-ct-intrinsi...
2005-10-11 Chris LattnerAdd a canonicalization that got lost, fixing PowerPC...
2005-10-10 Chris Lattnerclean up some corner cases
2005-10-10 Chris LattnerImplement trivial DSE. If two stores are neighbors...
2005-10-10 Chris LattnerAdd support for CombineTo, allowing the dag combiner...
2005-10-10 Chris Lattnernew testcase
2005-10-10 Nate BegemanTeach the DAGCombiner several new tricks, teaching...
2005-10-10 Chris LattnerA testcase sitting in my tree
2005-10-10 Chris LattnerFix comment
2005-10-10 Chris LattnerAdd ISD::ADD to MaskedValueIsZero
2005-10-10 Chris LattnerThis function is now dead
2005-10-10 Chris LattnerEnable Nate's excellent DAG combiner work by default...
2005-10-10 Chris LattnerThese definitions have been moved to common code.
2005-10-10 Chris LattnerPull DAG ISel generation nodes out of the PowerPC backe...
2005-10-09 Chris Lattneradd a todo for something I noticed
2005-10-09 Chris Lattner(X & Y) & C == 0 if either X&C or Y&C are zero
2005-10-09 Chris LattnerMake MaskedValueIsZero a bit more aggressive
2005-10-09 Andrew LenharthThis seems useful from the original patch that added...
2005-10-09 Chris LattnerFix funky xcode indentation
2005-10-09 Chris LattnerHrm, you didn't see this.
2005-10-09 Chris LattnerFix a source of non-determinism in the backend: the...
2005-10-09 Chris LattnerWhen emiting a CopyFromReg and the source is already...
2005-10-09 Chris LattnerDisable formation of rlwinm instructions from SRA bases...
2005-10-09 Chris LattnerTestcase that is miscompiled by the ppc backend
2005-10-08 Nate BegemanRemove another unused file. Preparing for the great...
2005-10-08 Chris Lattnerremove a comma to compile with pedantic gcc
2005-10-08 Nate BegemanRemove a file that is no longer used
next