summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* arm_neon.h now makes it through clang and generates appropriate code for thos...Nate Begeman2010-06-03
* arm_neon.h emitter now mostly complete for the purposes of initial testing.Nate Begeman2010-06-02
* Pacify recent gcc: remove a pointless const qualifier.Duncan Sands2010-06-02
* Checkpoint; handle 'int' and 'void' correctlyNate Begeman2010-06-02
* Emit full function prototypes. Definitions & typedefs to come.Nate Begeman2010-06-02
* Checkpoint arm_neon.h generation with tablegenNate Begeman2010-06-02
* Fix commentSean Hunt2010-06-01
* Allow for creation of clang DeclNodes tables.Sean Hunt2010-05-30
* Emit TargetRegisterInfo::composeSubRegIndices().Jakob Stoklund Olesen2010-05-28
* Comment out some code in prep for actual .td file checkpoint.Nate Begeman2010-05-28
* Fix build breakage.Eli Friedman2010-05-28
* Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman2010-05-28
* Simplify raw_ostream usage.Dan Gohman2010-05-27
* Minor code simplification.Dan Gohman2010-05-27
* AsmMatcher: Ensure classes are totally ordered, so we can std::sort them reli...Daniel Dunbar2010-05-27
* Check that inherited subregisters all have a direct SubRegIndex.Jakob Stoklund Olesen2010-05-26
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-26
* Suppress emmission of empty subreg/superreg/alias sets.Jakob Stoklund Olesen2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Drop the SuperregHashTable. It is essentially the same as SubregHashTable.Jakob Stoklund Olesen2010-05-25
* Print symbolic SubRegIndex names on machine operands.Jakob Stoklund Olesen2010-05-25
* Ignore NumberHack and give each SubRegIndex instance a unique enum value inst...Jakob Stoklund Olesen2010-05-25
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-24
* diaggroup categories should take precedence over diag-specific groups.Chris Lattner2010-05-24
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-24
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-24
* tblgen/AsmMatcher: Change AsmOperandClass to allow a list of superclasses ins...Daniel Dunbar2010-05-22
* tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honorDaniel Dunbar2010-05-20
* Replace FIRST_* and LAST_* macros with a generic STMT_RANGE macroSean Hunt2010-05-18
* Added a QQQQ register file to model 4-consecutive Q registers.Evan Cheng2010-05-14
* Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...Evan Cheng2010-05-13
* Update tablegen to generate shorts instead of chars for subgroup arrays.Chandler Carruth2010-05-13
* Add initial kill flag support to FastISel.Dan Gohman2010-05-11
* Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-11
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-06
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa...Evan Cheng2010-05-06
* Fix some stylistic issues with my last commit.Sean Hunt2010-05-06
* Add newline to end of file to avoid warningShantonu Sen2010-05-05
* Include the right header for toupperSean Hunt2010-05-05
* Add an emitter to handle the list of clang statement nodes.Sean Hunt2010-05-05
* add the ability to associate 'category' names with clang diagnosticsChris Lattner2010-05-04
* MC/Matcher: Add support for over-riding the default MatchInstruction functionDaniel Dunbar2010-05-04
* Add a pseudo instruction REG_SEQUENCE that takes a list of registers andEvan Cheng2010-05-01
* Fixes to edis that mark x86 call targets asSean Callanan2010-04-23
* When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS...Johnny Chen2010-04-20
* stop computing InstImpInputs, it is deadChris Lattner2010-04-20
* DAGInstruction::ImpOperands is dead after my recent tblgen work, zap it.Chris Lattner2010-04-20