Fix the inliner to maintain the current de facto invoke semantics:
[oota-llvm.git] / test / CodeGen /
2011-05-27 Eli FriedmanAnd fix the test in r132194.
2011-05-27 Eli FriedmanFix a silly mistake (which trips over an assertion...
2011-05-27 Devang PatelSelect DW_AT_const_value size based on variable size.
2011-05-27 Cameron ZwarichFix PR10029 - VerifyCoalescing failure on patterns_dfa...
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-26 Devang PatelDuring branch folding avoid inserting redundant DBG_VAL...
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
2011-05-26 Eli FriedmanFix test on Windows.
2011-05-26 Stuart HastingsReverting 132105: it broke some LLVM-GCC DejaGNU tests.
2011-05-26 Stuart HastingsCorrectly handle a one-word struct passed byval on...
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
2011-05-25 Akira HatanakaDefine WeakRefDirective.
2011-05-25 Eric ChristopherImplement the 'm' modifier. Note that it only works...
2011-05-25 Akira HatanakaCustom-lower FCOPYSIGN nodes.
2011-05-25 Cameron ZwarichMake tTAILJMPr/tTAILJMPrND emit a tBX without a precedi...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-25 Akira HatanakaFix lowering of DYNAMIC_STACKALLOC nodes.
2011-05-24 Eric ChristopherImplement the arm 'L' asm modifier.
2011-05-24 Eric ChristopherImplement the immediate part of the 'B' modifier.
2011-05-24 Eric ChristopherAdd support for the arm 'y' asm modifier.
2011-05-24 Akira HatanakaTest case for r132003.
2011-05-24 Akira HatanakaFix test case.
2011-05-24 Akira HatanakaRevision 131986 test case.
2011-05-24 Rafael EspindolaFix the defaults for .eh_frame. We were marking it...
2011-05-24 Evan Cheng- Teach SelectionDAG::isKnownNeverZero to return true...
2011-05-23 Akira HatanakaAdd pattern for double-to-integer conversion. Patch...
2011-05-23 Dan GohmanWhen checking for signed multiplication overflow, watch...
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-23 Devang PatelTest case for r131908.
2011-05-23 Devang PatelWhile replacing all uses of a SDValue with another...
2011-05-23 Cameron ZwarichFix <rdar://problem/9476260> by having tail calls alway...
2011-05-22 Renato GolinRTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif...
2011-05-21 Benjamin KramerImplement mulo x, 2 -> addo x, x in DAGCombiner.
2011-05-21 Benjamin KramerMerge and FileCheckize test cases.
2011-05-20 Eli FriedmanAdd fast-isel support for byval calls on x86.
2011-05-20 Stuart HastingsRe-commit 131641 with fixes; de-pseudoize MOVSX16rr8...
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-05-20 Chad RosierFixed regression due to commit 131709, which disables...
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-05-20 Cameron ZwarichFix PR9960 by teaching SimpleRegisterCoalescing::Adjust...
2011-05-20 Akira HatanakaFix bug in which nodes that write to argument registers...
2011-05-20 Chad RosierDon't attempt to tail call optimize for Win64.
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-05-19 Eli FriedmanAdd fast-isel support for zeroext and signext ret instr...
2011-05-19 Eric ChristopherOddly people want to use the 'r' constraint for fp...
2011-05-19 Eli FriedmanFix up this test to use explicit triples (Win64 passes...
2011-05-19 Akira HatanakaAlign i64 arguments to 64 bit boundaries.
2011-05-19 Evan Chengcrc32 with 64-bit output zeros upper 32-bits. rdar...
2011-05-19 Stuart HastingsMove test to Transforms/InstCombine.
2011-05-18 Tanya LattnerHandle perfect shuffle case that generates a vrev for...
2011-05-18 Chad RosierEnables vararg functions that pass all arguments via...
2011-05-18 Stuart HastingsAn imminent fix to the x86_64 byval logic will expose...
2011-05-18 Eli FriedmanForce a triple on a couple of tests; we don't support...
2011-05-18 Stuart HastingsMerge pmovzx test case into existing file.
2011-05-18 Justin HolewinskiPTX: add flag to disable mad/fma selection
2011-05-18 Tanya LattnerIn r131488 I misunderstood how VREV works. It splits...
2011-05-18 Eli FriedmanMake some of the fast-isel tests actually test fast...
2011-05-17 Stuart HastingsX86 pmovsx/pmovzx ignore the upper half of their inputs.
2011-05-17 Tanya Lattnervrev is incorrectly defined in the perfect shuffle...
2011-05-17 Galina KistanovaMove test for appropriate directory.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-17 Eli FriedmanBack out r131444 and r131438; they're breaking nightly...
2011-05-17 Eli FriedmanFix test.
2011-05-17 Evan ChengAdd target triple so test doesn't fail on Windows machines.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-05-16 Eli FriedmanRemove dead code. Fix associated test to use FileCheck.
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-16 Eli FriedmanBasic fast-isel of extractvalue. Not too helpful on...
2011-05-14 Rafael EspindolaDon't produce a vmovntdq if we don't have AVX support.
2011-05-13 Rafael EspindolaMake codegen able to handle values of empty types....
2011-05-13 Stuart HastingsSince I can't reproduce the failures from 131261, re...
2011-05-13 Stuart HastingsRevert 131266 and 131261 due to buildbot complaints.
2011-05-13 Stuart HastingsTweak 131261 (thumb2-cbnz.ll) to generate the intended...
2011-05-12 Stuart HastingsNon-fast-isel followup to 129634; correctly handle...
2011-05-12 Galina KistanovaCorrection. Use explicit target triple in the test.
2011-05-12 Evan ChengRe-enable branchfolding common code hoisting optimizati...
2011-05-11 Stuart HastingsMove this test to CodeGen/Thumb. rdar://problem/9416774
2011-05-11 Devang PatelIdentify end of prologue (and beginning of function...
2011-05-11 Nadav RotemFixes a bug in the DAGCombiner. LoadSDNodes have two...
2011-05-11 Nadav RotemAdd custom lowering of X86 vector SRA/SRL/SHL when...
2011-05-11 Rafael EspindolaRevert 131172 as it is causing clang to miscompile...
2011-05-11 Evan ChengAdd a late optimization to BranchFolding that hoist...
2011-05-10 Rafael EspindolaProduce a __debug_frame section on darwin ARM when...
2011-05-10 Justin HolewinskiPTX: add test cases for cvt, fneg, and selp
2011-05-08 Benjamin KramerX86: Add a bunch of peeps for add and sub of SETB.
2011-05-06 Jakob Stoklund OlesenEmit a proper error message when register allocators...
2011-05-06 Justin HolewinskiPTX: add PTX 2.3 language target
2011-05-06 Eli FriedmanRe-revert r130877; it's apparently causing a regression...
2011-05-05 Rafael EspindolaDon't produce a __debug_frame.
2011-05-05 Eli FriedmanAvoid extra vreg copies for arguments passed in registe...
2011-05-04 Jakob Stoklund OlesenPrepare remaining tests for -join-physreg going away.
2011-05-04 Jakob Stoklund OlesenFix a batch of x86 tests to be coalescer independent.
2011-05-04 Dan GohmanGive this test an explicit register allocator, so that...
2011-05-04 Bill WendlingSjLj EH could produce a machine basic block that legiti...
2011-05-04 Eli FriedmanRe-commit r130862 with a minor change to avoid an itera...
2011-05-04 Galina KistanovaThis test fails on ARM. The test shouldn't explicitly...
2011-05-04 Eli FriedmanBack out r130862; it appears to be breaking bootstrap.
2011-05-04 Eli FriedmanTeach MachineCSE how to do simple cross-block CSE invol...
2011-05-04 Jakob Stoklund OlesenFix more register and coalescing dependencies.
next