aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Removing the useless test that I added recently. It was meant as an example, ...Andrew Trick2010-11-201-32/+0
* Add a test for CodeGenPrepare's ability to look through PHI nodes when perfor...Owen Anderson2010-11-191-0/+23
* Prefetch has a MemOperand now. FileCheckize a test.Dale Johannesen2010-11-191-5/+5
* Make isScalarToVector to return false if the node is a scalar. This will preventMon P Wang2010-11-191-0/+27
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-191-23/+34
* Add MC encodings for some Thumb instructions. Test for a few of them. The "bxBill Wendling2010-11-191-0/+8
* Add support for parsing the writeback ("!") token.Bill Wendling2010-11-181-0/+18
* More tests.Owen Anderson2010-11-181-0/+1
* Fix encodings for pkhbt, and fix some tests where I accidentally tested ARM m...Owen Anderson2010-11-181-14/+20
* Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega...Tanya Lattner2010-11-181-0/+8
* More Thumb2 encodings.Owen Anderson2010-11-181-0/+24
* Fill out the set of Thumb2 multiplication operator encodings.Owen Anderson2010-11-181-0/+3
* The DAGCombiner was threading select over pairs of extending loads evenDuncan Sands2010-11-181-0/+15
* Factor code for testing whether replacing one value with anotherDuncan Sands2010-11-181-0/+28
* Rewrite stack callee saved spills and restores to use push/pop instructions.Eric Christopher2010-11-183-4/+4
* Completely rework the datastructure GVN uses to represent the value number to...Owen Anderson2010-11-181-52/+0
* Add support for PHI-translating sext, zext, and trunc instructions,Dan Gohman2010-11-181-0/+31
* remove a pointless restriction from memcpyopt. It wasChris Lattner2010-11-182-19/+35
* filecheckize, this is still not optimal, see PR8643Chris Lattner2010-11-181-1/+10
* allow eliminating an alloca that is just copied from an constant globalChris Lattner2010-11-181-0/+13
* enhance the "alloca is just a memcpy from constant global"Chris Lattner2010-11-181-0/+13
* fix a small oversight in the "eliminate memcpy from constant global"Chris Lattner2010-11-181-0/+29
* filecheckizeChris Lattner2010-11-181-2/+9
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-182-7/+5
* Do not throw away alignment when generating the DAG forDale Johannesen2010-11-182-1/+16
* Try again at providing Thumb2 encodings for basic multiplication operators.Owen Anderson2010-11-181-0/+5
* Fixed to use input redirection for source - to eliminate .s output.John Thompson2010-11-181-1/+1
* Revert r119593 while I figure out my testing disagrees with the buildbot.Owen Anderson2010-11-181-5/+0
* Provide correct Thumb2 encodings for basic multiplication operators.Owen Anderson2010-11-181-0/+5
* Bug 8621 fix - pointer cast stripped from inline asm constraint argument.John Thompson2010-11-171-0/+27
* Now that the MBlaze backend is in its own directory, split the test cases int...Wesley Peck2010-11-1712-1079/+1089
* Second attempt at correct encodings for Thumb2 bitfield instructions.Owen Anderson2010-11-171-0/+11
* These tests are looking for library function names thatDale Johannesen2010-11-177-7/+7
* Change ARMGlobalMerge to keep BSS globals in separate pools.Bob Wilson2010-11-171-1/+7
* Fix ARMGlobalMerge pass to check if globals are entirely within range.Bob Wilson2010-11-171-0/+6
* Change the symbol for merged globals from "merged" to "_MergedGlobals".Bob Wilson2010-11-171-1/+1
* Fix the ARMGlobalMerge pass to look at variable sizes instead of pointer sizes.Bob Wilson2010-11-171-0/+11
* Revert r119551, which broke buildbots.Owen Anderson2010-11-171-6/+0
* Provide Thumb2 encodings for bitfield instructions.Owen Anderson2010-11-171-0/+6
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-175-10/+49
* More miscellaneous Thumb2 encodings.Owen Anderson2010-11-171-0/+4
* InstCombine: Add a missing irem identity (X % X -> 0).Benjamin Kramer2010-11-171-0/+5
* Add support for .int.Rafael Espindola2010-11-171-3/+3
* Add support for .2byte, .4byte and .8byte.Rafael Espindola2010-11-171-0/+20
* Add simple arithmetics and %type directive for PTXChe-Liang Chiou2010-11-175-6/+38
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-171-0/+10
* Test for llvm-gcc patch 119392.Dale Johannesen2010-11-161-0/+16
* In which I discover the existence of loops. Threading an operationDuncan Sands2010-11-161-0/+15
* A bit more of gnu as compatibility when handling relocations with aliases.Rafael Espindola2010-11-161-5/+8
* Test encodings for LDM and STM.Bill Wendling2010-11-161-0/+18