summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* 17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_I32 for thumb1 targetsDavid Peixotto2013-10-17
* Refactor lowering for COPY_STRUCT_BYVAL_I32David Peixotto2013-10-17
* llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg2013-10-17
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-17
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-17
* [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].Daniel Sanders2013-10-17
* llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent fileAnders Waldenborg2013-10-17
* [mips][msa] Correct definition order of ftrunc_[su], ftint_[su], and ftq.Daniel Sanders2013-10-17
* llvm-c: Return NULL from LLVMGetFirstTarget instead of assertingAnders Waldenborg2013-10-17
* x86: Move bitcasts outside concat_vector.Jim Grosbach2013-10-17
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-16
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-16
* Add support for the VSX target attribute. No functional changeEric Christopher2013-10-16
* Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar,Yunzhong Gao2013-10-16
* R600: Fix a crash in the AMDILCFGStructurizerTom Stellard2013-10-16
* R600: Remove some dead code from the AMDILCFGStructurizerTom Stellard2013-10-16
* Fix comment.Chad Rosier2013-10-16
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-16
* [AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2013-10-16
* [SystemZ] Handle extensions in RxSBG optimizationsRichard Sandiford2013-10-16
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-16
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* Fix typoMatt Arsenault2013-10-15
* Fix missing C++ mode thing in headerMatt Arsenault2013-10-15
* Enable MI Sched for x86.Andrew Trick2013-10-15
* R600/SI: Remove some leftover MI dump callVincent Lejeune2013-10-15
* [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