aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Only trim a live interval if the register is not used after the PHI node.Owen Anderson2008-08-061-2/+5
* Only remap each VNInfo once when doing renumbering.Owen Anderson2008-08-061-13/+15
* Re-introduce the 8-bit subreg zext-inreg patterns for x86-32,Dan Gohman2008-08-062-6/+10
* Fix a shufflevector instcombine that was emitting invalid masks indicesDan Gohman2008-08-061-3/+5
* Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is ...Evan Cheng2008-08-061-2/+2
* xchg does not modify FLAGS.Dan Gohman2008-08-062-2/+3
* optimize a common idiom generated by clang for bitfield access, PR2638.Chris Lattner2008-08-061-1/+31
* Added support for fp callee saved registers.Bruno Cardoso Lopes2008-08-066-152/+225
* Zap sitofp/fptoui pairs. In all cases when the sign difference Chris Lattner2008-08-061-16/+30
* Reinstate this optimization, but without the miscompile. Thanks to Bill forNick Lewycky2008-08-061-0/+15
* Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-stringDan Gohman2008-08-051-1/+1
* Pass the computed iteration count value to RewriteLoopExitValuesDan Gohman2008-08-051-4/+4
* Fix breakage on ARM/2008-04-10-ScavengerAssert.ll.Owen Anderson2008-08-051-1/+2
* Fix PR2620: Fix X86cmppd selection code so it expects operands to be v2f64.Evan Cheng2008-08-052-4/+5
* Fix PR2596: out of bound reference.Evan Cheng2008-08-051-3/+8
* Correctly handle replacement and removal of PHIs with one incoming register.Owen Anderson2008-08-051-1/+7
* Revert r53282. This was causing a miscompile on Linux. Also, the transformationBill Wendling2008-08-051-16/+0
* Oops, we were already checking for dead phis. Handle this the proper way, then.Owen Anderson2008-08-051-22/+19
* We don't need to update live intervals for dead PHIs.Owen Anderson2008-08-051-29/+32
* Remove the -disable-correct-folding option, which was ugly and is no longer n...Owen Anderson2008-08-051-7/+2
* Fix the AsmWriter to not print extra spaces after parameter attributes.Dan Gohman2008-08-053-5/+7
* Trim #includes.Dan Gohman2008-08-055-6/+2
* Fix several const-correctness issues, resolving some -Wcast-qual warnings.Dan Gohman2008-08-054-16/+17
* Remove #if 0.Evan Cheng2008-08-051-5/+0
* Fix PR2568: Fix bug that cause redudant kill marker after its live interval h...Evan Cheng2008-08-051-1/+3
* Remove unneeded iteration. Thanks to Dan for the feedback.Owen Anderson2008-08-051-16/+2
* This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson2008-08-052-6/+3
* - Fix SelectionDAG to generate correct CFGs.Owen Anderson2008-08-044-7/+117
* PR2621: Improvements to the SCEV AddRec binomial expansion. This Eli Friedman2008-08-041-84/+111
* Fix SDISel lowering of PHI nodes to use ComputeValueVTs.Dan Gohman2008-08-041-9/+20
* Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs.Dan Gohman2008-08-041-24/+8
* Add an assert to catch invalid VECTOR_SHUFFLE mask indices.Dan Gohman2008-08-041-0/+1
* Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, theyBruno Cardoso Lopes2008-08-042-40/+9
* Handle i32->f32 bitconvert results.Bruno Cardoso Lopes2008-08-042-1/+6
* Add atomic sub for other sizesAndrew Lenharth2008-08-031-1/+2
* Emit saveri with the correct operand order, patch by Richard Pennington!Chris Lattner2008-08-031-1/+1
* Fix PR2615Bruno Cardoso Lopes2008-08-031-1/+7
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-025-23/+77
* Apply the same pattern used in 'and' lowering for 'or'Bruno Cardoso Lopes2008-08-022-8/+10
* Fix comment typos.Duncan Sands2008-08-012-3/+3
* Expand fcopysignBruno Cardoso Lopes2008-07-311-0/+1
* Handle more SELECT corner cases considering legalize types, probabily wont wo...Bruno Cardoso Lopes2008-07-312-31/+48
* Add a flag to disable jump table generation (allDale Johannesen2008-07-314-3/+14
* Improve dagcombining for sext-loads and sext-in-reg nodes.Dan Gohman2008-07-311-9/+21
* Added pattern for floating point zero immediate (avoiding a constant poolBruno Cardoso Lopes2008-07-302-3/+16
* Move SelectionDAG::viewGraph() out of line; as an inline functionDan Gohman2008-07-301-0/+5
* Don't look for leaf values to store when lowering stores ofDan Gohman2008-07-301-2/+6
* Use existing LiveInterval methods to simplify live interval merging. Thanks ...Owen Anderson2008-07-301-31/+32
* Reapply r54147 with a constraint to only use the 8-bitDan Gohman2008-07-302-25/+61
* Value numbers whose def index is a special sentinel value should not be remap...Owen Anderson2008-07-301-11/+13