Small tweaks noticed while on the plane.
[oota-llvm.git] / lib / Target / PowerPC /
2005-11-26 Nate BegemanSmall tweaks noticed while on the plane.
2005-11-23 Nate BegemanSome first bits of AltiVec stuff: Instruction Formats...
2005-11-21 Chris LattnerUse generic constant pool emission code in the AsmPrint...
2005-11-21 Chris LattnerUse the FunctionNumber provided by the AsmPrinter class
2005-11-21 Chris LattnerUse CommentString where possible, fix a bug where aix...
2005-11-21 Chris Lattnerunify the darwin and aix constant pool printers
2005-11-21 Chris LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris Lattneruse PrivateGlobalPrefix for basic blocks
2005-11-21 Chris LattnerThis is now implemented in common codegen code
2005-11-21 Chris Lattnerset PrivateGlobalPrefix on darwin, use it when printing...
2005-11-17 Chris Lattneronly use dyld stubs if not in ppc-static mode. This...
2005-11-17 Chris Lattnerrefactor call operand handling to eliminate special...
2005-11-17 Chris Lattnerdisentangle call operands from branch operands a bit
2005-11-17 Chris Lattneradd an option to generate completely non-pic code,...
2005-11-17 Chris LattnerFix a bug that resistor on IRC hit where we tried to...
2005-11-17 Chris LattnerEnable global address legalization, fixing a todo and...
2005-11-17 Chris LattnerTeach the selector to fold lo(g) into load instruction...
2005-11-17 Chris LattnerGenerate LA and ADDIS when possible.
2005-11-17 Chris LattnerUse the right accessor to create this node
2005-11-17 Chris LattnerAdd an initial hack at legalizing GlobalAddress into...
2005-11-17 Chris LattnerLI could theoretically be used for the lo-part of a...
2005-11-17 Chris LattnerWhen lowering direct calls, lower them to use a targetg...
2005-11-16 Nate BegemanPatch to clean up function call pseudos and support...
2005-11-15 Chris LattnerMake sure to use SwitchSection to switch sections so...
2005-11-14 Chris LattnerHandle globals with explicit alignment requests
2005-11-14 Chris LattnerTeach the PPC asmwriter to honor globals with explicit...
2005-11-10 Chris LattnerMake BB and CPI labels use the function number, not...
2005-11-10 Chris LattnerDarwin supports quoted labels. This implements:
2005-11-10 Chris LattnerMake the aix asm printer interface properly with the...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-06 Nate BegemanAdd the necessary support to the ISel to allow targets...
2005-11-05 Chris Lattneradd a case Nate sent me
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-11-01 Chris LattnerAdd a flag to enable a darwin linker optimization
2005-10-31 Chris LattnerMake constant pool entries use private labels. This...
2005-10-30 Chris LattnerThis is implemented
2005-10-28 Nate BegemanNew case to handle someday
2005-10-28 Chris LattnerDon't emit "32" for unordered comparison
2005-10-28 Chris Lattneradd a hack to get code with ordered comparisons working...
2005-10-28 Chris Lattneradd support for branch on ordered/unordered.
2005-10-28 Chris LattnerDo not globalize internal symbols
2005-10-28 Chris Lattnera bad case for bitfield insert
2005-10-26 Jim LaskeyTypo made worse x 2 - take 2.
2005-10-26 Chris LattnerFix an assert compiling MallocBench/gs
2005-10-26 Jim LaskeyTypo x 2
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-26 Jim LaskeyAdd attribute name and type to SubtargetFeatures.
2005-10-25 Nate BegemanAdd a note about some bitfield stuff we could be doing...
2005-10-25 Nate BegemanCorrectly Expand or Promote FP_TO_UINT based on the...
2005-10-25 Chris Lattnerautogen undef
2005-10-25 Chris LattnerAllow pseudos to have patterns, no functionality change
2005-10-25 Chris LattnerAutogen fsel
2005-10-25 Chris LattnerExpose the fextend on the DAG instead of doing it in...
2005-10-25 Chris LattnerAutogen a few new ppc-specific nodes
2005-10-25 Chris LattnerThe dag isel generator generates this now
2005-10-25 Chris LattnerBe a bit more paranoid about calling SelectNodeTo
2005-10-25 Chris LattnerFix a couple of minor bugs. The first fixes povray...
2005-10-25 Jim LaskeyPreparation of supporting scheduling info. Need to...
2005-10-23 Chris LattnerSimplify this, matching changes in the tblgen emitter
2005-10-23 Chris Lattnermark this as beta
2005-10-23 Chris Lattnerrearrange things a bit so that instructions can use...
2005-10-23 Chris Lattnerimprove -help output
2005-10-22 Jim LaskeyAdd g3 back to the mix and reorder to irritate them...
2005-10-21 Chris Lattner64-bit reg support should not be enabled by default...
2005-10-21 Chris LattnerInstead of aborting if not a case we can handle special...
2005-10-21 Jim LaskeyPlugin new subtarget backend into the build.
2005-10-21 Nate BegemanMatch rotate. This does actually match the rotates...
2005-10-21 Nate BegemanInvert the TargetLowering flag that controls divide...
2005-10-20 Nate BegemanAdd some more patterns for i64 on ppc
2005-10-20 Nate BegemanMove the target constant divide optimization up into...
2005-10-19 Jim LaskeyAdded InstrSchedClass to each of the PowerPC Instructions.
2005-10-19 Nate BegemanWrite patterns for the various shl and srl patterns...
2005-10-19 Jim LaskeyPush processor descriptions to the top of target and...
2005-10-19 Chris Lattnernow that tblgen is smarter, use integers directly....
2005-10-19 Chris Lattnerteach ppc backend these are copies
2005-10-19 Chris LattnerConvert these cases to patterns
2005-10-19 Nate BegemanWoo, it kinda works. We now generate this atrociously...
2005-10-19 Chris Lattnerapply some tblgen majik to simplify the X register...
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 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 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-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
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 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
next