summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix the test on linux by setting the triple and the align formatNadav Rotem2013-04-12
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-12
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-12
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-11
* Use FileCheck instead of grep.Preston Gurd2013-04-11
* Optimize icmp involving addition betterDavid Majnemer2013-04-11
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-11
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-11
* Print more information about relocations.Rafael Espindola2013-04-11
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-11
* Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky2013-04-11
* Add missing colons to check lines.Benjamin Kramer2013-04-11
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-11
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-11
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-11
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-11
* Add MachO-x86-64 tests.Rafael Espindola2013-04-11
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-10
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-10
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-10
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-10
* fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2013-04-10
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-10
* Add object-emission flag for lit tests. This flag is usedJyotsna Verma2013-04-10
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-10
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-10
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-10
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-10
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-10
* [test] Use lit's shell test runner on WindowsReid Kleckner2013-04-10
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-10
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-10
* R600/SI: adjust writemask to only the used componentsChristian Konig2013-04-10
* R600/SI: remove image sample writemaskChristian Konig2013-04-10
* __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng2013-04-10
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-09
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-09
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-09
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-09
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-09
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-09
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-09
* DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer2013-04-09
* Use virtual base registers on PPCHal Finkel2013-04-09
* Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel2013-04-09
* Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky2013-04-09
* Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman2013-04-09
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-09
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-09
* c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem2013-04-08