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