summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Avoid creating an extract element to an illegal type after LegalizeTypes has ...Mon P Wang2012-02-01
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-01
* test/CodeGen/X86/avx-minmax.ll: Relax expressions for Win32 targets. YMM argu...NAKAMURA Takumi2012-02-01
* Passing AVX 256-bit structures in Win64 was wrong.Elena Demikhovsky2012-02-01
* Optimization for "truncate" operation on AVX.Elena Demikhovsky2012-02-01
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-31
* Remove all references to the old EH.Bill Wendling2012-01-31
* Chris's constant data sequence refactoring actually enabled printingChandler Carruth2012-01-30
* Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...Craig Topper2012-01-30
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-27
* Revert r149110 and add a testcase that was crashing since that revision.Rafael Espindola2012-01-27
* Unix line endingsMatt Beaumont-Gay2012-01-27
* Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.Lang Hames2012-01-27
* Handle call-clobbered ymm registers on Win64.Jakob Stoklund Olesen2012-01-26
* Replace the use of isPredicable() with isPredicated() inChad Rosier2012-01-26
* Clear kill flags before propagating a copy.Jakob Stoklund Olesen2012-01-26
* Fix for the following bug in AVX codegen for double-to-int conversions:Victor Umansky2012-01-26
* Improve sub-register def handling in ProcessImplicitDefs.Jakob Stoklund Olesen2012-01-25
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-25
* Modify MipsFrameLowering::emitPrologue and emitEpilogue.Akira Hatanaka2012-01-25
* Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added. Akira Hatanaka2012-01-25
* Set correct <def,undef> flags when lowering REG_SEQUENCE.Jakob Stoklund Olesen2012-01-24
* Pattern for f32 to i64 conversion.Akira Hatanaka2012-01-24
* 64-bit sign extension in register instructions.Akira Hatanaka2012-01-24
* ZERO_EXTEND operation is optimized for AVX.Elena Demikhovsky2012-01-24
* An option to selectively enable part of ARM EHABI support.Evgeniy Stepanov2012-01-24
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-24
* Fix PR11829. PostRA LICM was too aggressive.Jakob Stoklund Olesen2012-01-23
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-23
* Add fused multiple+add instructions from VFPv4.Anton Korobeynikov2012-01-22
* ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>Bob Wilson2012-01-20
* VST2 four-register w/ update pseudos for fixed/register update.Jim Grosbach2012-01-20
* Add support for selecting 256-bit PALIGNR.Craig Topper2012-01-20
* Remove a low-quality test which was failing on Windows; test/CodeGen/X86/sret...Eli Friedman2012-01-20
* Support MSVC x86-32 sret convention. PR11688. Patch by Joe Groff.Eli Friedman2012-01-20
* Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.Evgeniy Stepanov2012-01-19
* Space after punctuation.Nick Lewycky2012-01-19
* Add a TargetOption for disabling tail calls.Nick Lewycky2012-01-19
* Fix a bug in the type-legalization of vector integers. When we bitcast one ve...Nadav Rotem2012-01-18
* Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.Nadav Rotem2012-01-17
* Fix 11769.Nadav Rotem2012-01-17
* AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...Hal Finkel2012-01-16
* Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.Eli Friedman2012-01-16
* [AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.Nadav Rotem2012-01-15
* Relax the FileCheck assertion a bit -- all we really care about is thatChandler Carruth2012-01-15
* FileCheck-ize a test, make it more specific to directly test the shiftChandler Carruth2012-01-15
* After r147827 and r147902, it's now possible for unallocatable registers to beEvan Cheng2012-01-14
* Cleanup test case by adding checks for test names.Chad Rosier2012-01-14
* Add a test showing how the Leh_func_endN symbol is used.Rafael Espindola2012-01-14
* test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.NAKAMURA Takumi2012-01-13