Remove the SparcV8 backend. It has been renamed to be the Sparc backend.
[oota-llvm.git] / lib / Target /
2006-02-05 Chris LattnerRemove the SparcV8 backend. It has been renamed to...
2006-02-05 Chris Lattnerremove V8 reference
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2006-02-05 Chris Lattneradd a note
2006-02-05 Evan ChengRe-commit the last bit of change that was backed out.
2006-02-05 Chris LattnerUse getPreferredAlignmentLog.
2006-02-05 Chris LattnerUse the asmprinter to find out what the preferred align...
2006-02-04 Andrew Lenharthlinkage fix for weak functions
2006-02-04 Chris LattnerTemporarily revert this patch, which probably breaks...
2006-02-04 Evan ChengComplex pattern's custom matcher should not call Select...
2006-02-04 Chris LattnerCustom lower VAARG for the case when we are doing vaarg...
2006-02-04 Chris LattnerFix a nasty typo that broke functions with big stack...
2006-02-04 Chris Lattnerfix a bug in my last checkin
2006-02-04 Nate BegemanRemove some stuff that now works
2006-02-04 Chris Lattneradd a note
2006-02-04 Chris LattnerTwo changes:
2006-02-04 Evan ChengRemove an unnecessary predicate.
2006-02-04 Evan ChengSeparate FILD and FILD_FLAG, the later is only used...
2006-02-03 Chris Lattneradd a note
2006-02-03 Chris Lattneranother case Nate came up with
2006-02-03 Chris Lattneradd a note
2006-02-03 Chris Lattnerremove an old comment
2006-02-03 Chris LattnerRemove the X86PeepholeOptimizerPass, a truly horrible...
2006-02-03 Chris LattnerWhen rewriting frame instructions, emit the appropriate...
2006-02-03 Chris LattnerTeach sparc to fold loads/stores into copies.
2006-02-03 Chris LattnerImplement isLoadFromStackSlot and isStoreToStackSlot
2006-02-03 Chris Lattnerremove some target-indep and implemented notes
2006-02-03 Chris Lattnertarget independent notes
2006-02-03 Nate BegemanFlesh out a couple of the items in the README
2006-02-03 Andrew LenharthisStoreToStackSlot
2006-02-03 Chris Lattnerthe X86 backend no longer needs to delete its own noop...
2006-02-03 Chris LattnerAdd a note
2006-02-02 Chris Lattnerupdate a note
2006-02-02 Nate Begemanadd 64b gpr store to the possible list of isStoreToStac...
2006-02-02 Chris Lattnerfix operand numbers
2006-02-02 Chris Lattnerimplement isStoreToStackSlot for PPC
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-02-02 Chris Lattnerimplement isStoreToStackSlot
2006-02-02 Chris Lattneradd a method
2006-02-02 Chris Lattnermore notes
2006-02-02 Chris Lattneradd a note, I have no idea how important this is.
2006-02-02 Chris Lattner%fcc is not an alias for %fcc0
2006-02-02 Chris Lattnercorrect an opcode
2006-02-02 Chris Lattnernew example
2006-02-02 Nate BegemanUpdate the README
2006-02-02 Chris Lattnerimplemented, testcase here: test/Regression/CodeGen...
2006-02-02 Evan ChengUpdate.
2006-02-02 Evan ChengFix a erroneous comment.
2006-02-01 Chris Lattnermore notes
2006-02-01 Evan ChengTell codegen MOVAPSrr and MOVAPDrr are copies.
2006-02-01 Evan ChengAdded SSE entries to foldMemoryOperand().
2006-02-01 Evan ChengRearrange code to my liking. :)
2006-02-01 Chris Lattneradd a method
2006-02-01 Chris Lattneranother note
2006-02-01 Andrew LenharthAdd immediate forms of cmov and remove some cruft
2006-02-01 Chris LattnerFinegrainify namespacification
2006-02-01 Chris Lattneradd a note
2006-02-01 Nate BegemanFix some of the stuff in the PPC README file, and clean...
2006-02-01 Chris Lattneradd a note, I'll take care of this after nate commits...
2006-02-01 Evan Cheng- Use xor to clear integer registers (set R, 0).
2006-02-01 Evan ChengRemove another entry.
2006-02-01 Chris LattnerAnother regression from the pattern isel
2006-02-01 Evan ChengReturn's chain should be matching either the chain...
2006-02-01 Chris Lattneranother testcase.
2006-02-01 Evan ChengWhen folding a load into a return of SSE value, check...
2006-02-01 Evan ChengRemove an item. It's done.
2006-01-31 Evan ChengBe smarter about whether to store the SSE return value...
2006-01-31 Chris Lattnerturning these into 'adds' would require extra copies
2006-01-31 Evan Cheng- Allow XMM load (for scalar use) to be folded into...
2006-01-31 Evan ChengRemove entries on fabs and fneg. These are done.
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-31 Chris Lattner* Fix 80-column violations
2006-01-31 Chris Lattneradd info about the inline asm register constraints...
2006-01-31 Chris Lattneradd a missing break that caused a lot of failures last...
2006-01-31 Nate BegemanCodegen
2006-01-31 Chris Lattnerokay, one more
2006-01-31 Chris Lattneranother note
2006-01-31 Chris LattnerMore notes
2006-01-31 Chris Lattneranother one
2006-01-31 Chris Lattneradd a note
2006-01-31 Chris Lattneradd conditional moves of float and double values on...
2006-01-31 Chris Lattnerexample nate pointed out
2006-01-31 Chris Lattnertreat conditional branches the same way as conditional...
2006-01-31 Chris Lattnercompactify all of the integer conditional moves into...
2006-01-31 Chris LattnerAdd immediate forms of integer cmovs
2006-01-31 Chris LattnerShrinkify
2006-01-31 Chris LattnerAdd the full complement of conditional moves of integer...
2006-01-31 Chris LattnerCompile this:
2006-01-31 Evan ChengAdded custom lowering of fabs
2006-01-31 Chris Lattneradd the 'lucas' optimization
2006-01-31 Chris LattnerI don't see why this optimization isn't safe, but it...
2006-01-31 Chris LattnerAnother high-prio selection performance bug
2006-01-31 Chris Lattnermore mumbling
2006-01-31 Chris Lattneradd some notes
2006-01-30 Evan ChengDon't generate complex sequence for SETOLE, SETOLT...
2006-01-30 Chris LattnerFix FP constants, and the SparcV8/2006-01-22-BitConvert...
2006-01-30 Evan Chengi64 -> f32, f32 -> i64 and some clean up.
2006-01-30 Evan ChengAlways use FP stack instructions to perform i64 to...
2006-01-30 Chris LattnerRevamp the ICC/FCC reading instructions to be parameter...
2006-01-30 Chris LattnerCompile:
next