| Age | Commit message (Expand) | Author |
| 2006-05-06 | Simplify some code, add a couple minor missed folds | Chris Lattner |
| 2006-05-06 | constant fold sign_extend_inreg | Chris Lattner |
| 2006-05-06 | remove cases handled elsewhere | Chris Lattner |
| 2006-05-06 | Add some more simple sign bit propagation cases. | Chris Lattner |
| 2006-05-06 | Use the new TargetLowering::ComputeNumSignBits method to eliminate | Chris Lattner |
| 2006-05-06 | Add some really really simple code for computing sign-bit propagation. | Chris Lattner |
| 2006-05-06 | When inserting casts, be careful of where we put them. We cannot insert | Chris Lattner |
| 2006-05-06 | Fold (trunc (srl x, c)) -> (srl (trunc x), c) | Chris Lattner |
| 2006-05-05 | Fold trunc(any_ext). This gives stuff like: | Chris Lattner |
| 2006-05-05 | Shrink shifts when possible. | Chris Lattner |
| 2006-05-05 | Implement ComputeMaskedBits/SimplifyDemandedBits for ISD::TRUNCATE | Chris Lattner |
| 2006-05-05 | Fold (fpext (load x)) -> (extload x) | Chris Lattner |
| 2006-05-05 | More aggressively sink GEP offsets into loops. For example, before we | Chris Lattner |
| 2006-05-05 | Fold some common code. | Chris Lattner |
| 2006-05-05 | Implement: | Chris Lattner |
| 2006-05-05 | Pull and through and/or/xor. This compiles some bitfield code to: | Chris Lattner |
| 2006-05-05 | Implement a variety of simplifications for ANY_EXTEND. | Chris Lattner |
| 2006-05-05 | Factor some code, add these transformations: | Chris Lattner |
| 2006-05-05 | Fix VC++ compilation error. | Jeff Cohen |
| 2006-05-05 | Sink noop copies into the basic block that uses them. This reduces the number | Chris Lattner |
| 2006-05-04 | Initial support for register pressure aware scheduling. The register reduction | Evan Cheng |
| 2006-05-04 | Remove and simplify some more machineinstr/machineoperand stuff. | Chris Lattner |
| 2006-05-04 | Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. | Chris Lattner |
| 2006-05-04 | Remove a bunch more SparcV9 specific stuff | Chris Lattner |
| 2006-05-03 | Finish up the initial jump table implementation by allowing jump tables to | Nate Begeman |
| 2006-05-03 | Bottom up register pressure reduction work: clean up some hacks and enhanced | Evan Cheng |
| 2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
| 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 |