[ms-inline asm] Avoid a false positive assertion
[oota-llvm.git] / lib / Target /
2012-08-22 Chad Rosier[ms-inline asm] Avoid a false positive assertion
2012-08-22 Benjamin KramerReduce duplicated hash map lookups.
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-22 Craig TopperDon't cache the MBB in the class. Its only used by...
2012-08-22 Craig TopperMark a function as static since it doesn't use anything...
2012-08-22 Akira HatanakaAdd register Mips::GP to the list of reserved registers...
2012-08-22 Akira HatanakaAdd option disable-mips-delay-filler. Turn on mips...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-21 Chad RosierAdd a few functions to TargetLibraryInfo as part of...
2012-08-21 Richard SmithFix unaligned memory accesses when performing relocatio...
2012-08-21 Chad Rosier[ms-inline asm] Do not report a Parser error when match...
2012-08-21 Chad Rosier[ms-inline asm] Expose the ErrorInfo from the MatchInst...
2012-08-21 Craig TopperFix up indentation and remove a couple else's after...
2012-08-21 Craig TopperUse uint16_t for tables of opcodes.
2012-08-21 Craig TopperFix up indentation. No functional change.
2012-08-21 Craig TopperAdd a couple llvm_unreachables. Add a message to severa...
2012-08-21 Craig TopperReplace a break with llvm_unreachable in the default...
2012-08-21 Craig TopperCleanup the scalar FMA3 definitions. Add patterns to...
2012-08-21 Craig TopperMerge FMA3 instructions with and without patterns into...
2012-08-21 Jakob Stoklund OlesenAdd a missing def flag.
2012-08-20 Jakob Stoklund OlesenUse a SmallPtrSet to dedup successors in EmitSjLjDispat...
2012-08-20 Sebastian Popfix HexagonSubtarget parsing of -mv flag
2012-08-20 Michael Liaofix a case where all operands of BUILD_VECTOR are undefined
2012-08-20 Akira HatanakaFix coding style violations in 162135 and 162136.
2012-08-20 Craig TopperRemove FMA3 intrinsic instructions in favor of patterns.
2012-08-20 Craig TopperUse correct intrinsic for 256-bit VFMSUBADDPS.
2012-08-19 Craig TopperRemove trailing white space and tab characters. No...
2012-08-19 Nadav RotemWhen unsafe math is used, we can use commutative FMAX...
2012-08-19 Benjamin KramerFabs folding is implemented.
2012-08-18 Jakob Stoklund OlesenRemove the CAND/COR/CXOR custom ISD nodes and their...
2012-08-18 Craig TopperRemove virtual from many methods. These methods replace...
2012-08-18 Jakob Stoklund OlesenAlso combine zext/sext into selects for ARM.
2012-08-18 Jakob Stoklund OlesenAlso pass logical ops to combineSelectAndUse.
2012-08-18 Nadav RotemReapply r162160 with a fix: Optimize Arith->Trunc-...
2012-08-18 Anton Korobeynikovfp16-to-fp32 conversion instructions are available...
2012-08-18 Craig TopperRefactor code a bit to reduce number of calls in the...
2012-08-18 Craig TopperReorder initialization list to silence -Wreorder
2012-08-18 Nadav RotemRevert r162160 because it made a few buildbots fail.
2012-08-18 Nadav RotemThe X86 backend has a number of optimizations for SETCC...
2012-08-17 Akira HatanakaAdd MipsELFWriterInfo.{h,cpp}.
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-17 Jakob Stoklund OlesenAvoid folding ADD instructions with FI operands.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-17 Jakob Stoklund OlesenAdd comment, clean up code. No functional change.
2012-08-17 Tim NorthoverImplement NEON domain switching for scalar <-> S-regist...
2012-08-17 Craig TopperUse nested switch to select arguments to reduce calls...
2012-08-17 Craig TopperMake ReplaceATOMIC_BINARY_64 a static function. Use...
2012-08-17 Craig TopperRemove unnecessary include of ARMGenInstrInfo.inc.
2012-08-16 Jakob Stoklund OlesenAdd ADD and SUB to the predicable ARM instructions.
2012-08-16 Jakob Stoklund OlesenHandle ARM MOVCC optimization in PeepholeOptimizer.
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyDefine and handle additional fixup kinds. By Adhemerval...
2012-08-16 Roman DivackyFix typo and grammar. By Adhemerval Zanella.
2012-08-16 Jush Lu[arm-fast-isel] Add support for fastcc.
2012-08-16 Anitha BoyapatiPatch to enable FMA on bdver2 target. Make XOP feature...
2012-08-16 Anitha Boyapatigit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-08-16 Akira HatanakaAdd Android ABI to Mips backend to handle functions...
2012-08-15 Jakob Stoklund OlesenFold predicable instructions into MOVCC / t2MOVCC.
2012-08-15 Evan ChengUse vld1/vst1 to load/store f64 if alignment is < 4...
2012-08-15 Jakob Stoklund OlesenAdd missing Rfalse operand to the predicated pseudo...
2012-08-14 Anton KorobeynikovThe names of VFP variants of half-to-float conversion...
2012-08-14 Eric ChristopherThis needs braces. Spotted by Bill.
2012-08-14 Michael Liaominor fix of X86ISD::VSEXT_MOVL dump
2012-08-14 Michael Liaofix PR11334
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-14 Craig TopperFactor duplicate calls to getUNDEF in several functions.
2012-08-14 Craig TopperRe-factor intrinsic lowering to combine common parts...
2012-08-13 Jakob Stoklund OlesenRemove the TII::scheduleTwoAddrSource() hook.
2012-08-13 Manman RenARM: enable struct byval for AAPCS-VFP.
2012-08-13 Arnold Schwaighofer[Hexagon] Don't mark callee saved registers as clobbere...
2012-08-13 Nadav RotemDo not optimize (or (and X,Y), Z) into BFI and other...
2012-08-13 Manman RenX86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDr...
2012-08-13 Eric ChristopherAdd support for the %H output modifier.
2012-08-13 Manman RenX86: when auto-detecting the subtarget features, make...
2012-08-13 Tim NorthoverUse correct loads for vector types during extending...
2012-08-13 Craig TopperTidy up VSETCC lowering code a bit more by adding an...
2012-08-13 Craig TopperRefactor code a bit to share commonalities. No function...
2012-08-13 Craig TopperFix an unused variable warning from r161742.
2012-08-13 Craig TopperRemove the LowerMMXCONCAT_VECTORS function. It could...
2012-08-12 Craig TopperRemove call to setOperationAction for SETCC of v4f32...
2012-08-12 Craig TopperRemove unnecessary call to setOperationAction for SETCC...
2012-08-12 Arnold SchwaighoferRevert 161581: Patch to implement UMLAL/SMLAL instructi...
2012-08-12 Craig TopperChange addTypeForNeon to use MVT instead of EVT so...
2012-08-12 Craig TopperMake replace many calls to getSizeInBits() with is128Bi...
2012-08-12 Craig TopperUse MVT.isXBitVector instead of EVT.isXBitVector when...
2012-08-11 Michael Liaofix PR13577, an issue introduced by r161687
2012-08-11 Craig TopperMove setOperationAction for CONCAT_VECTORS for 256...
2012-08-11 Craig TopperTidy up indentation. No functional change.
2012-08-11 Craig TopperFix a cast that was casting away 'const' unnecessarily
2012-08-11 Craig TopperAdd a couple default: llvm_unreachable() to some switch...
2012-08-10 Manman RenX86: when we are auto-detecting the subtarget features...
2012-08-10 Manman RenARM: enable struct byval for AAPCS.
2012-08-10 Michael Liaoadd X86-specific DAG optimization to simplify boolean...
2012-08-10 Michael Liaoremove tailing whitespaces and test commit
2012-08-10 Joerg SonnenbergerAdd some missing includes for the build against stdcxx.
2012-08-09 Eric ChristopherRemove getARMRegisterNumbering and replace with calls...
2012-08-09 Jakob Stoklund OlesenDon't modify MO while use_iterator is still pointing...
2012-08-09 Chad Rosier[ms-inline asm] Extend the MC AsmParser API to match...
2012-08-09 Jack CarterAnother 32 to 64 bit sign extension bug.
next