- 7fed65a Add soft float support for a bunch more operations. Original by Duncan Sands · 16 years ago
- 3d631c2 Remove these, which test for optimizations that by Dale Johannesen · 16 years ago
- 104de6c Don't produce ADDC/ADDE when expanding SHL unless they are legal by Richard Osborne · 16 years ago
- 1aed723 Removed 2008-10-17-SpillerBug.ll as it does not provide an accurate test of PR2898. by Lang Hames · 16 years ago
- 684bd46 2008-10-17-SpillerBug.ll is currently failing, but this doesn't reflect an actual regression of PR2898. This test should probably be removed. I've XFAILed it for now to keep buildbot quiet while this is considered. by Lang Hames · 16 years ago
- c7849c2 Improved shuffle normalization to avoid using extract/build when we by Mon P Wang · 16 years ago
- a74cefa Handle the case where there is no "not". It is possible it got by Chris Lattner · 16 years ago
- 6093b36 make this actually test what it is trying to. by Chris Lattner · 16 years ago
- d72a81e Don't brute-force analyze cubic or higher polynomials. by Nick Lewycky · 16 years ago
- 70c44f0 Correct this error message. by Nick Lewycky · 16 years ago
- 223fd6e [XCore] Fix expansion of 64 bit add/sub. Don't custom expand by Richard Osborne · 16 years ago
- 1d8f975 Add XCore intrinsics for getid (returns thread id) and bitrev (reverses by Richard Osborne · 16 years ago
- d23e0f8 Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit by Dan Gohman · 16 years ago
- e4f309e testcase for PR 1779. by Dale Johannesen · 16 years ago
- 241085a Added testcase for r59214. by Bill Wendling · 16 years ago
- 02fa4f4 Add test case for ptr annotation. by Tanya Lattner · 16 years ago
- 245146b Correct some thinkos in the expansion of ADD/SUB by Duncan Sands · 16 years ago
- cbf7cf5 Fix the testb optimization so x86 also bootstraps. Reenable test. by Dale Johannesen · 16 years ago
- 683a922 fix another libgcc blocker by Andrew Lenharth · 16 years ago
- 935e8e9 Un-XFAIL tests now that they're fixed. by Bill Wendling · 16 years ago
- 080098e r59009 broke these tests. XFAIL for now. by Bill Wendling · 16 years ago
- d0ab34b Temporarily revert r58979 and related patch. It's causing a failure in X86 bootstrap: by Bill Wendling · 16 years ago
- d4e7f44 If the sign of exit condition and split condition does not match by Devang Patel · 16 years ago
- f509224 Fix PR2667: add soft float support for sint_to_fp/uint_to_fp by Duncan Sands · 16 years ago
- a29c130 When promoting the result of fp_to_uint/fp_to_sint, by Duncan Sands · 16 years ago
- 22a8e9e Reenable test. by Dale Johannesen · 16 years ago
- 1fb43c3 The method of doing the matching with a 'select' instruction was wrong. The by Bill Wendling · 16 years ago
- 4d16a0a XFAIL this while waiting for a fix. by Duncan Sands · 16 years ago
- c143bcf If the LHS of the FCMP is coming from a UIToFP instruction, then we don't want by Bill Wendling · 16 years ago
- 4691cd9 CellSPU: Update expected counts on expected patterns by Scott Michel · 16 years ago
- 77e0c85 Add LLVMC2 tool definitions for Objective-C and Objective-C++. by Daniel Dunbar · 16 years ago
- 3dd42cf Generated code for generic expansion of SETUGT etc. by Dale Johannesen · 16 years ago
- c4c7a6a Xfail an incorrect test. by Dale Johannesen · 16 years ago
- b7ee8c4 Add basic test for XCore backend by Richard Osborne · 16 years ago
- 815fb57 Testcase for testb optimization. by Dale Johannesen · 16 years ago
- 180ffae Handle (delete) dbg intrinsics while promoting alloca. by Devang Patel · 16 years ago
- e75808c Emit label for llvm.dbg.func.start of the inlined function. by Devang Patel · 16 years ago
- 20dd046 Emit label for llvm.dbg.func.start of the inlined function. by Devang Patel · 16 years ago
- 33a9cb4 Make ISel ignore dead nodes. The DAGCombiner normally eliminates by Dan Gohman · 16 years ago
- 6088606 Add PR number. by Devang Patel · 16 years ago
- b35ed92 Add more vector move low and zero-extend patterns. by Evan Cheng · 16 years ago
- c9eaef0 New test case. by Devang Patel · 16 years ago
- 8f027c7 Add a new pass to simplify specific half_powr function calls. This is by Dan Gohman · 16 years ago
- 879b1ac Fix tests not to emit IR output by Anton Korobeynikov · 16 years ago
- 3eb22e8 Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls. by Evan Cheng · 16 years ago
- c7c7729 Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with legalizetypes. by Evan Cheng · 16 years ago
- e59416e Fix PR3011: LegalizeTypes support for scalarizing SELECT_CC. by Duncan Sands · 16 years ago
- f6503a0 The ANDMask node folds to a constant, and isn't the node that needs to by Dan Gohman · 16 years ago
- 265ca5d Ignore conditions that are outside the loop. by Devang Patel · 16 years ago
- 58d43d4 Turn floating point IVs into integer IVs where possible. by Devang Patel · 16 years ago
- 3a5797d Change how extended types are represented in MVTs. Instead of fiddling by Dan Gohman · 16 years ago
- d1000d9 Testcase for recent llvm-gcc fix by Anton Korobeynikov · 16 years ago
- 5c58a31 Make VAARG work with x86 long double (which is by Duncan Sands · 16 years ago
- 8f4d5eb Don't crash analyzing certain quadratics (addrec of {X,+,Y,+,1}). by Nick Lewycky · 16 years ago
- 6feb333 Changes from Duncan's review: by Nick Lewycky · 16 years ago
- e491515 Testcase for PR2691 by Anton Korobeynikov · 16 years ago
- 579a024 Add a new MergeFunctions pass. It finds identical functions and merges them. by Nick Lewycky · 16 years ago
- 8e39432 Fix demanded bits analysis with srem by negative number. Based on a patch by Nick Lewycky · 16 years ago
- 21440ac Fix this recently moved code to use the correct type. CI is now a by Dan Gohman · 16 years ago
- 3d2c131 Testcase for PR2613 by Anton Korobeynikov · 16 years ago
- 06f0aff Add a bunch of libcalls for ppcf128 that were somehow by Duncan Sands · 16 years ago
- d17cfbe Use MOVSSmr instead of EXTRACTPSmr in the case of extracting by Dan Gohman · 16 years ago
- 557291c Testcase for PR2987. by Duncan Sands · 16 years ago
- 1975d03 Canonicalize sext(i1) to i1?-1:0, and update various instcombine by Dan Gohman · 16 years ago
- d383ff3 Testcase for PR2986. by Duncan Sands · 16 years ago
- c5e1ec4 Add InlineCost class for represent the estimated cost of inlining a by Daniel Dunbar · 16 years ago
- d976c21 Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stack by Scott Michel · 16 years ago
- db97348 add testcase for PR2964 by Chris Lattner · 16 years ago
- 492f04c Testcase for PR2917. by Duncan Sands · 16 years ago
- f8131c9 Fix PR2967 by not deleting volatile load/stores that occur before unreachable. by Chris Lattner · 16 years ago
- f258b02 Make the declaration of bzero match size_t on x86-64-linux. by Duncan Sands · 16 years ago
- 21c2972 Fix PR2977: LegalizeTypes support for expanding VAARG. by Duncan Sands · 16 years ago
- 5489893 - More pre-split fixes: spill slot live interval computation bug; restore point bug. by Evan Cheng · 16 years ago
- b493b27 (A & sext(C)) | (B & ~sext(C) -> C ? A : B by Dan Gohman · 16 years ago
- 57760d9 Fix darwin ppc llvm-gcc build breakage: intercept by Duncan Sands · 16 years ago
- 42d4499 Turn off LegalizeTypes for this test for the by Duncan Sands · 16 years ago
- 1acb29c Fix a testcase provided by Bill in which the node by Duncan Sands · 16 years ago
- 4002a1b Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesized by Chris Lattner · 16 years ago
- f62ce37 Avoid putting a split past the end of the live range; always shrink wrap live interval in the barrier mbb. by Evan Cheng · 16 years ago
- b3990d5 Remove val# defined by a remat'ed def that is now dead. by Evan Cheng · 16 years ago
- 4af2c40 rename vec_spat -> vec_splat, pointed out by duncan by Chris Lattner · 16 years ago
- 7cb0787 Turn on LegalizeTypes, the new type legalization by Duncan Sands · 16 years ago
- 2306628 For now, don't split live intervals around x87 stack register barriers. FpGET_ST0_80 must be right after a call instruction (and ADJCALLSTACKUP) so we need to find a way to prevent reload of x87 registers between them. by Evan Cheng · 16 years ago
- b457b3c no need to print output by Chris Lattner · 16 years ago
- 629b526 remove eh output from this test. by Chris Lattner · 16 years ago
- aaf510c Do not shrink wrap live interval in a mbb if it's livein any of its successor blocks. The mbb can be revisited again after all of the successors are processed. by Evan Cheng · 16 years ago
- 79d5b5a Handle cases where there aren't uses in the barrier mbb. by Evan Cheng · 16 years ago
- a2cbe6c Related to PR2911, reject as invalid non-pointer GC roots. by Gordon Henriksen · 16 years ago
- 78dfef7 If val# def is ~0U, meaning it's defined by a PHI, and it's previously split, spill before the barrier because it's impossible to determine if all the defs are spilled in the same spill slot. by Evan Cheng · 16 years ago
- 47106ba Be kind to non-x86 hosts. by Dale Johannesen · 16 years ago
- 4047f4a Fix translateX86CC: if SetCCOpcode is SETULE and by Duncan Sands · 16 years ago
- 04aa2c3 Don't try to create a mask when we don't need one. Fixes a crash. by Nick Lewycky · 16 years ago
- 0658749 Avoid splitting an interval multiple times; avoid splitting re-materializable val# (for now). by Evan Cheng · 16 years ago
- d2fda8a make this test not depend on how the system header defines memset. by Chris Lattner · 16 years ago
- 1cf9395 [PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on some platforms. by Gordon Henriksen · 16 years ago
- aecc22a Fix PR2907 by digging through constant expressions to find FP constants that by Chris Lattner · 16 years ago
- 7ea1ca6 Fix SelectionDAGBuild lowering of Select instructions to by Dan Gohman · 16 years ago
- 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
- 7fb501c really fix run line by Chris Lattner · 16 years ago
- 0294ac2 fix run line by Chris Lattner · 16 years ago