aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add missing colons to check lines.Benjamin Kramer2013-04-113-4/+4
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-113-9/+44
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-111-0/+72
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-112-0/+14
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-113-2/+299
* Add MachO-x86-64 tests.Rafael Espindola2013-04-113-87/+213
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-1011-15/+31
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-101-0/+29
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-102-1/+1
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-101-5/+12
* fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2013-04-102-0/+18
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-101-19/+0
* Add object-emission flag for lit tests. This flag is usedJyotsna Verma2013-04-106-2/+14
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-101-0/+40
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-101-0/+12
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-102-0/+226
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-101-9/+44
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-101-0/+44
* [test] Use lit's shell test runner on WindowsReid Kleckner2013-04-101-3/+12
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-106-18/+82
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-101-15/+15
* R600/SI: adjust writemask to only the used componentsChristian Konig2013-04-101-31/+65
* R600/SI: remove image sample writemaskChristian Konig2013-04-101-17/+17
* __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng2013-04-101-1/+3
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-091-0/+17
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-092-0/+89
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-091-0/+17
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-099-0/+575
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-097-0/+280
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-091-13/+13
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-091-128/+0
* DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer2013-04-091-0/+23
* Use virtual base registers on PPCHal Finkel2013-04-092-0/+52
* Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel2013-04-091-1/+5
* Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky2013-04-0925-34/+57
* Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman2013-04-098-17/+21
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-093-21/+17
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-091-0/+16
* c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem2013-04-083-17/+21
* Rewrite test/Integer tests to use FileCheck instead of grepEli Bendersky2013-04-083-5/+7
* Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky2013-04-084-6/+10
* Rewrite test/Verifier tests to use FileCheck instead of grepEli Bendersky2013-04-0813-19/+28
* X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer2013-04-082-0/+643
* Generate PPC early conditional returnsHal Finkel2013-04-082-4/+58
* Simplify the quoting here. Our lit emulator doesn't deal well with theChandler Carruth2013-04-081-1/+1
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-082-180/+207
* Cleanup and improve PPC fsel generationHal Finkel2013-04-071-0/+137
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-073-14/+12
* Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-071-3/+147
* Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth2013-04-071-0/+63