summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
...
* [AArch64 NEON] Lower SELECT_CC with vector operand.Kevin Qin2014-01-29
* [Sparc] Fix breakage in r200345David Woodhouse2014-01-28
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-28
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* [mips] Fix ELF header flags.Matheus Almeida2014-01-28
* [NVPTX] Fix emitting aggregate parametersGautam Chakrabarti2014-01-28
* [X86] Add extra rules for combining vselect dag nodes into movsd.Andrea Di Biagio2014-01-28
* Provide a stub Target Streamer implementation for PPC MachOIain Sandoe2014-01-28
* Handle spilling the PPC GPRC_NOR0 register classHal Finkel2014-01-28
* R600/SI: Add pattern for truncating i32 to i1Michel Danzer2014-01-28
* Fix the DWARF EH encodings for Sparc PIC code.Jakob Stoklund Olesen2014-01-28
* x86: add implicit defs for cpuidReid Kleckner2014-01-28
* [TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka2014-01-28
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* ARM MC: Fix the initial DWARF CFI unwind info at the start of a functionMark Seaborn2014-01-27
* Fix unsupported addressing mode assertion for pldDavid Peixotto2014-01-27
* test commit: add minor commentGautam Chakrabarti2014-01-27
* XCore: Fix typo in function name.Benjamin Kramer2014-01-27
* R600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructionsMichel Danzer2014-01-27
* R600/SI: Add intrinsic for S_SENDMSG instructionMichel Danzer2014-01-27
* Print .mask and .fmask with the target streamer.Rafael Espindola2014-01-27
* Print .frame via the target streamer.Rafael Espindola2014-01-27
* [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...Kevin Qin2014-01-27
* Revert r199791.Kevin Qin2014-01-27
* Use SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.Rafael Espindola2014-01-27
* Remove dead code.Rafael Espindola2014-01-27
* Add back spaces I missed in the conversion to emitRawComments.Rafael Espindola2014-01-27
* Use emitRawComment instead of EmitRawText.Rafael Espindola2014-01-27
* Add missing file.Rafael Espindola2014-01-27
* Add a XCoreTargetStreamer and port over the simple uses of EmitRawText.Rafael Espindola2014-01-26
* ARM: improve diagnostics for .word directiveSaleem Abdulrasool2014-01-26
* MC: whitespaceSaleem Abdulrasool2014-01-26
* Avoid C++ comment in C sourcesAlp Toker2014-01-26
* Follow up of r200095. Code clean up.Evan Cheng2014-01-26
* Clean up the Legal/Expand logic for SPARC popc.Jakob Stoklund Olesen2014-01-26
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-26
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Only generate the popc instruction for SPARC CPUs that implement it.Jakob Stoklund Olesen2014-01-26
* Fix swapped CASA operands.Jakob Stoklund Olesen2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Convert some easy uses of EmitRawText to TargetStreamer methods.Rafael Espindola2014-01-26
* Improve some x86 type constraints.Craig Topper2014-01-26
* Improve pattern match from v1i8 to v1i32 for AArch64 Neon.Jiangning Liu2014-01-26
* Implement pattern match from v1xx to v1xx for AArch64 Neon.Jiangning Liu2014-01-26
* [AArch64 NEON] Add patterns for concat_vector on v2i32.Kevin Qin2014-01-26
* Set displacementSize to 1 for instrucitons with mod==0x1. Fixes PR17310. Modi...Craig Topper2014-01-25
* Clean up hack which is no longer needed after r198617. No functionality change.Evan Cheng2014-01-25
* This reverts commit r200064 and r200051.Rafael Espindola2014-01-25