Initial version of Go bindings.
[oota-llvm.git] / lib / Target /
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-16 Matt ArsenaultR600/SI: Remove unnecessary VALU patterns
2014-10-16 Matt ArsenaultR600: Fix nonsensical implementation of computeKnownBit...
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-16 Juergen Ributzka[AArch64] Fix miscompile of sdiv-by-power-of-2.
2014-10-16 Vasileios Kalintiris[mips] Account for endianess when expanding BuildPairF6...
2014-10-16 Vasileios Kalintiris[mips] Marked the DI/EI instruction aliases as MIPS32r2
2014-10-16 Vasileios KalintirisTest commit access: remove extra new line at the end...
2014-10-16 Matt ArsenaultR600: Remove dead function
2014-10-15 Adam Nemet[AVX512] Add DQ subvector inserts
2014-10-15 Adam Nemet[AVX512] Two new attributes in X86VectorVTInfo for...
2014-10-15 Adam Nemet[AVX512] Rename arg from Opcode32/64 to Opcode128/256...
2014-10-15 Matt ArsenaultR600: Remove unnecessary part of computeKnownBitsForTar...
2014-10-15 Matt ArsenaultMove variable down to use
2014-10-15 Tom StellardR600/SI: Fix bug where immediates were being used in...
2014-10-15 Sid ManningWrong attribute. LLVM_ATTRIBUTE_UNUSED not LLVM_ATTRIB...
2014-10-15 Sid ManningWrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE...
2014-10-15 Sid ManningAdd LLVM_ATTRIBUTE_UNUSED to function currently just...
2014-10-15 Juergen RibutzkaReapply "[FastISel][AArch64] Add custom lowering for...
2014-10-15 Juergen Ributzka[FastISel][AArch64] Factor out add with immediate emiss...
2014-10-15 Sid ManningEnable the instruction printer in HexagonMCTargetDesc
2014-10-15 Matt ArsenaultR600/SI: Also try to use 0 base for misaligned 8-byte...
2014-10-15 Matt ArsenaultR600: Fix miscompiles when BFE has multiple uses
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-10-15 Matt ArsenaultR600: Use existing variable
2014-10-15 Matt ArsenaultR600: Remove outdated comment
2014-10-15 Juergen RibutzkaRevert "[FastISel][AArch64] Add custom lowering for...
2014-10-15 Tim NorthoverARM: drop check for triple that's no longer used.
2014-10-15 Eric ChristopherRemove unused variable.
2014-10-14 Gerolf Hoflehner[AArch64] Wrong CC access in CSINC-conditional branch...
2014-10-14 Gerolf Hoflehner[AAarch64] Optimize CSINC-branch sequence
2014-10-14 Simon Pilgrim[X86][SSE] pslldq/psrldq shuffle mask decodes
2014-10-14 Tim NorthoverARM: remove ARM/Thumb distinction for preferred alignment.
2014-10-14 Tim NorthoverARM: allow misaligned local variables in Thumb1 mode.
2014-10-14 Juergen Ributzka[FastISel][AArch64] Add custom lowering for GEPs.
2014-10-14 Hans Wennborg[x86 asm] allow fwait alias in both At&t and Intel...
2014-10-14 Tim NorthoverARM: set preferred aggregate alignment to 32 universally.
2014-10-14 Juergen Ributzka[FastISel][AArch64] Fix sign-/zero-extend folding when...
2014-10-14 Jan VeselyReapply "R600: Add new intrinsic to read work dimensions"
2014-10-14 Rafael EspindolaRevert "R600: Add new intrinsic to read work dimensions"
2014-10-14 Jan VeselyR600: Add new intrinsic to read work dimensions
2014-10-14 Jan VeselyR600: FMA is VecALU only instruction
2014-10-14 Reed KotlerFinish getting Mips fast-isel to match up with AArch64...
2014-10-14 Matt ArsenaultR600/SI: Use DS offsets for constant addresses
2014-10-14 Robert Khasanov[AVX512] Extended avx512_binop_rm to DQ/VL subsets.
2014-10-14 Robert Khasanov[AVX512] Extended avx512_binop_rm to BW/VL subsets.
2014-10-14 Bradley Smith[AArch64] Fix crash with empty/pseudo-only blocks in...
2014-10-14 Eric ChristopherGrab the subtarget info off of the MachineFunction...
2014-10-14 Eric ChristopherUse the triple to figure out if this is a darwin target...
2014-10-14 Hao Liu[AArch64]Select wide immediate offset into [Base+XReg...
2014-10-14 Eric ChristopherInclude map into the A15SDOptimizer rather than pick...
2014-10-14 Eric ChristopherRemove the TargetMachine from DFAPacketizer since it...
2014-10-13 Reed KotlerMake first of several changes to bring up to AArch64...
2014-10-13 Filipe CabecinhasFix a broadcast related regression on the vector shuffl...
2014-10-13 Matt ArsenaultR600/SI: Minor cleanup of function
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Follow-up fixes to r219602...
2014-10-13 Renato GolinAdds support for the Cortex-A17 to the ARM backend
2014-10-13 Bradley Smith[AArch64] Add workaround for Cortex-A53 erratum (835769)
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory references...
2014-10-13 NAKAMURA TakumiRevert r219584, "[X86] Memory folding for commutative...
2014-10-12 Simon Pilgrim[X86] Memory folding for commutative instructions.
2014-10-11 Simon PilgrimTest commit access (email fix)
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-10-11 Simon PilgrimTest commit access
2014-10-11 Reed KotlerAdd basic conditional branches in mips fast-isel
2014-10-10 Matt ArsenaultR600/SI: Change how DS offsets are printed
2014-10-10 Matt ArsenaultR600/SI: Match read2/write2 stride 64 versions
2014-10-10 Matt ArsenaultR600/SI: Add load / store machine optimizer pass.
2014-10-10 Chandler Carruth[mips] Actually mark that the default case is unreachab...
2014-10-10 Reed KotlerImplement floating point compare for mips fast-isel
2014-10-10 Matt ArsenaultR600/SI: Disable copying of SCC
2014-10-10 Reed Kotlerimplement integer compare in mips fast-isel
2014-10-10 Bill Schmidt[PowerPC] Reduce names from Power8Vector to P8Vector
2014-10-10 Reed KotlerImplement floating point to integer conversion in mips...
2014-10-10 Benjamin KramerReduce double set lookups. NFC.
2014-10-10 Bill Schmidt[PowerPC] Add feature for Power8 vector extensions
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUSP instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement JR16 instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUS5 instruction
2014-10-10 Zoran Jovanovicps][microMIPS] Implement JRC instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement JALRS16 instruction
2014-10-10 Chandler CarruthDon't use an unqualified 'abs' function call with a...
2014-10-09 Samuel AntaoFix bug in GPR to FPR moves in PPC64LE.
2014-10-09 Benjamin KramerRemove a compiler bug workaround from 2007. The affecte...
2014-10-09 Matt ArsenaultFix typo
2014-10-09 Tom StellardR600/SI: Legalize CopyToReg during instruction selection
2014-10-09 Lang Hames[PBQP] Add missing headers from r219421.
2014-10-09 Lang Hames[PBQP] Replace PBQPBuilder with composable constraints...
2014-10-09 Tom StellardR600/SI: Legalize INSERT_SUBREG instructions during...
2014-10-09 Bill Schmidt[PPC64] VSX indexed-form loads use wrong instruction...
2014-10-09 Kevin Qin[AArch64] Enable partial & runtime unrolling on cortex...
2014-10-09 Robert Khasanov[AVX512] Extended avx512_binop_rm for AVX512VL subsets.
2014-10-09 Bob WilsonUse triple's isiOS() and isOSDarwin() methods.
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-10-08 Adam Nemet[AVX512] Rename AVX512_masking* to AVX512_maskable*
2014-10-08 Adam Nemet[AVX512] Intrinsics for vextract*x4
2014-10-08 Adam Nemet[AVX512] Add asm-only support for vextract*x4 masking...
2014-10-08 Adam Nemet[AVX512] Move DAG for all-zero node to X86VectorVTInfo
2014-10-08 Adam Nemet[AVX512] Peel off an asm-only class from AVX512_masking...
next