| Age | Commit message (Expand) | Author |
| 2010-06-18 | Minor code simplifications. | Dan Gohman |
| 2010-06-18 | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman |
| 2010-06-18 | Don't replace the old Ordering object with a new one; just clear() | Dan Gohman |
| 2010-06-18 | Don't call clear() on DbgInfo when it's going to be deleted anyway. | Dan Gohman |
| 2010-06-18 | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman |
| 2010-06-18 | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman |
| 2010-06-18 | isValueValidForType can be a static member function. | Dan Gohman |
| 2010-06-18 | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman |
| 2010-06-18 | Handle ext(ext(x)) -> ext(x) immediately, since it's simple. | Dan Gohman |
| 2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings |
| 2010-06-17 | add missing break. inconsequential as the code shouldn't be reached, but | Jim Grosbach |
| 2010-06-17 | Add entries for Expanding atomic intrinsics to libcalls. Just a placeholder | Jim Grosbach |
| 2010-06-17 | ISD::MEMBARRIER should lower to a libcall (__sync_synchronize) if the target | Jim Grosbach |
| 2010-06-16 | Allow a register to be redefined multiple times in a basic block. | Jakob Stoklund Olesen |
| 2010-06-16 | add FIXME | Jim Grosbach |
| 2010-06-16 | Improve comment to include that the use of a preg is also verboten in this si... | Bill Wendling |
| 2010-06-16 | Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat... | Evan Cheng |
| 2010-06-16 | Use separate named MDNode to hold each function's local variable info. | Devang Patel |
| 2010-06-16 | Don't emit the linkage for initializer label for mach-o tls. | Eric Christopher |
| 2010-06-15 | Create a more targeted fix for not sinking instructions into a range where it | Bill Wendling |
| 2010-06-15 | Added a comment. | Stuart Hastings |
| 2010-06-15 | Fix 80col violations, remove trailing whitespace, and clarify a comment. | Bob Wilson |
| 2010-06-15 | Remove the local register allocator. | Jakob Stoklund Olesen |
| 2010-06-15 | Fixed vector widening of binary instructions that can trap. Patch by Visa Put... | Mon P Wang |
| 2010-06-15 | IfConversion's AnalyzeBlocks method always returns false; clean it up. | Bob Wilson |
| 2010-06-15 | fix naming | Jim Grosbach |
| 2010-06-15 | Fix an exotic bug that only showed up in an internal test case. | Jakob Stoklund Olesen |
| 2010-06-15 | Fix a comment typo. | Bob Wilson |
| 2010-06-15 | Add some missing checks for the case where the extract_subregs are | Bob Wilson |
| 2010-06-15 | Avoid processing early clobbers twice in RegAllocFast. | Jakob Stoklund Olesen |
| 2010-06-15 | Add CoalescerPair helper class. | Jakob Stoklund Olesen |
| 2010-06-15 | Generalize the pre-coalescing of extract_subregs feeding reg_sequences, | Bob Wilson |
| 2010-06-15 | Update CMake build. | Ted Kremenek |
| 2010-06-14 | More dbg_value cleanup so the presence of debug info doesn't affect code-gen. | Jim Grosbach |
| 2010-06-14 | - Do away with SimpleHazardRecognizer.h. It's not used and offers little value. | Evan Cheng |
| 2010-06-14 | Avoid uncessary array copying. | Evan Cheng |
| 2010-06-14 | fix a -Wbool-conversions warning from clang. | Chris Lattner |
| 2010-06-12 | When performing the Horrible Hack(tm-Duncan) on the EH code to convert a | Bill Wendling |
| 2010-06-12 | Allow target to provide its own hazard recognizer to post-ra scheduler. | Evan Cheng |
| 2010-06-12 | Code formatting. | Evan Cheng |
| 2010-06-11 | Support for nested functions/classes in debug output. (Again.) Radar 7424645. | Stuart Hastings |
| 2010-06-10 | Code refactoring, no functionality changes. | Evan Cheng |
| 2010-06-09 | Mark physregs defined by inline asm as implicit. | Jakob Stoklund Olesen |
| 2010-06-09 | Allow target to place 2-address pass inserted copies in better spots. Thumb2 ... | Evan Cheng |
| 2010-06-09 | It's an error to translate this: | Bill Wendling |
| 2010-06-09 | Add argument name comments. | Jakob Stoklund Olesen |
| 2010-06-07 | Fix a mistake in my previous change r105437: don't access operand 2 and assume | Bob Wilson |
| 2010-06-07 | Add some basic debug output. | Dan Gohman |
| 2010-06-07 | Cleanup. Process the dbg_values separately | Jim Grosbach |
| 2010-06-07 | Move exit check where it really belongs. | Jim Grosbach |