Remove useless .debug_macinfo section setup.
[oota-llvm.git] / lib / Target /
2015-03-02 Paul RobinsonRemove useless .debug_macinfo section setup.
2015-03-02 Jan VeselyR600: Use c++11 style for loop
2015-03-02 Paul RobinsonRevert r230979, should apply to all X86 ELF.
2015-03-02 Paul Robinson[PS4] Correct relocation for DWARF TLS references.
2015-03-02 Elena DemikhovskyAVX-512: Add assembly parser support for Rounding mode
2015-03-02 Benjamin KramerNVPTX: Remove dead code.
2015-03-02 Vasileios Kalintiris[mips] Optimize conditional moves where RHS is zero.
2015-03-02 Elena DemikhovskyAVX-512: Simplified MOV patterns, no functional changes.
2015-03-02 Craig Topper[X86] There are only 8 mask registers. Fail disassembly...
2015-03-02 Craig Topper[X86] Fix diassembler crash on AVX512 cmpps/cmppd with...
2015-03-02 Sanjoy Das[AArch64] fix an invalid-iterator-use bug.
2015-03-01 Benjamin KramerX86: Replace variadic function with init list. NFC.
2015-03-01 Benjamin KramerArrayRef: Remove the equals helper with many arguments.
2015-03-01 Benjamin KramerMake some non-constant static variables non-static...
2015-03-01 Elena DemikhovskyReverted 230471 - gather scatter handling in table...
2015-03-01 Elena DemikhovskyAVX-512: Added mask and rounding mode for scalar arithm...
2015-02-28 Craig Topper[X86] Remove the blendpd/blendps/pblendw/pblendd intrin...
2015-02-28 Alexei Starovoitovbpf: fix build
2015-02-28 Benjamin KramerConvert push_back loops into append calls.
2015-02-28 Benjamin KramerArrayRefize memory operand folding. NFC.
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-27 Bill Schmidt[PowerPC] Fix PR22711 - Misaligned .toc section
2015-02-27 Charles DavisTarget/X86: Never use the redzone for Win64 ABI functions.
2015-02-27 Hal Finkel[PowerPC] Use vector types for memcpy and friends ...
2015-02-27 Renato GolinEqually to NetBSD, Bitrig/ARM uses the Itanium-ABI.
2015-02-27 Zoran Jovanovic[mips][microMIPS] Change register class for GP register
2015-02-27 Tom StellardR600/SI: Add missing mubuf instructions
2015-02-27 Tom StellardR600/SI: Consistently put soffset before the offset...
2015-02-27 Tom StellardR600/SI: Add slc, glc, and tfe to non-atomic _ADDR64...
2015-02-27 Chandler Carruth[x86] Run most of the rest of the shuffle combining...
2015-02-27 Chandler Carruth[x86] Teach a bunch of the x86-specific shuffle combini...
2015-02-27 Chandler Carruth[x86] Make the v8i16 clever single-input shuffle loweri...
2015-02-27 Toma Tabacu[mips] Remove redundant periods from -mattr=help descri...
2015-02-27 Chandler Carruth[x86] Make the single-input v8i16 lowering directly...
2015-02-27 Vasileios Kalintiris[mips] Account for constant-zero operands in ADDE nodes.
2015-02-27 Charles DavisTarget/X86: Save Win64 non-volatile registers in a...
2015-02-27 Eric ChristopherRewrite MachineOperand::print and MachineInstr::print...
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Chandler Carruth[x86] Fix PR22706 where we would incorrectly try lower...
2015-02-26 Chandler Carruth[x86] Restructure the comments and the conditions for...
2015-02-26 Chandler Carruth[x86] Re-order the combines of select in the X86 backen...
2015-02-26 Chandler Carruth[x86] Add an assert to catch if we ever try to blend...
2015-02-26 Reid KlecknerDon't sibcall between SysV and Win64 convention functions
2015-02-26 Petar JovanovicFix justify error for small structures in varargs for...
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to support hwdiv...
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to specify the...
2015-02-26 Tom StellardR600/SI: Remove M0 from DS assembly strings
2015-02-26 Michael Kuperstein[X86][Haswell][SchedModel] Fix WriteMULm latency.
2015-02-26 Chandler Carruth[x86] Sink the single-input v8i16 lowering code that...
2015-02-26 Chandler Carruth[x86] Remove a SimpleTy usage. No need for it here...
2015-02-26 Chandler Carruth[x86] Make the vector shuffle helpers order the SDLoc...
2015-02-26 Reid KlecknerPass /nologo to ml64 for quieter builds
2015-02-26 Eric ChristopherRemove a FIXME.
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-25 Hal Finkel[PowerPC] Make LDtocL and friends invariant loads
2015-02-25 David MajnemerX86, Win64: Allow 'mov' to restore the stack pointer...
2015-02-25 Hal Finkel[PowerPC] Cleanup unused target-specific SDAG nodes
2015-02-25 Matthias BraunAArch64: Add debug message for large shift constants.
2015-02-25 Vladimir Medic[MIPS]Multiple and add instructions for Mips are curren...
2015-02-25 Bruno Cardoso Lopes[X86][MMX] Reapply: Add MMX instructions to foldable...
2015-02-25 Bruno Cardoso Lopes[X86][MMX] Prevent MMX_MOVD64rm folding
2015-02-25 Renato GolinImprove handling of stack accesses in Thumb-1
2015-02-25 Aaron BallmanSilencing a "result of 32-bit shift implicitly converte...
2015-02-25 Aaron BallmanSilencing a -Wsign-compare warning triggered in MSVC...
2015-02-25 Elena DemikhovskyAVX-512: Gather and Scatter patterns
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-24 Eric ChristopherRename UpdateRegAllocHint to match style guidelines.
2015-02-24 Matthias BraunAArch64: Relax assert about large shift sizes.
2015-02-24 Tom StellardR600/SI: Remove isel mubuf legalization
2015-02-24 Tim NorthoverARM: treat [N x i32] and [N x i64] as AAPCS composite...
2015-02-24 Sanjay Patelsimplify control flow; NFC
2015-02-24 Michael Kuperstein[x32] Mark RBX as reserved when EBX is the base pointer.
2015-02-24 Sanjay Patelfix typo in comment; NFC
2015-02-24 Michael Kuperstein[x32] x32 should use ebx as the base pointer.
2015-02-24 Toma Tabacu[mips] Reformat some TableGen definitions. NFC.
2015-02-24 Craig Topper[X86] Remove the AbsMem32 type from the assembly parser...
2015-02-24 Reed KotlerBeginning of alloca implementation for Mips fast-isel
2015-02-24 Bob WilsonFix handling of negative offsets for AddrModeT2_i8s4...
2015-02-24 David MajnemerX86: Only use 'lea' in Win64 epilogues if a frame point...
2015-02-23 David MajnemerX86: Use a smaller 'mov' instruction for stack probe...
2015-02-23 David MajnemerX86: Use 'mov' instead of 'lea' in Win64 SEH prologues...
2015-02-23 David MajnemerX86: Explain why we cannot use a 'mov' in a Win64 epilogue
2015-02-23 David MajnemerX86: Consistently use 'epilogue' instead of 'epilog'
2015-02-23 Bruno Cardoso Lopes[AsmPrinter] Access pointers to globals via pcrel GOT...
2015-02-23 Bruno Cardoso LopesRevert "[X86][MMX] Add MMX instructions to foldable...
2015-02-23 Eric ChristopherRewrite the global merge pass to be subprogram agnostic...
2015-02-23 Chad RosierPrevent hoisting fmul from THEN/ELSE to IF if there...
2015-02-23 Daniel Sanders[mips] Honour -mno-odd-spreg for vector insert/extract...
2015-02-23 Bob WilsonFix incorrect immediate size for AddrModeT2_i8s4 in...
2015-02-23 Bruno Cardoso Lopes[X86][MMX] Add MMX instructions to foldable tables
2015-02-23 Bruno Cardoso Lopes[X86][MMX] Support folding loads in psll, psrl and...
2015-02-23 Elena DemikhovskyAVX-512: recommitted 229837 + bugfix + test
2015-02-23 Elena Demikhovskyrestructured X86 scalar unary operation templates
2015-02-22 NAKAMURA TakumiFix a warning on HexagonMCCodeEmitter::MCII. [-Wunused...
2015-02-22 Craig Topper[X86] Add some missing redundant MMX and SSE encodings...
2015-02-21 Matt ArsenaultR600/SI: Use v_madmk_f32
2015-02-21 Matt ArsenaultR600/SI: Try to use v_madak_f32
2015-02-21 Matt ArsenaultR600/SI: Don't crash when getting immediate operand...
2015-02-21 Matt ArsenaultR600/SI: Fix mad*k definitions
2015-02-21 Benjamin KramerRemove dead prototype.
next