Revert "[DebugInfo] Add debug locations to constant SD nodes"
[oota-llvm.git] / lib / Target /
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Toma Tabacu[mips] [IAS] Rename the createShiftOr function to creat...
2015-04-28 Toma Tabacu[mips] [IAS] Store the expandLoadImm destination regist...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-28 Elena DemikhovskyAVX-512: Added "pandn" intrinsics set
2015-04-28 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on ELF...
2015-04-28 Matthias BraunCleanup, remove unused return value
2015-04-27 Sanjay Patelremove obsolete pattern matches for scalar SSE ops
2015-04-27 Ahmed Bougacha[AArch64] Also combine vector selects fed by non-i1...
2015-04-27 Ahmed Bougacha[AArch64] Don't assert when combining (v3f32 select...
2015-04-27 Bill SchmidtSilence unused variable errors for no-asserts builds
2015-04-27 Bill Schmidt[PPC64LE] Remove unnecessary swaps from lane-insensitiv...
2015-04-27 Sanjay Patelfix 80-cols; NFC
2015-04-27 Sanjay Patelfix typos; NFC
2015-04-27 Toma Tabacu[mips] Correct bytes to bits in 2 comments. NFC.
2015-04-27 Elena DemikhovskyAVX-512: added calling conventions for i1 vectors.
2015-04-27 Brendon Cahoon[Hexagon] Use constant extenders to fix up hardware...
2015-04-27 Toma Tabacu[mips] [IAS] Improve warning for using AT with .set...
2015-04-27 Vasileios KalintirisReapply "[mips][FastISel] Implement shift ops for Mips...
2015-04-27 Toma Tabacu[mips] [IAS] Rename getATRegNum and setATReg to {g...
2015-04-27 Elena DemikhovskyAVX-512: Extend/Truncate operations for SKX,
2015-04-27 Simon Pilgrim[X86][SSE] Add v16i8/v32i8 multiplication support
2015-04-26 Alexei Starovoitov[bpf] fix build and remove a compiler warning in Releas...
2015-04-25 Benjamin Kramer[ARM] Simplify code. NFC.
2015-04-25 Benjamin Kramer[hexagon] Use range-based for loops. No functionality...
2015-04-25 Benjamin Kramer[hexagon] Remove setHexLibcallName, it leaks memory.
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-24 Vasileios Kalintiris[mips][FastISel] Specify which types we handle for...
2015-04-24 Jingyue WuResurrect r235688
2015-04-24 Jingyue WuRevert r235688
2015-04-24 Jingyue Wu[NVPTX] Emits "generic()" depending on the original...
2015-04-24 Jingyue Wu[NVPTX] enable NaryReassociate in NVPTX
2015-04-24 Matt ArsenaultR600/SI: Fix verifier error when producing v_madmk_f32
2015-04-24 Matthias BraunR600/RegisterCoalescer: Enable more rematerialization...
2015-04-23 Matt ArsenaultR600/SI: Special case v_mov_b32 as really rematerializable
2015-04-23 Hal Finkel[PowerPC] Support register name prefixes for vector...
2015-04-23 Hal Finkel[PowerPC] Use sync inst alias when printing
2015-04-23 Tom StellardR600: Correctly lower CONCAT_VECTOR nodes with more...
2015-04-23 Hal Finkel[PowerPC] Add asm/disasm support for dcbt with hint
2015-04-23 Krzysztof ParzyszekUnbreak build
2015-04-23 Krzysztof Parzyszek[Hexagon] Minor cleanup in HexagonFrameLowering
2015-04-23 Tom StellardR600/SI: Fix indirect addressing with a negative consta...
2015-04-23 Peter CollingbourneThumb2: When applying branch optimizations, visit branc...
2015-04-23 Peter CollingbourneARM: When re-creating a branch via InsertBranch, preser...
2015-04-23 Peter CollingbourneThumb2: When optimizing for size, do not if-convert...
2015-04-23 Peter CollingbourneARM: When spilling extra registers for alignment, prefe...
2015-04-23 Peter CollingbourneARM: Only enforce 4-byte alignment on Thumb-2 functions...
2015-04-23 Krzysztof Parzyszek[Hexagon] Fix compiler warnings in release build
2015-04-23 Jingyue Wu[NVPTX] run SeparateConstOffsetFromGEP before SLSR
2015-04-23 Tom StellardR600/SI: Add assembler support for all CI and VI VOP1...
2015-04-23 Tom StellardR600/SI: v_mov_fed_b32 does not exist on VI
2015-04-23 Tom StellardR600/SI: Use a better error message for unsupported...
2015-04-23 Tom StellardR600/SI: Improve AsmParser support for forced e64 encoding
2015-04-23 Hal Finkel[PowerPC] Enable printing instructions using aliases
2015-04-23 Pirama Arumuga Nainar[AArch64] Add nvcast patterns for v4f16 and v8f16
2015-04-23 Pirama Arumuga Nainar[AArch64] Handle vec4, vec8, vec16 *itofp for half
2015-04-23 Hans WennborgRe-commit r235560: Switch lowering: extract jump tables...
2015-04-23 Krzysztof Parzyszek[Hexagon] Shrink-wrap stack frame (Hexagon-specific)
2015-04-23 Toma Tabacu[mips] [IAS] Move NOP emission after pseudo-instruction...
2015-04-23 Aaron BallmanRevert r235560; this commit was causing several failed...
2015-04-22 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-22 Krzysztof Parzyszek[Hexagon] Some cleanup of instruction selection code
2015-04-22 Krzysztof Parzyszek[Hexagon] Use A2_tfrsi for constant pool and jump table...
2015-04-22 Pete Cooper[AArch64] Use MachineRegisterInfo instead of LiveInterv...
2015-04-22 Krzysztof Parzyszek[Hexagon] Consider constant-extended offsets to be...
2015-04-22 Krzysztof ParzyszekFix Windows build break: use LLVM_FUNCTION_NAME instead...
2015-04-22 Matt ArsenaultR600: Fix always inline pass breaking noinline functions
2015-04-22 Krzysztof Parzyszek[Hexagon] Overhaul of stack object allocation
2015-04-22 Sanjay Patel[x86] Add store-folded memop patterns for vcvtps2ph
2015-04-22 Krzysztof Parzyszek[Hexagon] Treat CFI as solo instructions
2015-04-22 Krzysztof Parzyszek[Hexagon] Implement HexagonInstPrinter::printRegName
2015-04-22 Andrea Di Biagio[X86][AVX] Fix failure due to a missing ISel pattern...
2015-04-22 Zoran Jovanovic[mips][microMIPSr6] Implement mips32 to microMIPSr6...
2015-04-22 Vasileios KalintirisRevert "[mips][FastISel] Implement shift ops for Mips...
2015-04-22 James Molloy[AArch64] Disable complex GEP optimization by default.
2015-04-22 Lang Hames[patchpoint] Add support for symbolic patchpoint target...
2015-04-22 Sanjay Patel[x86] allow 64-bit extracted vector element integer...
2015-04-21 Krzysztof Parzyszek[Hexagon] Patterns for frame index with offset for...
2015-04-21 Jingyue Wu[NVPTX] do not run DCE after SLSR and SeparateConstOffs...
2015-04-21 Matthias BraunX86: Match for X86ISD nodes in LowerBUILD_VECTOR instea...
2015-04-21 Elena DemikhovskyAVX-512: Added VPMOVx2M instructions for SKX,
2015-04-21 Elena DemikhovskyAVX-512: Added VPTESTM and VPTESTNM instructions for SKX
2015-04-21 Toma Tabacu[mips] [IAS] Implement the .asciiz directive.
2015-04-21 Jozef Kolek[mips][microMIPSr6] Implement CACHE and PREF instructions
2015-04-21 Vasileios Kalintiris[mips] Cleanup old floating-point flag conditions defin...
2015-04-21 Vasileios Kalintiris[mips] Optimize code generation for 64-bit variable...
2015-04-21 Elena DemikhovskyAVX-512: Added logical and arithmetic instructions...
2015-04-21 Simon Pilgrim[X86][SSE] Provide execution domains for scalar floatin...
2015-04-21 Matthias BraunX86: Do not select X86 custom vector nodes if operand...
2015-04-20 Pirama Arumuga Nainar[MIPS] OperationAction for FP_TO_FP16, FP16_TO_FP
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement BITSWAP instruction
2015-04-20 Vladimir Sukharev[AArch64] LORID_EL1 register must be treated as read...
2015-04-20 Bill Schmidt[PowerPC] Flow oversized lines for r235309
2015-04-20 Bill Schmidt[PowerPC] Add future work for vector insert/extract...
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement disassembler support
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement BALC and BC instructions
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement initial mapping support
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement initial subtarget support
2015-04-20 Andrea Di Biagio[X86][FastIsel] Fix assertion failure when selecting...
2015-04-19 Simon Pilgrim[X86][SSE] Fix for getScalarValueForVectorElement to...
next