summaryrefslogtreecommitdiff
path: root/utils/TableGen
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
* Handle the odd case where we only have one instruction.Eric Christopher2010-09-18
* 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
* Add x86mmx to TableGen.Dale Johannesen2010-09-11
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-09
* fix bugs in push/pop segment support, rdar://8407242Chris Lattner2010-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
* allow specifying an indentation level for the string matcher.Chris Lattner2010-09-06
* emit the __builtin -> intrinsic map with StringMatcher instead of aChris Lattner2010-09-06
* same bug, another place.Chris Lattner2010-09-06
* fix a critical bug where the generated table would sayChris Lattner2010-09-06
* update cmakeChris Lattner2010-09-06
* factor the snazzy string matcher code that Daniel hatesChris Lattner2010-09-06
* slightly improve the runtime and code size of the Intrinsics info table by notChris Lattner2010-09-06
* zap dead code.Chris Lattner2010-09-04
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-03
* Stop emitting predicate functions. They are no longer used.Jakob Stoklund Olesen2010-09-03
* remove dead code.Chris Lattner2010-09-01
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* more dead thing zapping.Chris Lattner2010-08-28
* zap dead methodChris Lattner2010-08-28
* Fix a comment typo.Bob Wilson2010-08-27
* Allow strict subclasses of register classes, this way we can handleEric Christopher2010-08-25
* Split out register class subclassing to a separate function and clean upEric Christopher2010-08-25
* Fix comment.Eric Christopher2010-08-24