summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-15
* Struct byval: fix a copy-paste error for thumb2.Manman Ren2013-10-15
* Fix PR17546Michael Liao2013-10-15
* Fix PR16807Michael Liao2013-10-15
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-15
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-15
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-15
* [SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford2013-10-15
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-15
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-15
* [mips] Define a pseudo instruction which writes to both the lower and higherAkira Hatanaka2013-10-15
* [mips] Use predicates to guard instructions using accumulator registers insteadAkira Hatanaka2013-10-15
* [mips] Rename isel nodes.Akira Hatanaka2013-10-15
* [mips] Transfer kill flag to the newly created operand.Akira Hatanaka2013-10-15
* [mips] Set HI/LO registers' HWEncoding field.Akira Hatanaka2013-10-15
* [mips] Delete unnecessary code.Akira Hatanaka2013-10-15
* [X86][FastISel] During X86 fastisel, the address of indirect call was resolvedQuentin Colombet2013-10-14
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-14
* whitespaceAndrew Trick2013-10-14
* Revert part of a fix from 2010, changes since then:Eric Christopher2013-10-14
* Reformat this routine slightly.Eric Christopher2013-10-14
* Remove some extraneous whitespace.Eric Christopher2013-10-14
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-14
* Add Cortex-A57 supportBernard Ogden2013-10-14
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-14
* [mips][msa] Direct Object Emission support for BIT instructions.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission support for VEC instructions.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission for the majority of the ELM instructions.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-14
* Fixed a bug in dynamic allocation memory on stack.Elena Demikhovsky2013-10-14
* Create classes to reduce the size of the tablegen entries for the CRC32 instr...Craig Topper2013-10-14
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-14
* Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...Craig Topper2013-10-14
* Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...Craig Topper2013-10-14
* Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produ...Craig Topper2013-10-14
* R600: improve dump of S_WAITCNTVincent Lejeune2013-10-13
* R600/SI: Add SinkingPass before ISelVincent Lejeune2013-10-13
* R600/SI: Support byval argumentsVincent Lejeune2013-10-13
* R600: Use masked read sel for texture instructionsVincent Lejeune2013-10-13
* R600: fix swizzle exportVincent Lejeune2013-10-13
* R600: Clear the VPM bit of export instructions.Vincent Lejeune2013-10-13
* Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper2013-10-12
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-12
* Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...Craig Topper2013-10-12
* For Mips16, start to consolidate all forms of 32 bit literal loading so thatReed Kotler2013-10-12
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Fix typoMatt Arsenault2013-10-11
* Mips: Disassemble sign-extended 64 bit immediates properly.Benjamin Kramer2013-10-11
* [ARM] Fix FP ABI attributes with no VFP enabled.Amara Emerson2013-10-11