Age | Commit message (Expand) | Author |
2008-10-22 | Unbreak LLVM on the MSVC compiler: | Argyrios Kyrtzidis |
2008-10-17 | Fun x86 encoding tricks: when adding an immediate value of 128, | Dan Gohman |
2008-09-11 | lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted | Jim Grosbach |
2008-08-26 | Stabilize 'getDwarfRegNumFull' output to not depend on random memory | Chris Lattner |
2008-07-07 | Add explicit keywords. | Dan Gohman |
2008-03-25 | Add explicit keywords. | Dan Gohman |
2008-01-22 | Add interator interface to DAGInit also | Anton Korobeynikov |
2008-01-21 | Provide iterator access to ListInit contents | Anton Korobeynikov |
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-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 |
2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
2006-08-28 | Add virtual methods to all subclasses so they are not overloaded. | Reid Spencer |
2006-03-31 | Generalize the previous binary operator support and add a string concatenation | Chris Lattner |
2006-03-30 | Implement Regression/TableGen/DagDefSubst.ll | Chris Lattner |
2006-01-31 | implement test/Regression/TableGen/DagIntSubst.ll | Chris Lattner |
2005-10-28 | Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately | Chris Lattner |
2005-10-28 | Added method to return a vector of records for a ListInit of Def field. This | Jim Laskey |
2005-09-13 | Add a new Record::getValueAsCode method to mirror the other getValueAs* | Chris Lattner |
2005-08-19 | add a setName method to record | Chris Lattner |
2005-08-19 | Add a setName method to Record. | Chris Lattner |
2005-04-22 | Eliminate tabs and trailing spaces | Jeff Cohen |
2005-04-22 | Remove trailing whitespace | Misha Brukman |
2005-04-19 | Major change to tblgen: instead of resolving values every time a class is | Chris Lattner |
2005-04-19 | implementing shifting of literal integers | Chris Lattner |
2005-04-19 | Add initial lexer and parser support for shifting values. Every use of this | Chris Lattner |
2004-12-06 | For PR387: | Reid Spencer |
2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
2004-10-23 | Make VC happier, patch contributed by Morten Ofstad | Chris Lattner |
2004-07-27 | Implement test/Regression/TableGen/ListSlices.td | Chris Lattner |
2004-07-26 | Add initial support for list slices. This currently allows you to do stuff | Chris Lattner |
2004-04-15 | The "best" of both worlds: readable C++ comments and valid HTML For doxygen. | Misha Brukman |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright header. | John Criswell |
2003-08-10 | Implement autopromotion of leaf trees from arguments to nodes of their own, | Chris Lattner |
2003-08-10 | Implement correct parsing, representation, and printing of DAG argument names | Chris Lattner |
2003-08-07 | Add and use a new method | Chris Lattner |
2003-08-07 | Add new method getVAlueAsDag | Chris Lattner |
2003-08-06 | Ick, add the RIGHT accessor | Chris Lattner |
2003-08-06 | Add accessor | Chris Lattner |
2003-08-04 | add support for DagInit initializers, which represent DAG patterns | Chris Lattner |
2003-08-04 | It appears that somehow we forgot to add support for code variables. | Chris Lattner |
2003-08-04 | Add initial support for a new 'dag' type | Chris Lattner |
2003-08-03 | Add new Record::getValueAsBit method | Chris Lattner |