aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-02-04DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel
2011-02-03SimplifyCFG: Also transform switches that represent a range comparison but ar...Benjamin Kramer
2011-02-03Add XCore intrinsics for resource instructions.Richard Osborne
2011-02-03Improve threading of comparisons over select instructions (spotted by myDuncan Sands
2011-02-03test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, ...NAKAMURA Takumi
2011-02-03Add -march to fix the bots.Rafael Espindola
2011-02-03Fix PR9127 by reversing the operands even if they have more then one use.Rafael Espindola
2011-02-02Reenable the transform "(X*Y)/Y->X" when the multiplication is known not toDuncan Sands
2011-02-02SimplifyCFG: Turn switches into sub+icmp+branch if possible.Benjamin Kramer
2011-02-02Add support for trampolines on the XCore.Richard Osborne
2011-02-02Fix reassociate to clear optional flags, such as nsw.Dan Gohman
2011-02-02Given a pair of floating point load and store, if there are no other uses ofEvan Cheng
2011-02-01Have m_One also match constant vectors for which every element is 1.Duncan Sands
2011-02-01Correctly merge available_externally and regular definitions when they haveRafael Espindola
2011-02-01Fix test for non-darwin targets.Evan Cheng
2011-02-01Remove stale test that has never worked, afaik.Devang Patel
2011-01-31Keep track of incoming argument's location while emitting LiveIns.Devang Patel
2011-01-31Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.Richard Osborne
2011-01-30Recognize and simplifyAnders Carlsson
2011-01-30Commit 124487 broke 254.gap. See if disabling the part that might be triggeredDuncan Sands
2011-01-30Transform (X/Y)*Y into X if the division is exact. Instcombine already knows...Duncan Sands
2011-01-30Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...Benjamin Kramer
2011-01-29Add the select optimization recently added to instcombine to constant folding.Nick Lewycky
2011-01-29Move InstCombine's knowledge of fdiv to SimplifyInstruction().Frits van Bommel
2011-01-29Fix typo: should have been testing that X was odd, not V.Duncan Sands
2011-01-29Add a test for TCE return duplication.Evan Cheng
2011-01-29Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng
2011-01-29Revert r124518. It broke Linux self-host.Evan Cheng
2011-01-29Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng
2011-01-28PR9030: Fix disassembly of ARM "mov pc, lr" instruction.Bob Wilson
2011-01-28My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPECDuncan Sands
2011-01-28Add support for parsing .floatRoman Divacky
2011-01-28Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng
2011-01-28Clean up the tests a little, make sure we match an instruction in the rightNick Lewycky
2011-01-28Add a triple.Rafael Espindola
2011-01-28Fold select + select where both selects are on the same condition.Nick Lewycky
2011-01-28Print the visibility of declarations.Rafael Espindola
2011-01-28PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!Nico Weber
2011-01-28- Stop simplifycfg from duplicating "ret" instructions into unconditionalEvan Cheng
2011-01-27Fix PLD encoding.Evan Cheng
2011-01-27Add support for specifying register name in cfi-register/offset/defRoman Divacky
2011-01-27Fix surprising missed optimization in mergefunc where we forgot to considerNick Lewycky
2011-01-27Add a testcase for my last checkin.Eric Christopher
2011-01-26Add encoding testcases for ARM vcvtr variationsBruno Cardoso Lopes
2011-01-26fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes
2011-01-26Fix PR9039, a use-after-free in reassociate. The issue was that theDuncan Sands
2011-01-26Target/X86: Tweak win64's tailcall.NAKAMURA Takumi
2011-01-26Fix whitespace.NAKAMURA Takumi
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-25Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...Devang Patel