summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* <rdar://problem/8228022> Wvector-conversions warnings in arm_neon.hNate Begeman2010-09-22
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-21
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-21
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* Trailing whitespace, 80-col violations.Mikhail Glushenkov2010-09-21
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-21
* Using regexp-opt for keyword regex declarations makes the word lists moreMisha Brukman2010-09-19
* Handle the odd case where we only have one instruction.Eric Christopher2010-09-18
* lit: Bump version to 0.2.0dev, for no apparent reason.Daniel Dunbar2010-09-18
* lit: Tweak setup.py.Daniel Dunbar2010-09-18
* lit: These TODOs are done(ish).Daniel Dunbar2010-09-18
* Some of the tests build an executable with llvm-gcc. For this to work, llvm-gccDuncan Sands2010-09-17
* Release-Asserts no longer exists.Duncan Sands2010-09-15
* lit: Expose FileBasedTest object and Test module via 'lit' object that getsDaniel Dunbar2010-09-15
* lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err,Daniel Dunbar2010-09-15
* Use float64 instead of int64 vector elements for NEON vget_low and vget_highBob Wilson2010-09-15
* Tidy whitespace in generated arm_neon.h.Bob Wilson2010-09-14
* CBackend: Fix MSVC build.Michael J. Spencer2010-09-14
* Fix typo in temp. script file name.Devang Patel2010-09-13
* Add little test script to check debug info.Devang Patel2010-09-13
* CMake: Add llvm-lit to CMake build.Michael J. Spencer2010-09-13
* Nowadays a release build has assertions off.Duncan Sands2010-09-13
* Add x86mmx to TableGen.Dale Johannesen2010-09-11
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-09
* This script is executable.Duncan Sands2010-09-09
* fix bugs in push/pop segment support, rdar://8407242Chris Lattner2010-09-08
* Remove --with-gxx-include-dir option because it's causing problems on non-Dar...Bill Wendling2010-09-08
* Add an option to not test ObjC for those platforms which don't support it.Bill Wendling2010-09-08
* Correct variable name.Duncan Sands2010-09-08
* Move the number of cpus logic to somewhere more logical.Duncan Sands2010-09-08
* A script that tests a certain release candidate in several modes. It does aBill Wendling2010-09-08
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-07
* Fix whitespace, because I'm OCD.Bill Wendling2010-09-07
* Add patterns for MMX that use the new intrinsics.Dale Johannesen2010-09-07
* attempt to appease msvcChris Lattner2010-09-07
* fix comment typosGabor Greif2010-09-07
* generalize my previous operand loc info hack. If the same operandChris Lattner2010-09-06
* in the case where an instruction only has one implementationChris Lattner2010-09-06
* Now that we know if we had a total fail on the instruction mnemonic, Chris Lattner2010-09-06
* simplify DEBUG_WITH_TYPE usageChris Lattner2010-09-06
* this if can now be an assert.Chris Lattner2010-09-06
* ;Chris Lattner2010-09-06
* now that the opcode is trivially exposed, start matching instructionsChris Lattner2010-09-06
* emit the match table at global scope instead of within the Chris Lattner2010-09-06
* special case the mnemonic operand of the instruction in the Chris Lattner2010-09-06
* The "ambiguous instructions" check only produces anything with -debug,Chris Lattner2010-09-06
* have tblgen detect when an instruction would have matched, butChris Lattner2010-09-06
* change MatchInstructionImpl to return an enum instead of bool.Chris Lattner2010-09-06
* have AsmMatcherEmitter.cpp produce the hunk of code that gets includedChris Lattner2010-09-06
* emit the LLVM intrinsic name -> intrinsic number mapping table withChris Lattner2010-09-06