aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-29/+44
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-34/+61
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-31/+56
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-289-9/+9
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-27/+41
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-16/+209
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-17/+59
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-17/+33
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-281-2/+2
* Convert a llc -filetype=obj test into a llvm-mc test.Rafael Espindola2013-10-282-16/+98
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-286-38/+393
* [SystemZ] Set usaAA to trueRichard Sandiford2013-10-285-18/+19
* [DAGCombiner] Respect volatility when checking for aliasesRichard Sandiford2013-10-281-1/+2
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-281-0/+20
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-281-2/+38
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-271-0/+35
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-278-5/+24
* AVX-512: PMIN/PMAX intrinsics and patternsElena Demikhovsky2013-10-271-0/+56
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-277-38/+9
* llvm/test/lit.cfg: Tighten conditions to enable 'native'.NAKAMURA Takumi2013-10-261-1/+3
* llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509.NAKAMURA Takumi2013-10-261-3/+0
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-251-0/+42
* Fix LSR: don't normalize quadratic recurrences.Andrew Trick2013-10-251-6/+38
* Handle calls and invokes in GlobalStatus.Rafael Espindola2013-10-251-0/+37
* LoopVectorizer: Don't attempt to vectorize extractelement instructionsHal Finkel2013-10-251-0/+35
* [X86][AVX512] Add patterns that match the AVX512 floating point register vbro...Quentin Colombet2013-10-251-0/+14
* [X86][AVX512] Add patterns that match the AVX512 floating point vbroadcast in...Quentin Colombet2013-10-251-0/+14
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-251-1/+1
* ARM: don't expand atomicrmw inline on Cortex-M0Tim Northover2013-10-251-0/+1
* LegalizeDAG: allow libcalls for max/min atomic operationsTim Northover2013-10-251-0/+24
* ARM: tweak test to pass on all platformsTim Northover2013-10-251-1/+3
* ARM: Test r193381 a bit more thoroughly.Jim Grosbach2013-10-241-0/+2
* ARM: Tweak usage of '*vfp' compiler_rt functions.Jim Grosbach2013-10-241-2/+2
* Inliner: Handle readonly attribute per argument when adding memcpyTom Stellard2013-10-241-4/+29
* I had to move and removeRenato Golin2013-10-241-46/+0
* ARM: Mark double-precision instructions as suchTim Northover2013-10-242-0/+200
* Fix broken builds by moving test to x86 dirRenato Golin2013-10-241-0/+46
* Mark vector loops as already vectorizedRenato Golin2013-10-242-2/+49
* ARM: add a couple more NEON predicates.Tim Northover2013-10-241-1/+12
* ARM: mark various aliases with their architecture requirements.Tim Northover2013-10-242-0/+24
* Added tests for microMIPS relocations 1.Zoran Jovanovic2013-10-243-0/+191
* ARM: Use non-VFP softcalls on embedded Darwinish targetsTim Northover2013-10-241-0/+22
* ARM: fix assert on unpredictable POP instruction.Tim Northover2013-10-242-5/+7
* Added test for -elf configuration, to see that _alloca call is properly Yaron Keren2013-10-241-9/+16
* Make sure SP is always aligned on a 2 byte boundaryJob Noorman2013-10-241-0/+17
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-241-0/+29
* [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.Amara Emerson2013-10-241-0/+17
* AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsicsElena Demikhovsky2013-10-241-0/+15
* Replace sse41/sse42 with sse4.1/sse4.2 in test command lines to fix bots.Craig Topper2013-10-242-2/+2
* Add non-AVX tests for AES intrinsics.Craig Topper2013-10-241-0/+48