aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-01Format #APP lines a bit nicerChris Lattner
2006-04-30Local spiller kills a store if the folded restore is turned into a copy.Evan Cheng
2006-04-29Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen
2006-04-28Remove a bogus transformation. This fixes SingleSource/UnitTests/2006-01-23-...Chris Lattner
2006-04-28I can't spell: Register, not Regsiter.Evan Cheng
2006-04-28Implemented x86 inline asm b, h, w, k modifiers.Evan Cheng
2006-04-28Fix InstCombine/2006-04-28-ShiftShiftLongLong.llChris Lattner
2006-04-28new testcase miscompiled by instcombineChris Lattner
2006-04-28Fix CodeGen/Generic/2006-04-28-Sign-extend-bool.llChris Lattner
2006-04-28testcase that crashes the ppc backend, which can't sextinreg(i1)Chris Lattner
2006-04-28Initial caller side support (for CCC only, not FastCC) of 128-bit vectorEvan Cheng
2006-04-28Bare-bone X86 inline asm printer support.Evan Cheng
2006-04-28Update. It should use two shufps, not three!Evan Cheng
2006-04-28Remove the temporary option: -no-isel-fold-inflightEvan Cheng
2006-04-28Implement four-wide shuffle with 2 shufps if no more than two elements comeEvan Cheng
2006-04-28Fix PR743: emit -help output of a tool to cout, not cerr.Chris Lattner
2006-04-28TargetLowering::LowerArguments should return a VBIT_CONVERT ofEvan Cheng
2006-04-28Mapping of physregs can make it so that the designated and input physregs areChris Lattner
2006-04-28Fix Transforms/Reassociate/2006-04-27-ReassociateVector.llChris Lattner
2006-04-28new testcaseChris Lattner
2006-04-28Use movaps instead of movapd for spill / restore.Evan Cheng
2006-04-28Added a temporary option -no-isel-fold-inflight to control whether a "inflight"Evan Cheng
2006-04-28When isel'ing a node, mark its operands "InFlight" before selecting them. TheseEvan Cheng
2006-04-28When we have a two-address instruction where the input cannot be clobberedChris Lattner
2006-04-28Test case for PR748Evan Cheng
2006-04-28Add a noteChris Lattner
2006-04-27Add a noteChris Lattner
2006-04-27Add support for inserting undef into a vector. This implementsChris Lattner
2006-04-27This should turn into one vector shuffle instruction.Chris Lattner
2006-04-27Make x86 isel lowering produce tailcall nodes. They are match to normal callsEvan Cheng
2006-04-27A couple of new entries.Evan Cheng
2006-04-27Support for passing 128-bit vector arguments via XMM registers.Evan Cheng
2006-04-27Insert a VBIT_CONVERT between a FORMAL_ARGUMENT node and its vector usesEvan Cheng
2006-04-27For PR747:Reid Spencer
2006-04-27OopsEvan Cheng
2006-04-27Bug fix: not updating NumIntRegs.Evan Cheng
2006-04-27Fix Regression/CodeGen/Generic/2006-04-26-SetCCAnd.ll andChris Lattner
2006-04-27new testcaseChris Lattner
2006-04-27- Clean up formal argument lowering code. Prepare for vector pass by value work.Evan Cheng
2006-04-27Fix some nondeterminstic behavior in the mem2reg pass that (in addition toChris Lattner
2006-04-26Actually, semantical doesn't appear to be a word.Jeff Cohen
2006-04-26Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn'tChris Lattner
2006-04-26new testcaseChris Lattner
2006-04-26Fix fastcc failures.Evan Cheng
2006-04-26Unfortunately this really isn't the place for advertisement.Chris Lattner
2006-04-26Fix typo.Jeff Cohen
2006-04-26Fix some anchors.Reid Spencer
2006-04-26Add some notes about the current state of source (front end) languagesReid Spencer
2006-04-26Switching over FORMAL_ARGUMENTS mechanism to lower call arguments.Evan Cheng
2006-04-25Don't forget return void.Evan Cheng