summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* AArch64/ARM64: enable more AArch64 tests on ARM64.Tim Northover2014-04-15
* AArch64/ARM64: add missing pattern for extending load.Tim Northover2014-04-15
* AArch64/ARM64: only mangle MOVZ/MOVN during encoding when neededTim Northover2014-04-15
* AArch64/ARM64: add support for large code-model jump tables.Tim Northover2014-04-15
* AArch64/ARM64: add patterns for various commutations of FNMADD.Tim Northover2014-04-15
* AArch64/ARM64: add half as a storage type on ARM64.Tim Northover2014-04-15
* AArch64/ARM64: copy patterns for fixed-point conversionsTim Northover2014-04-15
* ARM64: add constraints to various FastISel operationsTim Northover2014-04-15
* AArch64/ARM64: add more arm64 lines to AArch64 regression testsTim Northover2014-04-15
* AArch64/ARM64: add dp tests from AArch64Tim Northover2014-04-15
* [Register Coalescer] Add a test case for 206060.Quentin Colombet2014-04-15
* Fix for codegen bug that could cause illegal cmn instruction generationLouis Gerbarg2014-04-14
* Add a flag to disable the ARM64DeadRegisterDefinitionsPassLouis Gerbarg2014-04-14
* Fix a bug in which BranchProbabilityInfo wasn't setting branch weights of bas...Akira Hatanaka2014-04-14
* Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.Richard Trieu2014-04-14
* [mips] Fix fcopysign for MIPS-IV and add the test.Daniel Sanders2014-04-14
* [mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 te...Daniel Sanders2014-04-14
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-14
* ARM64: specify full triple in tests to pacify Windows.Tim Northover2014-04-14
* AArch64: add newline to end of test files.Tim Northover2014-04-14
* ARM64: remove buggy REV16 pattern.Tim Northover2014-04-14
* AArch64/ARM64: enable directcond.ll test on ARM64.Tim Northover2014-04-14
* ARM64: add patterns for csXYZ with reversed operands.Tim Northover2014-04-14
* ARM64: enable more regression tests from AArch64Tim Northover2014-04-14
* ARM64: add support for AArch64's addsub_ext.llTim Northover2014-04-14
* ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).Tim Northover2014-04-14
* ARM64: start porting regression test suite from AArch64Tim Northover2014-04-14
* [XCore] Don't create invalid MKMSK instructions inside loadImmediate().Richard Osborne2014-04-14
* [PowerPC] Fix rlwimi isel when mask is not constantHal Finkel2014-04-13
* [PowerPC] Implement some additional TLI callbacksHal Finkel2014-04-12
* Add extra checks to mvn.ll test to prevent the "f1" check from matchingRichard Trieu2014-04-12
* Reenable use of TBAA during CodeGenHal Finkel2014-04-12
* Add the ability to use GEPs for address sinking in CGPHal Finkel2014-04-12
* Add ARM64 CLS patternsLouis Gerbarg2014-04-11
* [RegAllocGreedy][Last Chance Recoloring] Change the name of the exhaustive se...Quentin Colombet2014-04-11
* [RegAllocGreedy][Last Chance Recoloring] Addition ofQuentin Colombet2014-04-11
* SelectionDAG: Use helper function to improve legalization of ISD::MULTom Stellard2014-04-11
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* [stack protector] Refactor and clean-up test. No functionality change.Josh Magee2014-04-10
* X86: Tighten up test.Jim Grosbach2014-04-10
* Add support for load folding of avx1 logical instructionsJim Grosbach2014-04-09
* SelectionDAG: Don't constant fold target-specific nodes.Jim Grosbach2014-04-09
* [AArch64] Implement the isZExtFree APIs.Chad Rosier2014-04-09
* [AArch64] Implement the isTruncateFree API.Chad Rosier2014-04-09
* [DAGCombiner] DAG combine does not know how to combine indexed loads withQuentin Colombet2014-04-09
* [NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski2014-04-09
* [NVPTX] Add support for addrspacecast in global variable initializers, includ...Justin Holewinski2014-04-09
* Fix some doc and comment typosAlp Toker2014-04-09
* [ARM64] Rename LR to the UAL-compliant 'X30'.Bradley Smith2014-04-09
* [ARM64] Rename FP to the UAL-compliant 'X29'.Bradley Smith2014-04-09