summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-01
* Move SSE3 Move patterns to a more appropriate sectionBruno Cardoso Lopes2010-07-01
* Add AVX SSE3 packed addsub instructionsBruno Cardoso Lopes2010-07-01
* Temporarily disable on-demand fast-isel.Dan Gohman2010-07-01
* Teach fast-isel to avoid loading a value from memory when it's alreadyDan Gohman2010-07-01
* Enable on-demand fast-isel.Dan Gohman2010-07-01
* Add AVX SSE3 replicate and convert instructionsBruno Cardoso Lopes2010-07-01
* Teach X86FastISel to fold constant offsets and scaled indices inDan Gohman2010-07-01
* - Add AVX SSE2 Move doubleword and quadword instructions.Bruno Cardoso Lopes2010-07-01
* Test for the -filelist fix.Mikhail Glushenkov2010-07-01
* Remove all debug info related named mdnodes.Devang Patel2010-06-30
* Add AVX SSE2 mask creation and conditional store instructionsBruno Cardoso Lopes2010-06-30
* Revert the part of r107257 which introduced new logic for usingDan Gohman2010-06-30
* Add AVX SSE2 packed integer extract/insert instructionsBruno Cardoso Lopes2010-06-30
* Add a testcase for scev-aa's new capability.Dan Gohman2010-06-30
* Add AVX SSE2 integer unpack instructionsBruno Cardoso Lopes2010-06-30
* Add AVX SSE2 packed integer shuffle instructionsBruno Cardoso Lopes2010-06-30
* Add AVX SSE2 pack with saturation integer instructionsBruno Cardoso Lopes2010-06-30
* Add AVX SSE2 integer packed compare instructionsBruno Cardoso Lopes2010-06-30
* - Add AVX form of all SSE2 logical instructionsBruno Cardoso Lopes2010-06-30
* Add variables into a scope before constructing scope DIE otherwise variables ...Devang Patel2010-06-30
* Add *several* AVX integer packed binop instructionsBruno Cardoso Lopes2010-06-29
* Fix ScalarEvolution's tripcount computation for chains of loopsDan Gohman2010-06-29
* Add AVX ld/st XCSR register.Bruno Cardoso Lopes2010-06-29
* Fix the handling of partial redefines in the fast register allocator.Jakob Stoklund Olesen2010-06-29
* Fix a register scavenger crash when dealing with undefined subregs.Bob Wilson2010-06-29
* Add AVX non-temporal storesBruno Cardoso Lopes2010-06-29
* Add a few more interesting testcases.Dan Gohman2010-06-29
* Add sqrt, rsqrt and rcp AVX instructionsBruno Cardoso Lopes2010-06-29
* Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola2010-06-29
* Looks like this test is missing an XFAIL line.Duncan Sands2010-06-29
* PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas.Evan Cheng2010-06-29
* Reapply my if-conversion cleanup from svn r106939 with fixes.Bob Wilson2010-06-29
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-29
* Described the missing AVX forms of SSE2 convert instructionsBruno Cardoso Lopes2010-06-29
* The comment string does not match for all targets. PowerPC uses ;.Devang Patel2010-06-29
* Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so theyBob Wilson2010-06-28
* Refix XTARGET. Previous attempt matches on powerpc-apple-darwin,Dale Johannesen2010-06-28
* Attempt to fix XTARGET.Dale Johannesen2010-06-28
* Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel2010-06-28
* In asm's, output operands with matching input constraintsDale Johannesen2010-06-28
* Constant fold x == undef to undef.Dan Gohman2010-06-28
* Fix Value::stripPointerCasts and BasicAA to avoid trouble onDan Gohman2010-06-28
* Remove this weak test.Devang Patel2010-06-28
* Testcase for llvm-gcc fix 107051.Dale Johannesen2010-06-28
* Don't write temporary files in test directoryJakob Stoklund Olesen2010-06-28
* Add a triple so test runs on Linux as well.Jakob Stoklund Olesen2010-06-28
* Add more special treatment for inline asm in RegAllocFast.Jakob Stoklund Olesen2010-06-28
* Preserve deleted function's local variables' debug info.Devang Patel2010-06-28
* Make this test darwin specific.Devang Patel2010-06-28