| Age | Commit message (Expand) | Author |
| 2009-04-27 | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman |
| 2009-04-24 | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola |
| 2009-04-24 | PR2957 | Nate Begeman |
| 2009-04-13 | Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize | Dan Gohman |
| 2009-04-13 | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. | Dan Gohman |
| 2009-03-31 | Tidy up some comments. | Dan Gohman |
| 2009-03-26 | fix a few spelling errors and typos | Jim Grosbach |
| 2009-03-19 | Add support to tablegen for naming the nodes themselves, not just the operands, | Nate Begeman |
| 2009-03-13 | add a new TGError class and use it to propagate location info with | Chris Lattner |
| 2009-02-05 | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen |
| 2009-02-04 | Reverting 63765. This broke the build of both clang | Dale Johannesen |
| 2009-02-04 | New feature: add support for target intrinsics being defined in the | Nate Begeman |
| 2009-02-01 | Fix PR3453 and probably a bunch of other potential | Duncan Sands |
| 2009-01-05 | Handle iAny and fAny types in TreePatternNode::UpdateNodeType. | Bob Wilson |
| 2009-01-05 | Fix spelling in some comments. | Bob Wilson |
| 2008-12-03 | Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's | Dan Gohman |
| 2008-12-03 | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman |
| 2008-11-13 | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling |
| 2008-10-15 | Add support for having multiple predicates on a TreePatternNode. | Dan Gohman |
| 2008-08-22 | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman |
| 2008-07-30 | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang |
| 2008-06-30 | check in anton's patch to make inlining happen in a determinstic order | Chris Lattner |
| 2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
| 2008-06-16 | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng |
| 2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
| 2008-05-31 | Teach the DAGISelEmitter to not compute the variable_ops operand | Dan Gohman |
| 2008-05-29 | Fix a tblgen problem handling variable_ops in tblgen instruction | Dan Gohman |
| 2008-04-03 | Move instruction flag inference out of InstrInfoEmitter and into | Dan Gohman |
| 2008-03-20 | detabify llvm, patch by Mike Stump! | Chris Lattner |
| 2008-03-11 | Recommitting changes after more testing. These appear to cause no problems. | Christopher Lamb |
| 2008-03-10 | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng |
| 2008-03-10 | Revert accidentally committed local changes. | Christopher Lamb |
| 2008-03-10 | Add support in TableGen for unknown operands that infer their type from the p... | Christopher Lamb |
| 2008-03-05 | This patch fixes a problem encountered by the CellSPU backend where variants | Scott Michel |
| 2008-02-26 | De-tabify. | Bill Wendling |
| 2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
| 2008-02-15 | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel |
| 2008-02-09 | Tablegen support for insert & extract element matching | Nate Begeman |
| 2008-01-15 | Add files to windows project files. Also include <algorithm> explicitly so t... | Chuck Rose III |
| 2008-01-10 | start inferring 'no side effects'. | Chris Lattner |
| 2008-01-10 | realize that instructions who match intrinsics that read memory read memory. | Chris Lattner |
| 2008-01-06 | Change the 'isStore' inferrer to look for 'SDNPMayStore' | Chris Lattner |
| 2008-01-06 | set the 'isstore' flag for instructions whose pattern is an | Chris Lattner |
| 2008-01-06 | improve const correctness. | Chris Lattner |
| 2008-01-06 | rename CodegenDAGPatterns -> CodeGenDAGPatterns | Chris Lattner |
| 2008-01-05 | fix build on case sensitive file systems. | Chris Lattner |
| 2008-01-05 | move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter. | Chris Lattner |
| 2008-01-05 | move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter. | Chris Lattner |
| 2008-01-05 | change getQualifiedName to be a global function. | Chris Lattner |