oota-llvm.git
2010-09-08 Eric ChristopherRemove ssp from this test.
2010-09-08 Dale JohannesenAdd intrinsic forms of mmx<->sse conversions. Notes:
2010-09-08 Eric ChristopherRewrite TargetMaterializeConstant.
2010-09-08 Jakob Stoklund... Remove dead code.
2010-09-08 Owen AndersonMove private member functions to the end of the class...
2010-09-08 Bill WendlingA script that tests a certain release candidate in...
2010-09-08 Bill WendlingAdd a directory for release management scripts.
2010-09-08 Owen AndersonMake module ownership methods on LLVMContext private...
2010-09-08 Bruno Cardoso... Minor change. Fix comments and remove unused and redund...
2010-09-08 Roman DivackyELF_STB_Local is 0 so setting and checking it must...
2010-09-08 Owen AndersonClarify the ownership model of LLVMContext and Module...
2010-09-08 Bruno Cardoso... x86 vector shuffle lowering now relies only on target...
2010-09-08 Jim GrosbachBe more careful about when to do dynamic stack realignm...
2010-09-08 Jim GrosbachAdd missing assert
2010-09-08 Tobias GrosserExecute all Pass Printers even if -quiet is set.
2010-09-08 Tobias GrosserInclude original pass name in the PassPrinter's name.
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 John McCallAdd documentation for llvm-diff.
2010-09-07 Jakob Stoklund... Don'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 Devang Patelremove these tests for now.
2010-09-07 Jim Grosbachgrammar tweak
2010-09-07 Bill WendlingRemove untrue comments.
2010-09-07 Bruno Cardoso... Factor out some x86 vector shuffle rewriting and add...
2010-09-07 Devang PatelThere is no need to force target if the test is going...
2010-09-07 Owen AndersonRemove dead code. ManagedCleanup is unused, and contai...
2010-09-07 Owen AndersonFix PR7972, in which the PassRegistry was being leaked...
2010-09-07 Stuart HastingsTypo. Thanks to BillW for pointing it out!
2010-09-07 Dan GohmanTidy up the getModRefInfo declarations.
2010-09-07 Bruno Cardoso... Move code around to prepare for moving some of the...
2010-09-07 Owen AndersonProperly initialize the pImpl member of PassRegistry...
2010-09-07 Owen AndersonAdd doxygen comments for PassRegistry.
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 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.
next