| Age | Commit message (Expand) | Author |
| 2011-06-06 | Get allocation orders from RegisterClassInfo when possible. | Jakob Stoklund Olesen |
| 2011-06-06 | Add methods to support the integer-promotion of vector types. Methods to | Nadav Rotem |
| 2011-06-06 | Avoid FGETSIGN of 80-bit types. Fixes PR10085. | Stuart Hastings |
| 2011-06-06 | Don't try to be clever, just preserve the target's allocation order. | Jakob Stoklund Olesen |
| 2011-06-06 | PR10077: fix fast-isel of extractvalue of aggregate constants. | Eli Friedman |
| 2011-06-05 | Use path API for path concatenation. | Benjamin Kramer |
| 2011-06-04 | TypeLegalizer: Add support for passing of vector-promoted types in registers ... | Nadav Rotem |
| 2011-06-04 | TypeLegalizer: Fix a bug in the promotion of elements of integer vectors. | Nadav Rotem |
| 2011-06-03 | Switch AllocationOrder to using RegisterClassInfo instead of a BitVector | Jakob Stoklund Olesen |
| 2011-06-03 | Preserve the original ordering when a CSR has multiple aliases. | Jakob Stoklund Olesen |
| 2011-06-03 | Add a TODO about memory operands. | Eric Christopher |
| 2011-06-02 | Avoid calling TRI->getAllocatableSet in RAFast. | Jakob Stoklund Olesen |
| 2011-06-02 | Have LowerOperandForConstraint handle multiple character constraints. | Eric Christopher |
| 2011-06-02 | Make it possible to have unallocatable register classes. | Jakob Stoklund Olesen |
| 2011-06-02 | Just use a SmallVector. | Jakob Stoklund Olesen |
| 2011-06-02 | Remove dead code. | Devang Patel |
| 2011-06-02 | Update DBG_VALUEs while breaking anti dependencies. | Devang Patel |
| 2011-06-02 | During post RA scheduling, do not try to chase reg defs. to preserve DBG_VALU... | Devang Patel |
| 2011-06-02 | Revert 132424 to fix PR10068. | Rafael Espindola |
| 2011-06-02 | Use RegisterClassInfo::getOrder in RAFast. | Jakob Stoklund Olesen |
| 2011-06-02 | Start with a zeroed CSRNum map. | Benjamin Kramer |
| 2011-06-02 | Initialize members to fix problem found by valgrind. | Jakob Stoklund Olesen |
| 2011-06-02 | Use TRI::has{Sub,Super}ClassEq() where possible. | Jakob Stoklund Olesen |
| 2011-06-02 | Add a RegisterClassInfo class that lazily caches information about | Jakob Stoklund Olesen |
| 2011-06-01 | A DBG_VALUE that truncates a range does not start another dbg value range. | Devang Patel |
| 2011-06-01 | Do not drop constant values when a variable's content is described using .deb... | Devang Patel |
| 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 |