oota-llvm.git
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...
2010-09-03 Jim GrosbachAdd 'const' to getter function.
2010-09-03 Bob WilsonFinish converting the rest of the NEON VLD instructions...
2010-09-03 Dan GohmanRemove a TODO comment; this is now filed in bugzilla...
2010-09-03 Dan GohmanFix Windows stuff to follow the existing source organiz...
2010-09-03 Owen AndersonAdd PR number to test.
2010-09-03 Mikhail GlushenkovRename 'libprofile/exported_symbols.lst' to 'libprofile...
2010-09-03 Mikhail GlushenkovRevert "Rules for win32 ld shouldn't fire when cross...
2010-09-03 Daniel DunbarRevert "For ARM stack frames that utilize variable...
2010-09-03 Benjamin KramerZap dead code.
2010-09-03 Mikhail GlushenkovRules for win32 ld shouldn't fire when cross-compiling.
2010-09-03 Duncan SandsReapply commit 112702 which was speculatively reverted...
2010-09-03 Owen AndersonRe-enable CorrelatedValuePropagation. I've tested...
2010-09-03 NAKAMURA Takumitest/CodeGen/X86: Add explicit -mtriple=(i686|x86_64...
2010-09-03 Oscar FuentesFix cmake build without native target selected.
2010-09-03 Bruno Cardoso... AVX doesn't support mm operations neither its instrinsics.
2010-09-03 Bruno Cardoso... Use 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... Fix comment
2010-09-03 Bruno Cardoso... - Use specific nodes to match unpckl masks.
2010-09-03 Jakob Stoklund... Stop emitting predicate functions. They are no longer...
2010-09-03 Eric ChristopherSimple branch instruction support.
2010-09-03 Jakob Stoklund... Don't call Predicate_* from X86 target.
next