summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* ARM doesn't support byval yet. XFAIL this test until it does.Stuart Hastings2011-04-05
* Ensure all defs referring to a virtual register are marked dead by addRegiste...Jakob Stoklund Olesen2011-04-05
* Print visibility info for external variables.Rafael Espindola2011-04-05
* Fix up testcase for previous commit.Eric Christopher2011-04-05
* Fix register-dependent X86 tests.Jakob Stoklund Olesen2011-04-05
* Allow coalescing with reserved physregs in certain cases:Jakob Stoklund Olesen2011-04-04
* Disable the PowerPC/Atomics-64 test.Jakob Stoklund Olesen2011-04-04
* Fix PowerPC tests to be register allocator independent.Jakob Stoklund Olesen2011-04-04
* ptx: support setp's 4-operand formatChe-Liang Chiou2011-04-02
* Do some peephole optimizations to remove pointless VMOVs from Neon to integerCameron Zwarich2011-04-02
* LDRD/STRD instructions should print both Rt and Rt2 in the asm string.Jim Grosbach2011-04-01
* Add code for analyzing FP branches. Clean up branch Analysis functions.Akira Hatanaka2011-04-01
* Add test case.Evan Cheng2011-04-01
* FileCheck'ify test.Evan Cheng2011-04-01
* Fix Thumb and Thumb2 tests to be register allocator independent.Jakob Stoklund Olesen2011-03-31
* Provide a legal pointer register class when targeting thumb1.Jakob Stoklund Olesen2011-03-31
* Fix SystemZ testsJakob Stoklund Olesen2011-03-31
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-31
* Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplierEvan Cheng2011-03-31
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-31
* Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka2011-03-31
* Don't completely eliminate identity copies that also modify super register li...Jakob Stoklund Olesen2011-03-31
* Mark all uses as <undef> when joining a copy.Jakob Stoklund Olesen2011-03-31
* Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne2011-03-31
* Pick a conservative register class when creating a small live range for remat.Jakob Stoklund Olesen2011-03-31
* Don't try to create zero-sized stack objects.Evan Cheng2011-03-30
* Add a ARM-specific SD node for VBSL so that forms with a constant first operandCameron Zwarich2011-03-30
* Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng2011-03-29
* Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16 to v4f32. FixesCameron Zwarich2011-03-29
* Reduce test case.Rafael Espindola2011-03-29
* Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ...Evan Cheng2011-03-29
* In some cases, the "fail BB dominator" may be null after the BB was split (andBill Wendling2011-03-28
* Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen2011-03-26
* Fix the bfi handling for or (and a mask) (and b mask). We need the twoEric Christopher2011-03-26
* Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...Jakob Stoklund Olesen2011-03-25
* Move test in x86 specific area.Devang Patel2011-03-24
* Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel2011-03-24
* Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets.NAKAMURA Takumi2011-03-24
* Do early taildup of ret in CodeGenPrepare for potential tail calls that have aCameron Zwarich2011-03-24
* Enable GlobalMerge on darwin.Devang Patel2011-03-23
* Revert r128175.Andrew Trick2011-03-23
* Cmp peephole optimization isn't always safe for signed arithmetics.Evan Cheng2011-03-23
* PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.Eli Friedman2011-03-23
* Reapply Eli's r127852 now that the pre-RA scheduler can spill EFLAGS.Andrew Trick2011-03-23
* Reapply r128045 and r128051 with fixes.Jakob Stoklund Olesen2011-03-22
* Revert r128045 and r128051, debug info enhancements.Andrew Trick2011-03-22
* ptx: add analyze/insert/remove branchChe-Liang Chiou2011-03-22
* Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.Jakob Stoklund Olesen2011-03-22
* Fix fast-isel address mode folding to avoid folding instructionsDan Gohman2011-03-22
* Write the section table and the section data in the same order thatRafael Espindola2011-03-20