implementation of some methods for inlineasm
[oota-llvm.git] / lib /
2006-02-04 Chris Lattnerimplementation of some methods for inlineasm
2006-02-03 Chris LattnerHandle another case exposed on X86.
2006-02-03 Chris LattnerFix a nasty problem on two-address machines in the...
2006-02-03 Chris Lattnersignificantly simplify the VirtRegMap code by pulling...
2006-02-03 Nate BegemanImplement some feedback from sabre
2006-02-03 Nate BegemanAdd a framework for eliminating instructions that produ...
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 some #ifdef'd out code, which should properly...
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 Lattnerremove dead fn
2006-02-03 Nate BegemanAdd common code for reassociating ops in the dag combiner
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 Jeff CohenFix VC++ compilation error caused by using a std::map...
2006-02-03 Chris LattnerRemove move copies and dead stuff by not clobbering...
2006-02-03 Andrew LenharthisStoreToStackSlot
2006-02-03 Chris LattnerSimplify some code
2006-02-03 Chris Lattnerthe X86 backend no longer needs to delete its own noop...
2006-02-03 Chris LattnerAdd code that checks for noop copies, which triggers...
2006-02-03 Chris LattnerAdd a note
2006-02-03 Evan ChengAdded case HANDLENODE to getOperationName().
2006-02-03 Chris LattnerPhysregs may hold multiple stack slot values at the...
2006-02-02 Chris Lattnerupdate a note
2006-02-02 Chris LattnerFix a deficiency in the spiller that Evan noticed....
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 LattnerTurn any_extend nodes into zero_extend nodes when it...
2006-02-02 Chris LattnerImplement MaskedValueIsZero for ANY_EXTEND nodes
2006-02-02 Chris Lattnerimplemented, testcase here: test/Regression/CodeGen...
2006-02-02 Chris Lattneradd two dag combines:
2006-02-02 Evan ChengUpdate.
2006-02-02 Chris Lattnermake -debug output less newliney
2006-02-02 Evan ChengFix a erroneous comment.
2006-02-02 Chris LattnerImplement matching constraints. We can now say things...
2006-02-02 Chris Lattnervalidate matching constraints and remember when we...
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 LattnerImplement smart printing of inline asm strings, handlin...
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 Nate Begeman*** empty log message ***
2006-02-01 Chris LattnerImplement simple register assignment for inline asms...
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 Jeff CohenFix VC++ compilation error.
2006-02-01 Chris LattnerAnother regression from the pattern isel
2006-02-01 Chris LattnerBeef up the interface to inline asm constraint parsing...
2006-02-01 Chris Lattneradjust to changes in InlineAsm interface. Fix a few...
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 Evan ChengAllow custom lowering of fabs. I forgot to check in...
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 Chris LattnerOnly insert an AND when converting from BR_COND to...
next