aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-251-3/+3
* Fix lowering of DYNAMIC_STACKALLOC nodes.Akira Hatanaka2011-05-251-0/+31
* Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis2011-05-251-4/+6
* Fix PR9762Bruno Cardoso Lopes2011-05-251-0/+3
* Implement the arm 'L' asm modifier.Eric Christopher2011-05-241-0/+8
* Implement the immediate part of the 'B' modifier.Eric Christopher2011-05-241-1/+9
* Add support for the arm 'y' asm modifier.Eric Christopher2011-05-241-0/+15
* Test case for r132003.Akira Hatanaka2011-05-241-0/+23
* Test basic SEH directive-parsing functionality. Fix a latent bug exposed byCharles Davis2011-05-241-0/+18
* Fix test case.Akira Hatanaka2011-05-241-3/+3
* Revision 131986 test case.Akira Hatanaka2011-05-241-0/+136
* Fix "make check" in Release by removing debug-only options from an 'opt' invo...Cameron Zwarich2011-05-241-2/+2
* Make DecomposeGEPExpression check SimplifyInstruction onlyDan Gohman2011-05-241-0/+25
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-242-0/+62
* Fix the defaults for .eh_frame. We were marking it as writable.Rafael Espindola2011-05-241-0/+5
* - Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c isEvan Cheng2011-05-241-0/+15
* FileCheck-ize a couple of IV unit tests.Andrew Trick2011-05-242-7/+13
* Test case for r130799 - indvars: Added canExpandBackEdgeTakenCount.Andrew Trick2011-05-241-1/+5
* Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.Akira Hatanaka2011-05-231-0/+8
* When checking for signed multiplication overflow, watch out for INT_MIN and -1.Dan Gohman2011-05-231-0/+18
* Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka2011-05-231-40/+34
* Test case for r131908.Devang Patel2011-05-231-0/+102
* While replacing all uses of a SDValue with another value, do not forget to tr...Devang Patel2011-05-231-0/+48
* fix a really nasty basicaa mod/ref calculation bug that was causing miscompil...Chris Lattner2011-05-231-0/+17
* Fix <rdar://problem/9476260> by having tail calls always generate 32-bit bran...Cameron Zwarich2011-05-231-5/+8
* Transform any logical shift of a power of two into an exact/NUW shift whenChris Lattner2011-05-231-0/+21
* Teach valuetracking that byval arguments with a specified alignment areChris Lattner2011-05-231-0/+20
* add test from PR9164Chris Lattner2011-05-221-0/+6
* testcase for PR9378Chris Lattner2011-05-221-0/+6
* implement PR9315, constant folding exp2 in terms of pow (since hosts withoutChris Lattner2011-05-221-1/+6
* RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ...Renato Golin2011-05-221-4/+20
* Carve out a place in instcombine to put transformations which work knowing th...Chris Lattner2011-05-221-0/+14
* Fix Bug 9386 - ARM disassembler failed to disassemble conditional bxJohnny Chen2011-05-221-0/+3
* Fix PR9815: I was trying to get out of "generating code and thenChris Lattner2011-05-221-0/+37
* Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel2011-05-221-0/+52
* I missed a checking with my GVN change. Chris Lattner2011-05-221-2/+2
* fix PR9856, an incorrectly conservative assertion: a global can beChris Lattner2011-05-221-0/+14
* fix PR9841 by having GVN not process dead loads. This wasChris Lattner2011-05-221-0/+12
* remove a trivial test, make some other tests less trivial.Chris Lattner2011-05-224-14/+11
* make this test less trivial.Chris Lattner2011-05-221-4/+6
* Commit test change, forgotten as part of r131838.Nick Lewycky2011-05-221-1/+1
* Teach the inliner to emit llvm.lifetime.start/end, to scope the local variablesNick Lewycky2011-05-221-0/+78
* Fix grammar in test.Nick Lewycky2011-05-221-1/+1
* Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.Duncan Sands2011-05-212-132/+1
* Implement mulo x, 2 -> addo x, x in DAGCombiner.Benjamin Kramer2011-05-211-0/+24
* Merge and FileCheckize test cases.Benjamin Kramer2011-05-213-45/+48
* Revert "InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.o...Benjamin Kramer2011-05-211-21/+0
* InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.overflow(...Benjamin Kramer2011-05-211-0/+21
* When BasicAA can determine that two pointers have the same base butDan Gohman2011-05-212-1/+132
* Add fast-isel support for byval calls on x86.Eli Friedman2011-05-201-3/+19