Age | Commit message (Expand) | Author |
2010-06-23 | Fix a tblgen bug. | Bruno Cardoso Lopes |
2010-06-17 | In case Rec is a definition and not a class, do the proper comparison! | Bruno Cardoso Lopes |
2010-06-17 | Fix the handling of !if result, avoiding null results for non 'int'. | Bruno Cardoso Lopes |
2010-06-17 | For a tablegen expression such as !if(a,b,c), let 'a' | Bruno Cardoso Lopes |
2010-06-16 | let the '!eq' expression support 'int' and 'bit' types | Bruno Cardoso Lopes |
2010-04-05 | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen |
2010-03-25 | Teach TableGen to understand X.Y notation in the TSFlagsFields strings. | Jakob Stoklund Olesen |
2010-03-25 | Fix evil TableGen bug in template parameters with defaults. | Jakob Stoklund Olesen |
2010-03-18 | disallow concatenation of two dags with different operators. | Chris Lattner |
2010-01-05 | Add an !eq() operator to TableGen. It operates on strings only. | David Greene |
2009-12-21 | Fix a bug in !subst where TableGen would go and resubstitute text it had | David Greene |
2009-11-24 | Delete some dead and non-obvious code. | Dan Gohman |
2009-11-22 | Fix whitespace. | Bob Wilson |
2009-11-22 | Fix pr5470. Tablegen handles template arguments by temporarily setting their | Bob Wilson |
2009-11-21 | Fix some spelling in comments. | Bob Wilson |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-09-18 | convert some stuff to StringRef to avoid temporary std::strings. | Chris Lattner |
2009-08-23 | Fix non-determinism in DAGISel emitter. | Daniel Dunbar |
2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar |
2009-06-29 | Remove commented code. | David Greene |
2009-06-29 | Implement !cast<string>. | David Greene |
2009-06-09 | Revert 73074 and 73099 because Windows doesn't have POSIX | David Greene |
2009-06-08 | Add a !patsubst operator. Use on string types. | David Greene |
2009-06-08 | Make IntInits and ListInits typed. This helps deduce types of !if and | David Greene |
2009-06-08 | Make !if short-circuit when possible. | David Greene |
2009-06-08 | Add a !regmatch operator to do pattern matching in TableGen. | David Greene |
2009-05-15 | Fix warning. | Nick Lewycky |
2009-05-14 | Implement !if, analogous to $(if) in GNU make. | David Greene |
2009-05-14 | Graduate LLVM to the big leagues by embedding a LISP processor into TableGen. | David Greene |
2009-05-14 | Implement a !foreach operator analogous to GNU make's $(foreach). | David Greene |
2009-05-14 | Implement a !subst operation simmilar to $(subst) in GNU make to do | David Greene |
2009-05-14 | Implement !cast. | David Greene |
2009-05-14 | Operation Enhancements | David Greene |
2009-05-14 | Fix PR4207. | David Greene |
2009-04-24 | Fix multiclass inheritance to limit value resolution to new defs added | David Greene |
2009-04-23 | Make BinOps typed and require a type specifier for !nameconcat. This | David Greene |
2009-04-22 | Implement !nameconcat to concatenate strings and look up the resulting | David Greene |
2009-03-19 | Add support to tablegen for naming the nodes themselves, not just the operands, | Nate Begeman |
2008-10-17 | Fun x86 encoding tricks: when adding an immediate value of 128, | Dan Gohman |
2008-06-10 | Remove some debug output from tblgen. This fixes a test. | Matthijs Kooijman |
2007-12-29 | remove attributions from utils. | Chris Lattner |
2007-11-22 | change the Init print methods to return strings, and implement | Chris Lattner |
2007-11-22 | eliminate a bunch of print methods that are duplicate with the getAsString() ... | Chris Lattner |
2007-11-20 | Add the ability to convert a tblgen type to a string. | Chris Lattner |
2007-11-11 | Add convenient helper to obtain list of ints | Anton Korobeynikov |
2007-07-19 | Change instruction description to split OperandList into OutOperandList and | Evan Cheng |
2007-05-15 | Added \!con(a,b) syntax to concatnate two dag fragments. | Evan Cheng |
2007-02-27 | reapply | Chris Lattner |
2007-02-27 | Backing out | Evan Cheng |
2007-02-27 | initial support for calling convention generation, still unfinished. | Chris Lattner |