summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* [Stackmap] Allow WebKit_JS calling convention to store 4 byte sized and align...Juergen Ributzka2013-12-16
* Fix typo in instruction name.Matt Arsenault2013-12-16
* [Stackmap] The first integer argument is passed in register for the WebKit_JS...Juergen Ributzka2013-12-16
* One last cleanup of LLVM's DataLayout strings.Rafael Espindola2013-12-16
* Structure R600's computeDataLayout more like every other target.Rafael Espindola2013-12-16
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* [AArch64] Fix v1fx patterns for Floating-point Multiply Extend and Floating-p...Chad Rosier2013-12-16
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* Don't duplicate the DataLayout defaults for integer, floats and vectors.Rafael Espindola2013-12-16
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-16
* Set has_asmparser in PowerPC/LLVMBuild.txtHal Finkel2013-12-16
* AVX-512: Added legal type MVT::i1 and VK1 register for it.Elena Demikhovsky2013-12-16
* Fix Android regression in r197332.Evgeniy Stepanov2013-12-16
* [AArch64]Fix the pattern match failure for v1i8/v1i16/v1i32 types.Hao Liu2013-12-16
* remove an uneeded statement (condition is covered by the statementReed Kotler2013-12-15
* Fix some indentation.Reed Kotler2013-12-15
* Get rid of an superfluous tab in the .s file. This was originallyReed Kotler2013-12-15
* Last change for mips16 prolog/epilog cleanup and optimization.Reed Kotler2013-12-15
* There is no exp10 on NetBSD.Joerg Sonnenberger2013-12-15
* Replace string matching with a switch on Triple::getEnvironment.Joerg Sonnenberger2013-12-15
* Don't manually calculate size in bytesMatt Arsenault2013-12-14
* [Powerpc darwin] AsmParser Base implementation.Iain Sandoe2013-12-14
* [Stackmap] Only the AnyReg calling convention should preserve all registers.Juergen Ributzka2013-12-14
* Refactor NVPTX's computeDataLayout.Rafael Espindola2013-12-14
* Turn NVPTXSubtarget::getDataLayout into a static function.Rafael Espindola2013-12-14
* Turn AMDGPUSubtarget::getDataLayout into a static function.Rafael Espindola2013-12-14
* Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby2013-12-13
* [AArch64] Simplify the Neon Scalar3Same patterns for floating-point reciprocalChad Rosier2013-12-13
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-13
* Fix pr18235.Rafael Espindola2013-12-13
* [SystemZ] Optimize X [!=]= Y in cases where X - Y or Y - X is also computedRichard Sandiford2013-12-13
* [SystemZ] Make more use of TMHHRichard Sandiford2013-12-13
* test commit.Iain Sandoe2013-12-13
* [SystemZ] Extend integer absolute selectionRichard Sandiford2013-12-13
* [SystemZ] Add a structure to represent a selected comparisonRichard Sandiford2013-12-13
* [SystemZ] Make more use of LTGFRRichard Sandiford2013-12-13
* X86: When lowering shl_parts, don't emit shift amounts larger than the bit wi...Benjamin Kramer2013-12-13
* Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger2013-12-13
* [mips] Add checks for alignment and maximum displacements for most of theMatheus Almeida2013-12-13
* Change stack probing code for MingW.Kai Nacke2013-12-13
* Simplify the datalayout string of ARM and AArch64.Rafael Espindola2013-12-12
* Simplify the SystemZ datalayout string.Rafael Espindola2013-12-12
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-12
* Switch to the new MingW ABI.Rafael Espindola2013-12-12
* [AArch64] Removed unnecessary copy patterns with v1fx types.Chad Rosier2013-12-12
* Added new X86 patterns to select SSE scalar fp arithmetic instructions fromAndrea Di Biagio2013-12-12
* typo in commentGabor Greif2013-12-12
* [AArch64]Fix the problem that AArch64 backend fails to select scalar_to_vecto...Hao Liu2013-12-12
* Check for null pointer before dereferencing. A careless typo on my part.Reed Kotler2013-12-12
* Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x)...Yi Jiang2013-12-12