| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Follow up on r127913. Fix Thumb revsh isel. rdar://9286766 | Evan Cheng | 2011-04-14 | 1 | -0/+56 |
* | Change ELF systems to use CFI for producing the EH tables. This reduces the | Rafael Espindola | 2011-04-14 | 3 | -15/+4 |
* | In the pre-RA scheduler, maintain cmp+br proximity. | Andrew Trick | 2011-04-14 | 5 | -9/+74 |
* | As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias | Bill Wendling | 2011-04-14 | 27 | -82/+73 |
* | Have the X86 back-end emit the alias instead of what's being aliased. In most | Bill Wendling | 2011-04-14 | 29 | -82/+91 |
* | Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>. | Cameron Zwarich | 2011-04-13 | 1 | -0/+18 |
* | Fix a regression caused by r102515 where explicit alignment on globals is | Cameron Zwarich | 2011-04-13 | 2 | -5/+5 |
* | Fix an obvious problem with an alignment computation. AsmPrinter actually does | Cameron Zwarich | 2011-04-13 | 1 | -0/+2 |
* | If a global variable has a specified alignment that is less than the preferred | Cameron Zwarich | 2011-04-13 | 1 | -0/+9 |
* | Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat... | Andrew Trick | 2011-04-13 | 6 | -27/+25 |
* | Reapply r129401 with patch for clang. | Bill Wendling | 2011-04-13 | 1 | -2/+2 |
* | Temporarily revert r129408 to see if it brings the bots back. | Eric Christopher | 2011-04-13 | 1 | -15/+0 |
* | Fix a bug where we were counting the alias sets as completely used | Eric Christopher | 2011-04-12 | 1 | -0/+15 |
* | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling | 2011-04-12 | 1 | -2/+2 |
* | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling | 2011-04-12 | 1 | -2/+2 |
* | Revert 129383. It causes some targets to hit a scheduler assert. | Andrew Trick | 2011-04-12 | 2 | -4/+6 |
* | PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency. | Andrew Trick | 2011-04-12 | 2 | -6/+4 |
* | Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARM | Cameron Zwarich | 2011-04-12 | 1 | -1/+1 |
* | Add scheduling information for the MBlaze backend. | Wesley Peck | 2011-04-11 | 2 | -15/+9 |
* | Look pass copies when determining whether hoisting would end up inserting mor... | Evan Cheng | 2011-04-11 | 1 | -0/+34 |
* | look for the verboten argument slot access in any order, thanks to Frits | Chris Lattner | 2011-04-09 | 1 | -0/+1 |
* | Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could | Chris Lattner | 2011-04-09 | 1 | -0/+28 |
* | fix two completely broken tests, which were matching due to PR9629. | Chris Lattner | 2011-04-09 | 2 | -4/+4 |
* | remove a bunch of CHECK lines that aren't checking what | Chris Lattner | 2011-04-09 | 1 | -5/+0 |
* | have dag combine zap "store undef", which can be formed during call lowering | Chris Lattner | 2011-04-09 | 1 | -0/+15 |
* | don't test for codegen of 'store undef' | Chris Lattner | 2011-04-09 | 2 | -7/+11 |
* | Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is... | Evan Cheng | 2011-04-08 | 1 | -1/+1 |
* | Add option to emit @llvm.trap as a function call instead of a trap instructio... | Evan Cheng | 2011-04-07 | 1 | -3/+8 |
* | Added a check in the preRA scheduler for potential interference on a | Andrew Trick | 2011-04-07 | 1 | -0/+31 |
* | Fix handling of functions with internal linkage. | Akira Hatanaka | 2011-04-07 | 1 | -0/+52 |
* | Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector... | Tanya Lattner | 2011-04-07 | 1 | -0/+18 |
* | Change -arm-divmod-libcall to a target neutral option. | Evan Cheng | 2011-04-07 | 1 | -1/+1 |
* | Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ... | Owen Anderson | 2011-04-06 | 1 | -0/+9 |
* | These tests no longer require linear scan because reserved register coalescin... | Jakob Stoklund Olesen | 2011-04-05 | 5 | -19/+14 |
* | Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy. | Jakob Stoklund Olesen | 2011-04-05 | 9 | -1/+10 |
* | Fix one more batch of X86 tests to be register allocation dependent. | Jakob Stoklund Olesen | 2011-04-05 | 9 | -2797/+2811 |
* | When dead code elimination removes all but one use, try to fold the single de... | Jakob Stoklund Olesen | 2011-04-05 | 1 | -0/+1 |
* | Fix test-llvm failures. | Johnny Chen | 2011-04-05 | 6 | -13/+13 |
* | ARM doesn't support byval yet. XFAIL this test until it does. | Stuart Hastings | 2011-04-05 | 1 | -0/+1 |
* | Ensure all defs referring to a virtual register are marked dead by addRegiste... | Jakob Stoklund Olesen | 2011-04-05 | 1 | -1/+5 |
* | Print visibility info for external variables. | Rafael Espindola | 2011-04-05 | 1 | -2/+5 |
* | Fix up testcase for previous commit. | Eric Christopher | 2011-04-05 | 1 | -1/+1 |
* | Fix register-dependent X86 tests. | Jakob Stoklund Olesen | 2011-04-05 | 30 | -76/+96 |
* | Allow coalescing with reserved physregs in certain cases: | Jakob Stoklund Olesen | 2011-04-04 | 2 | -112/+0 |
* | Disable the PowerPC/Atomics-64 test. | Jakob Stoklund Olesen | 2011-04-04 | 1 | -2/+8 |
* | Fix PowerPC tests to be register allocator independent. | Jakob Stoklund Olesen | 2011-04-04 | 2 | -8/+8 |
* | ptx: support setp's 4-operand format | Che-Liang Chiou | 2011-04-02 | 1 | -0/+25 |
* | Do some peephole optimizations to remove pointless VMOVs from Neon to integer | Cameron Zwarich | 2011-04-02 | 1 | -0/+11 |
* | LDRD/STRD instructions should print both Rt and Rt2 in the asm string. | Jim Grosbach | 2011-04-01 | 2 | -2/+2 |
* | Add code for analyzing FP branches. Clean up branch Analysis functions. | Akira Hatanaka | 2011-04-01 | 2 | -2/+48 |