Remove outdated README-SSE.txt entries.
[oota-llvm.git] / lib / Target /
2015-03-26 Benjamin KramerRemove outdated README-SSE.txt entries.
2015-03-26 Benjamin KramerInstCombine: fold (A << C) == (B << C) --> ((A^B) ...
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-26 Sanjay PatelUse SDValue bool checks; NFC intended
2015-03-26 Toma Tabacu[mips] Move the setATReg definition inside the MipsAsse...
2015-03-26 Andrea Di Biagio[X86][FastIsel] Teach how to select vector load instruc...
2015-03-26 Eric ChristopherAdd computeFSAdditions to the function based subtarget...
2015-03-25 Nico WeberFix typo in comment.
2015-03-25 Andrew KaylorFix remaining MSVC warning
2015-03-25 Krzysztof ParzyszekRevert r233206
2015-03-25 Krzysztof Parzyszek[Hexagon] Keep the bare getSubtargetImpl for now
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-25 Sanjay Patel[X86, AVX] improve insertion into zero element of 256...
2015-03-25 Benjamin Kramer[APInt] Add an isSplat helper and use it in some places.
2015-03-25 Benjamin Kramer[Hexagon] Pattern match a CTZ loop into a call to count...
2015-03-25 Benjamin Kramer[ARM] Rewrite .save/.vsave emission with bit math
2015-03-25 Craig Topper[X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and...
2015-03-24 Reid KlecknerX86: Fix frameescape when not using an FP
2015-03-24 Andrew KaylorDisabling warnings for MSVC build to enable /W4 use.
2015-03-24 David BlaikieOpaque Pointer Types: GEP API migrations to specify...
2015-03-24 Peter CollingbourneAArch64: use a different means to determine whether...
2015-03-24 Sanjay Patel[X86, AVX] recognize shufflevector with zero input...
2015-03-24 David BlaikieRefactor: Simplify boolean expressions in AArch64 target
2015-03-24 Daniel Sanders[mips] Support 16-bit offsets for 'm' inline assembly...
2015-03-24 Marek OlsakR600/SI: Insert more NOPs after READLANE on VI, don...
2015-03-24 Marek OlsakR600/SI: Select V_BFE_U32 for and+shift with a non...
2015-03-24 Marek OlsakR600/SI: Custom-select 32-bit S_BFE from bitwise opcodes
2015-03-24 Marek OlsakR600/SI: Improve BFM support
2015-03-24 Marek OlsakR600/SI: Use V_FRACT_F64 for faster 64-bit floor on SI
2015-03-24 Marek OlsakR600/SI: Expand fract to floor, then only select V_FRAC...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Simon Atanasyan[mips] Simplify boolean expressions in Mips target...
2015-03-24 Daniel Sanders[mips] Distinguish 'R', 'ZC', and 'm' inline assembly...
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 Ahmed Bougacha[AArch64, ARM] Enable GlobalMerge with -O3 rather than...
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in R600 target
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in x86 target
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Matt ArsenaultR600/SI: Merge tables for commuting
2015-03-23 Matt ArsenaultR600/SI: Only use one range of isCommutable for compares
2015-03-23 Matt ArsenaultR600/SI: Remove redundant unsetting of hasSideEffects
2015-03-23 Matt ArsenaultR600/SI: Move hasSideEffects setting into VOPCX classes
2015-03-23 Matt ArsenaultR600/SI: Allow commuting compares
2015-03-23 Matt ArsenaultR600/SI: Use right class for cmpsx f64 instructions
2015-03-23 Matt ArsenaultR600/SI: Remove cond operand to VOPCX classes
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-23 Chad Rosier[AArch64] Enable rematerialization of float 0 values.
2015-03-23 Bradley SmithRevert "[ARM] Add more pattern matching for f16 <-...
2015-03-23 Eli BenderskySimplify boolean expressions with true and false using...
2015-03-23 James Molloy[ARM] Remove target-specific ITOFP/FPTOI nodes
2015-03-23 Tom StellardR600/SI: Fix crash in SIInstrInfo::areLoadsFromSameBase...
2015-03-23 Colin LeMahieu[Hexagon] Simplify boolean expression
2015-03-23 Bradley Smith[ARM] Add more pattern matching for f16 <-> f64 conversions
2015-03-23 Benjamin KramerMove private classes into anonymous namespaces
2015-03-23 Petar JovanovicFix sign extension for MIPS64 in makeLibCall function
2015-03-23 Daniel Sanders[aarch64] Distinguish the 'Q' and 'm' inline assembly...
2015-03-22 David MajnemerSilence a GCC warning
2015-03-22 Simon PilgrimFixed MSVC compile warning issue introduced in r232837
2015-03-21 Benjamin Kramer[SimplifyLibCalls] Turn memchr(const, C, const) into...
2015-03-21 Eric ChristopherRemove the target independent TargetMachine::getSubtarg...
2015-03-21 Eric ChristopherRemove the bare getSubtargetImpl call from the AArch64...
2015-03-21 Eric ChristopherRemove the bare getSubtargetImpl call from the PPC...
2015-03-21 Eric ChristopherGrab a subtarget off of an AMDGPUTargetMachine rather...
2015-03-21 Eric ChristopherCache the Function dependent subtarget on the MachineFu...
2015-03-21 Eric ChristopherGrab the cached subtarget off of the MachineFunction.
2015-03-21 Eric ChristopherGrab a subtarget off of a MipsTargetMachine rather...
2015-03-21 Eric ChristopherSimplify the query for a subtarget in the NVPTX pass...
2015-03-21 Eric ChristopherChange getISAEncoding to use the target triple to determine
2015-03-21 Eric ChristopherMake the Hexagon ISelDAGToDAG pass set the subtarget...
2015-03-21 Ahmed Bougacha[AArch64] Prefer UZP for concat_vector of illegal truncs.
2015-03-20 Sanjay Patel[X86] Prefer blendps over insertps codegen for one...
2015-03-20 Benjamin KramerX86: Make helper functions static. NFC.
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-20 Rafael EspindolaReorganize the x86 ELF relocation selection logic.
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-20 Simon PilgrimStripped trailing whitespace. NFC.
2015-03-20 Tom StellardR600/SI: Refactor VOP2 instruction defs
2015-03-20 Tom StellardR600/SI: Refactor VOP1 instruction defs
2015-03-20 Rafael EspindolaReduce indentation after return. NFC.
2015-03-20 Rafael EspindolaUse early returns. NFC.
2015-03-20 Rafael EspindolaFold a llvm_unreachable into an assert. NFC.
2015-03-20 Rafael Espindolaclang-format a function. NFC.
2015-03-20 Craig Topper[Tablegen] Attempt to add support for patterns containi...
2015-03-20 Alexei Starovoitov[bpf] fix build
2015-03-19 Sanjay Patelmove insert, extract, concat helper functions closer...
2015-03-19 Eric ChristopherAdd an MCSubtargetInfo variable to the TargetMachine.
2015-03-19 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-19 Sanjay Patel[X86, AVX] use blends instead of insert128 with index 0
2015-03-19 Artem BelevichAdd support for __nvvm_reflect changes in libdevice...
2015-03-19 Krzysztof Parzyszek[Hexagon] Add support for vector instructions
2015-03-19 Krzysztof Parzyszek[Hexagon] ENDLOOP is a non-reversible conditional branch
2015-03-19 Daniel Sanders[sparc] Small fix to r232719 to make 2007-12-17-InvokeA...
2015-03-19 Daniel Sanders[sparc] Only support the 'm' inline assembly memory...
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts...
2015-03-18 Bill Schmidt[PowerPC] Correct typo in PPCInstrAltivec.td
2015-03-18 Eric ChristopherRevert "[X86][SSE] Avoid scalarization of v2i64 vector...
2015-03-18 Eric ChristopherRevert "Add a TargetMachine local MCRegisterInfo and...
2015-03-18 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
next