oota-llvm.git
2011-09-13 Jakob Stoklund... Switch extendInBlock() to take a kill slot instead...
2011-09-13 Jakob Stoklund... Use a separate LiveRangeCalc for the complement in...
2011-09-13 Devang PatelMaintain hexadecimal order.
2011-09-13 Argyrios KyrtzidisIn ClangAttrEmitter.cpp emit code that allows attribute...
2011-09-13 Craig TopperOnly disassembler instructions with vvvv != 1111 if...
2011-09-13 Craig TopperRemove filter that was preventing MOVDQU/MOVDQA and...
2011-09-13 Craig TopperFix encoding of VMOVDQU to not simultaneously be 'TB...
2011-09-13 Andrew Trick[indvars] Revert r139579 until 401.bzip -arch i386...
2011-09-13 NAKAMURA TakumiUnbreak msvc.
2011-09-13 Andrew TrickDisable IV rewriting by default. See PR10916.
2011-09-13 Andrew TrickGeneralize test case to handle multiple indvars modes.
2011-09-13 Andrew TrickGeneralize this test's CHECK statements to handle diffe...
2011-09-13 Andrew TrickThis test only makes sense with -enable-iv-rewrite.
2011-09-13 Eli FriedmanZap some junk from the ARM instruction descriptions.
2011-09-13 Andrew Trick[indvars] Fix bugs in floating point IV range checks...
2011-09-13 Benjamin KramerSilence false positive uninitialized variable warnings...
2011-09-13 Jakob Stoklund... Extract live range calculations from SplitKit.
2011-09-13 Eli FriedmanAdd comment to clarify the behavior of a helper in...
2011-09-13 Eli FriedmanCorrect grammar.
2011-09-13 Eli FriedmanFix the assembler strings for a couple of atomic instru...
2011-09-12 Jim GrosbachTidy up a bit.
2011-09-12 Andrew TrickConditionalize indvars test that relies on SCEV expansi...
2011-09-12 Bruno Cardoso... Change testcase commandline to be more strict and silen...
2011-09-12 Bruno Cardoso... Fix PR10845. SUBREG_TO_REG shouldn't be used when the...
2011-09-12 Andrew Trickindvars test only relevant for -enable-iv-rewrite.
2011-09-12 Owen AndersonFix a failing ELF Thumb test. I _think_ this is right...
2011-09-12 Bill WendlingIntroduce a bit of a hack.
2011-09-12 Ivan Krasingold plugin: don't report error on non-bitcode (e.g...
2011-09-12 Owen AndersonThumb2 POP's don't allow the PC as an operand, and...
2011-09-12 Bruno Cardoso... Revert the wrong part of r139528, and fix testcases.
2011-09-12 Owen AndersonFix encoding of PC-relative LDRSHW with an immediate...
2011-09-12 Andrew TrickConditionalize indvars tests that rely on SCEV expansio...
2011-09-12 Eli FriedmanChange a bunch of isVolatile() checks to check for...
2011-09-12 Owen AndersonThere's no need to add additional predicate operands...
2011-09-12 Eric ChristopherFix typo.
2011-09-12 Bruno Cardoso... Not sure how CMPPS and CMPPD had already ever worked...
2011-09-12 Bruno Cardoso... Organize a bit the operand names for CMPPS and CMPPD
2011-09-12 Bruno Cardoso... Realign BLEND patterns to match the general style for...
2011-09-12 Bruno Cardoso... Fix 80-columns
2011-09-12 Owen AndersonPort more encoding tests to decoding tests, and correct...
2011-09-12 Andrew TrickRemoving indvars tests that directly test canonical...
2011-09-12 Andrew TrickRename -disable-iv-rewrite to -enable-iv-rewrite=false...
2011-09-12 Devang PatelAdd asserts to keep front-ends honest while encoding...
2011-09-12 Eli FriedmanFix mistake in test runline.
2011-09-12 Andrew TrickTest case for r139453, WidenIV::GetExtendedOperandRecur...
2011-09-12 Devang PatelAdd DW_ATE_UTF, which clang started using in my previou...
2011-09-12 Jakob Stoklund... Remove the -compact-regions flag.
2011-09-12 Jakob Stoklund... Add an interface for SplitKit complement spill modes.
2011-09-12 Jakob Stoklund... Update comments to reflect some (not so) recent changes.
2011-09-12 Richard OsborneAssociate a MemOperand with LDWCP nodes introduced...
2011-09-12 Richard OsborneMark LDWCP as having no side effects.
2011-09-12 Nadav RotemFormat patterns, remove unused X86blend patterns
2011-09-11 Craig TopperFix disassembling of one of the register/register forms...
2011-09-11 Craig TopperFix disassembling of reverse register/register forms...
2011-09-11 Craig TopperFix disassembling of PAUSE instruction. Fixes PR10900...
2011-09-11 Nick Lewyckys/SequeuentiallyConsistent/SequentiallyConsistent/g
2011-09-11 Nick LewyckyFix verb tense agreement.
2011-09-11 Nadav RotemCR fixes per Bruno's request.
2011-09-10 Eli FriedmanReally un-XFAIL the testcase, like I said I would in...
2011-09-10 Eli Friedmanr139454 activates an assert in a case where we were...
2011-09-10 Richard TrieuFix the asserts in lib/Target/X86/X86ELFWriterInfo...
2011-09-10 Richard TrieuFixed an assert from:
2011-09-10 Andrew Trick[disable-iv-rewrite] Allow WidenIV to handle NSW/NUW...
2011-09-10 Andrew TrickSet NSW/NUW flags on SCEVAddExpr when the operation...
2011-09-10 Richard TrieuFix asserts in CodeGen from:
2011-09-10 Jim GrosbachThumb2 parsing and encoding for MOV(immediate).
2011-09-09 Akira HatanakaFix test cases.
2011-09-09 Owen AndersonLDM writeback is not allowed if Rn is in the target...
2011-09-09 Owen AndersonFix an ambiguously nested if.
2011-09-09 Owen AndersonFix buildbot breakage caused by r139415. I missed...
2011-09-09 Owen AndersonFix assembly/disassembly of Thumb2 ADR instructions...
2011-09-09 Akira HatanakaO64 will not be supported.
2011-09-09 Akira HatanakaMake F31 and D15 non-reserved registers.
2011-09-09 Chris Lattnertidy up a bit
2011-09-09 Owen AndersonThumb unconditional branches are allowed in IT blocks...
2011-09-09 Douglas GregorUpdate Clang AST attribute reader tblgen generation...
2011-09-09 Akira HatanakaMips32 does not reserve even-numbered floating point...
2011-09-09 Eli FriedmanMake the SelectionDAG verify that all the operands...
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-09-09 Nadav RotemImplement vector-select support for avx256. Refactor...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for MLA and MLS.
2011-09-09 Duncan SandsDon't tack "Instruction not interpretable yet!" onto...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for MCR, MCR2...
2011-09-09 Jim GrosbachTidy up formatting a bit.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LSL.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRT.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRSHT.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRSH.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRSBT.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRSB.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRH.
2011-09-09 Jim GrosbachShuffle a bit.
2011-09-09 Akira HatanakaDrop support for Allegrex. Allegrex implements a varian...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDREX/LDREXB...
2011-09-09 Jakob Stoklund... Reapply r139247: Cache intermediate results during...
2011-09-09 Andrew TrickComment formatting.
2011-09-09 Devang PatelUpdate docs to reflect recent addition of new CompileUn...
2011-09-09 Jim GrosbachAdd FIXME.
2011-09-09 Duncan SandsMark the eh.typeid.for intrinsic as being 'const',...
2011-09-09 Craig TopperAdd disassembler test for Intel syntax. Tests r139353.
next