summaryrefslogtreecommitdiff
path: root/lib/Target/X86
Commit message (Expand)AuthorAge
* Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chanceJakub Staszak2012-10-30
* Revert r166971. It causes buildbot failure. To be investigated.Jakub Staszak2012-10-29
* Remove unused variable.Jakub Staszak2012-10-29
* Simplify code. No functionality change.Jakub Staszak2012-10-29
* Allow to fold vector load if there is more than one bitcast, so in the case:Jakub Staszak2012-10-29
* [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier2012-10-29
* Fix PR14204Michael Liao2012-10-29
* Fix typoJoerg Sonnenberger2012-10-29
* Silence a GCC warning about comparing signed and unsigned types.Duncan Sands2012-10-29
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* [ms-inline asm] Add a comment.Chad Rosier2012-10-26
* [ms-inline asm] Emit an error for unsupported SIZE and LENGTH directives.Chad Rosier2012-10-26
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-26
* [ms-inline asm] Have the target AsmParser create the asmrewrite for the offsetofChad Rosier2012-10-26
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-25
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* [ms-inline asm] Add error handling to the ParseIntelDotOperator() function.Chad Rosier2012-10-25
* Atom has SIMD instruction set extension up to SSSE3Michael Liao2012-10-25
* Clean up where SlotSize should be used instead of pointer size.Michael Liao2012-10-25
* [ms-inline asm] Add support for parsing the '.' operator. Given,Chad Rosier2012-10-24
* Tidy up. No functional change intended.Chad Rosier2012-10-24
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* [ms-inline asm] Create a register operand, rather than a memory operand when weChad Rosier2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky2012-10-24
* Add custom conversion from v2u32 to v2f32 in 32-bit modeMichael Liao2012-10-24
* Change x86_fastcallcc to require inreg markers. This allows it to knownRafael Espindola2012-10-24
* [ms-inline asm] Offset operator - the size should be based on the size of aChad Rosier2012-10-23
* [ms-inline asm] Clean up comment.Chad Rosier2012-10-23
* [ms-inline asm] When parsing inline assembly we set the base register to aChad Rosier2012-10-23
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-23
* Fix PR14161Michael Liao2012-10-23
* Silence -Wsign-compareMatt Beaumont-Gay2012-10-23
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-23
* Add custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to v4f32/v8f32Michael Liao2012-10-23
* Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1Michael Liao2012-10-23
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* [ms-inline asm] Add the isOffsetOf() function.Chad Rosier2012-10-22
* [ms-inline asm] Add support for parsing the offset operator. Callback for Chad Rosier2012-10-22
* [ms-inline asm] Reset the opcode prior to parsing a statement.Chad Rosier2012-10-19
* [ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier2012-10-19
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-19
* Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86Michael Liao2012-10-19
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Check for empty YMM use-def lists in X86VZeroUpper.Jakob Stoklund Olesen2012-10-17
* Check SSSE3 instead of SSE4.1Michael Liao2012-10-17
* Fix setjmp on models with non-Small code model nor non-Static relocation modelMichael Liao2012-10-17
* Support v8f32 to v8i8/vi816 conversion through custom loweringMichael Liao2012-10-16
* Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.NAKAMURA Takumi2012-10-16