aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-1620-32/+21
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-0/+1
* Fix typoMatt Arsenault2013-10-151-1/+1
* Fix missing C++ mode thing in headerMatt Arsenault2013-10-151-1/+1
* Enable MI Sched for x86.Andrew Trick2013-10-151-1/+4
* R600/SI: Remove some leftover MI dump callVincent Lejeune2013-10-152-2/+0
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-151-1/+45
* Struct byval: fix a copy-paste error for thumb2.Manman Ren2013-10-151-1/+1
* Fix PR17546Michael Liao2013-10-151-6/+1
* Fix PR16807Michael Liao2013-10-151-6/+16
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-153-12/+112
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-157-95/+9
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-157-9/+95
* [SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford2013-10-151-2/+24
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-152-10/+123
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-151-6/+9
* [mips] Define a pseudo instruction which writes to both the lower and higherAkira Hatanaka2013-10-156-15/+51
* [mips] Use predicates to guard instructions using accumulator registers insteadAkira Hatanaka2013-10-152-11/+12
* [mips] Rename isel nodes.Akira Hatanaka2013-10-157-33/+31
* [mips] Transfer kill flag to the newly created operand.Akira Hatanaka2013-10-151-1/+5
* [mips] Set HI/LO registers' HWEncoding field.Akira Hatanaka2013-10-151-8/+8
* [mips] Delete unnecessary code.Akira Hatanaka2013-10-151-3/+0
* [X86][FastISel] During X86 fastisel, the address of indirect call was resolvedQuentin Colombet2013-10-141-7/+14
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-143-16/+71
* whitespaceAndrew Trick2013-10-141-1/+1
* Revert part of a fix from 2010, changes since then:Eric Christopher2013-10-141-1/+1
* Reformat this routine slightly.Eric Christopher2013-10-141-10/+8
* Remove some extraneous whitespace.Eric Christopher2013-10-141-4/+0
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-141-0/+78
* Add Cortex-A57 supportBernard Ogden2013-10-142-1/+10
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-143-4/+18
* [mips][msa] Direct Object Emission support for BIT instructions.Matheus Almeida2013-10-142-74/+130
* [mips][msa] Direct Object Emission support for VEC instructions.Matheus Almeida2013-10-142-67/+88
* [mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.Matheus Almeida2013-10-141-14/+18
* [mips][msa] Direct Object Emission for the majority of the ELM instructions.Matheus Almeida2013-10-142-31/+109
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-143-14/+175
* Fixed a bug in dynamic allocation memory on stack.Elena Demikhovsky2013-10-141-5/+12
* Create classes to reduce the size of the tablegen entries for the CRC32 instr...Craig Topper2013-10-141-66/+33
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-144-83/+102
* Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...Craig Topper2013-10-141-0/+7
* Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...Craig Topper2013-10-141-2/+10
* Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produ...Craig Topper2013-10-141-4/+8
* R600: improve dump of S_WAITCNTVincent Lejeune2013-10-133-1/+21
* R600/SI: Add SinkingPass before ISelVincent Lejeune2013-10-131-0/+1
* R600/SI: Support byval argumentsVincent Lejeune2013-10-132-2/+8
* R600: Use masked read sel for texture instructionsVincent Lejeune2013-10-131-0/+5
* R600: fix swizzle exportVincent Lejeune2013-10-131-5/+9
* R600: Clear the VPM bit of export instructions.Vincent Lejeune2013-10-131-4/+4
* Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper2013-10-121-0/+6
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-123-14/+83