index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the old ADCE implementation with a new one that more simply solves
Owen Anderson
2008-05-29
2
-44
/
+0
*
Implement PR2370: memmove(x,x,size) -> noop.
Chris Lattner
2008-05-28
1
-0
/
+6
*
"ret (constexpr)" can't be folded into a Constant. Add a method to
Nick Lewycky
2008-05-25
1
-0
/
+13
*
Fix a serious brain-o. Obviously no-one reviewed my patch :(
Chris Lattner
2008-05-24
1
-0
/
+11
*
Fix PR2358 by resolving calls with undef arguments to overdefined.
Chris Lattner
2008-05-24
1
-0
/
+14
*
Remove lingering references to .llx and .tr in the tests.
Dan Gohman
2008-05-23
1
-1
/
+1
*
Restucture a part of the SimplifyCFG pass and include a testcase.
Matthijs Kooijman
2008-05-23
1
-0
/
+131
*
Constant integer vectors may also be negated.
Nick Lewycky
2008-05-23
1
-0
/
+8
*
Revert X + X --> X * 2 optz'n which pessimizes heavily on x86.
Nick Lewycky
2008-05-23
1
-6
/
+0
*
Implement X + X for vectors.
Nick Lewycky
2008-05-23
1
-0
/
+6
*
Fix a recently added optimization to not crash on vectors.
Nick Lewycky
2008-05-23
1
-0
/
+6
*
Generalize the new code in instcombine's ComputeNumSignBits for handling
Dan Gohman
2008-05-23
1
-0
/
+9
*
Eliminate questionable syntax for stdin redirection. This probably also speed...
Gabor Greif
2008-05-20
3
-4
/
+4
*
Fix PR2346 by marking vaarg as volatile so that licm doesn't try to
Chris Lattner
2008-05-20
1
-0
/
+30
*
Oops, commit the version of this test that actually works.
Dan Gohman
2008-05-20
1
-1
/
+1
*
Port SelectionDAG's ComputeNumSignBits-using code to instcombine,
Dan Gohman
2008-05-20
1
-0
/
+7
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
44
-44
/
+44
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
44
-44
/
+44
*
Teach instcombine 4 new xforms:
Chris Lattner
2008-05-20
2
-0
/
+24
*
Do not erase induction variable increment if it is used outside the loop.
Devang Patel
2008-05-19
1
-0
/
+41
*
convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissa
Chris Lattner
2008-05-19
1
-0
/
+8
*
Fold FP comparisons where one operand is converted from an integer
Chris Lattner
2008-05-19
1
-0
/
+25
*
be more aggressive about transforming add -> or when the operands have no
Chris Lattner
2008-05-19
1
-0
/
+15
*
Fix PR2341 - when the length is 4 use an i32 not
Duncan Sands
2008-05-19
1
-0
/
+14
*
Fix PR2339
Chris Lattner
2008-05-18
1
-0
/
+23
*
remove empty file?
Chris Lattner
2008-05-18
1
-0
/
+0
*
Revert constant-folding change that will miscompile in some cases.
Nick Lewycky
2008-05-17
1
-8
/
+0
*
Constant fold inttoptr and ptrtoint.
Nick Lewycky
2008-05-17
1
-0
/
+8
*
Fix test.
Evan Cheng
2008-05-16
1
-1
/
+1
*
Move this test from ADCE to loop deletion, where it is more appropriate.
Owen Anderson
2008-05-16
1
-1
/
+1
*
Use loop deletion instead of ADCE in these tests.
Owen Anderson
2008-05-16
2
-2
/
+2
*
Use loop deletion instead of ADCE for removing loops.
Owen Anderson
2008-05-16
4
-4
/
+4
*
implement PR2328.
Chris Lattner
2008-05-16
1
-2
/
+12
*
Situations can arise when you have a function called that returns a 'void', but
Bill Wendling
2008-05-14
2
-2
/
+28
*
Simplify internalize pass. Add test case.
Devang Patel
2008-05-14
3
-0
/
+32
*
Fix for PR 2323, infinite loop in tail dup.
Dale Johannesen
2008-05-13
1
-0
/
+26
*
Add a testcase for non-local CSE of read-only calls.
Owen Anderson
2008-05-13
1
-0
/
+49
*
Testcase for PR2303.
Duncan Sands
2008-05-10
1
-0
/
+33
*
Implement PR2298. This transforms:
Chris Lattner
2008-05-09
2
-0
/
+20
*
More than just loads can read from memory: readonly calls like strlen
Chris Lattner
2008-05-08
1
-0
/
+28
*
Make instcombine's DSE respect loads as well as stores. It is not safe to
Chris Lattner
2008-05-08
1
-0
/
+25
*
Fix a bug in the ComputeMaskedBits logic for multiply.
Dan Gohman
2008-05-07
1
-0
/
+10
*
Testcase for r50770.
Owen Anderson
2008-05-06
1
-0
/
+109
*
Correct the value of LowBits in srem and urem handling in
Dan Gohman
2008-05-06
1
-0
/
+9
*
Fix a crash when threading a block that includes a MRV call result.
Chris Lattner
2008-05-05
1
-0
/
+25
*
Fix a mistake in the computation of leading zeros for udiv.
Dan Gohman
2008-05-02
2
-0
/
+39
*
strength reduce exp2 into ldexp, rdar://5852514
Chris Lattner
2008-05-02
1
-0
/
+38
*
Update old-style syntax in some "not grep" tests.
Dan Gohman
2008-05-01
14
-14
/
+14
*
New test for bug fixed in 50545.
Dale Johannesen
2008-05-01
1
-0
/
+26
*
Fix an overaggressive SimplifyDemandedBits optimization on urem. This
Dan Gohman
2008-05-01
1
-0
/
+32
[next]