Silencing some MSVC warnings "C4805: '^' : unsafe mix of type 'bool' and type 'unsign...
[oota-llvm.git] / lib / Target /
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...
2015-03-18 Eric ChristopherRevert "Migrate the AArch64 TargetRegisterInfo to its...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts
2015-03-18 Rafael EspindolaAdd a default implementation of createObjectStreamer.
2015-03-18 Krzysztof Parzyszek[Hexagon] Use pseudo-instructions for true/false predic...
2015-03-18 Krzysztof ParzyszekRevert "[Hexagon] Use pseudo-instructions for true...
2015-03-18 Rafael EspindolaHandle X86::reloc_riprel_4byte in 32 bits mode.
2015-03-18 Krzysztof Parzyszek[Hexagon] Use pseudo-instructions for true/false predic...
2015-03-18 Krzysztof Parzyszek[Hexagon] Intrinsics for circular and bit-reversed...
2015-03-18 Krzysztof Parzyszek[Hexagon] Handle ENDLOOP0 in InsertBranch and RemoveBranch
2015-03-18 John Brawn[ARM] Align stack objects passed to memory intrinsics
2015-03-18 Kai Nacke[mips] Add itineraries for ext and ins instructions.
2015-03-18 Alexei Starovoitov[bpf] fix build
2015-03-18 Krzysztof ParzyszekGenerate bit manipulation instructions on Hexagon
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Krzysztof ParzyszekRemove unneeded selection functions from HexagonISelDAG...
2015-03-17 Pirama Arumuga NainarFix bug while building FP16 constant vectors for AArch64
2015-03-17 NAKAMURA TakumiAppease AArch64ISelLowering.cpp miscompiled by g++...
2015-03-17 Krzysztof ParzyszekSelection DAG preprocessing on Hexagon
2015-03-17 David MajnemerRevert "COFF: Let globals with private linkage reside...
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Samuel AntaoAdd assertion to detect invalid registers in the PowerP...
2015-03-17 Richard Barton[ARM] Fix offset calculation in ARMBaseRegisterInfo...
2015-03-17 Daniel Sanders[systemz] Distinguish the 'Q', 'R', 'S', and 'T' inline...
2015-03-17 Samuel AntaoFix R0 use in PowerPC VSX store for FastIsel.
2015-03-17 Rafael EspindolaUse createTempSymbol to avoid collisions instead of...
2015-03-17 Rafael EspindolaMake EmitFunctionHeader a private helper.
2015-03-17 Daniel SandersRe-commit: [hexagon] Distinguish the 'o', 'v', and...
2015-03-17 Rafael EspindolaCall EmitFunctionHeader just before EmitFunctionBody.
2015-03-17 Rafael EspindolaConvert the easy cases of GetTempSymbol to createTempSy...
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
next