oota-llvm.git
2005-10-19 John CriswellThis is a generic test for all code generators. It...
2005-10-19 Nate BegemanWrite patterns for the various shl and srl patterns...
2005-10-19 John CriswellForce i386 code generation for an i386 specific test.
2005-10-19 Jim LaskeyPush processor descriptions to the top of target and...
2005-10-19 Chris Lattneradd support for literal immediates in patterns to match...
2005-10-19 Chris Lattnernow that tblgen is smarter, use integers directly....
2005-10-19 Chris LattnerAdd basic support for integer constants in pattern...
2005-10-19 Chris LattnerFix some checking that was causing duraid to get a...
2005-10-19 Chris LattnerAdd support for patterns that have physical registers...
2005-10-19 Chris LattnerAsserting here is to violent
2005-10-19 Chris Lattnerteach ppc backend these are copies
2005-10-19 Chris LattnerMake this work with the internalize change
2005-10-19 Chris LattnerConvert these cases to patterns
2005-10-19 Chris LattnerNate wants to define 'Pat's which turn into instruction...
2005-10-19 Nate BegemanWoo, it kinda works. We now generate this atrociously...
2005-10-19 Chris LattnerTestcase that crashes llvmgcc in type layout
2005-10-19 Chris Lattnerapply some tblgen majik to simplify the X register...
2005-10-19 Nate BegemanTeach Legalize how to do something with EXTRACT_ELEMENT...
2005-10-19 Nate BegemanMake a new reg class for 64 bit regs that aliases the...
2005-10-18 Nate BegemanAdd the ability to lower return instructions to TargetL...
2005-10-18 Chris LattnerFix Generic/2005-10-18-ZeroSizeStackObject.ll by not...
2005-10-18 Chris Lattnernew testcase
2005-10-18 Chris Lattnerremove hack
2005-10-18 Chris LattnerThis was never updated for the project makefile changes
2005-10-18 Chris LattnerThis never got updated to reflect the project makefile...
2005-10-18 Jim LaskeySimple edits; remove unimplimented cases and clarify...
2005-10-18 Chris LattnerFix the JIT encoding of LWA, LD, STD, and STDU.
2005-10-18 Jim LaskeyChecking in first round of scheduling tablegen files...
2005-10-18 Chris Lattneradd a case
2005-10-18 Chris LattnerFix PR637
2005-10-18 Chris LattnerAdd an option to this pass. If it is set, we are allow...
2005-10-18 Chris Lattneradd an option to the internalize pass
2005-10-18 Chris LattnerFold (select C, load A, load B) -> load (select C,...
2005-10-18 Chris LattnerDuraid pointed out that it is impolite to emit PPC...
2005-10-18 Nate BegemanDo the right thing and enable 64 bit regs under the...
2005-10-18 Nate BegemanFirst bits of 64 bit PowerPC stuff, currently disabled...
2005-10-18 Nate BegemanImplement some feedback from Chris re: constant canonic...
2005-10-18 Nate BegemanLegalize BUILD_PAIR appropriately for upcoming 64 bit...
2005-10-17 John CriswellUse %s instead of hard coding the input filename.
2005-10-17 Nate Begemanfold fmul X, +2.0 -> fadd X, X;
2005-10-17 Chris LattnerMake this work for FP constantexprs
2005-10-17 Chris LattnerOops, X+0.0 isn't foldable, but X+-0.0 is.
2005-10-17 Chris Lattnerrelax this a bit, as we only support the default roundi...
2005-10-17 Chris LattnerApparently, people object to floating pointers. Picky...
2005-10-17 Jim LaskeyAs requested, a blurb on sub-targets.
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...
next