summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()Tom Stellard2013-08-26
* R600: Add support for vector local memory loadsTom Stellard2013-08-26
* R600: Add support for i8 and i16 local memory loadsTom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when splitting vector storesTom Stellard2013-08-26
* R600: Add support for i8 and i16 local memory storesTom Stellard2013-08-26
* R600: Add support for v4i32 and v2i32 local storesTom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* AVX-512: Added shuffle instructions - Elena Demikhovsky2013-08-26
* This patch implements trap instructions for mips. The test cases are added.Vladimir Medic2013-08-26
* [PowerPC] Add fast-isel branch and compare selection.Bill Schmidt2013-08-25
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-25
* [Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju2013-08-25
* [Sparc] Added V9's extra floating point registers and their aliases.Venkatraman Govindaraju2013-08-25
* AVX-512: added UNPACK instructions and tests for all-zero/all-ones vectorsElena Demikhovsky2013-08-25
* Start to add the LLVM builtins to the mips16 exclusion lists for fp.Reed Kotler2013-08-25
* Revert 189161Shuxin Yang2013-08-24
* Start to add the builtind to the mips16 exclusion lists for fp.Reed Kotler2013-08-24
* [NVPTX] Re-enable assembly printing support for inline assemblyJustin Holewinski2013-08-24
* Update test to use rdrnd instead of rdrand.Rafael Espindola2013-08-23
* Update tests to use sse4.2 instead of sse42.Rafael Espindola2013-08-23
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-23
* Update a test that I missed in the previous commit.Rafael Espindola2013-08-23
* Rename features to match what gcc and clang use.Rafael Espindola2013-08-23
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-23
* [ARM] Fix another ARM FastISel -verify-machineinstrs issue.Joey Gouly2013-08-23
* [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-23
* [ARMv8] Add CodeGen for VMAXNM/VMINNM.Joey Gouly2013-08-23
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* [SystemZ] Add basic prefetch supportRichard Sandiford2013-08-23
* [SystemZ] Try reversing comparisons whose first operand is in memoryRichard Sandiford2013-08-23
* [SystemZ] Prefer LHI;ST... over LAY;MV...Richard Sandiford2013-08-23
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-23
* ARM: make sure ARM-mode pseudo-inst requires IsARMTim Northover2013-08-23
* [PR11606] ocaml bindings tests produce binaries in source dirDaniel Dunbar2013-08-23
* Filecheckize some tests.Michael Gottesman2013-08-23
* Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...Michael Gottesman2013-08-23
* [stack protector] Work around an issue with the BMOVPCB_CALL instruction on A...Michael Gottesman2013-08-22
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-22
* Fix some tests. The 'false' version just omits the attribute altogether.Bill Wendling2013-08-22
* FileCheckize some tests.Bill Wendling2013-08-22
* R600/SI: Fix another case of illegal VGPR to SGPR copyTom Stellard2013-08-22
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-22
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-22
* [Debug Info Tests] Update testing cases.Manman Ren2013-08-22
* [ARMv8] Add CodeGen support for VSEL.Joey Gouly2013-08-22
* Fix ARM vcvt encoding when the number of fractional bits is zero.Mihai Popa2013-08-22
* Teach the SLP vectorizer the correct way to check for consecutive accessChandler Carruth2013-08-22
* [ARM] Constrain some register classes in EmitAtomicBinary64 so thatJoey Gouly2013-08-22
* Fix ARM FastISel PIC function call.Logan Chien2013-08-22
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22