make sure that empty diag groups get known by clang.
[oota-llvm.git] / test /
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...
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-27 Evan ChengAdd a __builtin___memset_chk test.
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 Devang PatelBefore deleting a basic block, give other loop passes...
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 ChengOne more test.
2009-03-25 Evan ChengAdd __builtin___memcpy_chk tests.
2009-03-25 Duncan SandsThese tests pass on linux.
2009-03-25 Evan ChengAdd a __builtin_object_size test.
2009-03-25 Chris LattnerFix a bug in our autoupgrade support: in an argument...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-25 Chris LattnerFix PR3874 by restoring a condition I removed, but...
2009-03-24 Misha BrukmanConverted a1.ll to unittests.
2009-03-24 Chris Lattnercanonicalize inttoptr and ptrtoint instructions which...
2009-03-24 Chris Lattnertwo changes:
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-21 Evan ChengRe-commit r67334 and r67349 with fix.
2009-03-20 Chris LattnerFix instcombine to not introduce undefined shifts when...
2009-03-20 Duncan SandsDon't load values out of global constants with weak
2009-03-20 Nick LewyckyRevert r67334 and r37349 which break "make check" on...
2009-03-20 Evan ChengFix typo's.
2009-03-19 Evan ChengMore makefile changes to allow dejagnu tests to pass...
2009-03-18 Bill WendlingThese tests are now passing on Darwin because of r67139.
2009-03-18 Chris Lattneraha, DAE does have to think about PHI nodes. Many...
2009-03-18 Chris LattnerFix PR3826 - InstComb assert with vector shift, by...
2009-03-18 Rafael EspindolaAdd -relocation-model=pic so that the test works
next