[opaque pointer types] Push explicit type parameter for geps through the constant...
[oota-llvm.git] / lib / Target /
2015-04-03 Matthias BraunARM: Handle physreg targets in RegPair hints gracefully
2015-04-02 Sanjay Patel[AVX] Improve insertion of i8 or i16 into low element...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-04-02 Quentin Colombet[AArch64] Add a comment to make it explicit why we...
2015-04-02 Sanjay Patel[X86, AVX] adjust tablegen patterns to generate better...
2015-04-02 Vasileios Kalintiris[mips] Implement eliminateCallFramePseudoInstr() in...
2015-04-02 Elena DemikhovskyAVX-512: intrinsics for VPADD, VPMULDQ and VPSUB
2015-04-02 Vasileios Kalintiris[mips] Expose adjustStackPtr() from MipsInstrInfo....
2015-04-02 Vasileios Kalintiris[mips] Make sure that we don't adjust the stack pointer...
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-04-01 Benjamin Kramer[X86] Don't accidentally select shll $1, %eax when...
2015-04-01 Vladimir Sukharev[ARM] Rename v8.1a from "extension" to "architecture"
2015-04-01 Vladimir Sukharev[AArch64] Rename v8.1a from "extension" to "architecture"
2015-04-01 Ulrich Weigand[SystemZ] Support transactional execution on zEC12
2015-04-01 Hal Finkel[PowerPC] FastISel can't handle i1 return values when...
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-31 Sanjay Pateltypo; NFC
2015-03-31 Hal Finkel[PowerPC] Don't use a vector preferred memory type...
2015-03-31 Quentin Colombet[AArch64] Enable the codegenprepare optimization that...
2015-03-31 Simon Atanasyan[Hexagon] Avoid an unused variable warning when asserti...
2015-03-31 Ulrich Weigand[SystemZ] Address review comments for r233689
2015-03-31 Sanjay Patel[X86, AVX] fix zero-extending integer operand load...
2015-03-31 Sanjay Patel[X86, AVX] try to lowerVectorShuffleAsElementInsertion...
2015-03-31 Ulrich Weigand[SystemZ] Add Analysis to required_libraries (fall...
2015-03-31 Krzysztof ParzyszekExpand MUX instructions early on Hexagon
2015-03-31 Krzysztof ParzyszekRevert 233694. Weak SVN-fu.
2015-03-31 Krzysztof ParzyszekExpand MUX instructions early on Hexagon
2015-03-31 Vladimir Sukharev[AArch64] Add v8.1a "Rounding Double Multiply Add/Subtr...
2015-03-31 Ulrich Weigand[SystemZ] Support RISBGN instruction on zEC12
2015-03-31 Ulrich Weigand[SystemZ] Use POPCNT instruction on z196
2015-03-31 Ulrich Weigand[SystemZ] Provide basic TargetTransformInfo implementation
2015-03-31 Rafael EspindolaFix the operand encoding in the test instruction.
2015-03-31 Ulrich Weigand[PowerPC] Remove TargetMachine CPU auto-detection
2015-03-31 Ahmed Bougacha[X86] Generate MOVNT for all vector types.
2015-03-31 Alexei Starovoitov[bpf] mark mov instructions as ReMaterializable
2015-03-31 Quentin Colombet[AArch64] Fix poor codegen for add immediate.
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Juergen RibutzkaTransfer implicit operands when expanding the RET_Reall...
2015-03-30 Alexei Starovoitov[bpf] add support for bswap instructions
2015-03-30 Alexei Starovoitov[bpf] fix build
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the X86...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the Sparc...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the NVPTX...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the ARM...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the AArch64...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-03-30 Justin Holewinski[NVPTX] Associate a minimum PTX version for each SM...
2015-03-30 Duncan P. N. Exon... CodeGen: Use the new DebugLoc API, NFC
2015-03-30 Justin Holewinski[NVPTX] Add options for PTX 4.1/4.2 and SM 3.2/3.7...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-30 Sanjay Patelmore space; NFC
2015-03-30 Ulrich Weigand[SystemZ] Fix LLVM crash on unoptimized code
2015-03-30 Ulrich Weigand[SystemZ] Remove TargetMachine CPU auto-detection
2015-03-30 Daniel Sanders[mips] Support 9-bit offsets for the 'R' inline assembl...
2015-03-30 Elena DemikhovskyAVX-512: blank lines, duplicated tests, no functional...
2015-03-30 Elena DemikhovskyAVX-512: added intrinsics for VPAND, VPOR and VPXOR
2015-03-30 Craig Topper[X86] Remove FeatureAES for 'corei7' CPU. 'corei7'...
2015-03-29 Elena DemikhovskyAVX-512: Fixed the "commutative" property flag in VPAND...
2015-03-28 Akira HatanakaDelete MCInstPrinter::AvailableFeatures.
2015-03-28 Akira Hatanaka[X86] Read the feature bits from the subtarget that...
2015-03-28 Hal Finkel[PowerPC] Add asm parser support for bitmask forms...
2015-03-28 Akira HatanakaPartially revert the changes I made in r233473 to keep...
2015-03-28 Akira Hatanakaclang-format X86ATTInstPrinter.{h,cpp} before I make...
2015-03-28 Akira Hatanaka[SparcInstPrinter] Use the subtarget that is passed...
2015-03-27 Akira Hatanaka[ARM] Enable changing instprinter's behavior based...
2015-03-27 Akira Hatanakaclang-format ARMInstPrinter.{h,cpp} before I make chang...
2015-03-27 Akira Hatanaka[AArch64InstPrinter] Use the feature bits of the subtar...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-27 Marek OlsakR600/SI: Fix VOP2 VI encoding
2015-03-27 Alexei Starovoitov[bpf] add support for bpf pseudo instruction
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-27 Vladimir Sukharev[AArch64] Don't store available subtarget features...
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-26 Derek SchuffUse movw/movt instead of constant pool loads to lower...
2015-03-26 Renato GolinAdds an option to disable ARM ld/st optim pass
2015-03-26 Vladimir Sukharev[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract...
2015-03-26 Vladimir Sukharev[AArch64] Rename Pairs to Mappings in AArch64NamedImmMapper
2015-03-26 Vladimir Sukharev[AArch64] Move initializations of AArch64NamedImmMapper...
2015-03-26 Sanjay Patelcomment cleanup; NFC
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...
next