DebugInfo: Provide a new hook to encode relationship between a property and an ivar.
[oota-llvm.git] / test / CodeGen /
2012-02-05 Duncan SandsTestcase for commit 149833 (use of an uninitialized...
2012-02-05 Benjamin KramerTesting vector code without sse doesn't make much sense.
2012-02-05 Chris LattnerAdd a test for the miscompilation my recent ConstantDat...
2012-02-05 Craig TopperRemove most of the intrinsics for XOP VPCMOV instructio...
2012-02-04 Chad Rosier[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
2012-02-03 Chad Rosier[fast-isel] Add support for FPToUI. Also add test...
2012-02-03 Chad Rosier[fast-isel] Add support for selecting UIToFP.
2012-02-03 Nadav RotemThe type-legalizer often scalarizes code. One of the...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-02 Matt Beaumont-GayUnix line endings
2012-02-02 NAKAMURA TakumiMove test/CodeGen/Generic/2012-02-01-CoalescerBug.ll...
2012-02-02 Elena DemikhovskyOptimization for SIGN_EXTEND operation on AVX.
2012-02-02 Lang HamesSet EFLAGS correctly in EmitLoweredSelect on X86.
2012-02-02 Lang HamesPR11868. The previous loop in LiveIntervals::join would...
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-02-01 Mon P WangAvoid creating an extract element to an illegal type...
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-02-01 NAKAMURA Takumitest/CodeGen/X86/avx-minmax.ll: Relax expressions for...
2012-02-01 Elena DemikhovskyPassing AVX 256-bit structures in Win64 was wrong.
2012-02-01 Elena DemikhovskyOptimization for "truncate" operation on AVX.
2012-01-31 Craig TopperRemove pcmpgt/pcmpeq intrinsics as clang is not using...
2012-01-31 Bill WendlingRemove all references to the old EH.
2012-01-30 Chandler CarruthChris's constant data sequence refactoring actually...
2012-01-30 Craig TopperFix pattern for memory form of PSHUFD for use with...
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2012-01-27 Rafael EspindolaRevert r149110 and add a testcase that was crashing...
2012-01-27 Matt Beaumont-GayUnix line endings
2012-01-27 Lang HamesRewrite instruction operands in AdjustCopiesBackFrom...
2012-01-26 Jakob Stoklund OlesenHandle call-clobbered ymm registers on Win64.
2012-01-26 Chad RosierReplace the use of isPredicable() with isPredicated...
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-26 Victor UmanskyFix for the following bug in AVX codegen for double...
2012-01-25 Jakob Stoklund OlesenImprove sub-register def handling in ProcessImplicitDefs.
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-25 Akira HatanakaModify MipsFrameLowering::emitPrologue and emitEpilogue.
2012-01-25 Akira HatanakaLower 64-bit immediates using MipsAnalyzeImmediate...
2012-01-24 Jakob Stoklund OlesenSet correct <def,undef> flags when lowering REG_SEQUENCE.
2012-01-24 Akira HatanakaPattern for f32 to i64 conversion.
2012-01-24 Akira Hatanaka64-bit sign extension in register instructions.
2012-01-24 Elena DemikhovskyZERO_EXTEND operation is optimized for AVX.
2012-01-24 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Jakob Stoklund OlesenFix PR11829. PostRA LICM was too aggressive.
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-22 Anton KorobeynikovAdd fused multiple+add instructions from VFPv4.
2012-01-20 Bob WilsonARM vector any_extends need to be selected to vmovl...
2012-01-20 Jim GrosbachVST2 four-register w/ update pseudos for fixed/register...
2012-01-20 Craig TopperAdd support for selecting 256-bit PALIGNR.
2012-01-20 Eli FriedmanRemove a low-quality test which was failing on Windows...
2012-01-20 Eli FriedmanSupport MSVC x86-32 sret convention. PR11688. Patch...
2012-01-19 Evgeniy StepanovEmit ARM EHABI unwinding instructions for 3 more Thumb...
2012-01-19 Nick LewyckySpace after punctuation.
2012-01-19 Nick LewyckyAdd a TargetOption for disabling tail calls.
2012-01-18 Nadav RotemFix a bug in the type-legalization of vector integers...
2012-01-17 Nadav RotemTransform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) ...
2012-01-17 Nadav RotemFix 11769.
2012-01-16 Hal FinkelAggressiveAntiDepBreaker needs to skip debug values...
2012-01-16 Eli FriedmanMake sure the non-SSE lowering for fences correctly...
2012-01-15 Nadav Rotem[AVX] Optimize x86 VSELECT instructions using SimplifyD...
2012-01-15 Chandler CarruthRelax the FileCheck assertion a bit -- all we really...
2012-01-15 Chandler CarruthFileCheck-ize a test, make it more specific to directly...
2012-01-14 Evan ChengAfter r147827 and r147902, it's now possible for unallo...
2012-01-14 Chad RosierCleanup test case by adding checks for test names.
2012-01-14 Rafael EspindolaAdd a test showing how the Leh_func_endN symbol is...
2012-01-13 NAKAMURA Takumitest/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
2012-01-13 Craig TopperAdd patterns for v16i16 and v32i8 immAllZerosV to selec...
2012-01-13 Evan ChengDAGCombine's logic for forming pre- and post- indexed...
2012-01-12 Elena DemikhovskyFixed a bug in LowerVECTOR_SHUFFLE caused assertion...
2012-01-12 Rafael EspindolaAdd error-reporting tests for platforms that don't...
2012-01-12 Rafael EspindolaSupport segmented stacks on 64-bit FreeBSD.
2012-01-12 Rafael EspindolaSupport segmented stacks on win32.
2012-01-12 Nadav RotemFix a bug in the AVX 256-bit shuffle code in cases...
2012-01-12 Benjamin KramerX86: Generalize the x << (y & const) optimization to...
2012-01-11 Nadav RotemOn AVX, we can load v8i32 at a time. The bug happens...
2012-01-11 Bill WendlingCheck to make sure that the CFString's back store ends...
2012-01-11 Rafael EspindolaSupport segmented stacks on mac.
2012-01-11 Rafael EspindolaSplit segmented stacks tests into tests for static...
2012-01-11 Rafael EspindolaGenerate the segmented stack prologue for fastcc too.
2012-01-11 Chandler CarruthRevert r147945 which disabled an addressing mode transf...
2012-01-11 Rafael EspindolaUse unsigned comparison in segmented stack prologue.
2012-01-11 Rafael EspindolaExplicitly set the scale to 1 on some segstack prologue...
2012-01-11 Jan SjödinAdd XOP Intrinsics and tests
2012-01-11 Nadav RotemFix a bug in the lowering of BUILD_VECTOR for AVX....
2012-01-11 Chandler CarruthDisable the transformation I added in r147936 to see...
2012-01-11 Jakob Stoklund OlesenFix undefined code and reenable test case.
2012-01-11 Chandler CarruthTeach the X86 instruction selection to do some heroic...
2012-01-11 NAKAMURA Takumillvm/test/CodeGen/X86/zext-fold.ll: Relax an expression...
2012-01-11 NAKAMURA Takumillvm/test/CodeGen/X86/sub-with-overflow.ll: Add explici...
2012-01-11 Andrew TrickARM Ld/St Optimizer fix.
2012-01-11 Jakob Stoklund OlesenDisable test that seems to expose an unrelated Linux...
2012-01-11 Jakob Stoklund OlesenDetect when a value is undefined on an edge to a landin...
2012-01-10 Chad RosierAdd test case for r147881.
2012-01-10 Joerg SonnenbergerDefault stack alignment for 32bit x86 should be 4 Bytes...
2012-01-10 Jakob Stoklund OlesenConsider unknown alignment caused by OptimizeThumb2Inst...
2012-01-10 Jim GrosbachARM updating VST2 pseudo-lowering fixed vs. register...
2012-01-10 Nadav RotemFix a bug in the legalization of shuffle vectors. When...
2012-01-10 Craig TopperFix a crash in AVX2 when trying to broadcast a double...
2012-01-10 Evan ChengAllow machine-cse to look across MBB boundary when...
2012-01-09 Chandler CarruthCleanup and FileCheck-ize a test.
2012-01-09 Craig TopperClean up patterns for MOVNT*. Not sure why there were...
next