| Age | Commit message (Expand) | Author |
| 2010-08-10 | Implement register class inflation. | Jakob Stoklund Olesen |
| 2010-08-10 | Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP | Daniel Dunbar |
| 2010-08-10 | MC/AsmParser: Fix a bug in macro argument parsing, which was dropping | Daniel Dunbar |
| 2010-08-10 | Install llvmCore_Sim to the simulator SDK directory. Radar 8282845. | Bob Wilson |
| 2010-08-10 | Recalculate the spill weight and allocation hint for virtual registers created | Jakob Stoklund Olesen |
| 2010-08-10 | Fix test for more architectures. Patch by Tobias Grosser. | Jakob Stoklund Olesen |
| 2010-08-10 | Fix silly bug. | Rafael Espindola |
| 2010-08-10 | Revert "MC/MachO: Fix possible null pointer dereference." | Michael J. Spencer |
| 2010-08-10 | Use RunPassesOn as in the rest of bugpoint. | Rafael Espindola |
| 2010-08-10 | Simplify generating LLVMC_BUILTIN_PLUGIN. | Mikhail Glushenkov |
| 2010-08-10 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-08-10 | Mark this variable as used. | Chandler Carruth |
| 2010-08-10 | RegionInfo: Do not assert if a BB is not part of the dominance tree. | Tobias Grosser |
| 2010-08-10 | Fix failing testcase. | Tobias Grosser |
| 2010-08-10 | Handle TAG_constant for integers. | Devang Patel |
| 2010-08-10 | Fix ARM hasFP() semantics. It should return true whenever FP register is | Evan Cheng |
| 2010-08-10 | Update CMake...sorry for the breakage. | Bill Wendling |
| 2010-08-10 | Simplify. | Devang Patel |
| 2010-08-10 | Drop "const". It does not add value here. | Devang Patel |
| 2010-08-10 | Add AVX movnt{pd,ps,dq} 256-bit intrinsics | Bruno Cardoso Lopes |
| 2010-08-10 | Add missing null check reported by Amaury Pouly. | Evan Cheng |
| 2010-08-10 | Add AVX movmsk 256-bit intrinsics | Bruno Cardoso Lopes |
| 2010-08-10 | Remove replicate intrinsics, clang will generate shufflevector for those. The... | Bruno Cardoso Lopes |
| 2010-08-10 | Support AVX 256-bit load and store intrinsics | Bruno Cardoso Lopes |
| 2010-08-10 | Use i32 instead of i8 for dot product intrinsic | Bruno Cardoso Lopes |
| 2010-08-10 | Do not include file static variable in pubnames list. | Devang Patel |
| 2010-08-10 | Expand uses of python 2.6's "A if B else C" syntax into regular | Dan Gohman |
| 2010-08-10 | remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, which | Chris Lattner |
| 2010-08-10 | Patterns to match AVX cmp instructions | Bruno Cardoso Lopes |
| 2010-08-10 | Transpose the calculation of spill weights such that we are calculating one | Jakob Stoklund Olesen |
| 2010-08-10 | Add matching patterns for vblend AVX intrinsics | Bruno Cardoso Lopes |
| 2010-08-10 | Fix the last argument type of AVX vblend intrinsics | Bruno Cardoso Lopes |
| 2010-08-09 | Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer | Bill Wendling |
| 2010-08-09 | Undo accidental commit. | Devang Patel |
| 2010-08-09 | Simplify. Avoid redundant checks. | Devang Patel |
| 2010-08-09 | Wording. | Eric Christopher |
| 2010-08-09 | Next bit of support for the dwarf .file directive. This patch takes the | Kevin Enderby |
| 2010-08-09 | ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-( | Evan Cheng |
| 2010-08-09 | Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY, VCVTTPS2DQ and VCVTPD2DQ 2... | Bruno Cardoso Lopes |
| 2010-08-09 | Refactor. | Devang Patel |
| 2010-08-09 | Add patterns to AVX conversions instructions. Do that instead of declaring mo... | Bruno Cardoso Lopes |
| 2010-08-09 | Make it possible to set the target triple and expose that with an option in the | Rafael Espindola |
| 2010-08-09 | Fix a use after free error caught by the valgrind builders. | Nick Lewycky |
| 2010-08-09 | Refactoring. Update DbgVarible to handle queries itself. | Devang Patel |
| 2010-08-09 | Add ConstantRange information to the debugging output. | Owen Anderson |
| 2010-08-09 | PR7853: fix a silly mistake introduced in r101899, and add a test to make sure | Eli Friedman |
| 2010-08-09 | Update cmake library dependencies. | Oscar Fuentes |
| 2010-08-09 | CMake: eliminated unnecessary target_link_libraries. | Oscar Fuentes |
| 2010-08-09 | It is ok, and convenient, to pass descriptors by value. | Devang Patel |
| 2010-08-09 | A REG_SEQUENCE instruction may use the same register twice. | Jakob Stoklund Olesen |