aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Reconfigure config.h and llvm-config.h.Logan Chien2012-05-092-0/+103
* Fix sdk_x86-sdk build. Add <cctype> for tolower().Shih-wei Liao2012-04-241-2/+3
* Merge with LLVM upstream r155090.Shih-wei Liao2012-04-24214-6252/+6116
|\
| * Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properlyKevin Enderby2012-04-181-2/+5
| * This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-1836-12059/+1962
| * Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...Akira Hatanaka2012-04-181-1/+5
| * Delete blank line.Akira Hatanaka2012-04-181-1/+0
| * Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga2012-04-183-2/+7
| * Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga2012-04-181-5/+15
| * Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga2012-04-182-4/+36
| * Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga2012-04-181-1/+6
| * Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga2012-04-181-2/+10
| * Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...Craig Topper2012-04-181-6/+0
| * fix pr12559: mark unavailable win32 math libcallsJoe Groff2012-04-171-1/+79
| * Typo.Chad Rosier2012-04-171-1/+1
| * Delete latter half of CMakeLists.txt.Akira Hatanaka2012-04-171-15/+0
| * Add disassembler to MIPS. Akira Hatanaka2012-04-1713-93/+872
| * Remove unused CCIfSubtarget.Jay Foad2012-04-174-16/+0
| * Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.James Molloy2012-04-171-8/+44
| * Don't decode vperm2i128 or vperm2f128 into a shuffle if bit 3 or 7 of the imm...Craig Topper2012-04-172-0/+4
| * Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby2012-04-171-7/+1
| * ARM two-operand forms for vhadd and vhsub instructions.Jim Grosbach2012-04-161-0/+62
| * Temporarily turn off anti-dependency checkingPreston Gurd2012-04-161-1/+3
| * ARM handle :lower16: and :upper16: after a '#' prefix.Jim Grosbach2012-04-161-13/+17
| * Fix incorrect atomics codegen introduced in r154705, and extend test to catch...Richard Smith2012-04-161-1/+1
| * Remove unused variableDavid Blaikie2012-04-161-1/+0
| * ARM assembly two-operand forms for VRSHL.Jim Grosbach2012-04-161-1/+36
| * Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka2012-04-161-4/+2
| * ARM two-operand aliases for VRHADD instructions.Jim Grosbach2012-04-161-0/+32
| * Hexagon V5 (Floating Point) Support.Sirish Pande2012-04-1619-1468/+3365
| * Replace vpermd/vpermps intrinic patterns with custom lowering to target speci...Craig Topper2012-04-162-18/+14
| * Change type profile for vpermv back to using operand type for the mask argume...Craig Topper2012-04-162-5/+5
| * Flip the arguments when converting vpermd/vpermps intrinsics into instruction...Craig Topper2012-04-161-3/+3
| * Merge vpermps/vpermd and vpermpd/vpermq SD nodes.Craig Topper2012-04-164-31/+20
| * Fix SDTypeProfile for vpermps. The mask operand should be v8i32.Craig Topper2012-04-161-2/+4
| * Spacing fixes and 80 column fixes. Use 0 instead of 0x80 for undef indices in...Craig Topper2012-04-151-9/+12
| * Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper2012-04-151-17/+8
| * Fix PR12529. The Vxx family of instructions are only supported by AVX.Nadav Rotem2012-04-151-3/+13
| * Wire up support for diagnostic ranges in the ARMAsmParser.Benjamin Kramer2012-04-151-3/+12
| * Added VPERM optimization for AVX2 shufflesElena Demikhovsky2012-04-155-4/+76
| * HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asse...NAKAMURA Takumi2012-04-151-0/+2
| * Target/Hexagon: Tweak to fix msvc build.NAKAMURA Takumi2012-04-151-2/+2
| * Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...Richard Smith2012-04-132-27/+33
| * Remove iostream from New Value Jump.Sirish Pande2012-04-131-1/+0
| * Add support for Hexagon Architectural feature, New Value Jump.Sirish Pande2012-04-137-10/+684
| * Pass to replace tranfer/copy instructions into combine instruction where poss...Sirish Pande2012-04-135-0/+484
| * On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...Evan Cheng2012-04-131-2/+5
| * For ARM disassembly only print 32 unsigned bits for the address of branchKevin Enderby2012-04-131-2/+2
| * Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-135-240/+220
| * Fix a few more places in the ARM disassembler so that branches getKevin Enderby2012-04-122-4/+30