Various crash reporting tools have a problem with the dwarf generated for
[oota-llvm.git] / test /
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.
2012-01-05 Dan GohmanFix SpeculativelyExecuteBB to either speculate all...
2012-01-05 Eli FriedmanPR11705, part 2: globalopt shouldn't put inttoptr/ptrto...
2012-01-05 Rafael EspindolaLink symbols with different visibilities according...
2012-01-05 Dan GohmanRevert r56315. When the instruction to speculate is...
2012-01-05 Chandler CarruthPrevent a DAGCombine from firing where there are two...
2012-01-05 Chandler CarruthCleanup and FileCheck-ize a test.
2012-01-05 Victor UmanskyPeephole optimization of ptest-conditioned branch in...
2012-01-05 Benjamin KramerFileCheck hygiene.
2012-01-05 Jakob Stoklund OlesenReapply r146997, "Heed spill slot alignment on ARM."
2012-01-04 Nick LewyckyTeach instcombine all sorts of great stuff about shifts...
2012-01-04 NAKAMURA Takumitest/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro...
2012-01-04 Akira HatanakaHave getRegForInlineAsmConstraint return the correct...
2012-01-04 Evan ChengFix more places which should be checking for iOS, not...
2012-01-04 Evan ChengFor x86, canonicalize max
2012-01-04 Kostya Serebryany[asan] one more test for asan instrumentation: (*a...
2012-01-03 Jakob Stoklund OlesenRevert r146997, "Heed spill slot alignment on ARM."
2012-01-03 Nadav RotemRevert 147426 because it caused pr11696.
2012-01-03 Nadav RotemFix incorrect widening of the bitcast sdnode in case...
2012-01-03 Chad RosierEnhance DAGCombine for transforming 128->256 casts...
2012-01-03 Elena DemikhovskyFixed a bug in SelectionDAG.cpp.
2012-01-02 Andrew TrickFix SCEVExpander to handle loops with no preheader...
2012-01-02 Nadav RotemOptimize the sequence blend(sign_extend(x)) to blend...
2012-01-01 Craig TopperAllow CRC32 instructions to be selected when AVX is...
2012-01-01 Craig TopperFix sfence, lfence, mfence, and clflush to be able...
2012-01-01 Rafael EspindolaRevert 147399. It broke CodeGen/ARM/vext.ll.
2012-01-01 Elena DemikhovskyFixed a bug in SelectionDAG.cpp.
2011-12-31 Craig TopperAdd patterns for integer forms of SHUFPD/VSHUFPD with...
2011-12-31 Craig TopperFix typo in a SHUFPD and VSHUFPD pattern that prevented...
2011-12-31 Nick LewyckyMake use of the exact bit when optimizing '(X >>exact...
2011-12-30 Craig TopperAdd disassembler support for VPERMIL2PD and VPERMIL2PS.
2011-12-30 Craig TopperAdd FMA4 instructions to disassembler.
2011-12-30 Craig TopperChange FMA4 memory forms to use memopv* instead of...
2011-12-30 Craig TopperFix load size for FMA4 SS/SD instructions. They need...
2011-12-30 Hal FinkelCleanup stack/frame register define/kill states. This...
2011-12-29 Rafael EspindolaImplement cfi_restore. Patch by Brian Anderson!
2011-12-29 Craig TopperFix execution domains for PS/PD FMA3 instructions....
2011-12-29 Rafael EspindolaImplement .cfi_escape. Patch by Brian Anderson!
2011-12-29 Craig TopperExpose FMA3 instructions to the disassembler.
2011-12-28 Nick LewyckyChange CaptureTracking to pass a Use* instead of a...
2011-12-28 Eli FriedmanFix type-checking for load transformation which is...
2011-12-28 Nadav RotemPR11662.
2011-12-28 Elena DemikhovskyFixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR.
2011-12-27 Nick LewyckyTurn cos(-x) into cos(x). Patch by Alexander Malyshev!
2011-12-27 Nick LewyckyTeach simplifycfg to recompute branch weights when...
2011-12-26 Eli FriedmanMake sure DAGCombiner doesn't introduce multiple loads...
2011-12-26 Nick LewyckyUpdate the branch weight metadata when reversing the...
2011-12-24 Chandler CarruthAdd an explicit test that we now fold cttz.i32(......
2011-12-24 Benjamin KramerInstCombine: Add a combine that turns (2^n)-1 ^ x back...
2011-12-24 Benjamin KramerComputeMaskedBits: Make knownzero computation more...
2011-12-24 Benjamin KramerInstCombine: Canonicalize (2^n)-1 - x into (2^n)-1...
2011-12-24 Chandler CarruthUse standard promotion for i8 CTTZ nodes and i8 CTLZ...
2011-12-24 Chandler CarruthAdd systematic testing for cttz as well, and fix the...
2011-12-24 Chandler CarruthAdd i8 and i64 testing for ctlz on x86. Also simplify...
2011-12-24 Chandler CarruthTidy up this rather crufty test. Put the declarations...
2011-12-24 Chandler CarruthExpand more when we have a nice 'tzcnt' instruction...
2011-12-24 Chandler CarruthTidy up some of these tests.
2011-12-24 Chandler CarruthSwitch the lowering of CTLZ_ZERO_UNDEF from a .td patte...
2011-12-24 Chandler CarruthCleanup this test a bit, sorting things and grouping...
2011-12-24 Akira HatanakaTest case for r147232.
2011-12-23 Nick LewyckyMove this test from date-name to feature-name, and...
2011-12-23 Jakob Stoklund OlesenExperimental support for aligned NEON spills.
2011-12-22 Jim GrosbachARM VFP assembly parsing and encoding for VCVT(float...
2011-12-22 Rafael EspindolaFix incorrect relocation generation. Patch by Kristof...
2011-12-22 Chad RosierReinstate r146578; it doesn't appear to be the cause...
2011-12-22 Jim GrosbachARM assembler should accept shift-by-zero for any shift...
2011-12-22 Benjamin KramerGive string constants generated by IRBuilder private...
2011-12-22 Chandler CarruthMake the unreachable probability much much heavier...
2011-12-22 Chad RosierSpeculatively revert r146578 to determine if it is...
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-21 Jim GrosbachARM VFP optional data type on VMOV GPR<-->SPR.
2011-12-21 Jim GrosbachThumb2 assembly parsing of 'mov rd, rn, rrx'.
2011-12-21 Jim GrosbachThumb2 assembly parsing of 'mov(register shifted regist...
2011-12-21 Jim GrosbachARM NEON assmebly parsing for VLD2 to all lanes instruc...
2011-12-21 Chad RosierFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Nick LewyckyMake some intrinsics safe to speculatively execute.
2011-12-21 Evan ChengFix a couple of copy-n-paste bugs. Noticed by George...
next