- 19914ed something wrong with this opt by Andrew Lenharth · 17 years ago
- 9bdcb39 Add testcase for last llvm-gcc tweaks by Anton Korobeynikov · 17 years ago
- dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
- f19341d Make this pass for CYGWIN. by Zhou Sheng · 17 years ago
- 515a641 Make this testcase compatible with CYGWIN. by Zhou Sheng · 17 years ago
- ecb85ef Change &| to |&. by Dan Gohman · 17 years ago
- 88e84d1 Change grep '' to grep {}. Change 2>&1 | to |&. by Dan Gohman · 17 years ago
- 08e581e Don't redirect llvm-as's stderr to llvm-dis. Change grep '' to grep {}. by Dan Gohman · 17 years ago
- b519478 Remove unnecessary && from the RUN lines of this test. by Dan Gohman · 17 years ago
- 7700304 Don't lower srem/urem X%C to X-X/C*C unless the division is actually by Dan Gohman · 17 years ago
- 00a6d14 Allow GVN to eliminate read-only function calls when it can detect that they are redundant. by Owen Anderson · 17 years ago
- c54c561 Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. by Nick Lewycky · 17 years ago
- cfa5975 Implement PR1822 by Chris Lattner · 17 years ago
- 827cde1 Fix PR1816. If a bitcast of a function only exists because of a by Duncan Sands · 17 years ago
- 8a59448 Fix a long standing deficiency in the X86 backend: we would by Chris Lattner · 17 years ago
- 9a5bdad upgrade this test by Chris Lattner · 17 years ago
- 9e513ac Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. by Chris Lattner · 17 years ago
- e4dc717 Ding dong, the DoesntAccessMemoryFns and by Duncan Sands · 17 years ago
- 42b5e08 Fix a bug where we'd try to find a scev value for a bitcast operand, by Chris Lattner · 17 years ago
- eec8b9a Fix PR1817. by Chris Lattner · 17 years ago
- 73d4bb6 Turn invokes of nounwind functions into ordinary calls. by Duncan Sands · 17 years ago
- 920653d Teach alias analysis about readnone/readonly functions. by Duncan Sands · 17 years ago
- 5ef7be7 Readonly/readnone functions are allowed to throw by Duncan Sands · 17 years ago
- 4ac0e8d Create nodes for inline asm so that we don't crash looking for the node later. by Nick Lewycky · 17 years ago
- baccd58 Fix a bug in which node A is replaced by node B, but later by Duncan Sands · 17 years ago
- cf96db2 Be more careful when transforming | to +. Patch from Wojciech Matyjewicz. by Nick Lewycky · 17 years ago
- cec5f30 Testcase for PR1811 by Chris Lattner · 17 years ago
- 089617d Add support in SplitVectorOp for remainder operators. by Dan Gohman · 17 years ago
- ef6c875 fix bogus test that the more strict lexer is finding. by Chris Lattner · 17 years ago
- b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 17 years ago
- 6542481 Typo. by Evan Cheng · 17 years ago
- d81ae56 Testcase from PR 1508 (although its's somewhat by Dale Johannesen · 17 years ago
- a7d1ab0 Fix PR1800 by correcting mistaken logic. by Chris Lattner · 17 years ago
- 4e1a0e3 Reverted r44163 per request by Anton Korobeynikov · 17 years ago
- 5d44626 Fix a thinko in post-allocation coalescer. by Evan Cheng · 17 years ago
- 65e2da3 Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV by Nick Lewycky · 17 years ago
- 7e9ab25 Un XFAIL these tests, now that Bill has backported the fix from 4.2. by Duncan Sands · 17 years ago
- 9de1934 Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied by Anton Korobeynikov · 17 years ago
- f9572a4 XFAIL these tests until the fix gets backported from llvm-gcc-4.2 to 4.0. by Duncan Sands · 17 years ago
- 1b12d88 Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll by Chris Lattner · 17 years ago
- 59ab338 upgrade test by Chris Lattner · 17 years ago
- b42c8f7 Implement PR1786 by iterating between dead cycle elimination by Chris Lattner · 17 years ago
- 38ada86 Update tailcall code to include inline attribute operand for memcpy. by Arnold Schwaighofer · 17 years ago
- 9858c34 Fix tests. by Evan Cheng · 17 years ago
- 7b52fe7 Tighten up a check for folding away loads from (newly constant) globals. This by Chris Lattner · 17 years ago
- 27b1238 Thanks to the XTARGET line, this test should still by Duncan Sands · 17 years ago
- 38c576c Check that the first and third characters, s and u, by Duncan Sands · 17 years ago
- 506f908 Check that accesses to the second short, t, have by Duncan Sands · 17 years ago
- dbaf378 Run this test only on darwin. by Devang Patel · 17 years ago
- b410df9 Better check by Andrew Lenharth · 17 years ago
- ab9338e Fix PR1780 by Andrew Lenharth · 17 years ago
- e0cb36b [ARM] Implement __builtin_thread_pointer. by Lauro Ramos Venancio · 17 years ago
- 4471194 If both parts of smul_lohi, etc. are used, don't simplify. If only one part is used, try simplify it. by Evan Cheng · 17 years ago
- 033903c Add testcase by Bill Wendling · 17 years ago
- a57506e Implement the XTARGET feature for PR1778 by Tanya Lattner · 17 years ago
- cf5008a Implement PR1777 by detecting dependent phis that all compute the same value. by Chris Lattner · 17 years ago
- 1fd15ba Add pseudo dependency to force two-address instruction to be scheduled after by Evan Cheng · 17 years ago
- 9907cb1 Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll by Chris Lattner · 17 years ago
- 8017631 Add support for vector remainder operations. by Dan Gohman · 17 years ago
- cff5509 Fix an abort in instcombine when folding creates a vector rem instruction. by Dan Gohman · 17 years ago
- eb57ea7 Make labels work in asm blocks; allow labels as by Dale Johannesen · 17 years ago
- 5d01aa4 If a value is incoming from outside the loop then the value does not need remapping and the value is never tracked through LastValueMap. by Devang Patel · 17 years ago
- 8699a97 [ARM] Fix code generation for: by Lauro Ramos Venancio · 17 years ago
- 5031fd2 Skip over deleted val#'s. by Evan Cheng · 17 years ago
- 5942efb Handle cases where a register and one of its super-register are both marked as by Evan Cheng · 17 years ago
- 801e5a9 Fix test case. Chris didn't do make check. :-) by Evan Cheng · 17 years ago
- 8dec727 Doh. PR1187 -> PR1766. by Evan Cheng · 17 years ago
- 5f5f3b6 Fix PR1187. by Evan Cheng · 17 years ago
- fe6575c Fix PR1761 by not printing (rip) suffix when in -static mode. by Chris Lattner · 17 years ago
- 3cb3650 Change uses of getTypeSize to getABITypeSize, getTypeStoreSize by Duncan Sands · 17 years ago
- 03e6c70 Fix PR1763 by allowing the 'q' constraint to work with 64-bit regs on x86-64. by Chris Lattner · 17 years ago
- c92da38 There are times when the coalescer would not coalesce away a copy but the copy by Evan Cheng · 17 years ago
- deb36bd Add run line. by Evan Cheng · 17 years ago
- 7277a7d One more extract_subreg coalescing bug. by Evan Cheng · 17 years ago
- 9df7dc5 Missing a getNumOperands check. by Evan Cheng · 17 years ago
- 7ebba51 Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been by Owen Anderson · 17 years ago
- df17df8 Test that expand_vector_elt(v2i64) works in 32-bit mode. by Dale Johannesen · 17 years ago
- e41dcdc Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious by Chris Lattner · 17 years ago
- 74e012a Fix InstCombine/2007-10-31-RangeCrash.ll by Chris Lattner · 17 years ago
- e45bb9a New test. by Devang Patel · 17 years ago
- 8392772 It's not safe to tell SplitCriticalEdge to merge identical edges. It may delete the phi instruction that's being processed. by Evan Cheng · 17 years ago
- d61de35 Add support for folding binary operators with vector zero operands. by Dan Gohman · 17 years ago
- af62c09 - Bug fixes. by Evan Cheng · 17 years ago
- 090b38a Fix a DAGCombiner abort on a bitcast from a scalar to a vector. by Dan Gohman · 17 years ago
- 3c3ddb3 Enable more fold (sext (load x)) -> (sext (truncate (sextload x))) by Evan Cheng · 17 years ago
- c20b0fb update testcase by Chris Lattner · 17 years ago
- cee291c Model stacksave and stackrestore as both writing memory, since we by Chris Lattner · 17 years ago
- fb7f343 Add support for the x86-64 'q' regigster modifier, and add support for the by Chris Lattner · 17 years ago
- b361ec3 Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling by Chris Lattner · 17 years ago
- 3cb63dd Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators by Chris Lattner · 17 years ago
- 318d3ae Test to make sure that if we have an unaligned memcpy, it will still compile. by Bill Wendling · 17 years ago
- 61297f9 On second thought. Remove this as it should never be generated in the first by Bill Wendling · 17 years ago
- 984e986 - Remove the hacky code that forces a memcpy. Alignment is taken care of in the by Bill Wendling · 17 years ago
- 2bd122c Loosen up iv reuse to allow reuse of the same stride but a larger type when truncating from the larger type to smaller type is free. by Evan Cheng · 17 years ago
- cdf43b1 If a loop termination compare instruction is the only use of its stride, by Evan Cheng · 17 years ago
- f92ff03 Fix for PR1741. by Owen Anderson · 17 years ago
- 691645e Testcase for PR 1397. by Dale Johannesen · 17 years ago
- 0bd5fcf This was failing on Darwin, which defaults to PIC; by Dale Johannesen · 17 years ago
- 99c6574 Implement a couple of foldings for ordered and unordered comparisons, by Chris Lattner · 17 years ago
- 8b1c68c If there's an unaligned memcpy to/from the stack, don't lower it. Just call the by Bill Wendling · 17 years ago