Adding autoconf support for the sample project.
[oota-llvm.git] / utils /
2003-08-07 Chris LattnerContinued evolution of the selector emitter: Represent...
2003-08-07 Chris LattnerFinish implementation of the type inference engine.
2003-08-07 Chris LattnerAllow clients to get at the pointer type
2003-08-07 Chris LattnerAdd new method getVAlueAsDag
2003-08-07 Chris LattnerInitial checkin of tree pattern parser and type inferen...
2003-08-07 Chris LattnerEliminate now-dead method
2003-08-07 Chris LattnerStart using the CodeGeneratorWrappers
2003-08-07 Chris LattnerInitial checkin of useful wrappers around the Target...
2003-08-06 Chris LattnerIck, add the RIGHT accessor
2003-08-06 Chris LattnerAdd accessor
2003-08-06 Chris LattnerThere is something wrong with code that looks like:
2003-08-06 Chris LattnerExport the register classes so that the instruction...
2003-08-06 Misha BrukmanAdded asserts to prevent negative shift amounts from...
2003-08-06 Chris LattnerSort the file lists
2003-08-06 Chris LattnerAdd error checking code to the node type parser. Start...
2003-08-06 Chris LattnerInitial support for an instruction selector emitter
2003-08-06 Chris LattnerAll good classes with virtual functions should have...
2003-08-06 Chris LattnerAdd an instruction selector emitter skeleton
2003-08-06 Chris Lattnerconvert over to using TableGen backends
2003-08-06 Chris LattnerSwitch code over to being a TableGenBackend
2003-08-06 Chris LattnerAdd more helper methods
2003-08-06 Chris LattnerNew common interface for backends to use
2003-08-05 Misha BrukmanStop special-casing annul and predict bits (which are...
2003-08-05 Chris LattnerNo functional changes, comment the fix I just put in
2003-08-05 Chris LattnerThe CodeEmitterGenerator used to consider ANY uninitial...
2003-08-04 Chris LattnerParse DAG patterns
2003-08-04 Chris Lattneradd support for DagInit initializers, which represent...
2003-08-04 Chris LattnerUpdate file header comment
2003-08-04 Chris LattnerTransition complete, remove the obsolete 'set' keyword
2003-08-04 Chris LattnerStart transitioning towards using 'let X = y in' statem...
2003-08-04 Chris LattnerIt appears that somehow we forgot to add support for...
2003-08-04 Chris LattnerAdd initial support for a new 'dag' type
2003-08-03 Chris LattnerAllow registers to specify a custom name
2003-08-03 Chris Lattneradd new --gen-instr-desc option
2003-08-03 Chris LattnerAdd new Record::getValueAsBit method
2003-08-03 Chris LattnerFinish the instruction info emitter
2003-08-03 Chris LattnerFix bug: TableGen/IntBitInit.td
2003-08-03 Chris LattnerFix bug: TableGen/BitsInitOverflow.td
2003-08-03 Chris Lattner* Changes to allow lists of any type
2003-08-03 Chris LattnerChanges to allow lists of any type
2003-08-03 Chris Lattnerexpand contraction
2003-08-03 Chris LattnerAdd support for instruction enum emission
2003-08-03 Chris LattnerInitial checkin of Instruction emitter, which just...
2003-08-03 Chris LattnerRemove dead private:
2003-08-03 Chris LattnerMake the register numbers line up more frequently
2003-08-03 Chris LattnerAllow an external 'set' command to set multiple values...
2003-08-03 Chris LattnerFinish the register info emitter
2003-08-02 Chris LattnerAdd new method
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerTablegen should only replace the output if it changes
2003-08-01 Chris LattnerMake sure to delete the output file if there is an...
2003-08-01 Chris Lattneradd support for emitting register classes
2003-08-01 Chris LattnerAdd new getValueAsListInit and getValueAsInt methods
2003-08-01 Chris LattnerAdd the ability to emit register file enums
2003-08-01 Chris LattnerFix the way field bit references are resolved, also...
2003-08-01 Chris LattnerDead code elimination
2003-08-01 Chris LattnerAdd new getValueAsBitsInit 'high-level' method
2003-08-01 Chris LattnerAdd file comment
2003-08-01 Chris LattnerInitial checkin of register info emitter
2003-08-01 Chris LattnerSimplify code to match new interfaces
2003-08-01 Chris LattnerSwitch over to an exception handling model for "high...
2003-08-01 Chris LattnerMinor cleanups
2003-08-01 Chris LattnerFactor code out into a new getAllDerivedDefinitions...
2003-07-31 Chris LattnerForget about KEEP_SYMBOLS, make sure to build into...
2003-07-31 Chris LattnerMore minor cleanups of the interface
2003-07-31 Chris LattnerRename createEmitter to run because eventually all...
2003-07-31 Chris LattnerAdd file comment
2003-07-31 Chris LattnerTighten up interface
2003-07-30 Chris LattnerAdd support for code fragments
2003-07-30 Chris LattnerInitial support for the 'code' type.
2003-07-30 Chris LattnerMove err() to the lexer, implement file inclusion capab...
2003-07-30 Chris LattnerMinor reorganization, move ParseFile to the lexer
2003-07-30 Chris LattnerMake tablegen take an input filename to parse if one...
2003-07-30 Chris LattnerDirectly support C style comments in tblgen, but allow...
2003-07-30 Chris LattnerFix coredump for when an ID is used illegally outside...
2003-07-30 Chris LattnerDon't pollute the namespace with template arguments...
2003-07-30 Chris LattnerImplement TODO: disallow 'def's with template arguments.
2003-07-30 Chris LattnerAllow specification of anonymous definitions
2003-07-30 Chris LattnerAllow passing lists through variables
2003-07-30 Chris LattnerImplement resolution of variables to the value of the...
2003-07-29 Chris LattnerDon't crash if there is no Inst class in the tablegen...
2003-07-28 Chris LattnerAdd support for Set statements without {}'s. Now we...
2003-07-28 Chris LattnerAllow initializing variable initializers with variables
2003-07-25 Chris LattnerUse C++ headers, not C headers
2003-07-22 Vikram S. Adve(1) Pass 'VAR=string' arguments to gmake
2003-07-18 Misha BrukmanAdded a DEBUG() guard to a debug information printout.
2003-07-15 Misha BrukmanFixed a bug: outputting name of variable instead of...
2003-07-15 Misha BrukmanThis optimization greatly enhances efficiency of creati...
2003-07-07 Misha BrukmanStop using the `Offset' variable, as we are cycling...
2003-07-07 Misha Brukman* Made $Template refer to a path relative to the checke...
2003-07-03 Brian GaekeAdd -d option to trust the disassembler.
2003-07-03 Brian Gaekehere little scriptie, nice scriptie...
2003-07-01 Chris LattnerUpdate to configure the tree before building it.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-27 John CriswellAdded code to the clean rule that deletes files placed...
2003-06-26 Chris LattnerModify script to support checkins on branches
2003-06-21 Chris Lattnerupdate documentation about columns
2003-06-18 Chris LattnerFix breakage due to John's recent changes
2003-06-17 Chris LattnerFix misspelling of ExtraSources, hopefully to unbreak...
2003-06-11 John CriswellAdded assert.h so that it compiles under newer versions...
next