| Age | Commit message (Expand) | Author |
| 2010-11-02 | Use frameindex, if available, as a last resort to emit debug info for a param... | Devang Patel |
| 2010-10-29 | Remove DAG combiner patch to fold vector splats. Instcombiner does it now. | Bob Wilson |
| 2010-10-29 | Avoiding overly aggressive latency scheduling. If the two nodes share an | Evan Cheng |
| 2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
| 2010-10-28 | Teach the DAG combiner to fold a splat of a splat. Radar 8597790. | Bob Wilson |
| 2010-10-28 | Re-commit 117518 and 117519 now that ARM MC test failures are out of the way. | Evan Cheng |
| 2010-10-28 | Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ... | Evan Cheng |
| 2010-10-28 | Fix a major bug in operand latency computation. The use index must be adjusted | Evan Cheng |
| 2010-10-26 | Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches | Dale Johannesen |
| 2010-10-26 | Assign source ordering to nodes created for StoreInst. | Devang Patel |
| 2010-10-26 | For statistics that are only used in functions declared in !NDEBUG, wrap the | Nick Lewycky |
| 2010-10-25 | Simplify. | Devang Patel |
| 2010-10-25 | Add counters to count basic blocks and machine basic blocks with out of order... | Devang Patel |
| 2010-10-23 | Move the remaining attribute macros to systematic names based on the attribute | Chandler Carruth |
| 2010-10-21 | X86: Base _fltused on the FunctionType of the called value instead of the pot... | Michael J. Spencer |
| 2010-10-21 | CodeGen-Windows: Only emit _fltused if a VarArg function is called with float... | Michael J. Spencer |
| 2010-10-20 | Remove Synthesizable from the Type system; as MMX vector | Dale Johannesen |
| 2010-10-20 | Make CodeGen TBAA-aware. | Dan Gohman |
| 2010-10-19 | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-16 | X86-Windows: Emit an undefined global __fltused symbol when targeting Windows | Michael J. Spencer |
| 2010-10-16 | Whitespace! | Michael J. Spencer |
| 2010-10-10 | fix the default va_arg expansion (in the realignment case) to not implicitly | Chris Lattner |
| 2010-10-06 | ComputeLinearIndex doesn't need its TLI argument. | Dan Gohman |
| 2010-10-06 | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng |
| 2010-10-05 | Use a more efficient lowering of uint64_t --> float that can take advantage o... | Owen Anderson |
| 2010-10-04 | This DAG combine BRCOND transformation can look pass truncate of the operand: | Evan Cheng |
| 2010-10-01 | Fix code gen crash reported in PR 8235. We still lose debug info for the unus... | Devang Patel |
| 2010-10-01 | typo | Gabor Greif |
| 2010-10-01 | fix typo | Chris Lattner |
| 2010-10-01 | fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350 | Chris Lattner |
| 2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
| 2010-09-30 | When isel is emitting instructions for an x86 target without CMOV, the CFG is | Jakob Stoklund Olesen |
| 2010-09-29 | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng |
| 2010-09-28 | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes |
| 2010-09-27 | Don't try to make a vector of x86mmx; this won't work, | Dale Johannesen |
| 2010-09-24 | Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash. | John Thompson |
| 2010-09-24 | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer |
| 2010-09-23 | Revert 114634 for now since buildbot claim it broke Clang self-hosting. I dou... | Evan Cheng |
| 2010-09-23 | Fix VS 2010 build. | Oscar Fuentes |
| 2010-09-23 | Follow up to r114630. Do not optimize away unconditional branch following a c... | Evan Cheng |
| 2010-09-23 | SDISel should not optimize a unconditional branch following a conditional branch | Evan Cheng |
| 2010-09-22 | A select between a constant and zero, when fed by a bit test, can be efficiently | Owen Anderson |
| 2010-09-21 | Fixed pr20314-2.c failure, added E, F, p constraint letters. | John Thompson |
| 2010-09-21 | Rework passing parent pointers into complexpatterns, I forgot | Chris Lattner |
| 2010-09-21 | If only user of a vreg is an copy instruction to export copy of vreg out of c... | Devang Patel |
| 2010-09-21 | correct this logic. | Chris Lattner |
| 2010-09-21 | Reimplement r114460 in target-independent DAGCombine rather than target-depen... | Owen Anderson |
| 2010-09-21 | just like they can opt into getting the root of the pattern being | Chris Lattner |
| 2010-09-21 | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner |