2009-07-15 |
Chris Lattner | get the PPC stub temporary label from the mangler inste... |
tree | commitdiff |
2009-07-15 |
Chris Lattner | convert this to filecheck style and make it a test... |
tree | commitdiff |
2009-07-15 |
Chris Lattner | simplify this test to test the esentials. |
tree | commitdiff |
2009-07-14 |
Chris Lattner | convert this test to filecheck style |
tree | commitdiff |
2009-07-14 |
Chris Lattner | Reapply my previous asmprinter changes now with more... |
tree | commitdiff |
2009-07-14 |
Chris Lattner | Change the internal interface to makeNameProper to... |
tree | commitdiff |
2009-07-13 |
Dan Gohman | Check in a reduced version of this testcase. |
tree | commitdiff |
2009-07-13 |
Dan Gohman | Add testcases for PR4538, PR4537, and PR4534. |
tree | commitdiff |
2009-07-01 |
Chris Lattner | Fix codegen for references to available_externally... |
tree | commitdiff |
2009-06-25 |
Bill Wendling | Don't grep the -debug output. This isn't the way to... |
tree | commitdiff |
2009-06-16 |
Eli Friedman | Add some generic expansion logic for SMULO and UMULO... |
tree | commitdiff |
2009-06-07 |
Eli Friedman | PR3628: Add patterns to match SHL/SRL/SRA to the corres... |
tree | commitdiff |
2009-06-04 |
Dan Gohman | Split the Add, Sub, and Mul instruction opcodes into... |
tree | commitdiff |
2009-05-28 |
Eli Friedman | Add explicit test for PR4280. |
tree | commitdiff |
2009-05-16 |
Jakob Stoklund Olesen | Help DejaGnu avoid pipe-jam by producing less output... |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Second attempt: |
tree | commitdiff |
2009-04-28 |
Bill Wendling | r70270 isn't ready yet. Back this out. Sorry for the... |
tree | commitdiff |
2009-04-28 |
Bill Wendling | Massive check in. This changes the "-fast" flag to... |
tree | commitdiff |
2009-04-18 |
Duncan Sands | Don't try to make BUILD_VECTOR operands have the same |
tree | commitdiff |
2009-03-27 |
Dan Gohman | Fix this test so that it doesn't spuriously fail due... |
tree | commitdiff |
2009-03-18 |
Mon P Wang | Added missing support for widening when splitting an... |
tree | commitdiff |
2009-03-18 |
Evan Cheng | Add another test case for r64440. |
tree | commitdiff |
2009-01-25 |
Evan Cheng | Private linkage support for PPC / Darwin. |
tree | commitdiff |
2009-01-16 |
Evan Cheng | Fix PPC ISD::Declare isel and eliminate the need for... |
tree | commitdiff |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
tree | commitdiff |
2009-01-09 |
Chris Lattner | this test should not run opt -std-compile-opts, it... |
tree | commitdiff |
2009-01-02 |
Chris Lattner | rename a file to follow naming conventions. |
tree | commitdiff |
2008-12-19 |
Evan Cheng | Fix PR3149. If an early clobber def is a physical regis... |
tree | commitdiff |
2008-12-19 |
Rafael Espindola | Fix bug 3202. |
tree | commitdiff |
2008-12-16 |
Evan Cheng | We have decided not to support inline asm where an... |
tree | commitdiff |
2008-12-05 |
Evan Cheng | Re-did 60519. It turns out Darwin's handling of hidden... |
tree | commitdiff |
2008-12-02 |
Evan Cheng | Remove a (what appears to be) overly strict assertion... |
tree | commitdiff |
2008-11-26 |
Duncan Sands | Check that running the DAG combiner between type |
tree | commitdiff |
2008-11-17 |
Dale Johannesen | Remove these, which test for optimizations that |
tree | commitdiff |
2008-11-08 |
Dale Johannesen | Generated code for generic expansion of SETUGT etc. |
tree | commitdiff |
2008-11-08 |
Dale Johannesen | Xfail an incorrect test. |
tree | commitdiff |
2008-11-05 |
Dan Gohman | Make ISel ignore dead nodes. The DAGCombiner normally... |
tree | commitdiff |
2008-11-04 |
Duncan Sands | Fix PR3011: LegalizeTypes support for scalarizing |
tree | commitdiff |
2008-10-31 |
Duncan Sands | Add a bunch of libcalls for ppcf128 that were somehow |
tree | commitdiff |
2008-10-30 |
Duncan Sands | Testcase for PR2986. |
tree | commitdiff |
2008-10-29 |
Chris Lattner | add testcase for PR2964 |
tree | commitdiff |
2008-10-28 |
Duncan Sands | Fix darwin ppc llvm-gcc build breakage: intercept |
tree | commitdiff |
2008-10-28 |
Duncan Sands | Turn off LegalizeTypes for this test for the |
tree | commitdiff |
2008-10-28 |
Duncan Sands | Fix a testcase provided by Bill in which the node |
tree | commitdiff |
2008-10-27 |
Chris Lattner | rename vec_spat -> vec_splat, pointed out by duncan |
tree | commitdiff |
2008-10-26 |
Chris Lattner | remove eh output from this test. |
tree | commitdiff |
2008-10-18 |
Chris Lattner | Reapply r57699 with a fix to not crash on asms with... |
tree | commitdiff |
2008-10-18 |
Dan Gohman | Revert r57699. It's causing regressions in |
tree | commitdiff |
2008-10-17 |
Chris Lattner | Fix PR2356 on PowerPC: if we have an input and output... |
tree | commitdiff |
2008-10-15 |
Bill Wendling | Testcase for PR1638. |
tree | commitdiff |
2008-10-01 |
Dan Gohman | Split this test and move it into target-specific direct... |
tree | commitdiff |
2008-09-24 |
Dale Johannesen | Remove SelectionDag early allocation of registers |
tree | commitdiff |
2008-09-17 |
Bill Wendling | Add trampoline support to PPC. GCC simply calls the... |
tree | commitdiff |
2008-09-12 |
Evan Cheng | On some targets, non-move instructions can become move... |
tree | commitdiff |
2008-08-30 |
Dale Johannesen | Testcases for ppc atomics. |
tree | commitdiff |
2008-08-28 |
Mon P Wang | In lowering SELECT_CC, removed cases where we can't... |
tree | commitdiff |
2008-08-25 |
Dale Johannesen | Adjust grep's for new code sequence. |
tree | commitdiff |
2008-07-24 |
Evan Cheng | Fix a catastrophic PPC64 ABI bug: i32 operands which... |
tree | commitdiff |
2008-07-17 |
Dan Gohman | Add a new function, ReplaceAllUsesOfValuesWith, which... |
tree | commitdiff |
2008-07-17 |
Duncan Sands | LegalizeTypes support for what seems to be the |
tree | commitdiff |
2008-07-16 |
Duncan Sands | The atomic.cmp.swap promotion logic is wrong: it |
tree | commitdiff |
2008-07-15 |
Duncan Sands | LegalizeTypes support for fabs on ppc long double. |
tree | commitdiff |
2008-07-15 |
Duncan Sands | LegalizeTypes support for promotion of bswap. |
tree | commitdiff |
2008-07-15 |
Duncan Sands | LegalizeTypes support for promotion of SIGN_EXTEND_INREG. |
tree | commitdiff |
2008-07-10 |
Chris Lattner | Fix an altivec constant miscompilation that Duncan... |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Refactor the tablegen DAGISelEmitter code for outputing... |
tree | commitdiff |
2008-06-25 |
Mon P Wang | Added MemOperands to Atomic operations since Atomics... |
tree | commitdiff |
2008-06-23 |
Bill Wendling | This situation can occur: |
tree | commitdiff |
2008-06-21 |
Duncan Sands | Support for load/store of expanded float types. I |
tree | commitdiff |
2008-06-19 |
Evan Cheng | ISD::UNDEF should be expanded recursively / iteratively. |
tree | commitdiff |
2008-05-20 |
Gabor Greif | sabre brings to my attention that the 'tr' suffix is... |
tree | commitdiff |
2008-05-20 |
Gabor Greif | Rename the last test with .llx extension to .ll, resolv... |
tree | commitdiff |
2008-05-01 |
Bill Wendling | Adding testcase. |
tree | commitdiff |
2008-04-30 |
Arnold Schwaighofer | Tail call optimization improvements: |
tree | commitdiff |
2008-04-27 |
Chris Lattner | Implement a signficant optimization for inline asm: |
tree | commitdiff |
2008-04-24 |
Evan Cheng | New test. |
tree | commitdiff |
2008-04-19 |
Evan Cheng | 64-bit atomic operations. |
tree | commitdiff |
2008-04-16 |
Evan Cheng | After reading memory that's already freed. |
tree | commitdiff |
2008-04-14 |
Dale Johannesen | Remove -unwind-tables-optional everywhere, since |
tree | commitdiff |
2008-04-10 |
Evan Cheng | A copy instruction may use a register multiple times... |
tree | commitdiff |
2008-04-08 |
Dale Johannesen | Rename -disable-required-unwind-tables to -unwind-table... |
tree | commitdiff |
2008-04-08 |
Dale Johannesen | Missed one. |
tree | commitdiff |
2008-04-08 |
Dale Johannesen | Add -disable-required-unwind-tables to tests |
tree | commitdiff |
2008-03-31 |
Dale Johannesen | Mark functions in some tests as 'nounwind'. Generating |
tree | commitdiff |
2008-03-26 |
Evan Cheng | One more coalescer fix wrt deadness propagation. |
tree | commitdiff |
2008-03-25 |
Tanya Lattner | Byebye llvm-upgrade! |
tree | commitdiff |
2008-03-25 |
Evan Cheng | lastRegisterUse() should ignore identity copies. Those... |
tree | commitdiff |
2008-03-24 |
Bill Wendling | Use the bit size of the operand instead of the hard... |
tree | commitdiff |
2008-03-22 |
Bill Wendling | New testcase. |
tree | commitdiff |
2008-03-19 |
Dan Gohman | Add support for multiple return values for the PPC... |
tree | commitdiff |
2008-03-19 |
Evan Cheng | Fix live variables issues: |
tree | commitdiff |
2008-03-18 |
Dale Johannesen | Make conversions of i8/i16 to ppcf128 work. |
tree | commitdiff |
2008-03-18 |
Evan Cheng | Rewrite code that propagate isDead information after... |
tree | commitdiff |
2008-03-13 |
Dan Gohman | More APInt-ification. |
tree | commitdiff |
2008-03-11 |
Dale Johannesen | The feature this is testing did not work in the general... |
tree | commitdiff |
2008-03-11 |
Evan Cheng | Learn how to xfail a test. |
tree | commitdiff |
2008-03-11 |
Evan Cheng | XFAIL due to Dale's change. |
tree | commitdiff |
2008-03-11 |
Dan Gohman | Generalize ExpandIntToFP to handle the case where the... |
tree | commitdiff |
2008-03-10 |
Dan Gohman | Implement more support for fp-to-i128 and i128-to-fp... |
tree | commitdiff |
2008-03-10 |
Bill Wendling | Update llc flags for PPC register scavenger. |
tree | commitdiff |
next |