Typo. Thanks to BillW for pointing it out!
[oota-llvm.git] / lib /
2010-09-07 Bruno Cardoso LopesMove code around to prepare for moving some of the...
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-09-07 Chris LattnerFix a serious performance regression introduced by...
2010-09-07 Evan ChengRemove a dead comment.
2010-09-07 Chris Lattnerhopefully fix a problem building on cygwin-1.5
2010-09-07 Owen AndersonClean up some of the PassRegistry implementation, and...
2010-09-07 Bruno Cardoso Lopesdecouple MMX check from regular splat checks. Some...
2010-09-07 Bruno Cardoso LopesRemove now useless check, because the code can be match...
2010-09-07 Dan GohmanIssue a #error if the host doesn't have an implementati...
2010-09-07 Bruno Cardoso LopesMinor change. Since the checks are equivalent, use...
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!
2010-09-07 Dale JohannesenAdd patterns for MMX that use the new intrinsics.
2010-09-07 Bruno Cardoso LopesRemove unused target specific node
2010-09-07 Benjamin KramerDon't leak the old operand when transforming "sldt...
2010-09-07 Nick LewyckyAdd completely hokey binary-and and binary-or operation...
2010-09-07 Nick LewyckyFix major bug in thunk detection. Also verify the calli...
2010-09-07 Chris Lattneradd missing cmov aliases, this resolves rdar://8208499
2010-09-06 Chris Lattnerremove duplicated entry
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-09-06 Chris Lattner"sldt <mem>" is ambiguous in 64-bit mode, but should
2010-09-06 Chris Lattnerfix rdar://8017621 - llvm-mc can't guess encoding for...
2010-09-06 Chris Lattnerfix the operand constraints of the immediate form of...
2010-09-06 Chris Lattnerin the case where an instruction only has one implement...
2010-09-06 Chris LattnerNow that we know if we had a total fail on the instruct...
2010-09-06 Chris Lattnersimplify the hacks around jrcxz.
2010-09-06 Chris Lattnerhave tblgen detect when an instruction would have match...
2010-09-06 Chris Lattnerchange MatchInstructionImpl to return an enum instead...
2010-09-06 Chris Lattnerhave AsmMatcherEmitter.cpp produce the hunk of code...
2010-09-06 Roman DivackyRedefine LOOP* instructions from I to Ii8PCRel as they...
2010-09-06 Chris Lattnerrandom cleanups
2010-09-06 Benjamin KramerMCELF: Align symtab, relocation sections and section...
2010-09-06 Chris Lattnercompute the HasSSE3 bit correctly, patch by Nikolai...
2010-09-06 Chris Lattnerfix PR8067, an over-aggressive assertion in LICM.
2010-09-06 Chris Lattnercleanup some of the lifetime/invariant marker stuff...
2010-09-06 Chris Lattnerspeed up -gvn 3.4% on the testcase in PR7023
2010-09-06 Chris LattnerTeach loop rotate to hoist trivially invariant instructions
2010-09-06 Chris Lattnerpull a simple method out of LICM into a new
2010-09-05 Chris Lattnerremove some dead code. t2addrmode_imm8s4 is never...
2010-09-05 Chris Lattnercleanups.
2010-09-05 Chris Lattneradd a comment about where this should eventually move.
2010-09-05 Chris Lattnerupdate this.
2010-09-05 Chris Lattnermore cleanups
2010-09-05 Chris LattnerChange lower atomic pass to use IntrinsicInst to simpli...
2010-09-05 Chris Lattnereliminate some non-obvious casts. UndefValue isa Constant.
2010-09-05 Chris Lattnerfix PR8063, a crash in globalopt in the malloc analysis...
2010-09-05 Lang HamesAdded initialisers for reduction rule counters.
2010-09-05 Nick LewyckyFix warning reported by MSVC++ builder.
2010-09-05 Nick LewyckySwitch FnSet to containing the ComparableFunction inste...
2010-09-05 Nick LewyckyFix many bugs when merging weak-strong and weak-weak...
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2010-09-04 Jakob Stoklund OlesenRemove dead code.
2010-09-04 Chris Lattnerdead method.
2010-09-04 Chris Lattnerzap dead code.
2010-09-04 Chris Lattnerremove dead code, mblaze uses SelectAddrRegImm/SelectAd...
2010-09-04 Bruno Cardoso LopesRemove the last bit of isShuffleMaskLegal checks and...
2010-09-04 Bruno Cardoso Lopesmake explicit that we not handle several mmx shuffles
2010-09-04 Dan GohmanFix LoopSimplify to notify ScalarEvolution when splitti...
2010-09-04 Bruno Cardoso LopesEmit target specific nodes to handle palignr. Do not...
2010-09-04 Bruno Cardoso LopesEmit target specific nodes to handle splats starting...
2010-09-04 Bruno Cardoso LopesEmit target specific nodes for isPSHUFHWMask and isPSHU...
2010-09-04 Bruno Cardoso LopesEmit target specific nodes for isSHUFPMask
2010-09-04 Bruno Cardoso LopesPrevious isMOVLMask matching already emits targets...
2010-09-04 Bruno Cardoso LopesOne more check from the original isShuffleMaskLegal...
2010-09-04 Bruno Cardoso LopesRemove a duplicated but useless check that i've inserte...
2010-09-04 Bruno Cardoso LopesRefactor some code and remove the extra checks for...
2010-09-04 Chris Lattnerfix a bug in my licm rewrite when a load from the promo...
2010-09-03 Bruno Cardoso LopesRemove check for unpckh mask
2010-09-03 Bruno Cardoso LopesRemove check for unpckl mask
2010-09-03 Bruno Cardoso LopesInline isShuffleMaskLegal into LowerVECTOR_SHUFFLE...
2010-09-03 Owen AndersonPropagate non-local comparisons. Fixes PR1757.
2010-09-03 Dan GohmanDisable the asserts that check that normalization is...
2010-09-03 Bruno Cardoso LopesReapply considered harmfull part of rr112934 and r112942.
2010-09-03 Jim Grosbachprevious patch was a little too tricky for its own...
2010-09-03 Dale JohannesenRemove the rest of the nonexistent 64-bit AVX instructions.
2010-09-03 Bruno Cardoso LopesReapply last harmless part of r112934, the pattern...
2010-09-03 Bruno Cardoso LopesReintroduce a simple function refactoring done in r1129...
2010-09-03 Bruno Cardoso LopesReapply piecies of r112942 and r112934 which don't do
2010-09-03 Bruno Cardoso LopesReapply Fix comment
2010-09-03 Daniel DunbarRevert r112934, "- Use specific nodes to match unpckl...
2010-09-03 Daniel DunbarRevert r112938 "Fix comment", which depends on r112934...
2010-09-03 Daniel DunbarRevert r112942, "Use punpckh and unpckh family of nodes...
2010-09-03 Bob WilsonAdd a missing check when legalizing a vector extending...
2010-09-03 Bill WendlingGet rid of "passing signed into unsigned parameter...
2010-09-03 Owen AndersonAdd support for simplifying a load from a computed...
2010-09-03 Jim GrosbachRe-apply r112883:
2010-09-03 Jakob Stoklund OlesenVirtRegRewriter checks for early clobbers before it...
2010-09-03 Jim GrosbachCheck the local frame alignment for determining whether...
2010-09-03 Bob WilsonFinish converting the rest of the NEON VLD instructions...
2010-09-03 Daniel DunbarRevert "For ARM stack frames that utilize variable...
2010-09-03 Benjamin KramerZap dead code.
2010-09-03 Duncan SandsReapply commit 112702 which was speculatively reverted...
2010-09-03 Bruno Cardoso LopesAVX doesn't support mm operations neither its instrinsics.
2010-09-03 Bruno Cardoso LopesUse punpckh and unpckh family of nodes instead of using...
2010-09-03 Bob WilsonReplace NEON vabdl, vaba, and vabal intrinsics with...
2010-09-03 Bruno Cardoso LopesFix comment
2010-09-03 Bruno Cardoso Lopes- Use specific nodes to match unpckl masks.
2010-09-03 Eric ChristopherSimple branch instruction support.
2010-09-03 Jakob Stoklund OlesenDon't call Predicate_* from X86 target.
2010-09-03 Jakob Stoklund OlesenRemove Predicate_* calls from MBlaze and XCore
2010-09-03 Jakob Stoklund OlesenRemove Predicate_* calls from Mips
next