Support: generalise object type handling for Windows
[oota-llvm.git] / lib / Target /
2014-03-26 Matheus Almeida[mips] Rename function in MipsAsmParser.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64'.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64r2'.
2014-03-26 Christian PirkerAArch64_BE function argument passing for ARM ABI
2014-03-26 Tim NorthoverARM: add intrinsics for the v8 ldaex/stlex
2014-03-26 Matheus Almeida[mips] Hoist common functionality into a new function.
2014-03-26 Renato GolinChange @llvm.clear_cache default to call rt-lib
2014-03-26 Daniel Sanders[mips] The decision to use MO_GOT_PAGE and MO_GOT_OFST...
2014-03-26 Cameron McInallyFix AVX512 Gather and Scatter execution domains.
2014-03-26 Matheus Almeida[mips] Add support for '.option pic2'.
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-26 Hal Finkel[PowerPC] Lower VSELECT using xxsel when VSX is available
2014-03-26 Daniel Sanders[mips] The register names depend on the ABI being N32...
2014-03-26 Daniel Sanders[mips] $s8 is an alias for $fp in all ABI's, not just...
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Hal Finkel[PowerPC] Generate logical vector VSX instructions
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Quentin Colombet[X86] Add broadcast instructions to the table used...
2014-03-25 Hal Finkel[PowerPC] Select between VSX A-type and M-type FMA...
2014-03-25 Hal Finkel[PowerPC] Correct commutable indices for VSX FMA instru...
2014-03-25 Hal Finkel[PowerPC] Add a TableGen relation for A-type and M...
2014-03-25 Matt ArsenaultR600: Move computeMaskedBitsForTargetNode out of AMDILI...
2014-03-25 Juergen Ributzka[X86TTI] Make constant base pointers for getElementPtr...
2014-03-25 Juergen Ributzka[Stackmaps][X86TTI] Fix think-o in getIntImmCost calcul...
2014-03-25 Adam Nemet[X86] Generate VPSHUFB for in-place v16i16 shuffles
2014-03-25 Adam Nemet[X86] Factor out new helper getPSHUFB
2014-03-25 Daniel Sanders[mips] '.set at=$0' should be equivalent to '.set noat'
2014-03-25 Cameron McInallyFix AVX2 Gather execution domains.
2014-03-25 Daniel Sanders[mips] Correct testcase for .set at=$reg and emit the...
2014-03-25 Daniel Sanders[mips] Fix assembler temporary expansion and add associ...
2014-03-25 Kevin EnderbyFix crashes when assembler directives are used that...
2014-03-24 Matt ArsenaultR600: Don't viewCFG() under DEBUG() except on failure.
2014-03-24 Matt ArsenaultR600/SI: Fix extra mov from legalizing 64-bit SALU...
2014-03-24 Matt ArsenaultR600/SI: Sub-optimial fix for 64-bit immediates with...
2014-03-24 Matt ArsenaultR600/SI: Fix 64-bit bit ops that require the VALU.
2014-03-24 Matt ArsenaultR600: Implement isNarrowingProfitable.
2014-03-24 Matt ArsenaultR600/SI: Move splitting 64-bit immediates to separate...
2014-03-24 Ulrich Weigand[PowerPC] Generate little-endian object files
2014-03-24 Quentin Colombet[X86][ISelDAG] Add missing fallback patterns for avx2...
2014-03-24 Matt ArsenaultR600/SI: Fix 64-bit private loads.
2014-03-24 Adam Nemet[X86] Fix non-determinism in LowerVectorAllZeroTest
2014-03-24 Daniel Sanders[mips] Add error message when trying to use $at in...
2014-03-24 Eli BenderskyRemoves the NVPTXSplitBBatBar pass.
2014-03-24 Tom StellardR600/SI: Fix warning with gcc 4.8.2
2014-03-24 Tom StellardR600/SI: Promote fp64 SELECT to i64
2014-03-24 Tom StellardR600: Reorganize tablegen instruction definitions
2014-03-24 Will Schmidt[PPC64LE] ELFv2 ABI updates for the .opd section
2014-03-24 Daniel Sanders[mips] Allow dsubu to take an immediate as an alias...
2014-03-24 Hal Finkel[PowerPC] Mark many instructions as commutative
2014-03-24 Daniel Sanders[mips] Implement shorthand add / sub forms for MIPS.
2014-03-24 Justin Holewinski[NVPTX] Add isel patterns for addrspacecast
2014-03-24 Hal Finkel[PowerPC] Don't schedule VSX copy legalization unless...
2014-03-24 Hal Finkel[PowerPC] Update comment re: VSX copy-instruction selection
2014-03-23 Arnaud A. de Grand... ARM: no need to update SplatBits as it is not used
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-23 Hal Finkel[PowerPC] Make use of VSX f64 <-> i64 conversion instru...
2014-03-22 Craig TopperPrune includes in ARM target.
2014-03-22 Saleem AbdulrasoolARM IAS: properly handle function entries in .thumb
2014-03-22 Hal Finkel[PowerPC] Fix the VSX v2f64 return register
2014-03-21 Chad Rosier[AArch64] Add SchedRW lists to NEON instructions.
2014-03-21 Matt ArsenaultR600/SI: Move instruction patterns to scalar versions.
2014-03-21 Daniel Sanders[mips] Correct lowering of VECTOR_SHUFFLE to VSHF.
2014-03-21 Tom StellardR600/SI: Handle MUBUF instructions in SIInstrInfo:...
2014-03-21 Tom StellardR600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU()
2014-03-21 Tom StellardR600/SI: Use SGPR_(32|64) reg clases when lowering...
2014-03-21 Richard Sandiford[SystemZ] Use "let Predicates =" for blocks of new...
2014-03-21 Richard Sandiford[SystemZ] Add support for z196 float<->unsigned conversions
2014-03-21 Matheus Almeida[mips] Update namespace.
2014-03-21 Juergen Ributzka[Constant Hoisting] Make the constant materialization...
2014-03-21 Jiangning LiuThis reverts commit r203762, "ARM: support emission...
2014-03-21 Kevin Qin[AArch64] Remove .data_region directive from AArch64.
2014-03-20 Weiming ZhaoFix PR19136: [ARM] Fix Folding SP Update into vpush...
2014-03-20 Juergen RibutzkaRevert "[Constant Hoisting] Extend coverage of the...
2014-03-20 Juergen Ributzka[Constant Hoisting] Extend coverage of the constant...
2014-03-20 Matt ArsenaultR600: Remove unused method declaration.
2014-03-20 Kai Nacke[MIPS] Add cpu octeon and some instructions
2014-03-20 Zoran JovanovicProvide an operand for microMIPS wait instruction.
2014-03-20 Zoran JovanovicImplementation of microMIPS 16-bit instructions MOVE...
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-20 Matheus Almeida[mips] Splitting up class definition from implementation.
2014-03-20 Alexey SamsonovAdd llvm_unreachable after fully-covered switches to...
2014-03-20 Saleem AbdulrasoolReapply 'ARM IAS: support .thumb_set'
2014-03-20 Craig Topper[X86] Check return value of readSIB in disassembler...
2014-03-20 Hao Liu[ARM]Fix an assertion failure in A15SDOptimizer about...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-19 Matt ArsenaultR600/SI: Add unused LDS 2 form instructions.
2014-03-19 Matt ArsenaultR600/SI: Add support for 64-bit LDS writes
2014-03-19 Matt ArsenaultR600/SI: Add support for 64-bit LDS loads.
2014-03-19 Matt ArsenaultR600/SI: Match i16 immediate offset of LDS instructions.
2014-03-19 Matt ArsenaultR600/SI: Don't display the GDS bit.
2014-03-19 Matt ArsenaultR600/SI: Merge offset0 and offset1 fields for single...
2014-03-19 Matheus Almeida[mips] 80-column.
2014-03-19 Craig TopperPrune includes in X86 target.
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
2014-03-18 Rafael EspindolaAdd back r203962, r204028 and r204059.
2014-03-18 Hans WennborgX86 memcpy lowering: use "rep movs" even when esi is...
2014-03-18 Manuel JacobX86: Use enums for memory operand decoding instead...
2014-03-18 Krzysztof ParzyszekEnable CFI on Hexagon.
2014-03-18 Bill SchmidtFix PR19144: Incorrect offset generated for int-to...
2014-03-18 Alexander KornienkoRevert r203962 and two revisions depending on it: r2040...
next