Code refactoring.
[oota-llvm.git] / lib / Target /
2010-10-07 Evan ChengCode refactoring.
2010-10-07 Chris LattnerReduce casting in various tables by defining the table
2010-10-07 Chris Lattnersimplify code: don't build up vector only to assert...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Jim GrosbachTrivial MC code emitter shell. No instruction forms...
2010-10-07 Jim GrosbachInclude the auto-generated bits for machine encoding.
2010-10-07 Eric ChristopherRemember to promote load/store types for stack to regis...
2010-10-07 Chris Lattnerconvert test to use the existing classes that the multi...
2010-10-07 Chris Lattnerconvert cmp to use a multipattern
2010-10-07 Evan ChengCanonicalize X86ISD::MOVDDUP nodes to v2f64 to make...
2010-10-07 Jim GrosbachARM instruction don't have instruction prefixes, so...
2010-10-07 Chris Lattnerreduce redundancy between pattern copies.
2010-10-07 Chris Lattnerthe opcode for BinOpMI/BinOpMI8 is always the same...
2010-10-07 Owen AndersonImprove comment.
2010-10-07 Chris Lattnerconvert adc/sbb to a multipattern. Because the adde...
2010-10-07 Owen AndersonAdd initialization routines for Target.
2010-10-07 Jakob Stoklund OlesenFix obvious mistake pointed out by Michael Spencer.
2010-10-07 Kalle RaiskilaAdd the missing cases to the type->registerclass conver...
2010-10-07 Kalle RaiskilaImplement two virtual functions in SPUTargetLowering.
2010-10-07 Eric ChristopherUse the correct register class for load instructions...
2010-10-07 Eric ChristopherUse the correct register class here.
2010-10-07 Eric ChristopherUse the thumb2 conditional move instruction.
2010-10-07 Eric ChristopherRemove in-progress assertion, add TODO.
2010-10-07 Evan ChengModel operand cycles of vldm / vstm; also fixes schedul...
2010-10-07 Chris Lattneradd support for isConvertibleToThreeAddress to ArithBin...
2010-10-07 Chris LattnerFix a few issues in ArithBinOpEFLAGS that made it speci...
2010-10-07 Chris LattnerConvert 'and' to single instance of a multipattern
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-07 Chris Lattneradd a new BinOpAI class to represent the immediate...
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-07 Chris Lattneradd a bunch of classes for other common patterns.
2010-10-07 Chris LattnerDefine a new BinOpRI8 class and use it to define the...
2010-10-07 Jakob Stoklund OlesenConstrain the offset register to a *_NOSP register...
2010-10-07 Chris Lattneradd the pattern operator to match to X86TypeInfo, use...
2010-10-06 Jakob Stoklund OlesenProperly handle GR32_NOSP in X86RegisterInfo::getMatchi...
2010-10-06 Jim Grosbachremove trailing whitespace
2010-10-06 Jason W KimFirst in a sequence of ARM/MC/*ELF* specific work.
2010-10-06 Jim GrosbachClean up MOVi32imm and t2MOVi32imm pseudo instruction...
2010-10-06 Jim GrosbachKill of the vestiges of the 'call' Modifier (no longer...
2010-10-06 Jim GrosbachNow that VDUPfqf and VDUPfdfare properly pseudos, kill...
2010-10-06 Jim GrosbachChange the NEON VDUPfdf and VDUPfqf pseudo-instructions...
2010-10-06 Jim GrosbachAdd a 'pattern' arg to the ARM PseudoNeonI class.
2010-10-06 Jim Grosbachtarget operand flag values aren't a bitmask
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-06 Chris Lattnerenhance X86TypeInfo to include information about the...
2010-10-06 Chris Lattneradd a class for _REV nodes.
2010-10-06 Chris Lattnersink more intelligence into the ITy base class. Now...
2010-10-06 Chris Lattnerrefactor things a bit, now the REX_W and OpSize prefix...
2010-10-06 Chris Lattnerwith tblgen suitably extended, we can now get the load...
2010-10-06 Chris Lattnerlets go all meta and define new X86 type wrappers that...
2010-10-06 Chris Lattnerintroduce a new BinOpRM class and use it to factor...
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-10-06 Chris Lattnerreplace stuff like:
2010-10-05 Chris Lattnerallow !strconcat to take more than two operands to...
2010-10-05 Eric ChristopherComment out fastisel debugging message.
2010-10-05 Chris Lattnerassociate the instruction suffix letter with the intege...
2010-10-05 Chris Lattnerintroduce a new BinOpRR class, and convert 4 and instru...
2010-10-05 Eric ChristopherRandom cleanup and make the intermediate register in...
2010-10-05 Chris LattnerMove cmov pseudo instructions to InstrCompiler,
2010-10-05 Chris LattnerUse #NAME# to have the CMOV multiclass define things...
2010-10-05 Chris Lattnerenhance tblgen to support anonymous defm's, use this to
2010-10-05 Chris Lattnerconvert cmov mr patterns to use a multipattern. Death...
2010-10-05 Chris Lattnerswitch CMOVBE to the multipattern:
2010-10-05 Chris Lattnerfix a bug I introduced in r115669, which ended up with...
2010-10-05 Chris Lattneradd a multiclass for cmov's, but don't start using...
2010-10-05 Chris Lattneruse a multipattern to define setcc instructions:
2010-10-05 Chris Lattnermove SETB pseudos into the same place in InstrCompiler.td
2010-10-05 Chris LattnerReplace a gross hack (the MOV64ri_alt instruction)...
2010-10-05 Chris Lattnerdistribute the rest of the contents of X86Instr64bit...
2010-10-05 Chris Lattnermove the rest of the simple 64-bit arithmetic into...
2010-10-05 Chris Lattnercontinue moving 64-bit stuff into X86InstrArithmetic.td
2010-10-05 Jim GrosbachIncrease the number of bits used internally by the...
2010-10-05 Chris Lattnermove 64-bit add and adc to InstrArithmetic.
2010-10-05 Chris Lattnerrewrote two addr constraints so that they are only...
2010-10-05 Chris Lattnersplit the 32-bit integer arithmetic instructions out...
2010-10-05 Chris Lattnerintegrate the 64-bit shifts into X86InstrShiftRotate...
2010-10-05 Chris Lattnermove 32-bit shift and rotates out to their own file.
2010-10-05 Chris Lattneradd new file
2010-10-05 Chris Lattnermove sign and zero extensions out to their own file.
2010-10-05 Chris Lattnermove some instructions from Instr64Bit -> InstrInfo.
2010-10-05 Chris Lattnermove CMOV_FR32 and friends to InstrCompiler, since...
2010-10-05 Chris Lattnermove various pattern matching support goop out of X86In...
2010-10-05 Chris Lattnersplit conditional moves and setcc's out to their own...
2010-10-05 Chris Lattnermove string pseudo instructions to InstrCompiler consol...
2010-10-05 Chris Lattnermove the atomic pseudo instructions out to X86InstrComp...
2010-10-05 Chris Lattnermove more pseudo instructions out to X86InstrCompiler.td
2010-10-05 Chris Lattnermove VMX instructions out to their own file.
2010-10-05 Chris Lattnercontinue moving stuff out to X86InstrSystem.td. Move
2010-10-05 Michael J. Spencerfix MSVC 2010 build.
2010-10-05 Michael J. SpencerCleanup Whitespace.
2010-10-05 Chris Lattnerrefactor .td files a bit, moving system instructions...
2010-10-05 Jim GrosbachRe-apply r115363 and r115366 now that r115525 has remov...
2010-10-04 Bill WendlingThe pshufw instruction came about in MMX2 when SSE...
2010-10-04 Jim GrosbachRemove unneeded header
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-10-03 Anton Korobeynikovva_args support for Win64.
2010-10-03 Anton KorobeynikovProperly emit stack probe on win64 (for non-mingw targets).
2010-10-03 Eli FriedmanAdd 3DNowA instructions.
2010-10-03 Chris Lattnerthe immediate field of pshufw is actually an 8-bit...
2010-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
next