| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot. | Devang Patel | 2010-12-02 | 2 | -1/+30 |
* | Use set directive for StartMinusEndExpr. | Devang Patel | 2010-12-02 | 1 | -0/+22 |
* | Fix test. | Evan Cheng | 2010-12-02 | 1 | -2/+2 |
* | Fix and re-enable tail call optimization of expanded libcalls. | Evan Cheng | 2010-12-01 | 1 | -6/+12 |
* | Add correct encodings for STRD and LDRD, including fixup support. Additional... | Owen Anderson | 2010-12-01 | 1 | -1/+1 |
* | Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot. | Evan Cheng | 2010-12-01 | 1 | -0/+1 |
* | ARM/MC/ELF relocation "hello world" for movw/movt. | Jason W Kim | 2010-12-01 | 1 | -0/+42 |
* | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng | 2010-11-30 | 2 | -29/+69 |
* | ptx: add command-line options for gpu target and ptx version | Che-Liang Chiou | 2010-11-30 | 1 | -0/+6 |
* | Not all platforms use _<func>. Duh. | Eric Christopher | 2010-11-30 | 1 | -2/+2 |
* | Rewrite mwait and monitor support and custom lower arguments. | Eric Christopher | 2010-11-30 | 1 | -0/+26 |
* | Add support for NEON VLD3-dup instructions. | Bob Wilson | 2010-11-30 | 1 | -0/+23 |
* | Mark Darwin call instructions as using "r7" to prevent the frame-register | Evan Cheng | 2010-11-29 | 1 | -0/+28 |
* | Add missing colon. | Benjamin Kramer | 2010-11-29 | 1 | -1/+1 |
* | Fix some broken CHECK lines. | Benjamin Kramer | 2010-11-29 | 1 | -1/+1 |
* | Add support for NEON VLD3-dup instructions. | Bob Wilson | 2010-11-29 | 1 | -0/+20 |
* | Handle lshr for i128 correctly on SPU also when | Kalle Raiskila | 2010-11-29 | 1 | -2/+14 |
* | Enable PostRA scheduling for SPU. | Kalle Raiskila | 2010-11-29 | 2 | -4/+4 |
* | Add support for NEON VLD2-dup instructions. | Bob Wilson | 2010-11-28 | 1 | -0/+32 |
* | Lower TLS_addr32 and TLS_addr64. | Rafael Espindola | 2010-11-27 | 3 | -10/+11 |
* | Add NEON VLD1-dup instructions (load 1 element to all lanes). | Bob Wilson | 2010-11-27 | 2 | -1/+43 |
* | Allow for 'fcmp ogt' in SPU. | Kalle Raiskila | 2010-11-24 | 1 | -6/+19 |
* | Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations. | Bob Wilson | 2010-11-23 | 1 | -0/+72 |
* | Division by pow-of-2 is not cheap on SPU, do it with | Kalle Raiskila | 2010-11-23 | 1 | -0/+22 |
* | filecheckize | Chris Lattner | 2010-11-23 | 2 | -17/+22 |
* | Fix epilogue codegen to avoid leaving the stack pointer in an invalid | Evan Cheng | 2010-11-22 | 6 | -14/+74 |
* | Fix a bug with extractelement on SPU. | Kalle Raiskila | 2010-11-22 | 1 | -1/+13 |
* | Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. | Benjamin Kramer | 2010-11-22 | 1 | -0/+22 |
* | Implement branch analysis in the MBlaze backend. | Wesley Peck | 2010-11-21 | 1 | -1/+1 |
* | Removing the useless test that I added recently. It was meant as an example, ... | Andrew Trick | 2010-11-20 | 1 | -32/+0 |
* | Prefetch has a MemOperand now. FileCheckize a test. | Dale Johannesen | 2010-11-19 | 1 | -5/+5 |
* | Make isScalarToVector to return false if the node is a scalar. This will prevent | Mon P Wang | 2010-11-19 | 1 | -0/+27 |
* | Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega... | Tanya Lattner | 2010-11-18 | 1 | -0/+8 |
* | The DAGCombiner was threading select over pairs of extending loads even | Duncan Sands | 2010-11-18 | 1 | -0/+15 |
* | Rewrite stack callee saved spills and restores to use push/pop instructions. | Eric Christopher | 2010-11-18 | 3 | -4/+4 |
* | Change CodeGen to use .loc directives. This produces a lot more readable output | Rafael Espindola | 2010-11-18 | 1 | -4/+4 |
* | Do not throw away alignment when generating the DAG for | Dale Johannesen | 2010-11-18 | 2 | -1/+16 |
* | Fixed to use input redirection for source - to eliminate .s output. | John Thompson | 2010-11-18 | 1 | -1/+1 |
* | Bug 8621 fix - pointer cast stripped from inline asm constraint argument. | John Thompson | 2010-11-17 | 1 | -0/+27 |
* | These tests are looking for library function names that | Dale Johannesen | 2010-11-17 | 7 | -7/+7 |
* | Change ARMGlobalMerge to keep BSS globals in separate pools. | Bob Wilson | 2010-11-17 | 1 | -1/+7 |
* | Fix ARMGlobalMerge pass to check if globals are entirely within range. | Bob Wilson | 2010-11-17 | 1 | -0/+6 |
* | Change the symbol for merged globals from "merged" to "_MergedGlobals". | Bob Wilson | 2010-11-17 | 1 | -1/+1 |
* | Fix the ARMGlobalMerge pass to look at variable sizes instead of pointer sizes. | Bob Wilson | 2010-11-17 | 1 | -0/+11 |
* | Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, | Evan Cheng | 2010-11-17 | 5 | -10/+49 |
* | Add simple arithmetics and %type directive for PTX | Che-Liang Chiou | 2010-11-17 | 5 | -6/+38 |
* | Fix PR8612 in the standard spiller, take two. | Jakob Stoklund Olesen | 2010-11-16 | 1 | -0/+1 |
* | Revert "Fix PR8612 in the standard spiller as well." | Jakob Stoklund Olesen | 2010-11-15 | 1 | -1/+0 |
* | Recommit this change and remove the failing part of the test - it didn't | Eric Christopher | 2010-11-15 | 1 | -26/+3 |
* | Fix PR8612 in the standard spiller as well. | Jakob Stoklund Olesen | 2010-11-15 | 1 | -0/+1 |