Module iterator contains list of filescope functions as well, we don't need to emit...
[oota-llvm.git] / test / CodeGen /
2009-05-10 Anton KorobeynikovAdd MSP430 test for PR4136
2009-05-08 Evan ChengEnable loop bb placement optimization.
2009-05-08 Chris LattnerFix PR4152: asm constraint validation happens before...
2009-05-08 Evan ChengOptimize code placement in loop to eliminate unconditio...
2009-05-07 Bob WilsonFix pr4100. Do not remove no-op copies when they are...
2009-05-07 Bill WendlingTHis doesn't fail.
2009-05-07 Bill WendlingTemporarily revert r71010. It was causing massive failu...
2009-05-06 Evan ChengDo not use register as base ptr of pre- and post- inc...
2009-05-06 Lang HamesRenamed Spiller classes (plus uses and related files...
2009-05-05 Evan ChengQuotes should be printed before private prefix; some...
2009-05-05 Dan GohmanIf a MachineBasicBlock has multiple ways of reaching...
2009-05-05 Evan ChengEnable stack coloring with regs at -O3.
2009-05-05 Chris LattnerAdd basic support for code generation of
2009-05-04 Dan GohmanX86FastISel doesn't support the -tailcallopt ABI.
2009-05-04 Anton KorobeynikovFix code emission for conditional branches.
2009-05-02 Dan GohmanPreviously, RecursivelyDeleteDeadInstructions provided...
2009-05-01 Chris Lattner'The attached patch fixes an issue where llc -march...
2009-04-30 Evan ChengMark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoa...
2009-04-30 Chris Lattnerfix a regression handling indirect results: these need...
2009-04-29 Nate BegemanFix infinite recursion in the C++ code which handles...
2009-04-29 Evan ChengspillPhysRegAroundRegDefsUses() may have invalidated...
2009-04-29 Chris LattnerDisable the load-shrinking optimization from looking at
2009-04-29 Bill WendlingSecond attempt:
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...
next