Change the GlobalAlias constructor to look a bit more like GlobalVariable.
[oota-llvm.git] / lib / Target /
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Compact indexed jumps.
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Compact zero-compare branch-and...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add compact branch instructions
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add LWPC and LWUPC instructions
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Floating Point Compare setting...
2014-05-16 Tim NorthoverTableGen: fix operand counting for aliases
2014-05-16 Tim NorthoverARM64: disable printing of "fcmXY ..., #0" aliases
2014-05-16 Tim NorthoverAArch64: disable printing of add/sub alias
2014-05-16 Tim NorthoverSparc: disable printing of jmp/call aliases (C++ does it)
2014-05-16 Tim NorthoverSparc: disable printing on longer "brX,pt" aliases
2014-05-16 Tim NorthoverMips: don't print subu alias for addiu
2014-05-16 Tim NorthoverX86: disable printing of bare "mov" aliases
2014-05-16 Tim NorthoverAArch64: disable printing of MOV -> MOVZ aliases
2014-05-16 Tim NorthoverARM64: disable printing of swapped compare-mask aliases
2014-05-16 Tim NorthoverARM64: disable printing of LDUR -> LDR aliases
2014-05-16 Tim NorthoverARM64: give TST aliases priority over ANDS.
2014-05-16 Tim NorthoverARM64: give MOV priority over shorter ORR when printing...
2014-05-16 Tim NorthoverARM64: give NEG priority over SUB when printing aliases.
2014-05-16 Tim NorthoverARM64: disable printing of "lslv" type aliases
2014-05-16 Hao Liu[ARM64]Implement NEON post-increment LD1(lane) and...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Floating Point Fused Multiply...
2014-05-16 Saleem AbdulrasoolARM: add some integer/floating point conversion libcalls
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 Eric ChristopherRemove unused llvm namespace bool variable.
2014-05-15 Reed KotlerFinish materialize for ints
2014-05-15 Matt ArsenaultUse range for
2014-05-15 Bradley Smith[ARM64] Improve diagnostics for Cn operands in SYS...
2014-05-15 Andrea Di Biagio[X86] Teach the backend how to fold SSE4.1/AVX/AVX2...
2014-05-15 Zoran Jovanovic[mips][mips64r6] Add CLASS.fmt instructions
2014-05-15 Zoran Jovanovic[mips][mips64r6] Add RINT.fmt instructions
2014-05-15 Zoran Jovanovic[mips][mips64r6] Add SELEQZ/SELNEZ.fmt instructions
2014-05-15 Zoran Jovanovic[mips][mips64r6] Add MAX/MIN/MAXA/MINA.fmt instructions
2014-05-15 Tom StellardR600/SI: Stop using VSrc_* as the default register...
2014-05-15 Tom StellardR600/SI: Fix a bug with handling of INSERT_SUBREG in...
2014-05-15 Tom StellardR600/SI: Only use SALU instructions for 64-bit add...
2014-05-15 Tom StellardR600/SI: Use VALU instructions for i1 ops
2014-05-15 Tim NorthoverTableGen: use correct MIOperand when printing aliases
2014-05-15 Daniel Sanders[mips][mips64r6] Add bitswap, and dbitswap
2014-05-15 Jay FoadInstead of littering asserts throughout the code after...
2014-05-15 Tim NorthoverARM64: print correct aliases for NEON mov & mvn instruc...
2014-05-15 Daniel Sanders[mips][mips64r6] Add align and dalign
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-05-15 Tim NorthoverARM64: add correct vector registers during asm parsing
2014-05-15 Bradley Smith[ARM64] Improve load/store diagnostics and forbid 32...
2014-05-15 Bradley Smith[ARM64] Parse fixed vector lanes properly so that diagn...
2014-05-15 Bradley Smith[ARM64] Add/Fixup diagnostics for floating point immediates
2014-05-15 Bradley Smith[ARM64] Add condition code operand type such that prope...
2014-05-15 Bradley Smith[ARM64] Add more simple diagnostics for immediate/shift...
2014-05-15 Daniel Sanders[mips][mips64r6] Add addiupc, aluipc, and auipc
2014-05-15 Daniel Sanders[mips][mips64r6] Add aui, daui, dahi, and dati
2014-05-15 Daniel Sanders[mips][mips64r6] Test that branch likelies are not...
2014-05-15 Jonathan RoelofsFix some dyslexia in an assert message
2014-05-15 Alp TokerFix typos
2014-05-15 Jiangning Liu[ARM64] Support aggressive fastcc/tailcallopt breaking...
2014-05-15 Eric ChristopherMove the TargetMachine MC options to MCTargetOptions...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Christian PirkerARM-BE: test files for vector argument passing
2014-05-14 Christian Pirker[ARM64-BE] Fix byte order of CIE and FDE frames for...
2014-05-14 Benjamin KramerX86: If we have an instruction that sets a flag and...
2014-05-14 Daniel Sanders[mips][mips64r6] Add sel.s and sel.d
2014-05-14 Tim NorthoverARM64: remove unneeded InstPrinter hacks
2014-05-14 Saleem AbdulrasoolARM: implement support for the UDF mnemonic
2014-05-14 Eric ChristopherFix typo in function name.
2014-05-13 Matt ArsenaultR600/SI: Try to fix BFE operands when moving to VALU
2014-05-13 Eric ChristopherSave the optimization level the subtarget was created...
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instruction...
2014-05-13 Rafael EspindolaRevert "ARMEB: Fix byte order of EH frame unwinding...
2014-05-13 Daniel Sanders[mips] Marked up instructions added in MIPS32r2 and...
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instructions
2014-05-13 Daniel Sanders[mips] Free up two values in SubtargetFeatureFlag by...
2014-05-13 Artyom Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
2014-05-13 Kevin Qin[ARM64] Fix the misleading diagnostic on bad extend...
2014-05-13 Weiming ZhaoFolding into CSEL when there is ZEXT between SETCC...
2014-05-12 Reid KlecknerTry to fix an SDAG dependence issue with sret
2014-05-12 Matt ArsenaultUse cast<> for unchecked use
2014-05-12 Louis GerbargAdd support bswap16 to/from memory compiling to rev16...
2014-05-12 Matt ArsenaultUse cast<> for unchecked use
2014-05-12 Matt ArsenaultUse range for
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-12 Tim NorthoverAArch64/ARM64: use InstAliases for NEON logical (imm...
2014-05-12 Tim NorthoverAArch64/ARM64: implement "mov $Rd, $Imm" aliases in...
2014-05-12 Matt ArsenaultR600: Add mul24 intrinsics
2014-05-12 Daniel SandersRevert: r208582 - [mips][mips64r6] Add sel.s and sel.d
2014-05-12 Daniel Sanders[mips][mips64r6] Add sel.s and sel.d
2014-05-12 Daniel Sanders[mips][mips64r6] Add d?div, d?mod, d?divu, d?modu
2014-05-12 Daniel Sanders[mips][mips64r6] Added mul/mulu/muh/muhu
2014-05-12 Aaron BallmanSilencing an MSVC warning about not all control paths...
2014-05-12 Tim NorthoverARM64: remove dead validation code from the AsmParser.
2014-05-12 Tim NorthoverARM64: merge "extend" and "shift" addressing-mode enums.
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-05-12 Benjamin KramerX86: Make sure that we have SSE4.1 before we generate...
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS32 and teste...
2014-05-12 Rafael EspindolaRemove MCUseCFI from TargetMachine.
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS-V and teste...
2014-05-12 Daniel Sanders[mips] Fold FeatureBitCount into FeatureMips32 and...
2014-05-12 Daniel Sanders[mips] Fold FeatureSEInReg into FeatureMips32r2
2014-05-12 Daniel Sanders[mips] Fold FeatureSwap into FeatureMips32r2 and Featur...
2014-05-12 Daniel Sanders[mips] Replace FeatureFPIdx with FeatureMips4_32r2
2014-05-12 Bradley Smith[ARM64] Add proper bounds checking/diagnostics to logic...
next