Be more careful about when to do dynamic stack realignment. Since we have an
[oota-llvm.git] / lib /
2010-09-08 Jim GrosbachBe more careful about when to do dynamic stack realignm...
2010-09-08 Jim GrosbachAdd missing assert
2010-09-08 Roman DivackyUnresolved weak symbols have value equal zero.
2010-09-08 Kalle RaiskilaFix CellSPU vector shuffles, again.
2010-09-08 Chris Lattneradd support for the commuted form of the test instructi...
2010-09-08 Chris Lattnerimplement proper support for sysret{,l,q}, rdar://8403907
2010-09-08 Chris Lattnerimplement the iret suite of instructions properly,
2010-09-08 Chris Lattneradd support for instruction prefixes on the same line...
2010-09-08 Chris Lattnerchange the MC "ParseInstruction" interface to make...
2010-09-08 Chris Lattnergas accepts xchg <mem>, <reg> as a synonym for xchg...
2010-09-08 NAKAMURA TakumiARM/Disassembler: Fix definitions incompatible(unsigned...
2010-09-08 Chris Lattnerfix the encoding of the "jump on *cx" family of instruc...
2010-09-08 Jim Grosbachremove trailing whitespace
2010-09-08 Jim Grosbachremove obsolete comment
2010-09-08 Jim Grosbachdisable for the moment while tracking down a few Thumb2...
2010-09-08 Jim Grosbachwoops. need to update a test along with this.
2010-09-08 Jim Grosbachdisable temporarily while sorting out a few test failur...
2010-09-08 Dan GohmanAdd a new experimental generalized dependence query...
2010-09-08 Jim Grosbachcorrect spill code to properly determine if dynamic...
2010-09-08 Jim GrosbachVFP/NEON load/store multiple instructions are addrmode4...
2010-09-07 Owen AndersonAdd a separate unrolling threshold when the current...
2010-09-07 Jakob Stoklund OlesenDon't add <imp-def> operands during register rewriting.
2010-09-07 Jim GrosbachTo shrink a t2LDM instruction to the 16-bit wide tLDM...
2010-09-07 Jim Grosbachgrammar tweak
2010-09-07 Bruno Cardoso LopesFactor out some x86 vector shuffle rewriting and add...
2010-09-07 Owen AndersonFix PR7972, in which the PassRegistry was being leaked...
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.
next