oota-llvm.git
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 Lattnergeneralize my previous operand loc info hack. If the...
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 DEBUG_WITH_TYPE usage
2010-09-06 Chris Lattnerthis if can now be an assert.
2010-09-06 Chris Lattner;
2010-09-06 Chris Lattnernow that the opcode is trivially exposed, start matchin...
2010-09-06 Chris Lattneremit the match table at global scope instead of within the
2010-09-06 Chris Lattnerspecial case the mnemonic operand of the instruction...
2010-09-06 Chris LattnerThe "ambiguous instructions" check only produces anythi...
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 Lattneradd note
2010-09-06 Chris Lattnerhave AsmMatcherEmitter.cpp produce the hunk of code...
2010-09-06 Eric ChristopherRegenerate.
2010-09-06 Eric ChristopherUpdate to 2.9 post-2.8 branch.
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 Lattneremit the LLVM intrinsic name -> intrinsic number mappin...
2010-09-06 Chris Lattnercleanup some of the lifetime/invariant marker stuff...
2010-09-06 Chris Lattnerallow specifying an indentation level for the string...
2010-09-06 Chris Lattneremit the __builtin -> intrinsic map with StringMatcher...
2010-09-06 Chris Lattnersame bug, another place.
2010-09-06 Chris Lattnerfix a critical bug where the generated table would say
2010-09-06 Chris Lattnerupdate cmake
2010-09-06 Chris Lattnerfactor the snazzy string matcher code that Daniel hates
2010-09-06 Chris Lattnerslightly improve the runtime and code size of the Intri...
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 Lattnerfit in 80 columns and don't crash on exit, fixes PR8080
2010-09-05 Chris Lattnerremove some dead code. t2addrmode_imm8s4 is never...
2010-09-05 Chris Lattnerfix inconsistent formatting.
2010-09-05 Chris Lattnercleanups: mark stuff static, only tagdecls should be...
2010-09-05 Chris Lattnercleanups.
2010-09-05 Chris Lattnersome random notes.
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... Remove dead code.
2010-09-04 Chris Lattnerfix this to work with allocators that have reference...
2010-09-04 Chris Lattnerdead method.
2010-09-04 Chris Lattnerdelete dead code.
2010-09-04 Chris Lattnerzap dead code.
2010-09-04 Chris Lattnerremove dead code, mblaze uses SelectAddrRegImm/SelectAd...
2010-09-04 Chris Lattnerzap dead code.
2010-09-04 Bruno Cardoso... Remove the last bit of isShuffleMaskLegal checks and...
2010-09-04 Bruno Cardoso... make explicit that we not handle several mmx shuffles
2010-09-04 Dan GohmanFix LoopSimplify to notify ScalarEvolution when splitti...
2010-09-04 Bruno Cardoso... Emit target specific nodes to handle palignr. Do not...
2010-09-04 Bruno Cardoso... Emit target specific nodes to handle splats starting...
2010-09-04 Bruno Cardoso... Emit target specific nodes for isPSHUFHWMask and isPSHU...
2010-09-04 Bruno Cardoso... Emit target specific nodes for isSHUFPMask
2010-09-04 Bruno Cardoso... Previous isMOVLMask matching already emits targets...
2010-09-04 Bruno Cardoso... One more check from the original isShuffleMaskLegal...
2010-09-04 Bruno Cardoso... Remove a duplicated but useless check that i've inserte...
2010-09-04 Bruno Cardoso... Refactor 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... Remove check for unpckh mask
2010-09-03 Bruno Cardoso... Remove check for unpckl mask
2010-09-03 Bruno Cardoso... Inline isShuffleMaskLegal into LowerVECTOR_SHUFFLE...
2010-09-03 Owen AndersonPropagate non-local comparisons. Fixes PR1757.
2010-09-03 Eric ChristopherReapply this increase to the number of virtual register...
2010-09-03 Dan GohmanDisable the asserts that check that normalization is...
2010-09-03 Bruno Cardoso... Reapply 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 David GreeneGeneralize getFieldType to work on all TypedInits....
2010-09-03 Bruno Cardoso... Reapply last harmless part of r112934, the pattern...
2010-09-03 Bruno Cardoso... Reintroduce a simple function refactoring done in r1129...
2010-09-03 Bruno Cardoso... Reapply piecies of r112942 and r112934 which don't do
2010-09-03 Bruno Cardoso... Reapply 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 Bill WendlingQuiesce warning about non-virtual d'tor in virtual...
2010-09-03 Jim GrosbachRe-apply r112883:
2010-09-03 Jakob Stoklund... VirtRegRewriter checks for early clobbers before it...
2010-09-03 Owen AndersonAdd a test for PR4413, which was apparently fixed at...
2010-09-03 Jim GrosbachCheck the local frame alignment for determining whether...
next