| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 118422 in search of bot verdancy. | Dale Johannesen | 2010-11-08 | 1 | -29/+12 |
* | Support -mcpu=cortex-a8 in ARM attributes - Has Fixme. 1 Test modified. | Jason W Kim | 2010-11-08 | 1 | -12/+29 |
* | Make FunctionAttrs TBAA-aware. | Dan Gohman | 2010-11-08 | 1 | -0/+37 |
* | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman | 2010-11-08 | 1 | -1/+1 |
* | Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that it | Dan Gohman | 2010-11-08 | 1 | -1/+1 |
* | Set default flags for .rodata. | Rafael Espindola | 2010-11-08 | 1 | -2/+15 |
* | Add simplification of floating point comparisons with the result | Duncan Sands | 2010-11-07 | 1 | -0/+8 |
* | Fix a README item: when doing a comparison with the result | Duncan Sands | 2010-11-07 | 1 | -0/+10 |
* | Testcase for llvm-gcc 118368. 8629268. | Dale Johannesen | 2010-11-07 | 1 | -0/+17 |
* | Relax dwarf line fragments. This fixes a crash in the included testcase. | Rafael Espindola | 2010-11-07 | 1 | -0/+11 |
* | implement aliases for div/idiv that have an explicit A register operand, | Chris Lattner | 2010-11-06 | 1 | -0/+17 |
* | add aliases for movs between seg registers and mem. There are multiple | Chris Lattner | 2010-11-06 | 1 | -0/+7 |
* | go to great lengths to work around a GAS bug my previous patch | Chris Lattner | 2010-11-06 | 3 | -13/+12 |
* | rework the rotate-by-1 instructions to be defined like the | Chris Lattner | 2010-11-06 | 1 | -5/+8 |
* | change the fp comparison instructions to not have %st0 explicitly | Chris Lattner | 2010-11-06 | 3 | -19/+19 |
* | correct suffix matching to search for s/l/t suffixes on | Chris Lattner | 2010-11-06 | 1 | -5/+0 |
* | Add codegen and encoding support for the immediate form of vbic. | Owen Anderson | 2010-11-05 | 2 | -0/+24 |
* | When passing a huge parameter using the byval mechanism, a long | Duncan Sands | 2010-11-04 | 1 | -0/+11 |
* | Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immedia... | Evan Cheng | 2010-11-04 | 1 | -16/+13 |
* | Add encoding for VSTR. | Bill Wendling | 2010-11-04 | 1 | -0/+14 |
* | Covert VORRIMM to be produced via early target-specific DAG combining, rather... | Owen Anderson | 2010-11-03 | 2 | -1/+3 |
* | Add support for code generation of the one register with immediate form of vorr. | Owen Anderson | 2010-11-03 | 2 | -0/+25 |
* | Fix test. | Evan Cheng | 2010-11-03 | 1 | -1/+1 |
* | Unlike a lot of NEON instructions, vext isn't _actually_ parameterized by ele... | Owen Anderson | 2010-11-03 | 1 | -2/+2 |
* | This test assumes SSE is present; that is not the default | Dale Johannesen | 2010-11-03 | 1 | -1/+1 |
* | Add codegen patterns for VST1-lane instructions. Radar 8599955. | Bob Wilson | 2010-11-03 | 3 | -5/+66 |
* | Check for extractelement with a variable operand for the element number. | Bob Wilson | 2010-11-03 | 1 | -0/+17 |
* | Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten... | Evan Cheng | 2010-11-03 | 1 | -2/+2 |
* | Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536. | Evan Cheng | 2010-11-03 | 1 | -0/+64 |
* | The MC code couldn't handle ARM LDR instructions with negative offsets: | Bill Wendling | 2010-11-03 | 1 | -1/+20 |
* | Fix DAGCombiner to avoid going into an infinite loop when it | Dan Gohman | 2010-11-03 | 1 | -0/+32 |
* | Two sets of changes. Sorry they are intermingled. | Evan Cheng | 2010-11-03 | 6 | -31/+101 |
* | chase owen. | Chris Lattner | 2010-11-02 | 1 | -3/+3 |
* | tweak this to pass. | Chris Lattner | 2010-11-02 | 1 | -5/+4 |
* | temporarily xfail this. | Chris Lattner | 2010-11-02 | 1 | -2/+3 |
* | Inline asm mult-alt constraint tests. | John Thompson | 2010-11-02 | 8 | -0/+2611 |
* | Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work | Bill Wendling | 2010-11-02 | 2 | -7/+19 |
* | Provide correct encodings for the remaining vst variants that we currently ge... | Owen Anderson | 2010-11-02 | 1 | -0/+33 |
* | Add correct encodings for basic variants for vst3 and vst4. | Owen Anderson | 2010-11-02 | 1 | -0/+36 |
* | Add correct encodings for the basic variants for vst2. | Owen Anderson | 2010-11-02 | 1 | -0/+12 |
* | Add correct encodings for the basic form of vst1. | Owen Anderson | 2010-11-02 | 1 | -0/+20 |
* | Add correct encodings for the rest of the vld instructions that we generate. | Owen Anderson | 2010-11-02 | 1 | -2/+39 |
* | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach | 2010-11-02 | 2 | -7/+8 |
* | Add support for expressions in .sleb/.uleb directives. | Rafael Espindola | 2010-11-02 | 1 | -0/+19 |
* | Use frameindex, if available, as a last resort to emit debug info for a param... | Devang Patel | 2010-11-02 | 1 | -0/+35 |
* | Add correct NEON encodings for vld2, vld3, and vld4 basic variants. | Owen Anderson | 2010-11-02 | 1 | -0/+54 |
* | Add correct NEON encodings for the "multiple single elements" form of vld. | Owen Anderson | 2010-11-02 | 1 | -0/+19 |
* | Add support for alignment operands on VLD1-lane instructions. | Bob Wilson | 2010-11-01 | 1 | -10/+13 |
* | Add VLD1-lane testcases for quad-register types. | Bob Wilson | 2010-11-01 | 1 | -0/+27 |
* | Add NEON VLD1-lane instructions. Partial fix for Radar 8599955. | Bob Wilson | 2010-11-01 | 1 | -0/+27 |