Revert the wrong part of r139528, and fix testcases.
[oota-llvm.git] / lib /
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...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDREX/LDREXB...
2011-09-09 Jakob Stoklund OlesenReapply r139247: Cache intermediate results during...
2011-09-09 Andrew TrickComment formatting.
2011-09-09 Craig TopperFix handling of Intel syntax disassembling of movs...
2011-09-09 Akira HatanakaChange default target architecture from Mips1 to Mips32...
2011-09-09 Benjamin KramerRemove dead code.
2011-09-09 Nick LewyckyFix release build:
2011-09-09 Akira Hatanaka80 columns.
2011-09-08 Devang PatelDirectly point debug info to the stack slot of the...
2011-09-08 Owen AndersonAll conditional branches are disallowed in IT blocks...
2011-09-08 Owen AndersonSoft fail CBZ/CBNZ in the disassembler if they appear...
2011-09-08 Eric ChristopherFormatting and typo.
2011-09-08 Nadav RotemDix the 80-columns and remove unsupported v8i16 type...
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDRD(immediate).
2011-09-08 Bruno Cardoso LopesAdd a AVX version of a simple i64 -> f64 bitcast. This...
2011-09-08 Kevin EnderbyFix a Darwin x86_64 special case of a jmp to a temporar...
2011-09-08 Benjamin KramerAdd support for relocations to ObjectFile.
2011-09-08 Bruno Cardoso Lopes* Combines Alignment, AuxInfo, and TB_NOT_REVERSABLE...
2011-09-08 Bruno Cardoso LopesAdd AVX versions of blend vector operations and fix...
2011-09-08 Bruno Cardoso LopesFix PR10844: Add patterns to cover non foldable version...
2011-09-08 Nadav RotemAdd X86-SSE4 codegen support for vector-select.
2011-09-08 Eli FriedmanA couple minor corrections to r139276.
2011-09-08 Eli FriedmanFix the logic in BasicAliasAnalysis::aliasGEP for compa...
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDR post-indexed.
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDR pre-indexe...
2011-09-08 Owen AndersonRemove the "common" set of instructions shared between...
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDRBT.
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDR(register).
2011-09-07 Benjamin KramerAdd two notes for correlated-expression optimizations.
2011-09-07 Jakob Stoklund OlesenRevert r139247 "Cache intermediate results during trace...
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDRB(immediate).
2011-09-07 Owen AndersonCreate Thumb2 versions of STC/LDC, and reenable the...
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDR(immediate).
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDMDB.
2011-09-07 James MolloySecond of a three-patch series aiming to fix MSR/MRS...
2011-09-07 Jakob Stoklund OlesenCache intermediate results during traceSiblingValue.
2011-09-07 Eli FriedmanFix atomic load and store on x86 to pass -verify-machin...
2011-09-07 Jim GrosbachThumb2 ldm/stm 'db' mnemonics don't have a '.w' suffix.
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDMIA.
2011-09-07 Owen AndersonPort more assembler tests over to disassembler tests...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-07 Jim GrosbachThumb2 use 'ldm' as default mnemonic.
2011-09-07 Rafael EspindolaDetect attempt to use segmented stacks on non ELF syste...
2011-09-07 Jim GrosbachBetter diagnostic location information for mnemonic...
2011-09-07 Eli FriedmanRelax the MemOperands on atomics a bit. Fixes -verify...
2011-09-07 Devang PatelWhile sinking machine instructions, sink matching DBG_V...
2011-09-06 Bill WendlingReenable compact unwind by default. However, also emit...
2011-09-06 Owen Andersonmemset_pattern16 uses a 16 BYTE pattern, not a 16 BIT...
2011-09-06 Owen AndersonTeach BasicAA about the aliasing properties of memset_p...
2011-09-06 Jim GrosbachISB is HasDB, not just HasV7.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for ISB.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DMB.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DBG.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CMN and CMP.
2011-09-06 Nick LewyckyThis transform only handles two-operand AddRec's. Preve...
next