aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-181-0/+2
* Pure refactoring change.Richard Barton2013-10-181-73/+86
* R600: Remove \ at EOL from ascii art comments.Benjamin Kramer2013-10-181-4/+4
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-184-25/+23
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-181-0/+48
* Add hardware division as a default feature on Cortex-A15. Also add test cases...Silviu Baranga2013-10-182-2/+3
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-181-3/+1
* 17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_I32 for thumb1 targetsDavid Peixotto2013-10-171-7/+108
* Refactor lowering for COPY_STRUCT_BYVAL_I32David Peixotto2013-10-171-170/+460
* llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg2013-10-171-0/+8
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-172-0/+57
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-173-0/+30
* [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].Daniel Sanders2013-10-172-59/+0
* llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent fileAnders Waldenborg2013-10-171-1/+1
* [mips][msa] Correct definition order of ftrunc_[su], ftint_[su], and ftq.Daniel Sanders2013-10-171-22/+22
* llvm-c: Return NULL from LLVMGetFirstTarget instead of assertingAnders Waldenborg2013-10-171-2/+6
* x86: Move bitcasts outside concat_vector.Jim Grosbach2013-10-171-0/+40
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-171-1/+3
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-161-0/+4
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-161-8/+21
* Add support for the VSX target attribute. No functional changeEric Christopher2013-10-162-0/+3
* Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar,Yunzhong Gao2013-10-162-7/+7
* R600: Fix a crash in the AMDILCFGStructurizerTom Stellard2013-10-161-2/+68
* R600: Remove some dead code from the AMDILCFGStructurizerTom Stellard2013-10-161-21/+4
* Fix comment.Chad Rosier2013-10-161-1/+1
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-161-3/+0
* [AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2013-10-161-2/+52
* [SystemZ] Handle extensions in RxSBG optimizationsRichard Sandiford2013-10-161-8/+26
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-165-4/+120
* 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