| Age | Commit message (Expand) | Author |
| 2006-05-01 | Dis-favor stores more | Evan Cheng |
| 2006-05-01 | Bottom up register-pressure reduction scheduler now pushes store operations | Evan Cheng |
| 2006-05-01 | Didn't mean ScheduleDAGList.cpp to make the last checkin. | Evan Cheng |
| 2006-05-01 | Remove temp. option -spiller-check-liveout, it didn't cause any failure nor p... | Evan Cheng |
| 2006-04-28 | Remove a bogus transformation. This fixes SingleSource/UnitTests/2006-01-23-... | Chris Lattner |
| 2006-04-28 | Remove the temporary option: -no-isel-fold-inflight | Evan Cheng |
| 2006-04-28 | TargetLowering::LowerArguments should return a VBIT_CONVERT of | Evan Cheng |
| 2006-04-28 | Added a temporary option -no-isel-fold-inflight to control whether a "inflight" | Evan Cheng |
| 2006-04-27 | Insert a VBIT_CONVERT between a FORMAL_ARGUMENT node and its vector uses | Evan Cheng |
| 2006-04-27 | Fix Regression/CodeGen/Generic/2006-04-26-SetCCAnd.ll and | Chris Lattner |
| 2006-04-25 | Don't forget return void. | Evan Cheng |
| 2006-04-23 | Fix the updating of the machine CFG when a PHI node was in a successor of | Nate Begeman |
| 2006-04-22 | Turn of jump tables for a bit, there are still some issues to work out with | Nate Begeman |
| 2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
| 2006-04-21 | The BFS scheduler is apparently nondeterminstic (causes many llvmgcc bootstrap | Chris Lattner |
| 2006-04-21 | Fix a couple more memory issues | Chris Lattner |
| 2006-04-20 | Fix a really subtle and obnoxious memory bug that caused issues with an | Chris Lattner |
| 2006-04-20 | Turn a VAND into a VECTOR_SHUFFLE is applicable. | Evan Cheng |
| 2006-04-20 | Implement folding of a bunch of binops with undef | Chris Lattner |
| 2006-04-19 | Simplify some code | Chris Lattner |
| 2006-04-17 | Fix handling of calls in functions that use vectors. This fixes a crash on | Chris Lattner |
| 2006-04-17 | Codegen insertelement with constant insertion points as scalar_to_vector | Chris Lattner |
| 2006-04-16 | Add support for promoting stores from one legal type to another, allowing us | Chris Lattner |
| 2006-04-15 | Make these predicates return true for bit_convert(buildvector)'s as well as | Chris Lattner |
| 2006-04-14 | Make this assertion better | Chris Lattner |
| 2006-04-12 | Promote vector AND, OR, and XOR | Evan Cheng |
| 2006-04-12 | Vector type promotion for ISD::LOAD and ISD::SELECT | Evan Cheng |
| 2006-04-12 | Implement support for the formal_arguments node. To get this, targets should... | Chris Lattner |
| 2006-04-12 | Don't memoize vloads in the load map! Don't memoize them anywhere here, let | Chris Lattner |
| 2006-04-11 | Only get Tmp2 for cases where number of operands is > 1. Fixed return void. | Evan Cheng |
| 2006-04-11 | add some todos | Chris Lattner |
| 2006-04-11 | Add basic support for legalizing returns of vectors | Chris Lattner |
| 2006-04-10 | Missing break | Evan Cheng |
| 2006-04-08 | Add code generator support for VSELECT | Chris Lattner |
| 2006-04-08 | Canonicalize vvector_shuffle(x,x) -> vvector_shuffle(x,undef) to enable patterns | Chris Lattner |
| 2006-04-08 | Codegen shufflevector as VVECTOR_SHUFFLE | Chris Lattner |
| 2006-04-08 | add a sanity check: LegalizeOp should return a value that is the same type | Chris Lattner |
| 2006-04-08 | INSERT_VECTOR_ELT lowering bug: | Evan Cheng |
| 2006-04-08 | Stub out shufflevector | Chris Lattner |
| 2006-04-06 | 1. If both vector operands of a vector_shuffle are undef, turn it into an undef. | Evan Cheng |
| 2006-04-05 | Make a vector live across blocks have the correct Vec type. This fixes | Chris Lattner |
| 2006-04-05 | Exapnd a VECTOR_SHUFFLE to a BUILD_VECTOR if target asks for it to be expanded | Evan Cheng |
| 2006-04-04 | Do not create ZEXTLOAD's unless we are before legalize or the operation is | Chris Lattner |
| 2006-04-04 | * Add supprot for SCALAR_TO_VECTOR operations where the input needs to be | Chris Lattner |
| 2006-04-04 | Constant fold bitconvert(undef) | Chris Lattner |
| 2006-04-03 | Add a missing check, this fixes UnitTests/Vector/sumarray.c | Chris Lattner |
| 2006-04-03 | Add a missing check, which broke a bunch of vector tests. | Chris Lattner |
| 2006-04-03 | back this out | Andrew Lenharth |
| 2006-04-02 | This should be a win of every arch | Andrew Lenharth |
| 2006-04-02 | relax assertion | Chris Lattner |