| Age | Commit message (Expand) | Author |
| 2011-06-01 | Recommit 132404 with fixes. rdar://problem/5993888 | Stuart Hastings |
| 2011-06-01 | Allow bitcasts between valid types of the same size and vector | Eric Christopher |
| 2011-06-01 | Refactor LegalizeTypes: Erase LegalizeAction and make the type legalizer use | Nadav Rotem |
| 2011-06-01 | Revert r132358 "Simplify the eviction policy by making the failsafe explicit." | Jakob Stoklund Olesen |
| 2011-06-01 | Fix double FGETSIGN to work on x86_32; followup to 132396. | Stuart Hastings |
| 2011-06-01 | Turn on FGETSIGN for x86. Followup to 132388. rdar://problem/5660695 | Stuart Hastings |
| 2011-06-01 | This patch is another step in the direction of adding vector select. In this | Nadav Rotem |
| 2011-06-01 | Add an issue width check to the postRA scheduler. Patch by Max Kazakov! | Andrew Trick |
| 2011-06-01 | The ARM stuff already calls the Resume function, not the Resume_or_Rethrow. It | Bill Wendling |
| 2011-06-01 | Incomplete type may not have corresponding DIE, so do not check DIEEntry eage... | Devang Patel |
| 2011-05-31 | Refactor. | Devang Patel |
| 2011-05-31 | Include global types, that are referenced through local variables, in debug_p... | Devang Patel |
| 2011-05-31 | Simplify the eviction policy by making the failsafe explicit. | Jakob Stoklund Olesen |
| 2011-05-30 | Reapply r132245 with a fix for the bug that broke the darwin9/i386 build. | Jakob Stoklund Olesen |
| 2011-05-30 | Emit the handler's data area. For GCC-style exceptions under Win64, the | Charles Davis |
| 2011-05-29 | Revert r132245, "Create two BlockInfo entries when a live range is discontinu... | Jakob Stoklund Olesen |
| 2011-05-29 | Fix PR10046 by updating LiveVariables kill info when splitting live ranges. | Jakob Stoklund Olesen |
| 2011-05-29 | When generating against the Win64 EH scheme, set the handler to the GCC-specific | Charles Davis |
| 2011-05-28 | Refactor the type legalizer. Switch TargetLowering to a new enum - LegalizeTy... | Nadav Rotem |
| 2011-05-28 | Erase instructions _after_ checking their type. | Benjamin Kramer |
| 2011-05-28 | Implement and document the llvm.eh.resume intrinsic, which is | John McCall |
| 2011-05-28 | When generating code for Win64 EH, emit StartProc and EndProc directives. | Charles Davis |
| 2011-05-28 | Create two BlockInfo entries when a live range is discontinuous through a block. | Jakob Stoklund Olesen |
| 2011-05-28 | Add SplitAnalysis::getNumLiveBlocks(). | Jakob Stoklund Olesen |
| 2011-05-28 | Select DW_AT_const_value size based on global variable size. | Devang Patel |
| 2011-05-28 | Fix the root cause of the bootstrap failure: | Rafael Espindola |
| 2011-05-27 | Stub out support for Win64-style exceptions. Note that this is merely using | Charles Davis |
| 2011-05-27 | Fix a regression I recently introduced by removing DwarfRegNum of | Rafael Espindola |
| 2011-05-27 | Make size computation less brittle. | Rafael Espindola |
| 2011-05-27 | Add the suffix to the Win64 EH data sections' names if given. Add a test for | Charles Davis |
| 2011-05-27 | Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' | Nadav Rotem |
| 2011-05-27 | Keep this simple. Use DIType to get signness and size of a type. Based on siz... | Devang Patel |
| 2011-05-27 | Handle signed types gracefully. | Devang Patel |
| 2011-05-27 | Select DW_AT_const_value size based on variable size. | Devang Patel |
| 2011-05-27 | Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk. | Cameron Zwarich |
| 2011-05-26 | Add comment. | Devang Patel |
| 2011-05-26 | During branch folding avoid inserting redundant DBG_VALUE machine instructions. | Devang Patel |
| 2011-05-26 | Revert r132111. I built Release (without Asserts), so I didn't know about the | Charles Davis |
| 2011-05-26 | Align Win64 EH Table sections to 4 bytes. | Charles Davis |
| 2011-05-26 | Reverting 132105: it broke some LLVM-GCC DejaGNU tests. | Stuart Hastings |
| 2011-05-26 | Correctly handle a one-word struct passed byval on x86_64. | Stuart Hastings |
| 2011-05-25 | Add a RAGreedy::canEvict function. | Jakob Stoklund Olesen |
| 2011-05-25 | Rewrite fast-isel integer cast handling to handle more cases, and to be simpl... | Eli Friedman |
| 2011-05-25 | Remove unused statistical counter. | Devang Patel |
| 2011-05-25 | Replace the -unwind-tables option with a per function flag. This is more | Rafael Espindola |
| 2011-05-24 | Remove dead code. | Devang Patel |
| 2011-05-24 | Explain FIXME. | Rafael Espindola |
| 2011-05-24 | Fix the defaults for .eh_frame. We were marking it as writable. | Rafael Espindola |
| 2011-05-24 | - Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c is | Evan Cheng |
| 2011-05-24 | Fix debug info for blocks' variable. | Devang Patel |