| 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 | Recalculate the spill weight and allocation hint for virtual registers created | Jakob Stoklund Olesen |
| 2010-08-10 | Revert "MC/MachO: Fix possible null pointer dereference." | Michael J. Spencer |
| 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 | 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 | Support AVX 256-bit load and store intrinsics | Bruno Cardoso Lopes |
| 2010-08-10 | Do not include file static variable in pubnames list. | Devang Patel |
| 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-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 | 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 | 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 |
| 2010-08-09 | Explicitly initialize SlowFPBrcc and Pref32BitThumb to false. | Evan Cheng |
| 2010-08-09 | Rename a method. | Devang Patel |
| 2010-08-09 | Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more... | Evan Cheng |
| 2010-08-09 | Memory version of vcvtdq2pd intrinsic | Bruno Cardoso Lopes |
| 2010-08-09 | Patterns to match vinsert, vbroadcast, vmovmask and vcvtdq2pd AVX intrinsics | Bruno Cardoso Lopes |
| 2010-08-09 | Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime... | Evan Cheng |
| 2010-08-09 | Have SPU handle halfvec stores aligned by 8 bytes. | Kalle Raiskila |
| 2010-08-09 | MC/MachO: Fix possible null pointer dereference. | Michael J. Spencer |
| 2010-08-09 | Stop the JIT from refusing to work just because the program it was compiled into | Nick Lewycky |
| 2010-08-08 | Add optimization to Target/README.txt. | Nick Lewycky |
| 2010-08-08 | Reject unrepresentable pointer types in intrinsics. Fixes PR7316. | Nick Lewycky |
| 2010-08-08 | Use the "isCompare" machine instruction attribute instead of calling the | Bill Wendling |
| 2010-08-08 | Do more to modernize MergeFunctions. Refactor in response to Chris' code review. | Nick Lewycky |