Post process 'xor', 'or' and 'cmp' instructions and select better encoding, if available.
[oota-llvm.git] / test /
2012-01-19 Devang PatelPost process 'xor', 'or' and 'cmp' instructions and...
2012-01-19 Evgeniy StepanovEmit ARM EHABI unwinding instructions for 3 more Thumb...
2012-01-19 Jim GrosbachAdd testcase.
2012-01-19 Nick LewyckySpace after punctuation.
2012-01-19 Nick LewyckyAdd a TargetOption for disabling tail calls.
2012-01-18 Jim GrosbachThumb2 alternate syntax for LDR(literal) and friends.
2012-01-18 Devang PatelProcess instructions after match to select alternative...
2012-01-18 Jim GrosbachThumb2 relaxation for LDR(literal).
2012-01-18 Dan GohmanUse llvm.global_ctors to locate global constructors...
2012-01-18 Nadav RotemFix a bug in the type-legalization of vector integers...
2012-01-17 Andrew TrickTest case rename
2012-01-17 Jim GrosbachMC tweak symbol difference resolution for non-local...
2012-01-17 Jim GrosbachTidy up.
2012-01-17 Devang PatelIntel syntax: Fix parser match class to check memory...
2012-01-17 Nadav RotemTransform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) ...
2012-01-17 Devang PatelIntel syntax: Parse "BYTE PTR [RDX + RCX]"
2012-01-17 Dan GohmanAdd a new ObjC ARC optimization pass to eliminate unneeded
2012-01-17 Devang PatelIntel syntax: Do not unncessarily create plus expressio...
2012-01-17 Devang PatelIntel syntax: Ignore mnemonic aliases.
2012-01-17 Eli BenderskyRemove "XFAIL: arm" from test/ExecutionEngine/test...
2012-01-17 Devang PatelIntel syntax: Robustify memory operand parsing.
2012-01-17 Eli BenderskyAdditional ExecutionEngine tests, as part of bringing...
2012-01-17 Nadav RotemFix 11769.
2012-01-17 Andrew TrickLSR fix: broaden the check for loop preheaders.
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-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
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 Andrew TrickFix a corner case hit by redundant phi elimination...
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 Devang PatelAdd new test.
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-13 Dan GohmanImplement proper ObjC ARC objc_retainBlock "escape...
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 Devang PatelRemove test case, as Chris suggested.
2012-01-12 Devang PatelAdd test case to check intel syntax parsing.
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 Kevin EnderbyThe error check for using -g with a .s file already...
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 Duncan SandsDon't try to create a GEP when the pointee type is...
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 Stepan DyatkovskiyImproved compile time:
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 Rafael EspindolaAdd big endian mips support. Based on a patch by Jack...
2012-01-11 Rafael EspindolaAdd the skeleton of an asm parser for mips.
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-11 Bill WendlingIf the global variable is removed by the linker, then...
2012-01-11 Eric ChristopherDon't avoid recursing for pointer types, just reference...
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 Kevin EnderbyVarious crash reporting tools have a problem with the...
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-10 Andrew TrickEnable LSR IV Chains with sufficient heuristics.
2012-01-09 Andrew TrickAdding IV chain generation to LSR.
2012-01-09 Benjamin KramerInstCombine: Teach foldLogOpOfMaskedICmpsHelper that...
2012-01-09 Chandler CarruthCleanup and FileCheck-ize a test.
2012-01-09 Craig TopperClean up patterns for MOVNT*. Not sure why there were...
2012-01-09 Rafael EspindolaDon't print an unused label before .cfi_endproc.
2012-01-09 Craig TopperDon't disable MMX support when AVX is enabled. Fix...
2012-01-08 Benjamin KramerTweak my last commit to be less conservative about...
2012-01-08 Benjamin KramerInstCombine: If we have a bit test and a sign test...
2012-01-08 Victor UmanskyReverted commit #147601 upon Evan's request.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
2012-01-07 Jakob Stoklund OlesenUse getRegForValue() to materialize the address of...
2012-01-07 Andrew TrickLSR: Don't optimize loops if an outer loop has no prehe...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...
2012-01-07 Jakob Stoklund OlesenUse movw+movt in ARMFastISel::ARMMaterializeGV.
2012-01-07 Andrew TrickExtended replaceCongruentPhis to handle mixed phi types.
2012-01-07 Eric ChristopherMake the 'x' constraint work for AVX registers as well.
2012-01-07 Andrew Trickcomment typo
2012-01-06 Jakob Stoklund OlesenEnable aligned NEON spilling by default.
next