Test both input file orders.
[oota-llvm.git] / lib / Target /
2015-11-26 Craig Topper[X86] Now that X86VPermt2 is used in all the avx512_per...
2015-11-26 Craig Topper[X86] Merge X86VPermt2Fp and X86VPermt2Int back togethe...
2015-11-26 Craig Topper[X86] Split ISD node for Vfpclass and Vfpclasss so...
2015-11-26 Craig Topper[X86] Revert part of r254167 to recover bots.
2015-11-26 Krzysztof Parzyszek[Hexagon] Lowering of V60/HVX vector types
2015-11-26 Craig Topper[X86] Strengthen more type constraints to reduce isel...
2015-11-26 Krzysztof Parzyszek[Hexagon] Hexagon V60 HVX intrinsic defintions
2015-11-26 Daniel Sanders[mips][ias] Range check uimm5 operands and fix several...
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A new AT instruction variants
2015-11-26 Martell MaloneARM: address WOA unsigned division overflow crash
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A UAO PSTATE bit
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A persistent memory instruction
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A ID_A64MMFR2_EL1 register
2015-11-26 Oliver Stannard[AArch64] Add subtarget features for ARMv8.2-A
2015-11-26 Craig Topper[X86] Strengthen more type constraints to reduce isel...
2015-11-26 Vyacheslav KlochkovX86-FMA3: Improved/enabled the memory folding optimizat...
2015-11-26 Craig Topper[X86] Strengthen the type constraints on X86psadbw...
2015-11-26 Krzysztof Parzyszek[Hexagon] HVX vector register classes and more isel...
2015-11-26 Tom StellardAMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
2015-11-25 Dan Gohman[WebAssembly] Fix inline asm support for i64 operands.
2015-11-25 Dan Gohman[WebAssembly] Fold setne and seteq comparisons into...
2015-11-25 Krzysztof Parzyszek[Hexagon] Treat transfers of FP immediates are pseudo...
2015-11-25 Dan Gohman[WebAssembly] Add some comments. NFC.
2015-11-25 Marek OlsakAMDGPU/SI: select S_ABS_I32 when possible (v2)
2015-11-25 Dan Gohman[WebAssembly] Fix WebAssembly register numbering for...
2015-11-25 Matt ArsenaultAMDGPU: Check feature attributes in SIMachineFunctionInfo
2015-11-25 Krzysztof ParzyszekAdd hexagonv55 and hexagonv60 as recognized CPUs, make...
2015-11-25 Matt ArsenaultAMDGPU: Make v2i64/v2f64 legal types.
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-25 Dan Gohman[WebAssembly] Use a physical register to describe ARGUM...
2015-11-25 Dan Gohman[WebAssembly] Clean up several FIXME comments.
2015-11-25 Dan Gohman[WebAssembly] Support for register stackifying with...
2015-11-25 Dan Gohman[WebAssembly] Codegen support for ISD::ExternalSymbol
2015-11-25 Dan Gohman[WebAssembly] Add 'final' to some classes. NFC.
2015-11-25 Dan Gohman[WebAssembly] Whitespace consistency. NFC.
2015-11-25 Sanjay Patelfix typo; NFC
2015-11-25 Hal Finkel[PowerPC] Don't generate mfocrf on the e500mc
2015-11-25 Elena DemikhovskyAVX-512: Fixed a bug in VPERMT2* intrinsic.
2015-11-25 Hans WennborgRevert r253528: "[X86] Enable shrink-wrapping by default."
2015-11-25 Kaelyn TakataFix an asan error where NumElements > 32 for at least...
2015-11-24 Simon Pilgrim[X86][FMA] Optimize FNEG(FMA) Patterns
2015-11-24 Cong Hou[X86] Fix several issues related to X86's psadbw instru...
2015-11-24 Sanjay Patel[x86] remove duplicate movq instruction defs (PR25554)
2015-11-24 Krzysztof Parzyszek[Hexagon] Add missing include of <cctype>
2015-11-24 Krzysztof Parzyszek[Hexagon] Bring HexagonInstrInfo up to date
2015-11-24 Matt ArsenaultAMDGPU: Split LDS vector loads
2015-11-24 Matt ArsenaultAMDGPU: Split x8 and x16 vector loads instead of scalarize
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-24 Cong Hou[X86][SSE] Detect AVG pattern during instruction combin...
2015-11-23 Dan Gohman[WebAssembly] Don't print the types of memory_size...
2015-11-23 Andy AyersfindDeadCallerSavedReg needs to pay attention to callin...
2015-11-23 Dan Gohman[WebAssembly] Don't special-case call operand order.
2015-11-23 Dan Gohman[WebAssembly] Suffix output operands with '='.
2015-11-23 Dan Gohman[WebAssembly] Model the return value of store instructi...
2015-11-23 Dan Gohman[WebAssembly] Don't use set_local instructions explicitly.
2015-11-23 Dan Gohman[WebAssembly] Always print loop end labels
2015-11-23 Dan Gohman[WebAssembly] Remove incomplete MCCodeEmitter bits.
2015-11-23 Dan Gohman[WebAssembly] Emit .param, .result, and .local through MC.
2015-11-23 Dan Gohman[WebAssembly] Use dominator information to improve...
2015-11-23 Daniel Sanders[mips] .ent and .end should also set the type and size...
2015-11-23 Krzysztof Parzyszek[Hexagon] Update instruction formats
2015-11-23 Martell MaloneARM: address WoA division overflow crash
2015-11-23 Craig Topper[Mips] Remove an unnecessary wrapping of a predicate...
2015-11-22 Elena DemikhovskyAVX-512: Optimized INSERT_SUBVECTOR for i1 vector types
2015-11-22 Sanjay Patelfix formatting; NFC
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Simon Pilgrim[X86][AVX512] Added AVX512 VMOVLHPS/VMOVHLPS shuffle...
2015-11-21 Simon Pilgrim[X86][SSE] Legal XMM Register Class ordering for SSE1
2015-11-21 Matthias BraunARMLoadStoreOptimizer: Cleanup isMemoryOp(); NFC
2015-11-20 Vinicius TintiTest commit
2015-11-20 Eric ChristopherPower8 and later support fusing addis/addi and addis...
2015-11-20 Jun Bum Lim[AArch64]Merge narrow zero stores to a wider store
2015-11-20 Eric ChristopherWeak non-function symbols were being accessed directly...
2015-11-20 Krzysztof Parzyszek[Hexagon] Fix the return value from HexagonGenInsert...
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-20 Tilmann Scheller[Hexagon] Remove redundant assignment.
2015-11-20 Daniel SandersPartially revert r253662: some unrelated work was accid...
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-20 Tilmann Scheller[Hexagon] Remove redundant local variable.
2015-11-20 Hrvoje Varga[mips][microMIPS] Implement MUL[_S].PH, MULEQ_S.W.PHL...
2015-11-20 Dan Gohman[WebAssembly] Remove the AsmPrinter code for printing...
2015-11-20 Dan Gohman[WebAssembly] Add a few open tasks to the target README...
2015-11-20 Dan Gohman[WebAssembly] Rename SWITCH to TABLESWITCH to match...
2015-11-20 Dan Gohman[WebAssembly] Remove done items from the README.txt.
2015-11-20 Dan Gohman[WebAssembly] Add asserts that the expression stack...
2015-11-20 Dan Gohman[WebAssemby] Enforce FIFO ordering for instructions...
2015-11-20 Eric ChristopherSplit the argument unscheduling loop in the WebAssembly...
2015-11-19 Eric ChristopherFix a [-Werror,-Wcovered-switch-default] warning by...
2015-11-19 Dan Gohman[WebAssembly] Implement isCheapToSpeculateCtlz and...
2015-11-19 Simon Pilgrim[X86][SSE4A] Fix issue with EXTRQI shuffles not startin...
2015-11-19 Reid KlecknerFix UMRs in Mips disassembler on invalid instruction...
2015-11-19 Simon Pilgrim[X86] Use existing MachineInstrBuilder::addDisp to...
2015-11-19 Jun Bum Lim [AArch64] Refactoring aarch64-ldst-opt. NCF.
2015-11-19 Jun Bum Lim[AArch64]Extend merging narrow loads into a wider load
2015-11-19 Hans WennborgX86: More efficient legalization of wide integer compares
2015-11-19 Zoran Jovanovic[mips] Expansion of ROL and ROR macros
2015-11-19 Elena DemikhovskyAVX-512: Fixed COPY_TO_REGCLASS for mask registers
2015-11-19 Simon Pilgrim[X86][AVX] Fix lowering of X86ISD::VZEXT_MOVL for 128...
next