| Commit message (Expand) | Author | Age | Files | Lines |
* | Let a target specify whether it wants an assembly printer to be the MC version | Jim Grosbach | 2010-09-30 | 1 | -1/+4 |
* | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng | 2010-09-29 | 1 | -16/+21 |
* | trailing whitespace | Jim Grosbach | 2010-09-29 | 1 | -54/+54 |
* | Convert a bunch of uses of 'bytecode' into 'bitcode'. This | Duncan Sands | 2010-09-29 | 5 | -11/+11 |
* | GetSourceVersion: Strip off svninfo extra markers, which aren't really part o... | Daniel Dunbar | 2010-09-29 | 1 | -1/+1 |
* | utils: Add GetRepositoryPath script, patch by Jonathan Mulder! | Daniel Dunbar | 2010-09-29 | 2 | -10/+37 |
* | lit: Fix a subtle resource usage bug when executing tests using the internal | Daniel Dunbar | 2010-09-29 | 1 | -4/+7 |
* | add basic avx support to the disassembler, also teach it about ssmem/sdmem | Chris Lattner | 2010-09-29 | 1 | -0/+6 |
* | Add support to model pipeline bypass / forwarding. | Evan Cheng | 2010-09-28 | 2 | -1/+49 |
* | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer | 2010-09-27 | 5 | -11/+14 |
* | Reverting "CMake: Don't include tools, unittets, or examples as | Oscar Fuentes | 2010-09-25 | 1 | -13/+11 |
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 1 | -0/+1 |
* | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer | 2010-09-24 | 1 | -2/+5 |
* | CMake: Don't include tools, unittets, or examples as available targets | Michael J. Spencer | 2010-09-24 | 1 | -11/+13 |
* | Fix line endings from my last commit. | Michael J. Spencer | 2010-09-24 | 1 | -3/+3 |
* | unittests: Support Windows. | Michael J. Spencer | 2010-09-24 | 1 | -0/+27 |
* | Test unittests built with CMake. | Michael J. Spencer | 2010-09-24 | 1 | -3/+9 |
* | CMake: Build unittests. | Michael J. Spencer | 2010-09-24 | 2 | -1/+36 |
* | Fix whitespace. | Michael J. Spencer | 2010-09-24 | 1 | -2/+2 |
* | Revert r114703 and r114702, removing the isConditionalMove flag from instruct... | Owen Anderson | 2010-09-23 | 3 | -3/+0 |
* | Add an TargetInstrDesc bit to indicate that a given instruction is a conditio... | Owen Anderson | 2010-09-23 | 3 | -0/+3 |
* | Revert r114596, it's breaking a few tests. | Nate Begeman | 2010-09-23 | 1 | -22/+5 |
* | <rdar://problem/8228022> Wvector-conversions warnings in arm_neon.h | Nate Begeman | 2010-09-22 | 1 | -5/+22 |
* | Rework passing parent pointers into complexpatterns, I forgot | Chris Lattner | 2010-09-21 | 1 | -2/+3 |
* | just like they can opt into getting the root of the pattern being | Chris Lattner | 2010-09-21 | 1 | -1/+6 |
* | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner | 2010-09-21 | 3 | -2/+14 |
* | Trailing whitespace, 80-col violations. | Mikhail Glushenkov | 2010-09-21 | 1 | -6/+6 |
* | llvmc: Allow multiple output languages. | Mikhail Glushenkov | 2010-09-21 | 1 | -35/+61 |
* | Using regexp-opt for keyword regex declarations makes the word lists more | Misha Brukman | 2010-09-19 | 2 | -14/+17 |
* | Handle the odd case where we only have one instruction. | Eric Christopher | 2010-09-18 | 1 | -0/+3 |
* | lit: Bump version to 0.2.0dev, for no apparent reason. | Daniel Dunbar | 2010-09-18 | 1 | -2/+2 |
* | lit: Tweak setup.py. | Daniel Dunbar | 2010-09-18 | 1 | -11/+12 |
* | lit: These TODOs are done(ish). | Daniel Dunbar | 2010-09-18 | 1 | -10/+0 |
* | Some of the tests build an executable with llvm-gcc. For this to work, llvm-gcc | Duncan Sands | 2010-09-17 | 1 | -0/+1 |
* | Release-Asserts no longer exists. | Duncan Sands | 2010-09-15 | 1 | -1/+1 |
* | lit: Expose FileBasedTest object and Test module via 'lit' object that gets | Daniel Dunbar | 2010-09-15 | 2 | -0/+4 |
* | lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err, | Daniel Dunbar | 2010-09-15 | 2 | -1/+1 |
* | Use float64 instead of int64 vector elements for NEON vget_low and vget_high | Bob Wilson | 2010-09-15 | 1 | -7/+19 |
* | Tidy whitespace in generated arm_neon.h. | Bob Wilson | 2010-09-14 | 1 | -1/+1 |
* | CBackend: Fix MSVC build. | Michael J. Spencer | 2010-09-14 | 1 | -4/+4 |
* | Fix typo in temp. script file name. | Devang Patel | 2010-09-13 | 1 | -1/+1 |
* | Add little test script to check debug info. | Devang Patel | 2010-09-13 | 1 | -0/+61 |
* | CMake: Add llvm-lit to CMake build. | Michael J. Spencer | 2010-09-13 | 1 | -0/+12 |
* | Nowadays a release build has assertions off. | Duncan Sands | 2010-09-13 | 1 | -3/+3 |
* | Add x86mmx to TableGen. | Dale Johannesen | 2010-09-11 | 1 | -0/+2 |
* | For each instruction itinerary class, specify the number of micro-ops each | Evan Cheng | 2010-09-09 | 2 | -19/+29 |
* | This script is executable. | Duncan Sands | 2010-09-09 | 1 | -0/+0 |
* | fix bugs in push/pop segment support, rdar://8407242 | Chris Lattner | 2010-09-08 | 1 | -4/+12 |
* | Remove --with-gxx-include-dir option because it's causing problems on non-Dar... | Bill Wendling | 2010-09-08 | 1 | -3/+1 |
* | Add an option to not test ObjC for those platforms which don't support it. | Bill Wendling | 2010-09-08 | 1 | -1/+9 |