Teach the foldable tables about 128-bit AVX instructions and make the
[oota-llvm.git] / lib /
2011-09-14 Bruno Cardoso LopesTeach the foldable tables about 128-bit AVX instruction...
2011-09-14 Bruno Cardoso LopesVector shuffle mask <i32 4, i32 5, i32 2, i32 3> should...
2011-09-14 Benjamin KramerDon't rely in <algorithm> being pulled in transitively.
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
2011-09-14 Benjamin KramerRemove unimplemented function prototypes from PathV2...
2011-09-14 Benjamin KramerDWARF: Port support for parsing .debug_aranges section...
2011-09-14 Benjamin KramerObjectFile: Add support for mach-o-style dSYM companion...
2011-09-14 Benjamin KramerDebugInfo: Don't print DIEs multiple times.
2011-09-13 Kevin EnderbyFirst step in supporting #line directives in assembler...
2011-09-13 Jakob Stoklund OlesenDistinguish complex mapped values from forced recomputa...
2011-09-13 Jim GrosbachRemove unnecessary scope resolution operator.
2011-09-13 Jakob Stoklund OlesenImplement -split-spill-mode=size.
2011-09-13 Eli FriedmanFix check for unaligned load/store so it doesn't catch...
2011-09-13 Benjamin KramerStyle & indentation tweaks.
2011-09-13 Devang PatelAdd a check to make sure schedulePass() has not deleted...
2011-09-13 Eli FriedmanError out on CodeGen of unaligned load/store. Fix...
2011-09-13 Owen AndersonCorrect disassembly printing of Thumb2 post-incremented...
2011-09-13 Jim GrosbachThere's only 16 regs legal in a register list.
2011-09-13 Jim GrosbachTidy up a few 80 column violations.
2011-09-13 Jim GrosbachTidy up a bit.
2011-09-13 Akira HatanakaAdd pattern used to match MipsLo, which is needed when...
2011-09-13 Nadav RotemFix the assertion which checks the size of the input...
2011-09-13 Nadav Rotemswap vselect operand order - pr10907
2011-09-13 Benjamin KramerI know copy&paste!
2011-09-13 Benjamin KramerSketch out a DWARF parser.
2011-09-13 Benjamin KramerAdd the DataExtractor utility class.
2011-09-13 Bruno Cardoso LopesAdd versions 256-bit versions of alignedstore and align...
2011-09-13 Bruno Cardoso LopesRevert the remaining part of r139528. According to...
2011-09-13 Nadav RotemAdd vselect target support for targets that do not...
2011-09-13 Akira HatanakaSupport for PSP is gone too.
2011-09-13 Devang PatelUse a cache to maintain list of machine basic blocks...
2011-09-13 Jakob Stoklund OlesenAdd SplitEditor::markOverlappedComplement().
2011-09-13 Owen AndersonTeach the Thumb ASM parser that BKPT is allowed in...
2011-09-13 Jakob Stoklund OlesenEliminate the extendRange() wrapper.
2011-09-13 Akira HatanakaIt is not necessary to search for mipsallegrex in targe...
2011-09-13 Owen AndersonFix encoding of Thumb2 shifted register operands with...
2011-09-13 Jakob Stoklund OlesenSwitch extendInBlock() to take a kill slot instead...
2011-09-13 Jakob Stoklund OlesenUse a separate LiveRangeCalc for the complement in...
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 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 OlesenExtract 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 Bruno Cardoso LopesFix PR10845. SUBREG_TO_REG shouldn't be used when the...
2011-09-12 Bill WendlingIntroduce a bit of a hack.
2011-09-12 Owen AndersonThumb2 POP's don't allow the PC as an operand, and...
2011-09-12 Bruno Cardoso LopesRevert the wrong part of r139528, and fix testcases.
2011-09-12 Owen AndersonFix encoding of PC-relative LDRSHW with an immediate...
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 LopesNot sure how CMPPS and CMPPD had already ever worked...
2011-09-12 Bruno Cardoso LopesOrganize a bit the operand names for CMPPS and CMPPD
2011-09-12 Bruno Cardoso LopesRealign BLEND patterns to match the general style for...
2011-09-12 Bruno Cardoso LopesFix 80-columns
2011-09-12 Owen AndersonPort more encoding tests to decoding tests, and correct...
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 Devang PatelAdd DW_ATE_UTF, which clang started using in my previou...
2011-09-12 Jakob Stoklund OlesenRemove the -compact-regions flag.
2011-09-12 Jakob Stoklund OlesenAdd an interface for SplitKit complement spill modes.
2011-09-12 Jakob Stoklund OlesenUpdate 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 Nadav RotemCR fixes per Bruno's request.
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 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 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 LDRSB.
2011-09-09 Akira HatanakaDrop support for Allegrex. Allegrex implements a varian...
next