| Age | Commit message (Expand) | Author |
| 2010-02-02 | Revert 95130. | Evan Cheng |
| 2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
| 2010-02-01 | Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan | Mon P Wang |
| 2010-02-01 | eliminate a bunch of pointless LLVMContext arguments. | Chris Lattner |
| 2010-02-01 | fix PR 6157. Testcase pending. | Dale Johannesen |
| 2010-02-01 | Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result | Mon P Wang |
| 2010-01-29 | Change the SREM case to match the logic in the IR version ComputeMaskedBits. | Duncan Sands |
| 2010-01-28 | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling |
| 2010-01-28 | Update of 94055 to track the IR level call site information via an intrinsic. | Jim Grosbach |
| 2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
| 2010-01-26 | Allow some automatic tailcall optimization without changing ABI. | Evan Cheng |
| 2010-01-26 | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner |
| 2010-01-26 | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner |
| 2010-01-26 | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner |
| 2010-01-26 | stub out a new target hook, need some refactoring before I can | Chris Lattner |
| 2010-01-26 | Implement cond ? -1 : 0 with sbb. | Evan Cheng |
| 2010-01-26 | Generate DEBUG_VALUE comments on x86. The (limited) | Dale Johannesen |
| 2010-01-25 | Rearrange handling of jump tables. Highlights: | Chris Lattner |
| 2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
| 2010-01-24 | It seems better to scalarize vectors of size 1 instead of widening them. | Mon P Wang |
| 2010-01-24 | Improved widening loads by adding support for wider loads if | Mon P Wang |
| 2010-01-23 | Remove the '-disable-scheduling' flag and replace it with the 'source' option of | Bill Wendling |
| 2010-01-22 | Enable pre-regalloc scheduling load clustering by default. | Evan Cheng |
| 2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
| 2010-01-22 | Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ... | Evan Cheng |
| 2010-01-21 | Trim unneeded includes. | Evan Cheng |
| 2010-01-21 | back this out for now. Growing Function is not good. | Jim Grosbach |
| 2010-01-21 | Make sure that landing pad entries in the EH call site table are in the proper | Jim Grosbach |
| 2010-01-20 | When XDEBUG is enabled, check for SelectionDAG cycles at some key | David Greene |
| 2010-01-20 | Add some asserts to check SelectionDAG problems earlier. | David Greene |
| 2010-01-19 | Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code | Dan Gohman |
| 2010-01-19 | Add some new debugging APIs to print out "raw" SelectionDAGs to make | David Greene |
| 2010-01-19 | Revert 93811 per request. | Dale Johannesen |
| 2010-01-18 | Enable code to emit dbg.declare as DEBUG_VALUE | Dale Johannesen |
| 2010-01-18 | Canonicalize -1 - x to ~x. | Evan Cheng |
| 2010-01-16 | When checking for sret-demotion, it needs to use legal types. When using the... | Kenneth Uildriks |
| 2010-01-15 | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene |
| 2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
| 2010-01-15 | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez |
| 2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
| 2010-01-15 | fix 80-column violations | Jim Grosbach |
| 2010-01-14 | Fix a codegen abort seen in 483.xalancbmk. | Dan Gohman |
| 2010-01-12 | Update a partially obsolete comment. | Dan Gohman |
| 2010-01-12 | Fix a typo in a comment. | Dan Gohman |
| 2010-01-11 | Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND... | Jakob Stoklund Olesen |
| 2010-01-11 | Disable transformation of select of two loads to a select of address and then... | Mon P Wang |
| 2010-01-09 | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman |
| 2010-01-09 | Dan pointed out checking whether a node is dead by comparing its opcode to IS... | Evan Cheng |
| 2010-01-08 | ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced.... | Evan Cheng |
| 2010-01-07 | Fix rdar://7517201, a regression introduced by r92849. | Chris Lattner |