oota-llvm.git
2010-09-07 Chris Lattnerrename test.
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 Bill WendlingFix whitespace, because I'm OCD.
2010-09-07 Stuart HastingsTest case for r113248. Raar 8361341.
2010-09-07 Bruno Cardoso... decouple MMX check from regular splat checks. Some...
2010-09-07 Bruno Cardoso... Remove 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... Minor change. Since the checks are equivalent, use...
2010-09-07 Devang PatelFix command line used to link these test cases.
2010-09-07 Nick LewyckyUpdate configure for change to autoconf/configure.ac...
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 Devang PatelReintroduce dbg-declare tests.
2010-09-07 Bruno Cardoso... Remove unused target specific node
2010-09-07 Devang PatelRemove last three tests. I need to make them independen...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare durin...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare by...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare by...
2010-09-07 Benjamin KramerDon't leak the old operand when transforming "sldt...
2010-09-07 Chris Lattnerattempt to appease msvc
2010-09-07 Gabor Greiffix comment typos
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 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...
next