| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify this code. | Dan Gohman | 2010-11-02 | 1 | -6/+3 |
* | Omit unused parameter name. | Bill Wendling | 2010-11-02 | 1 | -1/+1 |
* | Simplify the EncodeInstruction method now that a lot of the special case stuff | Bill Wendling | 2010-11-02 | 1 | -13/+6 |
* | Since these fields are not exactly equivalent to the encoded field, rename th... | Owen Anderson | 2010-11-02 | 2 | -203/+203 |
* | Use '\0' instead of 0 for nul character constants. | Dan Gohman | 2010-11-02 | 1 | -3/+3 |
* | Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work | Bill Wendling | 2010-11-02 | 6 | -57/+81 |
* | Rename encoder methods to match naming convention. | Owen Anderson | 2010-11-02 | 3 | -11/+8 |
* | mark a few codegenonly instructions. | Chris Lattner | 2010-11-02 | 2 | -3/+3 |
* | appendSuffix: don't append a dot when the suffix is empty. | Mikhail Glushenkov | 2010-11-02 | 4 | -25/+17 |
* | Revert r118057, this is better fixed in appendSuffix itself. | Mikhail Glushenkov | 2010-11-02 | 1 | -3/+1 |
* | Provide correct encodings for the remaining vst variants that we currently ge... | Owen Anderson | 2010-11-02 | 2 | -53/+164 |
* | Eliminate some temporary std::strings. | Dan Gohman | 2010-11-02 | 1 | -4/+4 |
* | Tentative encodings for the "single element from one lane" variant of vst1. | Owen Anderson | 2010-11-02 | 1 | -14/+32 |
* | merge two large parallel loops in EmitConvertToMCInst, no change | Chris Lattner | 2010-11-02 | 1 | -64/+40 |
* | Add correct encodings for basic variants for vst3 and vst4. | Owen Anderson | 2010-11-02 | 2 | -37/+83 |
* | Do relaxations with FT_Org fragments. Fixes the FIXME: | Rafael Espindola | 2010-11-02 | 2 | -19/+34 |
* | Removed obsolete section about VC++ project files. | Oscar Fuentes | 2010-11-02 | 1 | -10/+0 |
* | Add NEON VST1-lane instructions. Partial fix for Radar 8599955. | Bob Wilson | 2010-11-02 | 5 | -4/+80 |
* | Add correct encodings for the basic variants for vst2. | Owen Anderson | 2010-11-02 | 2 | -30/+52 |
* | Add correct encodings for the basic form of vst1. | Owen Anderson | 2010-11-02 | 2 | -54/+94 |
* | Micro-optimize. | Dan Gohman | 2010-11-02 | 1 | -1/+1 |
* | Don't append a dot on platforms which don't use exe suffixes. | Dan Gohman | 2010-11-02 | 1 | -1/+3 |
* | llvmc: Fix tool finding logic. | Mikhail Glushenkov | 2010-11-02 | 1 | -8/+8 |
* | Factor out a common encoding class for loads and stores with a lane parameter. | Owen Anderson | 2010-11-02 | 2 | -22/+18 |
* | Fix DIType verifier. The element 3 is DIFile now. | Devang Patel | 2010-11-02 | 1 | -3/+4 |
* | Add correct encodings for the rest of the vld instructions that we generate. | Owen Anderson | 2010-11-02 | 3 | -76/+221 |
* | GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. | Mikhail Glushenkov | 2010-11-02 | 3 | -3/+3 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-11-02 | 2 | -12/+12 |
* | FindExecutable: remove the executability check. | Mikhail Glushenkov | 2010-11-02 | 2 | -20/+10 |
* | Make FindProgramByName return paths with slashes unmodified on Windows. | Mikhail Glushenkov | 2010-11-02 | 3 | -5/+8 |
* | 80-col violations. | Mikhail Glushenkov | 2010-11-02 | 1 | -3/+5 |
* | Path: Add GetEXESuffix() to complement GetDLLSuffix(). | Mikhail Glushenkov | 2010-11-02 | 3 | -0/+15 |
* | Fixes <rdar://problem/8612856>: During postRAsched, the antidependence | Andrew Trick | 2010-11-02 | 2 | -11/+35 |
* | a bunch of random cleanup, move a helper to CGT where it belongs. | Chris Lattner | 2010-11-02 | 3 | -50/+52 |
* | Apply patch for use-after-free in InlineAsm constant handling, | Dale Johannesen | 2010-11-02 | 1 | -0/+1 |
* | Sort bit assignments. Cosmetic change only. | Jim Grosbach | 2010-11-02 | 1 | -32/+31 |
* | Simplify. | Devang Patel | 2010-11-02 | 1 | -2/+1 |
* | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach | 2010-11-02 | 6 | -67/+183 |
* | add and update comments. | Chris Lattner | 2010-11-02 | 1 | -2/+9 |
* | refactor/cleanup MatchableInfo by eliminating the Tokens array, | Chris Lattner | 2010-11-02 | 1 | -126/+127 |
* | Add support for expressions in .sleb/.uleb directives. | Rafael Espindola | 2010-11-02 | 12 | -94/+235 |
* | If value map does not have register for an argument then try to find frame in... | Devang Patel | 2010-11-02 | 1 | -5/+8 |
* | Use frameindex, if available, as a last resort to emit debug info for a param... | Devang Patel | 2010-11-02 | 2 | -2/+48 |
* | Fix comment typo. | Duncan Sands | 2010-11-02 | 1 | -1/+1 |
* | Add some comments explaining what MVT and EVT are, and how they differ. | Duncan Sands | 2010-11-02 | 1 | -3/+10 |
* | Remove trailing whitespace. | Duncan Sands | 2010-11-02 | 1 | -10/+10 |
* | Add correct NEON encodings for vld2, vld3, and vld4 basic variants. | Owen Anderson | 2010-11-02 | 5 | -70/+157 |
* | Remove an assert - it's possible to be hit, and we just want to avoid | Eric Christopher | 2010-11-02 | 1 | -1/+1 |
* | Whitespeace | Eric Christopher | 2010-11-02 | 1 | -1/+1 |
* | No really, no thumb1 for arm fast isel. Also add an informative comment as | Eric Christopher | 2010-11-02 | 1 | -3/+7 |