| Age | Commit message (Expand) | Author |
| 2010-09-24 | unittests: Support Windows. | Michael J. Spencer |
| 2010-09-24 | Test unittests built with CMake. | Michael J. Spencer |
| 2010-09-24 | CMake: Build unittests. | Michael J. Spencer |
| 2010-09-24 | Fix whitespace. | Michael J. Spencer |
| 2010-09-23 | Revert r114703 and r114702, removing the isConditionalMove flag from instruct... | Owen Anderson |
| 2010-09-23 | Add an TargetInstrDesc bit to indicate that a given instruction is a conditio... | Owen Anderson |
| 2010-09-23 | Revert r114596, it's breaking a few tests. | Nate Begeman |
| 2010-09-22 | <rdar://problem/8228022> Wvector-conversions warnings in arm_neon.h | Nate Begeman |
| 2010-09-21 | Rework passing parent pointers into complexpatterns, I forgot | Chris Lattner |
| 2010-09-21 | just like they can opt into getting the root of the pattern being | Chris Lattner |
| 2010-09-21 | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner |
| 2010-09-21 | Trailing whitespace, 80-col violations. | Mikhail Glushenkov |
| 2010-09-21 | llvmc: Allow multiple output languages. | Mikhail Glushenkov |
| 2010-09-19 | Using regexp-opt for keyword regex declarations makes the word lists more | Misha Brukman |
| 2010-09-18 | Handle the odd case where we only have one instruction. | Eric Christopher |
| 2010-09-18 | lit: Bump version to 0.2.0dev, for no apparent reason. | Daniel Dunbar |
| 2010-09-18 | lit: Tweak setup.py. | Daniel Dunbar |
| 2010-09-18 | lit: These TODOs are done(ish). | Daniel Dunbar |
| 2010-09-17 | Some of the tests build an executable with llvm-gcc. For this to work, llvm-gcc | Duncan Sands |
| 2010-09-15 | Release-Asserts no longer exists. | Duncan Sands |
| 2010-09-15 | lit: Expose FileBasedTest object and Test module via 'lit' object that gets | Daniel Dunbar |
| 2010-09-15 | lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err, | Daniel Dunbar |
| 2010-09-15 | Use float64 instead of int64 vector elements for NEON vget_low and vget_high | Bob Wilson |
| 2010-09-14 | Tidy whitespace in generated arm_neon.h. | Bob Wilson |
| 2010-09-14 | CBackend: Fix MSVC build. | Michael J. Spencer |
| 2010-09-13 | Fix typo in temp. script file name. | Devang Patel |
| 2010-09-13 | Add little test script to check debug info. | Devang Patel |
| 2010-09-13 | CMake: Add llvm-lit to CMake build. | Michael J. Spencer |
| 2010-09-13 | Nowadays a release build has assertions off. | Duncan Sands |
| 2010-09-11 | Add x86mmx to TableGen. | Dale Johannesen |
| 2010-09-09 | For each instruction itinerary class, specify the number of micro-ops each | Evan Cheng |
| 2010-09-09 | This script is executable. | Duncan Sands |
| 2010-09-08 | fix bugs in push/pop segment support, rdar://8407242 | Chris Lattner |
| 2010-09-08 | Remove --with-gxx-include-dir option because it's causing problems on non-Dar... | Bill Wendling |
| 2010-09-08 | Add an option to not test ObjC for those platforms which don't support it. | Bill Wendling |
| 2010-09-08 | Correct variable name. | Duncan Sands |
| 2010-09-08 | Move the number of cpus logic to somewhere more logical. | Duncan Sands |
| 2010-09-08 | A script that tests a certain release candidate in several modes. It does a | Bill Wendling |
| 2010-09-07 | Add an MVT::x86mmx type. It will take the place of all current MMX vector types. | Bill Wendling |
| 2010-09-07 | Fix whitespace, because I'm OCD. | Bill Wendling |
| 2010-09-07 | Add patterns for MMX that use the new intrinsics. | Dale Johannesen |
| 2010-09-07 | attempt to appease msvc | Chris Lattner |
| 2010-09-07 | fix comment typos | Gabor Greif |
| 2010-09-06 | generalize my previous operand loc info hack. If the same operand | Chris Lattner |
| 2010-09-06 | in the case where an instruction only has one implementation | Chris Lattner |
| 2010-09-06 | Now that we know if we had a total fail on the instruction mnemonic, | Chris Lattner |
| 2010-09-06 | simplify DEBUG_WITH_TYPE usage | Chris Lattner |
| 2010-09-06 | this if can now be an assert. | Chris Lattner |
| 2010-09-06 | ; | Chris Lattner |
| 2010-09-06 | now that the opcode is trivially exposed, start matching instructions | Chris Lattner |