aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAgeFilesLines
* Added a testcase for PR10220.Lang Hames2011-07-071-0/+15
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-061-0/+223
* Handle debug info for i128 constants.Devang Patel2011-06-241-25/+0
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-183-176/+6
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-172-8/+2
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-171-6/+6
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-28/+0
* Rename the test. Thanks Cameron! Use shorter/generic names.Anna Zaks2011-06-161-12/+12
* Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks2011-06-161-0/+81
* Move the legalizer tests to the X86 directory because the test uses the x86Nadav Rotem2011-06-071-91/+0
* Add methods to support the integer-promotion of vector types. Methods toNadav Rotem2011-06-061-1/+72
* TypeLegalizer: Add support for passing of vector-promoted types in registers ...Nadav Rotem2011-06-041-0/+20
* This patch is another step in the direction of adding vector select. In thisNadav Rotem2011-06-011-0/+15
* Move test for appropriate directory.Galina Kistanova2011-05-171-32/+0
* Make codegen able to handle values of empty types. This is one wayRafael Espindola2011-05-131-0/+81
* Un-XFAIL this test for ARM. <rdar://problem/7662569>Stuart Hastings2011-04-201-1/+0
* Fix a bug where RecursivelyDeleteTriviallyDeadInstructions couldChris Lattner2011-04-091-0/+28
* ARM doesn't support byval yet. XFAIL this test until it does.Stuart Hastings2011-04-051-0/+1
* Make this test x86 specific because the ARM backend can't handle it.Duncan Sands2011-02-281-7/+0
* Legalize support for fpextend of vector. PR9309.Duncan Sands2011-02-271-0/+7
* A fix for 9165.Nadav Rotem2011-02-121-0/+32
* fix rdar://8878965, a regression I introduced with the recentChris Lattner2011-01-181-0/+32
* Add a testcase for PR8582, which mysteriously fixed itself, in case the problemDuncan Sands2011-01-061-0/+15
* Fixes PR8823: add-with-overflow-128.llAndrew Trick2010-12-231-3/+1
* temporarily disable this: PR8823.Chris Lattner2010-12-201-17/+11
* add a general coverage test for overflow intrinsics.Chris Lattner2010-12-191-0/+220
* Removing the useless test that I added recently. It was meant as an example, ...Andrew Trick2010-11-201-32/+0
* Emacs auto-fill bug.Andrew Trick2010-11-121-1/+2
* Test case for PR8287: SD scheduling time. Fixed in r118904.Andrew Trick2010-11-121-0/+31
* When passing a huge parameter using the byval mechanism, a longDuncan Sands2010-11-041-0/+11
* Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...Nate Begeman2010-07-271-0/+6
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-061-25/+0
* Move v-binop-widen tests to X86 since they don't work on all platformsMon P Wang2010-06-222-45/+0
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-2/+2
* modify so the test doesn't drop an output file in the test source directory.Jim Grosbach2010-06-161-1/+1
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-151-1/+0
* Fixed vector widening of binary instructions that can trap. Patch by Visa Put...Mon P Wang2010-06-152-0/+45
* Implement expansion in type legalization for add/sub with overflow. TheEli Friedman2010-06-031-0/+42
* Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen2010-05-121-0/+1
* SDDbgValues are apparently not being legalized. Fix a symptom of the problem,Dan Gohman2010-05-071-0/+25
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-023-3/+3
* fix PR6332, allowing an index of zero into a zero sized array Chris Lattner2010-04-171-0/+8
* Fix PR4975. Avoid referencing empty vector.Evan Cheng2010-03-291-0/+17
* Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan.Bob Wilson2010-03-241-114/+0
* Fix memory leak in liveintervals: the destructor for VNInfos must be called,Torok Edwin2010-03-241-0/+114
* Fix PR6673: updating the callback should not clear the map.Chris Lattner2010-03-221-0/+23
* Fix liveintervals handling of dbg_value instructions.Evan Cheng2010-03-161-0/+13
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-161-0/+19
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-151-0/+39
* don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner2010-03-1422-419/+0