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