aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
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-11Add x86mmx to TableGen.Dale Johannesen
2010-09-09For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng
2010-09-08fix bugs in push/pop segment support, rdar://8407242Chris Lattner
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
2010-09-06emit the match table at global scope instead of within the Chris Lattner
2010-09-06special case the mnemonic operand of the instruction in the Chris Lattner
2010-09-06The "ambiguous instructions" check only produces anything with -debug,Chris Lattner
2010-09-06have tblgen detect when an instruction would have matched, butChris Lattner
2010-09-06change MatchInstructionImpl to return an enum instead of bool.Chris Lattner
2010-09-06have AsmMatcherEmitter.cpp produce the hunk of code that gets includedChris Lattner
2010-09-06emit the LLVM intrinsic name -> intrinsic number mapping table withChris Lattner
2010-09-06allow specifying an indentation level for the string matcher.Chris Lattner
2010-09-06emit the __builtin -> intrinsic map with StringMatcher instead of aChris Lattner
2010-09-06same bug, another place.Chris Lattner
2010-09-06fix a critical bug where the generated table would sayChris Lattner
2010-09-06update cmakeChris Lattner
2010-09-06factor the snazzy string matcher code that Daniel hatesChris Lattner
2010-09-06slightly improve the runtime and code size of the Intrinsics info table by notChris Lattner
2010-09-04zap dead code.Chris Lattner
2010-09-03Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene
2010-09-03Stop emitting predicate functions. They are no longer used.Jakob Stoklund Olesen
2010-09-01remove dead code.Chris Lattner
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-28more dead thing zapping.Chris Lattner
2010-08-28zap dead methodChris Lattner
2010-08-27Fix a comment typo.Bob Wilson
2010-08-25Allow strict subclasses of register classes, this way we can handleEric Christopher
2010-08-25Split out register class subclassing to a separate function and clean upEric Christopher
2010-08-24Fix comment.Eric Christopher
2010-08-24llvmc: Improve error handling in EmitEdgeClasses().Mikhail Glushenkov
2010-08-23llvmc: Make syntax more consistent.Mikhail Glushenkov
2010-08-23llvmc: Allow multiple LanguageMaps.Mikhail Glushenkov
2010-08-23llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov
2010-08-23llvmc: Do not mention plugins in the code.Mikhail Glushenkov
2010-08-23Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth
2010-08-20llvmc: Fix alias generation.Mikhail Glushenkov