summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-25
* implement mips16 patterns for select nodesReed Kotler2012-10-25
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* Minor cleanups.Nadav Rotem2012-10-25
* [ms-inline asm] Add error handling to the ParseIntelDotOperator() function.Chad Rosier2012-10-25
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-25
* This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt2012-10-25
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-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
* Implement a basic cost model for vector and scalar instructions. Nadav Rotem2012-10-24
* [ms-inline asm] Add support for parsing the '.' operator. Given,Chad Rosier2012-10-24
* Tidy up. No functional change intended.Chad Rosier2012-10-24
* Fix a miscompilation caused by a typo. When turning a adde with negative valueEvan Cheng2012-10-24
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-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
* [mips] Make sure sret argument is returned in register V0.Akira Hatanaka2012-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
* This is another TLC patch for separating code for the Darwin and ELF ABIsBill Schmidt2012-10-23
* implement setXX patternsReed Kotler2012-10-23
* When a block ends in an indirect branch, add its successors to the machine ba...Bill Wendling2012-10-22
* 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
* [mips] Use 64-bit registers to return an sret pointer if target ABI is N64.Akira Hatanaka2012-10-19
* [mips] Add code to do tail call optimization.Akira Hatanaka2012-10-19
* [mips] Fix TAILCALL's operand node type.Akira Hatanaka2012-10-19
* [mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.Akira Hatanaka2012-10-19
* [mips] Add tail call instructions.Akira Hatanaka2012-10-19
* [mips] Make the branch nodes used in jump instructions a template parameter.Akira Hatanaka2012-10-19
* Add node and enum for mips tail call.Akira Hatanaka2012-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
* ARM:Stepan Dyatkovskiy2012-10-19
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18