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