| Commit message (Expand) | Author | Age | Files | Lines |
* | Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like | Bob Wilson | 2010-08-27 | 1 | -1/+1 |
* | tidy up test. | Chris Lattner | 2010-08-27 | 1 | -1/+2 |
* | no really, fix the test. | Chris Lattner | 2010-08-27 | 1 | -1/+1 |
* | fix this test. It's not clear what it's really testing. | Chris Lattner | 2010-08-27 | 1 | -1/+1 |
* | Enhance the shift propagator to handle the case when you have: | Chris Lattner | 2010-08-27 | 1 | -0/+15 |
* | Implement a pretty general logical shift propagation | Chris Lattner | 2010-08-27 | 1 | -4/+17 |
* | merge and filecheckize test | Chris Lattner | 2010-08-27 | 2 | -42/+57 |
* | merge two tests | Chris Lattner | 2010-08-27 | 2 | -10/+12 |
* | teach the truncation optimization that an entire chain of | Chris Lattner | 2010-08-27 | 1 | -4/+21 |
* | get this test passing on linux builders. | Chris Lattner | 2010-08-27 | 1 | -8/+8 |
* | Add an instcombine to clean up a common pattern produced | Chris Lattner | 2010-08-27 | 1 | -0/+32 |
* | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson | 2010-08-27 | 22 | -302/+336 |
* | Use LVI to eliminate conditional branches where we've tested a related condit... | Owen Anderson | 2010-08-27 | 2 | -5/+12 |
* | X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard t... | Daniel Dunbar | 2010-08-27 | 1 | -0/+22 |
* | filecheckize | Chris Lattner | 2010-08-26 | 1 | -7/+19 |
* | rename test. | Chris Lattner | 2010-08-26 | 1 | -0/+0 |
* | optimize "integer extraction out of the middle of a vector" as produced | Chris Lattner | 2010-08-26 | 1 | -0/+25 |
* | optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x' | Chris Lattner | 2010-08-26 | 1 | -0/+22 |
* | filecheckize | Chris Lattner | 2010-08-26 | 1 | -6/+7 |
* | rename test | Chris Lattner | 2010-08-26 | 1 | -0/+0 |
* | Make JumpThreading smart enough to properly thread StrSwitch when it's compil... | Owen Anderson | 2010-08-26 | 1 | -0/+162 |
* | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 2 | -0/+24 |
* | Add a hackaround for PR7993 which is causing failures on x86 builders that la... | Chris Lattner | 2010-08-26 | 2 | -2/+9 |
* | I think enough general codegen bugs are fixed to allow this to work | Chris Lattner | 2010-08-26 | 1 | -4/+2 |
* | implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1. | Chris Lattner | 2010-08-26 | 1 | -0/+6 |
* | Make sure this forces the x86 targets | Chris Lattner | 2010-08-26 | 1 | -1/+2 |
* | fix sse1 only codegen in x86-64 mode, which is something we | Chris Lattner | 2010-08-26 | 1 | -0/+7 |
* | Revert r112091, "Remap metadata attached to instructions when remapping | Daniel Dunbar | 2010-08-26 | 2 | -24/+0 |
* | Enable pre-RA virtual frame base register allocation. rdar://8277890 | Jim Grosbach | 2010-08-26 | 1 | -2/+2 |
* | Revert svn 107892 (with changes to work with trunk). It caused a crash if | Bob Wilson | 2010-08-26 | 1 | -0/+14 |
* | temporarily disable this, which started failing on the llvm-i686-linux | Chris Lattner | 2010-08-25 | 1 | -2/+4 |
* | Change handling of illegal vector types to widen when possible instead of | Chris Lattner | 2010-08-25 | 2 | -16/+49 |
* | Remap metadata attached to instructions when remapping individual | Dan Gohman | 2010-08-25 | 2 | -0/+24 |
* | X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / c... | Daniel Dunbar | 2010-08-25 | 1 | -0/+4 |
* | DIGlobalVariable can be used to encode debug info for globals that are direc... | Devang Patel | 2010-08-25 | 1 | -0/+19 |
* | ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signed | Daniel Dunbar | 2010-08-25 | 1 | -0/+14 |
* | Add another basic test cribbed from the x86 fast-isel tests. | Eric Christopher | 2010-08-25 | 1 | -0/+23 |
* | Run this on thumb and arm. | Eric Christopher | 2010-08-25 | 1 | -0/+1 |
* | Make this testcase actually executed with fast-isel on arm. | Eric Christopher | 2010-08-25 | 1 | -1/+1 |
* | Convert test to use filecheck and make it more specific | Bruno Cardoso Lopes | 2010-08-25 | 1 | -1/+2 |
* | In the default address space, any GEP off of null results in a trap value if ... | Owen Anderson | 2010-08-25 | 1 | -0/+48 |
* | Fix COFF x86-64 relocations. PR7960. | Michael J. Spencer | 2010-08-24 | 3 | -10/+44 |
* | XFAIL this on mingw, following remove_arguments_test.ll. | Dan Gohman | 2010-08-24 | 1 | -0/+1 |
* | Add a testcase for basic bugpointing in the presence of metadata. | Dan Gohman | 2010-08-24 | 1 | -0/+34 |
* | MC/X86: Tweak imul recognition, previous hack only applies for the imul form | Daniel Dunbar | 2010-08-24 | 1 | -0/+3 |
* | MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends. | Daniel Dunbar | 2010-08-24 | 1 | -0/+3 |
* | MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support | Daniel Dunbar | 2010-08-24 | 1 | -0/+2 |
* | MC/X86: Warn on scale factors > 1 without index register, instead of erroring, | Daniel Dunbar | 2010-08-24 | 1 | -1/+8 |
* | MC/Parser: Accept leading dollar signs in identifiers. | Daniel Dunbar | 2010-08-24 | 1 | -0/+5 |
* | Fix X86's isLegalAddressingMode to recognize that static addresses | Dan Gohman | 2010-08-24 | 1 | -0/+31 |