- f45728d Fix the syntax for a PR number in a test. by Dan Gohman · 16 years ago
- fa6c716 Make this test slightly more strict. by Dan Gohman · 16 years ago
- c7b3444 When transforming sext(trunc(load(x))) into sext(smaller load(x)), by Dan Gohman · 16 years ago
- d6c3295 Handle ands with ~0 correctly too. This fixes PR4052. by Dan Gohman · 16 years ago
- 9341c80 Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct. by Sanjiv Gupta · 16 years ago
- b5fbb06 add testcase for strange types of gep indices by Chris Lattner · 16 years ago
- 040f758 testcase and asmparser fix for PR4066 by Chris Lattner · 16 years ago
- 1c8491e Add several more icmp simplifications. Transform signed comparisons by Dan Gohman · 16 years ago
- 2c73d5f Handle ands with 0 and shifts by 0 correctly. These aren't by Dan Gohman · 16 years ago
- 4cdc44c Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: by Torok Edwin · 16 years ago
- 0adb527 Do not share a single unknown val# for all the live ranges merged into a physical sub-register live interval. When coalescer is merging in clobbered virtaul register live interval into a physical register live interval, give each virtual register val# a separate val# in the physical register live interval. Otherwise, the coalescer would have lost track of the definitions information it needs to make correct coalescing decisions. by Evan Cheng · 16 years ago
- 2f91f30 Fix PR 4057, a crash doing float->char const folding. by Dale Johannesen · 16 years ago
- d34a73b by David Greene · 16 years ago
- 15f1b66 Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is not by Rafael Espindola · 16 years ago
- 15684b2 Revert 69952. Causes testsuite failures on linux x86-64. by Rafael Espindola · 16 years ago
- b706d29 PR2957 by Nate Begeman · 16 years ago
- e8cf21e by David Greene · 16 years ago
- e41bc94 Explicitly pass -tailcallopt=false to these tests so that they by Dan Gohman · 16 years ago
- 4aa397c Testcase for 69795. by Dale Johannesen · 16 years ago
- e22d503 Fix an error in this test. by Dan Gohman · 16 years ago
- 752ec7d Change SCEVExpander's expandCodeFor to provide more flexibility by Dan Gohman · 16 years ago
- 5cd28fa Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some odd by Nick Lewycky · 16 years ago
- 03dac74 Testcase for PR3909. by Owen Anderson · 16 years ago
- 887fde8 Testcase for PR2639. by Owen Anderson · 16 years ago
- d92395f Testcase for PR2537. by Owen Anderson · 16 years ago
- f2a5c0a Fix typo. by Owen Anderson · 16 years ago
- 176aeb1 Testcase for PR3085. by Owen Anderson · 16 years ago
- d49468a Add testcase from PR3086. by Owen Anderson · 16 years ago
- ab192b7 Add more ulimit limits, to catch more kinds of runaway behavior. by Dan Gohman · 16 years ago
- 9c15949 Make sure both operands have binary instructions have the same type. by Evan Cheng · 16 years ago
- 1abe646 Avoid deferencing use_begin() if value does not have a use. by Evan Cheng · 16 years ago
- 5654613 by David Greene · 16 years ago
- c7cafcd by David Greene · 16 years ago
- d7b2f7f Testcase for PR2958. by Duncan Sands · 16 years ago
- de444af Implement multiclass inheritance. by David Greene · 16 years ago
- aabb04f SCEVExpander's InsertCastOfTo knows how to move existing cast by Dan Gohman · 16 years ago
- 4a0adb7 These tests are x86 specific. by Duncan Sands · 16 years ago
- 5b69eba It has finally happened. Spiller is now using live interval info. by Evan Cheng · 16 years ago
- 578ccf8 When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of the by Dan Gohman · 16 years ago
- 1d85a1f Test case for revision 69683. by Devang Patel · 16 years ago
- 33e24ad fix a crash on a pointless but valid zero-length memset, rdar://6808691 by Chris Lattner · 16 years ago
- 206d185 Added a linearscan register allocation optimization. When the register allocator spill an interval with multiple uses in the same basic block, it creates a different virtual register for each of the reloads. e.g. by Evan Cheng · 16 years ago
- 9dcab2f testcase for PR3898 by Chris Lattner · 16 years ago
- b10b5ac Don't try to make BUILD_VECTOR operands have the same by Duncan Sands · 16 years ago
- 2cf68d4 Adjust XFAIL syntax, maybe that will help. The other way worked for me... by Dale Johannesen · 16 years ago
- f494845 patch 69408 breaks this by removing the opportunity by Dale Johannesen · 16 years ago
- 7eb793d Rename file to have the correct suffix. by Bob Wilson · 16 years ago
- 1f595bb Use CallConvLower.h and TableGen descriptions of the calling conventions by Bob Wilson · 16 years ago
- 2ee3db3 For general dynamic TLS access we must use by Rafael Espindola · 16 years ago
- 276b77e Teach spiller to unfold instructions which modref spill slot when a scratch by Evan Cheng · 16 years ago
- 7c36683 fix PR3995. A scale must be 1, 2, 4 or 8. by Rafael Espindola · 16 years ago
- 2d1be87 Expand GEPs in ScalarEvolution expressions. SCEV expressions can now by Dan Gohman · 16 years ago
- 764eccf Another testcase for IV shortening. by Dale Johannesen · 16 years ago
- dd9f523 Check for alignment. by Bill Wendling · 16 years ago
- dd1f9e4 Enhance induction variable code to remove the by Dale Johannesen · 16 years ago
- 517576d While inlining, clone llvm.dbg.func.start intrinsic and adjust by Devang Patel · 16 years ago
- 1759f5e Testcase for r69104. by Bill Wendling · 16 years ago
- df2f118 Optimize conditional branch on i1 phis with non-constant inputs. by Evan Cheng · 16 years ago
- 5b9c318 Fix the RUN lines so that this test actually tests. by Dan Gohman · 16 years ago
- 62ad138 For the h-register addressing-mode trick, use the correct value for by Dan Gohman · 16 years ago
- 5ec3b42 When the result of an EXTRACT_SUBREG, INSERT_SUBREG, or SUBREG_TO_REG by Dan Gohman · 16 years ago
- b3f5bfe Some of GR8_NOREX registers are only available in 64-bit mode. by Evan Cheng · 16 years ago
- 442b7bf Use the output of the asm so the optimizer won't delete it. by Dale Johannesen · 16 years ago
- 87d696a Fix PR3934 part 2. findOnlyInterestingUse() was not setting IsCopy and IsDstPhys which are returned by value and used by callee. This happened to work on the earlier test cases because of a logic error in the caller side. by Evan Cheng · 16 years ago
- 3005ed6 PR3934: Fix a bogus two-address pass assertion. by Evan Cheng · 16 years ago
- 21e3dfb Implement x86 h-register extract support. by Dan Gohman · 16 years ago
- 7ff5bff X86-64 TLS support for local exec and initial exec. by Rafael Espindola · 16 years ago
- 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
- b215776 In X86DAGToDAGISel::MatchWrapper, if base or index are set, avoid matching by Rafael Espindola · 16 years ago
- 1cefb74 Add tests for the parts of X86-64 TLS that are already implemented. by Rafael Espindola · 16 years ago
- 8d57b77 fix a cross-block fastisel crash handling overflow intrinsics. by Chris Lattner · 16 years ago
- f5b6bc7 add some optimizations for strncpy/strncat and factor some by Chris Lattner · 16 years ago
- dbf1e2b move a target-specific test into its directory so it isn't run if you by Chris Lattner · 16 years ago
- 296185c fix two problems with machine sinking: by Chris Lattner · 16 years ago
- dbcfb30 Don't fold a load if the other operand is a TLS address. by Rafael Espindola · 16 years ago
- d9df501 Fix pr3954. The register scavenger asserts for inline assembly with by Bob Wilson · 16 years ago
- 0c8382c reg0 references are not real registers. This fixes a crash on the by Chris Lattner · 16 years ago
- 57fc82d Generalize ExtendUsesToFormExtLoad to be usable for ANY_EXTEND, by Dan Gohman · 16 years ago
- 094fad3 Re-apply 68552. Tested by bootstrapping llvm-gcc and using that to build llvm. by Rafael Espindola · 16 years ago
- 83593a3 Add testcase for PR3795. by Bob Wilson · 16 years ago
- 3d0355b Soft float support for FREM. by Duncan Sands · 16 years ago
- 7beb1ec Soft float support for undef. Reported by Xerxes Rånby. by Duncan Sands · 16 years ago
- ddfa57b Instcombine should not promote whole computation trees to "strange" by Chris Lattner · 16 years ago
- 4da69c7 Fully escape the grep string for this test. by Dan Gohman · 16 years ago
- ac03132 Update this test for recent codegen improvements. CodeGen is now by Dan Gohman · 16 years ago
- 97121ba Implement support for using modeling implicit-zero-extension on x86-64 by Dan Gohman · 16 years ago
- 044b534 Temporarily revert r68552. This was causing a failure in the self-hosting LLVM by Bill Wendling · 16 years ago
- 2a6411b Reduce code duplication on the TLS implementation. by Rafael Espindola · 16 years ago
- 4fd5528 Don't attempt to handle aggregate argument values in FastISel; let by Dan Gohman · 16 years ago
- 62ce3b3 fix rdar://6762290, a crash compiling cxx filt with clang. by Chris Lattner · 16 years ago
- 8f34346 Handle 'a' modifier in ARM inline assembly. Patch by Richard Pennington. by Bob Wilson · 16 years ago
- b5e0a96 Let the strcat optimizer return the pointer to the start of the buffer, by Ed Schouten · 16 years ago
- cfdd807 Try SSE2? by Nick Lewycky · 16 years ago
- 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
- 2cd1b77 Fix test on non-x86 platforms. by Nick Lewycky · 16 years ago
- f50c798 Fix a TargetLowering optimization so that it doesn't duplicate by Dan Gohman · 16 years ago
- 1e95580 Added a x86 dag combine to increase the chances to use a by Mon P Wang · 16 years ago
- e8a290f Reapply r68211, with the miscompilations it caused fixed. by Owen Anderson · 16 years ago
- bf6396b Fix PR3862: Recognize some ARM-specific constraints for immediates in inline by Bob Wilson · 16 years ago
- e63c4a2 Revert r68172. It caused regressions in by Dan Gohman · 16 years ago