Properly print 'P' modifier on inline asm memory operands.
[oota-llvm.git] / test / CodeGen /
2009-04-28 Anton KorobeynikovProperly print 'P' modifier on inline asm memory operands.
2009-04-28 Evan ChengFix PR4034. Bug in LiveInterval::join when it's compact...
2009-04-28 Evan ChengFix for PR4051. When 2address pass delete an instructio...
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-27 Evan ChengFix PR4076. Correctly create live interval of physical...
2009-04-27 Dan GohmanPermit ChangeCompareStride to rewrite a comparison...
2009-04-27 Dan GohmanTeach getZeroExtendExpr and getSignExtendExpr to use...
2009-04-27 Nate BegemanRevert accidental testcase reduction
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-27 Evan ChengFix PR4056. It's possible a physical register def is...
2009-04-27 Dan GohmanFix the syntax for a PR number in a test.
2009-04-27 Dan GohmanWhen transforming sext(trunc(load(x))) into sext(smalle...
2009-04-25 Evan ChengDo not share a single unknown val# for all the live...
2009-04-24 Dale JohannesenFix PR 4057, a crash doing float->char const folding.
2009-04-24 Rafael EspindolaFix PR 4004 by including the call to __tls_get_addr...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-23 Dan GohmanExplicitly pass -tailcallopt=false to these tests so...
2009-04-21 Evan ChengIt has finally happened. Spiller is now using live...
2009-04-20 Evan ChengAdded a linearscan register allocation optimization...
2009-04-18 Chris Lattnertestcase for PR3898
2009-04-18 Duncan SandsDon't try to make BUILD_VECTOR operands have the same
2009-04-18 Dale JohannesenAdjust XFAIL syntax, maybe that will help. The other
2009-04-18 Dale Johannesenpatch 69408 breaks this by removing the opportunity
2009-04-17 Bob WilsonRename file to have the correct suffix.
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-04-17 Rafael EspindolaFor general dynamic TLS access we must use
2009-04-17 Evan ChengTeach spiller to unfold instructions which modref spill...
2009-04-16 Rafael Espindolafix PR3995. A scale must be 1, 2, 4 or 8.
2009-04-16 Dan GohmanExpand GEPs in ScalarEvolution expressions. SCEV expres...
2009-04-14 Dan GohmanFix the RUN lines so that this test actually tests.
2009-04-14 Dan GohmanFor the h-register addressing-mode trick, use the corre...
2009-04-14 Dan GohmanWhen the result of an EXTRACT_SUBREG, INSERT_SUBREG...
2009-04-14 Evan ChengSome of GR8_NOREX registers are only available in 64...
2009-04-14 Dale JohannesenUse the output of the asm so the optimizer won't
2009-04-14 Evan ChengFix PR3934 part 2. findOnlyInterestingUse() was not...
2009-04-13 Evan ChengPR3934: Fix a bogus two-address pass assertion.
2009-04-13 Dan GohmanImplement x86 h-register extract support.
2009-04-13 Rafael EspindolaX86-64 TLS support for local exec and initial exec.
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-12 Rafael EspindolaIn X86DAGToDAGISel::MatchWrapper, if base or index...
2009-04-12 Rafael EspindolaAdd tests for the parts of X86-64 TLS that are already...
2009-04-12 Chris Lattnerfix a cross-block fastisel crash handling overflow...
2009-04-10 Chris Lattnermove a target-specific test into its directory so it...
2009-04-10 Chris Lattnerfix two problems with machine sinking:
2009-04-10 Rafael EspindolaDon't fold a load if the other operand is a TLS address.
2009-04-09 Bob WilsonFix pr3954. The register scavenger asserts for inline...
2009-04-09 Chris Lattnerreg0 references are not real registers. This fixes...
2009-04-09 Dan GohmanGeneralize ExtendUsesToFormExtLoad to be usable for...
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-08 Bob WilsonAdd testcase for PR3795.
2009-04-08 Duncan SandsSoft float support for FREM.
2009-04-08 Duncan SandsSoft float support for undef. Reported by Xerxes RĂ„nby.
2009-04-08 Dan GohmanFully escape the grep string for this test.
2009-04-08 Dan GohmanUpdate this test for recent codegen improvements. CodeG...
2009-04-08 Dan GohmanImplement support for using modeling implicit-zero...
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2009-04-07 Dan GohmanDon't attempt to handle aggregate argument values in...
2009-04-06 Bob WilsonHandle 'a' modifier in ARM inline assembly.
2009-04-04 Nick LewyckyTry SSE2?
2009-04-04 Nick LewyckyFix test on non-x86 platforms.
2009-04-03 Dan GohmanFix a TargetLowering optimization so that it doesn...
2009-04-03 Mon P WangAdded a x86 dag combine to increase the chances to...
2009-04-01 Bob WilsonFix PR3862: Recognize some ARM-specific constraints...
2009-03-31 Evan ChengFully general expansion of integer shift of any size.
2009-03-31 Dan GohmanAdd an explicit -asm-verbose to these tests, to make it
2009-03-31 Owen AndersonRemove the "fast" cases for spill and restore point...
2009-03-31 Dan GohmanFix live-out reg logic to not insert over-aggressive...
2009-03-30 Evan ChengTurn a 2-address instruction into a 3-address one when...
2009-03-30 Anton KorobeynikovTweak test for recent relro stuff
2009-03-30 Evan ChengForgot this test.
2009-03-29 Anton KorobeynikovTestcase for recent ro/relocs stuff
2009-03-29 Duncan SandsFix PR3899: add support for extracting floats from...
2009-03-28 Arnold SchwaighoferMake check in CheckTailCallReturnConstraints for ignora...
2009-03-28 Arnold SchwaighoferEnable tail call optimization for functions that return...
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-27 Dan GohmanFix this test so that it doesn't spuriously fail due...
2009-03-26 Evan ChengAdd -march=x86.
2009-03-26 Bill WendlingAdd -f to RUN line.
2009-03-26 Chris Lattnerno need for eh info
2009-03-26 Bill WendlingAdd testcase for r67728.
2009-03-25 Evan ChengAdd a test case for PR3779: when to promote the functio...
2009-03-25 Evan ChengRevert 67132. This is breaking some objective-c apps.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-24 Dan GohmanAdd a testcase for the scheduling heuristic introduced...
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-23 Evan ChengFix a bug in spill weight computation. If the alias...
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-23 Evan ChengUpdate test for pr3864.
2009-03-23 Evan ChengFix PR3391 and PR3864. Reg allocator infinite looping.
2009-03-23 Evan ChengModel inline asm constraint which ties an input to...
2009-03-23 Evan ChengDo not fold away subreg_to_reg if the source register...
2009-03-18 Rafael EspindolaAdd -relocation-model=pic so that the test works
2009-03-18 Mon P WangAdded missing support for widening when splitting an...
2009-03-18 Evan ChengAdd another test case for r64440.
2009-03-18 Chris LattnerDisable the "call to immediate" optimization on x86...
2009-03-18 Bill WendlingA more proper -mtriple.
2009-03-18 Bill WendlingTemporary fix. I think Rafael wanted this to be Linux...
next