summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2010-09-09For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2-19/+29
2010-09-09This script is executable.Duncan Sands1-0/+0
2010-09-08fix bugs in push/pop segment support, rdar://8407242Chris Lattner1-4/+12
2010-09-08Remove --with-gxx-include-dir option because it's causing problems on non-Dar...Bill Wendling1-3/+1
2010-09-08Add an option to not test ObjC for those platforms which don't support it.Bill Wendling1-1/+9
2010-09-08Correct variable name.Duncan Sands1-1/+1
2010-09-08Move the number of cpus logic to somewhere more logical.Duncan Sands1-9/+10
2010-09-08A script that tests a certain release candidate in several modes. It does aBill Wendling1-0/+391
2010-09-07Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling1-0/+1
2010-09-07Fix whitespace, because I'm OCD.Bill Wendling1-38/+38
2010-09-07Add patterns for MMX that use the new intrinsics.Dale Johannesen1-1/+7
2010-09-07attempt to appease msvcChris Lattner1-0/+3
2010-09-07fix comment typosGabor Greif1-2/+2
2010-09-06generalize my previous operand loc info hack. If the same operandChris Lattner1-7/+9
2010-09-06in the case where an instruction only has one implementationChris Lattner1-10/+27
2010-09-06Now that we know if we had a total fail on the instruction mnemonic, Chris Lattner1-4/+9
2010-09-06simplify DEBUG_WITH_TYPE usageChris Lattner1-13/+10
2010-09-06this if can now be an assert.Chris Lattner1-2/+2
2010-09-06;Chris Lattner1-1/+1
2010-09-06now that the opcode is trivially exposed, start matching instructionsChris Lattner1-6/+22
2010-09-06emit the match table at global scope instead of within the Chris Lattner1-20/+25
2010-09-06special case the mnemonic operand of the instruction in the Chris Lattner1-8/+29
2010-09-06The "ambiguous instructions" check only produces anything with -debug,Chris Lattner1-21/+22
2010-09-06have tblgen detect when an instruction would have matched, butChris Lattner1-6/+11
2010-09-06change MatchInstructionImpl to return an enum instead of bool.Chris Lattner1-6/+12
2010-09-06have AsmMatcherEmitter.cpp produce the hunk of code that gets includedChris Lattner1-6/+26
2010-09-06emit the LLVM intrinsic name -> intrinsic number mapping table withChris Lattner2-27/+36
2010-09-06allow specifying an indentation level for the string matcher.Chris Lattner2-8/+12
2010-09-06emit the __builtin -> intrinsic map with StringMatcher instead of aChris Lattner1-108/+18
2010-09-06same bug, another place.Chris Lattner1-1/+1
2010-09-06fix a critical bug where the generated table would sayChris Lattner1-1/+3
2010-09-06update cmakeChris Lattner1-0/+1
2010-09-06factor the snazzy string matcher code that Daniel hatesChris Lattner3-134/+198
2010-09-06slightly improve the runtime and code size of the Intrinsics info table by notChris Lattner1-13/+15
2010-09-04delete dead code.Chris Lattner1-29/+0
2010-09-04zap dead code.Chris Lattner1-1/+0
2010-09-03Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2-23/+17
2010-09-03Remove a TODO comment; this is now filed in bugzilla (PR8005).Dan Gohman1-4/+0
2010-09-03Stop emitting predicate functions. They are no longer used.Jakob Stoklund Olesen2-50/+0
2010-09-01remove dead code.Chris Lattner1-37/+0
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2-36/+36
2010-08-29Don't worry about union types.Dan Gohman1-1/+0
2010-08-28Remove obsolete keywords which are no longer relevant.Dan Gohman1-2/+1
2010-08-28Remove unions from the vim syntax highlighting.Dan Gohman1-1/+0
2010-08-28more dead thing zapping.Chris Lattner1-17/+1
2010-08-28zap dead methodChris Lattner1-2/+0
2010-08-27Fix a comment typo.Bob Wilson1-1/+1
2010-08-27Clarify a comment.Dan Gohman1-1/+1
2010-08-27Parse " (Hidden)" and cope with it.Dan Gohman1-0/+7
2010-08-27Default to looking for clang++ in the PATH, rather than trying toDan Gohman1-2/+2