2011-04-20 |
Justin Holewinski | PTX: Add intrinsics to list of built-in intrinsics... |
tree | commitdiff |
2011-04-20 |
Eric Christopher | Rewrite the expander for umulo/smulo to remember to... |
tree | commitdiff |
2011-04-19 |
Daniel Dunbar | llc: Eliminate a use of getDarwinMajorNumber(). |
tree | commitdiff |
2011-04-19 |
Daniel Dunbar | CodeGen: Eliminate a use of getDarwinMajorNumber(). |
tree | commitdiff |
2011-04-19 |
Bob Wilson | This patch combines several changes from Evan Cheng... |
tree | commitdiff |
2011-04-19 |
Bob Wilson | Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extensio... |
tree | commitdiff |
2011-04-19 |
Bob Wilson | Avoid some 's' 16-bit instruction which partially updat... |
tree | commitdiff |
2011-04-19 |
Bob Wilson | Avoid write-after-write issue hazards for Cortex-A9. |
tree | commitdiff |
2011-04-19 |
Eli Friedman | Add support for FastISel'ing varargs calls. |
tree | commitdiff |
2011-04-19 |
Jakob Stoklund Olesen | Tighten test case a bit. |
tree | commitdiff |
2011-04-19 |
Chris Lattner | Implement support for x86 fastisel of small fixed-sized... |
tree | commitdiff |
2011-04-19 |
Chris Lattner | Implement support for fast isel of calls of i1 argument... |
tree | commitdiff |
2011-04-19 |
Chris Lattner | Handle i1/i8/i16 constant integer arguments to calls... |
tree | commitdiff |
2011-04-19 |
Chris Lattner | be layout aware, to produce: |
tree | commitdiff |
2011-04-19 |
Chris Lattner | fix rdar://9297006 - fast isel bails out on trunc to... |
tree | commitdiff |
2011-04-19 |
Jakob Stoklund Olesen | Make tests register allocation independent again. |
tree | commitdiff |
2011-04-19 |
Evan Cheng | Do not lose mem_operands while lowering VLD / VST intri... |
tree | commitdiff |
2011-04-18 |
Eric Christopher | Fix a bug where we were counting the alias sets as... |
tree | commitdiff |
2011-04-18 |
Chris Lattner | while we're at it, handle 'sdiv exact' of a power of... |
tree | commitdiff |
2011-04-18 |
Chris Lattner | fix rdar://9297011 - udiv by power of two causing fast... |
tree | commitdiff |
2011-04-18 |
Chris Lattner | Implement major new fastisel functionality: the matcher... |
tree | commitdiff |
2011-04-18 |
Chris Lattner | relax this test to just check that the lock prefix... |
tree | commitdiff |
2011-04-17 |
Chris Lattner | 1. merge fast-isel-shift-imm.ll into fast-isel-x86... |
tree | commitdiff |
2011-04-17 |
Chris Lattner | fix an x86 fast isel issue where we'd completely give... |
tree | commitdiff |
2011-04-17 |
Chris Lattner | fix an oversight which caused us to compile the testcas... |
tree | commitdiff |
2011-04-17 |
Chris Lattner | Fix rdar://9289512 - not folding load into compare... |
tree | commitdiff |
2011-04-17 |
Eli Friedman | Remove working entry from README. |
tree | commitdiff |
2011-04-17 |
Chris Lattner | fix rdar://9289583 - fast isel should handle non-canoni... |
tree | commitdiff |
2011-04-16 |
Eli Friedman | PR9055: extend the fix to PR4050 (r70179) to apply... |
tree | commitdiff |
2011-04-16 |
Evan Cheng | Fix divmod libcall lowering. Convert to {S|U}DIVREM... |
tree | commitdiff |
2011-04-15 |
Akira Hatanaka | Re-enable test o32_cc_vararg.ll. |
tree | commitdiff |
2011-04-15 |
Cameron Zwarich | Add ORR and EOR to the CMP peephole optimizer. It's... |
tree | commitdiff |
2011-04-15 |
Rafael Espindola | Add this test back for Darwin. |
tree | commitdiff |
2011-04-15 |
Cameron Zwarich | The AND instruction leaves the V flag unmodified, so... |
tree | commitdiff |
2011-04-15 |
Cameron Zwarich | Add missing register forms of instructions to the ARM... |
tree | commitdiff |
2011-04-15 |
Akira Hatanaka | Add pass that expands pseudo instructions into target... |
tree | commitdiff |
2011-04-15 |
Rafael Espindola | Add 129518 back with a fix for when we are producing... |
tree | commitdiff |
2011-04-15 |
NAKAMURA Takumi | Revert r129518, "Change ELF systems to use CFI for... |
tree | commitdiff |
2011-04-15 |
Evan Cheng | Fix another fcopysign lowering bug. If src is f64 and... |
tree | commitdiff |
2011-04-15 |
Michael J. Spencer | Add 3DNow! intrinsics. |
tree | commitdiff |
2011-04-14 |
Evan Cheng | Follow up on r127913. Fix Thumb revsh isel. rdar:/... |
tree | commitdiff |
2011-04-14 |
Rafael Espindola | Change ELF systems to use CFI for producing the EH... |
tree | commitdiff |
2011-04-14 |
Andrew Trick | In the pre-RA scheduler, maintain cmp+br proximity. |
tree | commitdiff |
2011-04-14 |
Bill Wendling | As Dan pointed out, movzbl, movsbl, and friends are... |
tree | commitdiff |
2011-04-14 |
Bill Wendling | Have the X86 back-end emit the alias instead of what... |
tree | commitdiff |
2011-04-13 |
Cameron Zwarich | Fix a typo in an ARM-specific DAG combine. This fixes... |
tree | commitdiff |
2011-04-13 |
Cameron Zwarich | Fix a regression caused by r102515 where explicit align... |
tree | commitdiff |
2011-04-13 |
Cameron Zwarich | Fix an obvious problem with an alignment computation... |
tree | commitdiff |
2011-04-13 |
Cameron Zwarich | If a global variable has a specified alignment that... |
tree | commitdiff |
2011-04-13 |
Andrew Trick | Recommit r129383. PreRA scheduler heuristic fixes:... |
tree | commitdiff |
2011-04-13 |
Bill Wendling | Reapply r129401 with patch for clang. |
tree | commitdiff |
2011-04-13 |
Eric Christopher | Temporarily revert r129408 to see if it brings the... |
tree | commitdiff |
2011-04-12 |
Eric Christopher | Fix a bug where we were counting the alias sets as... |
tree | commitdiff |
2011-04-12 |
Bill Wendling | Revert r129401 for now. Clang is using the old way... |
tree | commitdiff |
2011-04-12 |
Bill Wendling | Remove the unaligned load intrinsics in favor of using... |
tree | commitdiff |
2011-04-12 |
Andrew Trick | Revert 129383. It causes some targets to hit a schedule... |
tree | commitdiff |
2011-04-12 |
Andrew Trick | PreRA scheduler heuristic fixes: VRegCycle, TokenFactor... |
tree | commitdiff |
2011-04-12 |
Cameron Zwarich | Split a store of a VMOVDRR into two integer stores... |
tree | commitdiff |
2011-04-11 |
Wesley Peck | Add scheduling information for the MBlaze backend. |
tree | commitdiff |
2011-04-11 |
Evan Cheng | Look pass copies when determining whether hoisting... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | look for the verboten argument slot access in any order... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | Fix a bug where RecursivelyDeleteTriviallyDeadInstructi... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | fix two completely broken tests, which were matching... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | remove a bunch of CHECK lines that aren't checking... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | have dag combine zap "store undef", which can be formed... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | don't test for codegen of 'store undef' |
tree | commitdiff |
2011-04-08 |
Evan Cheng | Change -arm-trap-func= into a non-arm specific option... |
tree | commitdiff |
2011-04-07 |
Evan Cheng | Add option to emit @llvm.trap as a function call instea... |
tree | commitdiff |
2011-04-07 |
Andrew Trick | Added a check in the preRA scheduler for potential... |
tree | commitdiff |
2011-04-07 |
Akira Hatanaka | Fix handling of functions with internal linkage. |
tree | commitdiff |
2011-04-07 |
Tanya Lattner | Prevent ARM DAG Combiner from doing an AND or OR combin... |
tree | commitdiff |
2011-04-07 |
Evan Cheng | Change -arm-divmod-libcall to a target neutral option. |
tree | commitdiff |
2011-04-06 |
Owen Anderson | Teach the ARM peephole optimizer that RSB, RSC, ADC... |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | These tests no longer require linear scan because reser... |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy. |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | Fix one more batch of X86 tests to be register allocati... |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | When dead code elimination removes all but one use... |
tree | commitdiff |
2011-04-05 |
Johnny Chen | Fix test-llvm failures. |
tree | commitdiff |
2011-04-05 |
Stuart Hastings | ARM doesn't support byval yet. XFAIL this test until... |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | Ensure all defs referring to a virtual register are... |
tree | commitdiff |
2011-04-05 |
Rafael Espindola | Print visibility info for external variables. |
tree | commitdiff |
2011-04-05 |
Eric Christopher | Fix up testcase for previous commit. |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | Fix register-dependent X86 tests. |
tree | commitdiff |
2011-04-04 |
Jakob Stoklund Olesen | Allow coalescing with reserved physregs in certain... |
tree | commitdiff |
2011-04-04 |
Jakob Stoklund Olesen | Disable the PowerPC/Atomics-64 test. |
tree | commitdiff |
2011-04-04 |
Jakob Stoklund Olesen | Fix PowerPC tests to be register allocator independent. |
tree | commitdiff |
2011-04-02 |
Che-Liang Chiou | ptx: support setp's 4-operand format |
tree | commitdiff |
2011-04-02 |
Cameron Zwarich | Do some peephole optimizations to remove pointless... |
tree | commitdiff |
2011-04-01 |
Jim Grosbach | LDRD/STRD instructions should print both Rt and Rt2... |
tree | commitdiff |
2011-04-01 |
Akira Hatanaka | Add code for analyzing FP branches. Clean up branch... |
tree | commitdiff |
2011-04-01 |
Evan Cheng | Add test case. |
tree | commitdiff |
2011-04-01 |
Evan Cheng | FileCheck'ify test. |
tree | commitdiff |
2011-03-31 |
Jakob Stoklund Olesen | Fix Thumb and Thumb2 tests to be register allocator... |
tree | commitdiff |
2011-03-31 |
Jakob Stoklund Olesen | Provide a legal pointer register class when targeting... |
tree | commitdiff |
2011-03-31 |
Jakob Stoklund Olesen | Fix SystemZ tests |
tree | commitdiff |
2011-03-31 |
Jakob Stoklund Olesen | Fix ARM tests to be register allocator independent. |
tree | commitdiff |
2011-03-31 |
Evan Cheng | Distribute (A + B) * C to (A * C) + (B * C) to make... |
tree | commitdiff |
2011-03-31 |
Jakob Stoklund Olesen | Fix Mips, Sparc, and XCore tests that were dependent... |
tree | commitdiff |
2011-03-31 |
Akira Hatanaka | Added support for FP conditional move instructions... |
tree | commitdiff |
2011-03-31 |
Jakob Stoklund Olesen | Don't completely eliminate identity copies that also... |
tree | commitdiff |
next |