[PM] [cleanup] Replace a reserved identifier "_Self" with the injected
[oota-llvm.git] / lib / Target /
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-16 Juergen RibutzkaThe WebKit_JS CC preserves the same registers as the...
2013-11-16 Vincent LejeuneR600: Make dot_4 instructions predicable
2013-11-16 Jim GrosbachX86: Encode the 'h' cpu subtype in the MachO header...
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Lang HamesRemove unused arguments.
2013-11-15 Lang HamesDuring folding for patchpoint/stackmap instructions...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Matt ArsenaultMake method static
2013-11-15 Chad Rosier[AArch64] Fix the scalar NEON ACLE functions so that...
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-15 Tom StellardR600/SI: Add VReg_96 register class to SIRegisterInfo...
2013-11-15 Cameron McInallyAdd AVX512 unmasked FMA intrinsics and support.
2013-11-15 Daniel Sanders[mips][msa] lowerMSABitClear() should use SelectionDAG...
2013-11-15 Alexey SamsonovHopefully fix uninitialized memory read in AArch64AsmPa...
2013-11-15 Daniel SandersFix illegal DAG produced by SelectionDAG::getConstant...
2013-11-15 Justin Holewinski[NVPTX] Fix handling of indirect calls
2013-11-15 Zoran JovanovicUse instr mapping for microMIPS in llvm-mc.
2013-11-15 Matt ArsenaultAdd target hook to prevent folding some bitcasted loads.
2013-11-15 Peter Zotov[llvm-c] Make LLVMGetTargetFromName actually work
2013-11-15 Peter Zotov[llvm-c] Add missing const qualifiers to LLVMCreateTarg...
2013-11-15 Peter Zotov[llvm-c] Simplify signature of LLVMGetTargetFromName
2013-11-15 Reed KotlerMake all the conditional Mips 16 branches get initially...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-15 Tom StellardR600: Fix scheduling of instructions that use the LDS...
2013-11-14 Tom StellardR600/SI: Add processor type for Hawaii
2013-11-14 Matt ArsenaultR600/SI: Remove redundant legalizeOperands call
2013-11-14 Hans WennborgAdd #include raw_ostream.h in lib/Target/R600/SIFixSGPR...
2013-11-14 Matt ArsenaultR600/SI: Specify S_ADDK/S_MULK set SCC and are commutable
2013-11-14 Chad Rosier[AArch64] Remove redundant Neon_immAllOnes/Neon_immAllZ...
2013-11-14 Tim NorthoverARM: produce friendly error for invalid inline asm
2013-11-14 Elena DemikhovskyAVX-512: Handled extractelement from mask vector;
2013-11-14 Matt ArsenaultIndentation fixes
2013-11-14 Matt ArsenaultAdd a comment
2013-11-14 Matt ArsenaultFix trailing whitespace in debug printing
2013-11-14 NAKAMURA TakumiAArch64DAGToDAGISel::SelectVTBL(): Fix a warning. ...
2013-11-14 Andrew TrickMinor extension to llvm.experimental.patchpoint: don...
2013-11-14 Rafael EspindolaDon't mangle \n and "
2013-11-14 NAKAMURA TakumiR600/SIFixSGPRCopies.cpp: Fix \param to \return. [...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Kevin Qin[AArch64 neon] support poly64 and relevant intrinsic...
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-13 Tom StellardR600: Fix uninitialized variable usage
2013-11-13 Reed KotlerTake care of long short branch immediate instructions...
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-11-13 Tom StellardR600/SI: Prefer SALU instructions for bit shift operations
2013-11-13 Chad Rosier[AArch64] Add support for legacy AArch32 NEON scalar...
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-11-13 Richard Sandiford[SystemZ] Add the general form of BCR
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-13 Vladimir MedicFix bug in .gpword directive parsing.
2013-11-13 Zoran JovanovicSupport for microMIPS trap instruction with immediate...
2013-11-13 Robert LyttonXCore target: implement exception handling
2013-11-13 Vladimir MedicThis patch fixes a bug in floating point operands parsi...
2013-11-13 NAKAMURA TakumiMips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>
2013-11-13 Reed KotlerAllow the code which returns the length for inline...
2013-11-13 Matt ArsenaultR600: Fix selection failure on EXTLOAD
2013-11-13 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-11-12 Rafael EspindolaRemove always true flag.
2013-11-12 Andrew TrickCleanup the stackmap operand folding code and fix a...
2013-11-12 Akira Hatanaka[mips] Fix a bug in function CC_MipsO32_FP64. The secon...
2013-11-12 Eric ChristopherAdd a FIXME for 32-bit q modifiers.
2013-11-12 Tim NorthoverARM: diagnose invalid system LDM/STM
2013-11-12 Akira Hatanaka[mips] Revert part of r194510 that was accidentally...
2013-11-12 Akira Hatanaka[mips] Fix and re-enable a test case that has been...
2013-11-12 Chad Rosier[AArch64] Implemented AdvSIMD scalar x indexed element...
2013-11-12 Roman DivackyExpand rotate instructions on sparcv9 as well.
2013-11-12 Andrew TrickSimplify operand folding when rematerializing a load.
2013-11-12 Vincent LejeuneR600: Reenable llvm.R600.load.input/interp.input for...
2013-11-12 Daniel Sanders[mips][msa] Enable inlinse assembly for MSA.
2013-11-12 Daniel Sanders[mips][msa] Fix buildbot failures caused by an unused...
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bclr, and bclri...
2013-11-12 Bradley Smith[ARM] Add support for FP_HP_extension build attribute
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bset, bseti...
2013-11-12 Robert LyttonXCore target: fix bug in aligning 'byval i8*' on the...
2013-11-12 Robert LyttonAdd XCore support for ATOMIC_FENCE.
2013-11-12 Robert LyttonXCore target: return error for unsupported alignment
2013-11-12 Matt ArsenaultR600/SI: Change formatting of printed registers.
2013-11-12 Reed KotlerChange the default branch instruction to be the 16...
2013-11-11 Lang HamesLower X86::MORESTACK_RET and X86::MORESTACK_RET_RESTORE...
2013-11-11 Andrew TrickFix the recently added anyregcc convention to handle...
2013-11-11 Vincent LejeuneR600: Use function inputs to represent data stored...
2013-11-11 Akira Hatanaka[mips] Partially revert r193641. Stack alignment should...
2013-11-11 Artyom Skrobov[ARM] Add support for MVFR2 which is new in ARMv8
2013-11-11 Justin Holewinski[NVPTX] Properly handle bitcast ConstantExpr when check...
2013-11-11 Justin Holewinski[NVPTX] Fix logic error in loading vector parameters...
2013-11-11 Chad Rosier[AArch64] The shift right/left and insert immediate...
2013-11-11 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-11 Hal FinkelAdd PPC option for full register names in asm
2013-11-11 Justin Holewinski[NVPTX] Blacklist TailDuplicate pass
2013-11-11 Tim NorthoverAArch64: refactor vector list creation to be more uniform
2013-11-10 Matt ArsenaultMake method static
2013-11-10 Matt ArsenaultFix missing C++ mode comment
2013-11-10 Reed KotlerMostly finish up constant islands port for Mips for...
2013-11-09 Benjamin KramerRemove some unnecessary temporary strings.
2013-11-09 Logan Chien[arm] Refine ARMBuildAttrs.h.
2013-11-09 Akira Hatanaka[mips] Make sure there is a chain edge dependency betwe...
2013-11-09 Juergen Ributzka[Stackmap] Materialize the jump address within the...
next