No longer track value types for asm printer operands, and remove them as
[oota-llvm.git] / utils / TableGen /
2005-09-14 Chris Lattneradd an accessor
2005-09-14 Chris Lattnerremove some code that isn't ready for prime time
2005-09-14 Chris LattnerSwitch to a slightly more structured representation...
2005-09-14 Chris LattnerAdd some more checking/verification code
2005-09-14 Chris Lattnerstart parsing instructions into patterns, start doing...
2005-09-13 Chris Lattnerdon't emit the namespace inside the class!
2005-09-13 Chris LattnerEmit code suitable for emission into the ISel class...
2005-09-13 Chris Lattnercontinue xform function parsing
2005-09-13 Chris LattnerStart parsing node transformation information
2005-09-13 Chris LattnerAdd a new Record::getValueAsCode method to mirror the...
2005-09-13 Chris Lattnercompletely eliminate TreePattern::PatternType
2005-09-12 Chris LattnerRegenerate
2005-09-12 Chris LattnerRearrange two rules, which apparently makes some versio...
2005-09-10 Jeff CohenFix miscellaneous Visual Studio build problems.
2005-09-09 Chris Lattneradd an accessor to provide more checking
2005-09-09 Chris Lattneruse new accessors to simplify code. Add checking to...
2005-09-09 Chris Lattneradd some accessors
2005-09-08 Chris LattnerFix incorrect comment
2005-09-08 Chris LattnerImplement a complete type inference system for dag...
2005-09-08 Chris LattnerCompute the value types that are natively supported...
2005-09-08 Chris LattnerParse information about type constraints on SDNodes
2005-09-08 Chris Lattneruse node info in the one place we currently use it
2005-09-08 Chris Lattnerstart parsing SDNode info records
2005-09-08 Chris LattnerFix indentation
2005-09-08 Chris Lattnerregenerate
2005-09-08 Chris LattnerAdd support for automatically created anonymous definit...
2005-09-08 Chris Lattnerregenerate
2005-09-08 Chris LattnerTabs to spaces.
2005-09-08 Chris LattnerKeep names even when inlining. This allows us to reali...
2005-09-07 Chris LattnerInitial cut of the dag isel generator. This is still...
2005-09-06 Chris LattnerRename a class. These files are being migrated to...
2005-09-06 Chris Lattnerregenerate
2005-09-06 Chris LattnerTighten up the specification to allow TableGen/nested...
2005-09-03 Chris LattnerAdd an option and stuff implementation of a dag isel...
2005-08-27 Reid SpencerImplement PR614:
2005-08-26 Chris Lattnerspell this right
2005-08-26 Chris Lattnerspell this variable right
2005-08-26 Chris LattnerExpose a new flag to TargetInstrInfo
2005-08-26 Chris Lattneradd a marker at the end of the instruction enum list
2005-08-19 Chris LattnerEmit this:
2005-08-19 Chris LattnerExpose the derived register classes to the public heade...
2005-08-19 Chris LattnerSplit register class "Methods" into MethodProtos and...
2005-08-19 Chris LattnerRefactor to use Target.getRegisterClasses consistently...
2005-08-19 Chris LattnerEmit real operand info for instructions. This currentl...
2005-08-19 Chris LattnerRead the namespace field from register classes
2005-08-19 Chris Lattneradd a setName method to record
2005-08-19 Chris LattnerAdd a setName method to Record.
2005-08-19 Chris LattnerFor now, just emit empty operand info structures.
2005-08-19 Chris LattnerFix a problem jeffc noticed
2005-08-19 Chris LattnerThe code emitter generator only supports targets with...
2005-08-19 Chris Lattnernow that all of the targets are clean w.r.t. the number...
2005-08-18 Chris LattnerFigure out how many operands each instruction has,...
2005-08-18 Chris Lattnerrevert this change, which causes breakage, temporarily
2005-08-18 Chris LattnerWhen emitting implicit use/def lists, only emit each...
2005-08-18 Chris LattnerFill in the numOperands field of the TargetInstrDescrip...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-15 Chris LattnerFix PR595: These error messages should not be looking...
2005-07-14 Nate BegemanAdd support for a TODO; instructions in .td files can...
2005-04-22 Jeff CohenEliminate tabs and trailing spaces
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-19 Chris Lattnerignore generated files
2005-04-19 Chris Lattnerfix bogus warning
2005-04-19 Chris LattnerMajor change to tblgen: instead of resolving values...
2005-04-19 Chris Lattnerimplementing shifting of literal integers
2005-04-19 Chris LattnerAdd initial lexer and parser support for shifting value...
2005-01-22 Chris LattnerMinor fix.
2005-01-22 Chris LattnerThis is the final big of factoring. This shares cases...
2005-01-22 Chris LattnerImplement *even more* factoring. In particular, if...
2005-01-22 Chris LattnerRefactor code for numbering instructions into CodeGenTa...
2005-01-22 Jeff CohenFix VC++ compilation error
2005-01-22 Chris LattnerImplement factoring of instruction pattern strings...
2005-01-22 Chris LattnerFix the ::: problem
2005-01-22 Chris LattnerMinor refactoring, no functionality change.
2005-01-22 Chris LattnerSeperate asmstring parsing from emission. This allows...
2005-01-22 Andrew Lenharthmake double-dollar properly escape asmstrings
2005-01-02 Chris LattnerExpose isConvertibleToThreeAddress and isCommutable...
2004-12-06 Reid SpencerFor PR387:
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-11-05 Chris LattnerQuiet VC++ warnings
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-23 Chris LattnerMake VC happier, patch contributed by Morten Ofstad
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-14 Misha Brukman* Factor out (into new fn) a loop emitting operand...
2004-10-14 Misha Brukman* Add option to read isLittleEndianEncoding for InstrIn...
2004-10-13 Chris LattnerPatch to make VS happier, thanks to Morten Ofstad for...
2004-10-13 Reid SpencerUpdates for changes in Makefile rules.
2004-10-12 Chris LattnerDon't emit the method into the llvm namespace, let...
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Misha BrukmanProperly `quote' names, and don't forget to add the...
2004-10-03 Chris LattnerCorrectly parse variant notation
2004-10-03 Chris LattnerAdd initial support for variants. This just parses...
2004-09-30 Misha Brukman#include DataTypes.h to compile on MinGW, patch by...
2004-09-28 Nate BegemanAdd support for the isLoad and isStore flags, needed...
2004-09-28 Chris LattnerTurn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG
2004-09-14 Chris LattnerRevamp the Register class, and allow the use of the...
2004-09-03 Reid SpencerClean up some "clean:" targets so they use $(VERB)...
next