summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
...
* 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
* llvmc: Improve error handling in EmitEdgeClasses().Mikhail Glushenkov2010-08-24
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-23
* llvmc: Allow multiple LanguageMaps.Mikhail Glushenkov2010-08-23
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-23
* llvmc: Do not mention plugins in the code.Mikhail Glushenkov2010-08-23
* Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth2010-08-23
* llvmc: Fix alias generation.Mikhail Glushenkov2010-08-20
* Convert tablegen to use tool_output_file.Dan Gohman2010-08-20
* llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov2010-08-20
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-20
* llvmc: Update examples.Mikhail Glushenkov2010-08-19
* Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman2010-08-19
* Add include missing for VC build.Sean Hunt2010-08-19
* Remove three spurious semicolonsSean Hunt2010-08-19
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Remove predicate workaround, we're going to require that predicateEric Christopher2010-08-17
* Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson2010-08-16
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* Revert r111007.Mikhail Glushenkov2010-08-13
* Add a workaround for building with Clang.Mikhail Glushenkov2010-08-13
* llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov2010-08-13
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-12
* tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar2010-08-12
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-11