aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the temporary option: -no-isel-fold-inflightEvan Cheng2006-04-283-14/+1
* Implement four-wide shuffle with 2 shufps if no more than two elements comeEvan Cheng2006-04-281-2/+47
* Fix PR743: emit -help output of a tool to cout, not cerr.Chris Lattner2006-04-281-20/+20
* TargetLowering::LowerArguments should return a VBIT_CONVERT ofEvan Cheng2006-04-282-17/+15
* Mapping of physregs can make it so that the designated and input physregs areChris Lattner2006-04-281-0/+13
* Fix Transforms/Reassociate/2006-04-27-ReassociateVector.llChris Lattner2006-04-281-2/+3
* new testcaseChris Lattner2006-04-281-0/+7
* Use movaps instead of movapd for spill / restore.Evan Cheng2006-04-281-2/+2
* Added a temporary option -no-isel-fold-inflight to control whether a "inflight"Evan Cheng2006-04-282-1/+13
* When isel'ing a node, mark its operands "InFlight" before selecting them. TheseEvan Cheng2006-04-281-2/+34
* When we have a two-address instruction where the input cannot be clobberedChris Lattner2006-04-281-26/+64
* Test case for PR748Evan Cheng2006-04-281-0/+31
* Add a noteChris Lattner2006-04-281-0/+8
* Add a noteChris Lattner2006-04-271-0/+44
* Add support for inserting undef into a vector. This implementsChris Lattner2006-04-271-3/+14
* This should turn into one vector shuffle instruction.Chris Lattner2006-04-271-0/+14
* Make x86 isel lowering produce tailcall nodes. They are match to normal callsEvan Cheng2006-04-272-1/+17
* A couple of new entries.Evan Cheng2006-04-271-0/+37
* Support for passing 128-bit vector arguments via XMM registers.Evan Cheng2006-04-271-27/+97
* Insert a VBIT_CONVERT between a FORMAL_ARGUMENT node and its vector usesEvan Cheng2006-04-271-3/+16
* For PR747:Reid Spencer2006-04-272-20/+20
* OopsEvan Cheng2006-04-271-1/+1
* Bug fix: not updating NumIntRegs.Evan Cheng2006-04-271-60/+65
* Fix Regression/CodeGen/Generic/2006-04-26-SetCCAnd.ll andChris Lattner2006-04-271-1/+29
* new testcaseChris Lattner2006-04-271-0/+43
* - Clean up formal argument lowering code. Prepare for vector pass by value work.Evan Cheng2006-04-272-215/+237
* Fix some nondeterminstic behavior in the mem2reg pass that (in addition toChris Lattner2006-04-271-20/+38
* Actually, semantical doesn't appear to be a word.Jeff Cohen2006-04-261-1/+1
* Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn'tChris Lattner2006-04-261-0/+25
* new testcaseChris Lattner2006-04-261-0/+28
* Fix fastcc failures.Evan Cheng2006-04-261-0/+3
* Unfortunately this really isn't the place for advertisement.Chris Lattner2006-04-261-3/+0
* Fix typo.Jeff Cohen2006-04-261-1/+1
* Fix some anchors.Reid Spencer2006-04-261-7/+7
* Add some notes about the current state of source (front end) languagesReid Spencer2006-04-261-0/+43
* Switching over FORMAL_ARGUMENTS mechanism to lower call arguments.Evan Cheng2006-04-262-80/+177
* Don't forget return void.Evan Cheng2006-04-251-0/+3
* Keep the stack from on darwin 16-byte aligned. This fixes many JITNate Begeman2006-04-251-2/+13
* Separate LowerOperation() into multiple functions, one per opcode.Evan Cheng2006-04-252-1135/+1213
* slightly more useful error messageAndrew Lenharth2006-04-251-2/+3
* better c99 struct handlingAndrew Lenharth2006-04-251-2/+1
* another c99 style problemAndrew Lenharth2006-04-251-0/+22
* Fix a typo.Evan Cheng2006-04-251-1/+1
* Fix a warningNate Begeman2006-04-251-1/+1
* No functionality changes, but cleaner code with correct comments.Nate Begeman2006-04-251-34/+40
* Explicitly specify result type for def : Pat<> patterns (if it produces a vectorEvan Cheng2006-04-251-45/+47
* Added X86 SSE2 intrinsics which can be represented as vector_shuffles. This isEvan Cheng2006-04-242-13/+73
* Add a new entry.Evan Cheng2006-04-241-0/+32
* Added a movq test case.Evan Cheng2006-04-241-0/+10
* Special case handling two wide build_vector(0, x).Evan Cheng2006-04-241-4/+4