summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkageJason W Kim2011-02-07
* Rework some .ARM.attribute work for improved gcc compatibility.Jason W Kim2011-02-07
* teach instsimplify to transform (X / Y) * Y to XChris Lattner2011-02-06
* rename test.Chris Lattner2011-02-06
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-06
* When loading from a constant, fold inttoptr if the integer type and the resul...Anders Carlsson2011-02-06
* Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...NAKAMURA Takumi2011-02-05
* Move a test that ended up in the wrong place.Bob Wilson2011-02-05
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-04
* Mark that the return is using EAX so that we don't use it for some otherNick Lewycky2011-02-04
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-04
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-04
* DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel2011-02-04
* SimplifyCFG: Also transform switches that represent a range comparison but ar...Benjamin Kramer2011-02-03
* Add XCore intrinsics for resource instructions.Richard Osborne2011-02-03
* Improve threading of comparisons over select instructions (spotted by myDuncan Sands2011-02-03
* test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, ...NAKAMURA Takumi2011-02-03
* Add -march to fix the bots.Rafael Espindola2011-02-03
* Fix PR9127 by reversing the operands even if they have more then one use.Rafael Espindola2011-02-03
* Reenable the transform "(X*Y)/Y->X" when the multiplication is known not toDuncan Sands2011-02-02
* SimplifyCFG: Turn switches into sub+icmp+branch if possible.Benjamin Kramer2011-02-02
* Add support for trampolines on the XCore.Richard Osborne2011-02-02
* Fix reassociate to clear optional flags, such as nsw.Dan Gohman2011-02-02
* Given a pair of floating point load and store, if there are no other uses ofEvan Cheng2011-02-02
* Have m_One also match constant vectors for which every element is 1.Duncan Sands2011-02-01
* Correctly merge available_externally and regular definitions when they haveRafael Espindola2011-02-01
* Fix test for non-darwin targets.Evan Cheng2011-02-01
* Remove stale test that has never worked, afaik.Devang Patel2011-02-01
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-31
* Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.Richard Osborne2011-01-31
* Recognize and simplifyAnders Carlsson2011-01-30
* Commit 124487 broke 254.gap. See if disabling the part that might be triggeredDuncan Sands2011-01-30
* Transform (X/Y)*Y into X if the division is exact. Instcombine already knows...Duncan Sands2011-01-30
* Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...Benjamin Kramer2011-01-30
* Add the select optimization recently added to instcombine to constant folding.Nick Lewycky2011-01-29
* Move InstCombine's knowledge of fdiv to SimplifyInstruction().Frits van Bommel2011-01-29
* Fix typo: should have been testing that X was odd, not V.Duncan Sands2011-01-29
* Add a test for TCE return duplication.Evan Cheng2011-01-29
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-29
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-29
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-29
* PR9030: Fix disassembly of ARM "mov pc, lr" instruction.Bob Wilson2011-01-28
* My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPECDuncan Sands2011-01-28
* Add support for parsing .floatRoman Divacky2011-01-28
* Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng2011-01-28
* Clean up the tests a little, make sure we match an instruction in the rightNick Lewycky2011-01-28
* Add a triple.Rafael Espindola2011-01-28
* Fold select + select where both selects are on the same condition.Nick Lewycky2011-01-28
* Print the visibility of declarations.Rafael Espindola2011-01-28
* PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!Nico Weber2011-01-28