Age | Commit message (Expand) | Author |
2010-11-03 | Remove several unhelpful checks for isValid from sys::Path. | Dan Gohman |
2010-11-02 | Make sure we're only storing a single bit here. | Eric Christopher |
2010-11-02 | per a suggestion by Frits van Bommel, mark all MBlaze Pseudo | Chris Lattner |
2010-11-02 | Revert r118097 to fix buildbots. | Owen Anderson |
2010-11-02 | Completely reject instructions that have an operand in their | Chris Lattner |
2010-11-02 | Let the -inline-threshold command line argument take precedence over the | Jakob Stoklund Olesen |
2010-11-02 | Don't try to enforce MAXPATHLEN in sys::Path for Unix. OS's can check | Dan Gohman |
2010-11-02 | Simplify. | Dan Gohman |
2010-11-02 | Fix a copy+pasto. | Dan Gohman |
2010-11-02 | Avoid manipulating paths in fixed-sized arrays. | Dan Gohman |
2010-11-02 | Obsessive formatting changes. No functionality impact. | Bill Wendling |
2010-11-02 | Simplify this code. | Dan Gohman |
2010-11-02 | Omit unused parameter name. | Bill Wendling |
2010-11-02 | Simplify the EncodeInstruction method now that a lot of the special case stuff | Bill Wendling |
2010-11-02 | Since these fields are not exactly equivalent to the encoded field, rename th... | Owen Anderson |
2010-11-02 | Use '\0' instead of 0 for nul character constants. | Dan Gohman |
2010-11-02 | Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work | Bill Wendling |
2010-11-02 | Rename encoder methods to match naming convention. | Owen Anderson |
2010-11-02 | mark a few codegenonly instructions. | Chris Lattner |
2010-11-02 | appendSuffix: don't append a dot when the suffix is empty. | Mikhail Glushenkov |
2010-11-02 | Revert r118057, this is better fixed in appendSuffix itself. | Mikhail Glushenkov |
2010-11-02 | Provide correct encodings for the remaining vst variants that we currently ge... | Owen Anderson |
2010-11-02 | Eliminate some temporary std::strings. | Dan Gohman |
2010-11-02 | Tentative encodings for the "single element from one lane" variant of vst1. | Owen Anderson |
2010-11-02 | Add correct encodings for basic variants for vst3 and vst4. | Owen Anderson |
2010-11-02 | Do relaxations with FT_Org fragments. Fixes the FIXME: | Rafael Espindola |
2010-11-02 | Add NEON VST1-lane instructions. Partial fix for Radar 8599955. | Bob Wilson |
2010-11-02 | Add correct encodings for the basic variants for vst2. | Owen Anderson |
2010-11-02 | Add correct encodings for the basic form of vst1. | Owen Anderson |
2010-11-02 | Micro-optimize. | Dan Gohman |
2010-11-02 | Don't append a dot on platforms which don't use exe suffixes. | Dan Gohman |
2010-11-02 | llvmc: Fix tool finding logic. | Mikhail Glushenkov |
2010-11-02 | Factor out a common encoding class for loads and stores with a lane parameter. | Owen Anderson |
2010-11-02 | Fix DIType verifier. The element 3 is DIFile now. | Devang Patel |
2010-11-02 | Add correct encodings for the rest of the vld instructions that we generate. | Owen Anderson |
2010-11-02 | GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. | Mikhail Glushenkov |
2010-11-02 | Trailing whitespace. | Mikhail Glushenkov |
2010-11-02 | FindExecutable: remove the executability check. | Mikhail Glushenkov |
2010-11-02 | Make FindProgramByName return paths with slashes unmodified on Windows. | Mikhail Glushenkov |
2010-11-02 | 80-col violations. | Mikhail Glushenkov |
2010-11-02 | Path: Add GetEXESuffix() to complement GetDLLSuffix(). | Mikhail Glushenkov |
2010-11-02 | Fixes <rdar://problem/8612856>: During postRAsched, the antidependence | Andrew Trick |
2010-11-02 | Apply patch for use-after-free in InlineAsm constant handling, | Dale Johannesen |
2010-11-02 | Sort bit assignments. Cosmetic change only. | Jim Grosbach |
2010-11-02 | Simplify. | Devang Patel |
2010-11-02 | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach |
2010-11-02 | Add support for expressions in .sleb/.uleb directives. | Rafael Espindola |
2010-11-02 | If value map does not have register for an argument then try to find frame in... | Devang Patel |
2010-11-02 | Use frameindex, if available, as a last resort to emit debug info for a param... | Devang Patel |
2010-11-02 | Add correct NEON encodings for vld2, vld3, and vld4 basic variants. | Owen Anderson |