aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a bogus transformation. This fixes SingleSource/UnitTests/2006-01-23-...Chris Lattner2006-04-281-7/+0
* I can't spell: Register, not Regsiter.Evan Cheng2006-04-284-6/+6
* Implemented x86 inline asm b, h, w, k modifiers.Evan Cheng2006-04-284-1/+249
* Fix InstCombine/2006-04-28-ShiftShiftLongLong.llChris Lattner2006-04-281-1/+1
* Fix CodeGen/Generic/2006-04-28-Sign-extend-bool.llChris Lattner2006-04-281-0/+4
* Initial caller side support (for CCC only, not FastCC) of 128-bit vectorEvan Cheng2006-04-281-7/+73
* Bare-bone X86 inline asm printer support.Evan Cheng2006-04-284-2/+66
* Remove the temporary option: -no-isel-fold-inflightEvan Cheng2006-04-281-11/+0
* 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
* 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-281-1/+12
* When we have a two-address instruction where the input cannot be clobberedChris Lattner2006-04-281-26/+64
* 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
* 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
* 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
* - 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
* Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn'tChris Lattner2006-04-261-0/+25
* Fix fastcc failures.Evan Cheng2006-04-261-0/+3
* 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
* 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-241-12/+44
* Add a new entry.Evan Cheng2006-04-241-0/+32
* Special case handling two wide build_vector(0, x).Evan Cheng2006-04-241-4/+4
* Some missing movlps, movhps, movlpd, and movhpd patterns.Evan Cheng2006-04-241-6/+14
* A little bit more build_vector enhancement for v8i16 cases.Evan Cheng2006-04-241-42/+105
* Remove a completed entry.Evan Cheng2006-04-241-55/+0
* MakeMIInst() should handle jump table index operands.Evan Cheng2006-04-241-0/+3
* Add a noteChris Lattner2006-04-231-0/+7
* MOVL shuffle (i.e. movd or movss / movsd from memory) of undef, V2 == V2Evan Cheng2006-04-231-2/+7
* Fix the updating of the machine CFG when a PHI node was in a successor ofNate Begeman2006-04-231-5/+10