summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* During branch folding avoid inserting redundant DBG_VALUE machine instructions.Devang Patel2011-05-26
* Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...Galina Kistanova2011-05-26
* Add support for C++ exception handling.Akira Hatanaka2011-05-26
* Fix test on Windows.Eli Friedman2011-05-26
* Add a test for the chained directives that I forgot last time.Charles Davis2011-05-26
* Reverting 132105: it broke some LLVM-GCC DejaGNU tests.Stuart Hastings2011-05-26
* Test .seh_startchained and .seh_endchained parsing.Charles Davis2011-05-26
* Correctly handle a one-word struct passed byval on x86_64.Stuart Hastings2011-05-26
* indvars: incremental fixes for -disable-iv-rewrite and testcases.Andrew Trick2011-05-26
* Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...Eli Friedman2011-05-25
* Define WeakRefDirective.Akira Hatanaka2011-05-25
* PR9998: ashr exact %x, 31 is not equivalent to sdiv exact %x, -2147483648.Eli Friedman2011-05-25
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-25
* Implement the 'm' modifier. Note that it only works for memory operands.Eric Christopher2011-05-25
* Custom-lower FCOPYSIGN nodes.Akira Hatanaka2011-05-25
* Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis2011-05-25
* Make tTAILJMPr/tTAILJMPrND emit a tBX without a preceding MOV of PC to LR. ThisCameron Zwarich2011-05-25
* indvars: fixed IV cloning in -disable-iv-rewrite mode with associatedAndrew Trick2011-05-25
* Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis2011-05-25
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Fix lowering of DYNAMIC_STACKALLOC nodes.Akira Hatanaka2011-05-25
* Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis2011-05-25
* Fix PR9762Bruno Cardoso Lopes2011-05-25
* Implement the arm 'L' asm modifier.Eric Christopher2011-05-24
* Implement the immediate part of the 'B' modifier.Eric Christopher2011-05-24
* Add support for the arm 'y' asm modifier.Eric Christopher2011-05-24
* Test case for r132003.Akira Hatanaka2011-05-24
* Test basic SEH directive-parsing functionality. Fix a latent bug exposed byCharles Davis2011-05-24
* Fix test case.Akira Hatanaka2011-05-24
* Revision 131986 test case.Akira Hatanaka2011-05-24
* Fix "make check" in Release by removing debug-only options from an 'opt' invo...Cameron Zwarich2011-05-24
* Make DecomposeGEPExpression check SimplifyInstruction onlyDan Gohman2011-05-24
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-24
* Fix the defaults for .eh_frame. We were marking it as writable.Rafael Espindola2011-05-24
* - Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c isEvan Cheng2011-05-24
* FileCheck-ize a couple of IV unit tests.Andrew Trick2011-05-24
* Test case for r130799 - indvars: Added canExpandBackEdgeTakenCount.Andrew Trick2011-05-24
* Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.Akira Hatanaka2011-05-23
* When checking for signed multiplication overflow, watch out for INT_MIN and -1.Dan Gohman2011-05-23
* Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka2011-05-23
* Test case for r131908.Devang Patel2011-05-23
* While replacing all uses of a SDValue with another value, do not forget to tr...Devang Patel2011-05-23
* fix a really nasty basicaa mod/ref calculation bug that was causing miscompil...Chris Lattner2011-05-23
* Fix <rdar://problem/9476260> by having tail calls always generate 32-bit bran...Cameron Zwarich2011-05-23
* Transform any logical shift of a power of two into an exact/NUW shift whenChris Lattner2011-05-23
* Teach valuetracking that byval arguments with a specified alignment areChris Lattner2011-05-23
* add test from PR9164Chris Lattner2011-05-22
* testcase for PR9378Chris Lattner2011-05-22
* implement PR9315, constant folding exp2 in terms of pow (since hosts withoutChris Lattner2011-05-22
* RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ...Renato Golin2011-05-22