| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could | Chris Lattner | 2011-04-09 | 1 | -0/+28 |
* | ARM doesn't support byval yet. XFAIL this test until it does. | Stuart Hastings | 2011-04-05 | 1 | -0/+1 |
* | Make this test x86 specific because the ARM backend can't handle it. | Duncan Sands | 2011-02-28 | 1 | -7/+0 |
* | Legalize support for fpextend of vector. PR9309. | Duncan Sands | 2011-02-27 | 1 | -0/+7 |
* | A fix for 9165. | Nadav Rotem | 2011-02-12 | 1 | -0/+32 |
* | fix rdar://8878965, a regression I introduced with the recent | Chris Lattner | 2011-01-18 | 1 | -0/+32 |
* | Add a testcase for PR8582, which mysteriously fixed itself, in case the problem | Duncan Sands | 2011-01-06 | 1 | -0/+15 |
* | Fixes PR8823: add-with-overflow-128.ll | Andrew Trick | 2010-12-23 | 1 | -3/+1 |
* | temporarily disable this: PR8823. | Chris Lattner | 2010-12-20 | 1 | -17/+11 |
* | add a general coverage test for overflow intrinsics. | Chris Lattner | 2010-12-19 | 1 | -0/+220 |
* | Removing the useless test that I added recently. It was meant as an example, ... | Andrew Trick | 2010-11-20 | 1 | -32/+0 |
* | Emacs auto-fill bug. | Andrew Trick | 2010-11-12 | 1 | -1/+2 |
* | Test case for PR8287: SD scheduling time. Fixed in r118904. | Andrew Trick | 2010-11-12 | 1 | -0/+31 |
* | When passing a huge parameter using the byval mechanism, a long | Duncan Sands | 2010-11-04 | 1 | -0/+11 |
* | Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT... | Nate Begeman | 2010-07-27 | 1 | -0/+6 |
* | Fix up -fstack-protector on linux to use the segment | Eric Christopher | 2010-07-06 | 1 | -25/+0 |
* | Move v-binop-widen tests to X86 since they don't work on all platforms | Mon P Wang | 2010-06-22 | 2 | -45/+0 |
* | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola | 2010-06-17 | 1 | -2/+2 |
* | modify so the test doesn't drop an output file in the test source directory. | Jim Grosbach | 2010-06-16 | 1 | -1/+1 |
* | Remove the local register allocator. | Jakob Stoklund Olesen | 2010-06-15 | 1 | -1/+0 |
* | Fixed vector widening of binary instructions that can trap. Patch by Visa Put... | Mon P Wang | 2010-06-15 | 2 | -0/+45 |
* | Implement expansion in type legalization for add/sub with overflow. The | Eli Friedman | 2010-06-03 | 1 | -0/+42 |
* | Enable a bunch more -regalloc=fast tests | Jakob Stoklund Olesen | 2010-05-12 | 1 | -0/+1 |
* | SDDbgValues are apparently not being legalized. Fix a symptom of the problem, | Dan Gohman | 2010-05-07 | 1 | -0/+25 |
* | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands | 2010-05-02 | 3 | -3/+3 |
* | fix PR6332, allowing an index of zero into a zero sized array | Chris Lattner | 2010-04-17 | 1 | -0/+8 |
* | Fix PR4975. Avoid referencing empty vector. | Evan Cheng | 2010-03-29 | 1 | -0/+17 |
* | Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan. | Bob Wilson | 2010-03-24 | 1 | -114/+0 |
* | Fix memory leak in liveintervals: the destructor for VNInfos must be called, | Torok Edwin | 2010-03-24 | 1 | -0/+114 |
* | Fix PR6673: updating the callback should not clear the map. | Chris Lattner | 2010-03-22 | 1 | -0/+23 |
* | Fix liveintervals handling of dbg_value instructions. | Evan Cheng | 2010-03-16 | 1 | -0/+13 |
* | Fix the third (and last known) case of code update problems due | Chris Lattner | 2010-03-16 | 1 | -0/+19 |
* | Implement support for the case when a reference to a addr-of-bb | Chris Lattner | 2010-03-15 | 1 | -0/+39 |
* | don't have i386-specific tests in CodeGen/Generic, PR6601. | Chris Lattner | 2010-03-14 | 22 | -419/+0 |
* | stop using anders-aa | Chris Lattner | 2010-03-01 | 1 | -1/+1 |
* | Remove this generic debug info intrinsic test. LLVM does not use this llvm.db... | Devang Patel | 2010-03-01 | 1 | -19/+0 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
* | move tests that depend on the x86 backend out of codegen/generic, | Chris Lattner | 2010-02-09 | 10 | -379/+1 |
* | make target independent. | Chris Lattner | 2010-02-09 | 1 | -1/+0 |
* | merge a target-specific add test into x86 directory. | Chris Lattner | 2010-02-09 | 1 | -10/+0 |
* | merge two tests, make target independent. | Chris Lattner | 2010-02-09 | 2 | -56/+40 |
* | just remove this test, it is not reduced, is not clear what its testing for and | Chris Lattner | 2010-01-24 | 1 | -2870/+0 |
* | remove this test. | Chris Lattner | 2010-01-23 | 1 | -14/+0 |
* | Fix test. | Evan Cheng | 2010-01-23 | 1 | -1/+1 |
* | APInt'fy TargetLowering::SimplifySetCC to fix PR5963. | Evan Cheng | 2010-01-07 | 1 | -0/+16 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | While this test is testing a problem in the generic part of codegen, | Duncan Sands | 2009-11-27 | 1 | -37/+0 |
* | Convert test to FileCheck. | Benjamin Kramer | 2009-11-22 | 1 | -2/+6 |
* | Don't leave temporary files in the test directory. | Jakob Stoklund Olesen | 2009-11-21 | 1 | -2/+2 |
* | Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), | Duncan Sands | 2009-11-20 | 1 | -0/+37 |