aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make size computation less brittle.Rafael Espindola2011-05-275-5/+21
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-271-0/+37
* Typo is test caseChad Rosier2011-05-271-2/+2
* Make room for register allocation to improve.Jakob Stoklund Olesen2011-05-271-1/+1
* Don't use movw / movt for iOS static codegen for now to workaround some tools...Evan Cheng2011-05-271-4/+4
* Delete a test that is no longer relevant.Jakob Stoklund Olesen2011-05-271-52/+0
* CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier2011-05-272-0/+16
* Add iOS testEvan Cheng2011-05-271-10/+29
* Fix the inliner to maintain the current de facto invoke semantics:John McCall2011-05-271-0/+103
* And fix the test in r132194.Eli Friedman2011-05-271-1/+1
* Fix a silly mistake (which trips over an assertion) in r132099. rdar://9515076Eli Friedman2011-05-271-0/+9
* Select DW_AT_const_value size based on variable size.Devang Patel2011-05-271-0/+29
* Assorted fixes for Win64 EH unwind info emission:Charles Davis2011-05-271-4/+13
* InstCombine: Make switch folding with equality compares more aggressive by tr...Benjamin Kramer2011-05-271-0/+40
* Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.Cameron Zwarich2011-05-271-0/+53
* Add a test for Win64 EH unwind information emission.Charles Davis2011-05-271-0/+51
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-263-18/+40
* During branch folding avoid inserting redundant DBG_VALUE machine instructions.Devang Patel2011-05-261-0/+92
* Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...Galina Kistanova2011-05-2615-0/+31
* Add support for C++ exception handling.Akira Hatanaka2011-05-261-8/+8
* Fix test on Windows.Eli Friedman2011-05-261-2/+2
* Add a test for the chained directives that I forgot last time.Charles Davis2011-05-261-0/+3
* Reverting 132105: it broke some LLVM-GCC DejaGNU tests.Stuart Hastings2011-05-261-35/+0
* Test .seh_startchained and .seh_endchained parsing.Charles Davis2011-05-261-0/+3
* Correctly handle a one-word struct passed byval on x86_64.Stuart Hastings2011-05-261-0/+35
* indvars: incremental fixes for -disable-iv-rewrite and testcases.Andrew Trick2011-05-261-1/+66
* Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...Eli Friedman2011-05-252-7/+79
* Define WeakRefDirective.Akira Hatanaka2011-05-251-0/+12
* PR9998: ashr exact %x, 31 is not equivalent to sdiv exact %x, -2147483648.Eli Friedman2011-05-251-0/+16
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-251-0/+14
* Implement the 'm' modifier. Note that it only works for memory operands.Eric Christopher2011-05-251-0/+11
* Custom-lower FCOPYSIGN nodes.Akira Hatanaka2011-05-252-0/+59
* Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis2011-05-251-0/+6
* Make tTAILJMPr/tTAILJMPrND emit a tBX without a preceding MOV of PC to LR. ThisCameron Zwarich2011-05-251-0/+4
* indvars: fixed IV cloning in -disable-iv-rewrite mode with associatedAndrew Trick2011-05-252-0/+216
* Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis2011-05-251-0/+2
* 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