Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.
[oota-llvm.git] / test /
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 David GreeneMake BinOps typed and require a type specifier for...
2009-04-23 Dan GohmanExplicitly pass -tailcallopt=false to these tests so...
2009-04-23 Dale JohannesenTestcase for 69795.
2009-04-23 Dan GohmanFix an error in this test.
2009-04-23 Dan GohmanChange SCEVExpander's expandCodeFor to provide more...
2009-04-23 Nick LewyckySimplify trunc(extend(x)) in SCEVs, just for completene...
2009-04-23 Owen AndersonTestcase for PR3909.
2009-04-23 Owen AndersonTestcase for PR2639.
2009-04-23 Owen AndersonTestcase for PR2537.
2009-04-23 Owen AndersonFix typo.
2009-04-23 Owen AndersonTestcase for PR3085.
2009-04-23 Owen AndersonAdd testcase from PR3086.
2009-04-23 Dan GohmanAdd more ulimit limits, to catch more kinds of runaway...
2009-04-22 Evan ChengMake sure both operands have binary instructions have...
2009-04-22 Evan ChengAvoid deferencing use_begin() if value does not have...
2009-04-22 David GreeneAllow defm to inherit from multiple multiclasses.
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-04-22 Duncan SandsTestcase for PR2958.
2009-04-22 David GreeneImplement multiclass inheritance.
2009-04-22 Dan GohmanSCEVExpander's InsertCastOfTo knows how to move existin...
2009-04-22 Duncan SandsThese tests are x86 specific.
2009-04-21 Evan ChengIt has finally happened. Spiller is now using live...
2009-04-21 Dan GohmanWhen turning (ashr(shl(x, n), n)) into sext(trunc(x...
2009-04-21 Devang PatelTest case for revision 69683.
2009-04-21 Chris Lattnerfix a crash on a pointless but valid zero-length memset...
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-16 Dale JohannesenAnother testcase for IV shortening.
2009-04-15 Bill WendlingCheck for alignment.
2009-04-15 Dale JohannesenEnhance induction variable code to remove the
2009-04-15 Devang PatelWhile inlining, clone llvm.dbg.func.start intrinsic...
2009-04-15 Bill WendlingTestcase for r69104.
2009-04-14 Evan ChengOptimize conditional branch on i1 phis with non-constan...
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-12 Chris Lattneradd some optimizations for strncpy/strncat and factor...
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 Chris LattnerInstcombine should not promote whole computation trees...
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-07 Chris Lattnerfix rdar://6762290, a crash compiling cxx filt with...
2009-04-06 Bob WilsonHandle 'a' modifier in ARM inline assembly.
2009-04-06 Ed SchoutenLet the strcat optimizer return the pointer to the...
2009-04-04 Nick LewyckyTry SSE2?
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
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 Owen AndersonReapply r68211, with the miscompilations it caused...
2009-04-01 Bob WilsonFix PR3862: Recognize some ARM-specific constraints...
2009-04-01 Dan GohmanRevert r68172. It caused regressions in
2009-04-01 Owen AndersonEnhance GVN to propagate simple conditionals. This...
2009-03-31 Evan ChengThrottle back "fold select into operand" transformation...
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 Devang PatelUpdate call graph after inlining invoke.
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 Devang PatelLoop Index Split can eliminate a loop if it can determi...
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...
next