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