| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 2009-07-03 | 1 | -21/+21 |
* | Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l... | Evan Cheng | 2009-06-26 | 1 | -0/+4 |
* | Fix grammaro, and bad indentation. | Nick Lewycky | 2009-06-17 | 1 | -3/+3 |
* | I'm going to assume that this was meant to be an assignment instead of a | Bill Wendling | 2009-06-09 | 1 | -1/+1 |
* | Revert 73074 and 73099 because Windows doesn't have POSIX | David Greene | 2009-06-09 | 1 | -1/+1 |
* | Add a !patsubst operator. Use on string types. | David Greene | 2009-06-08 | 1 | -1/+1 |
* | Make IntInits and ListInits typed. This helps deduce types of !if and | David Greene | 2009-06-08 | 1 | -2/+21 |
* | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 1 | -13/+1 |
* | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 1 | -1/+13 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 1 | -39/+2 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 1 | -4/+38 |
* | PR2957 | Nate Begeman | 2009-04-24 | 1 | -38/+4 |
* | Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize | Dan Gohman | 2009-04-13 | 1 | -1/+1 |
* | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. | Dan Gohman | 2009-04-13 | 1 | -0/+6 |
* | Tidy up some comments. | Dan Gohman | 2009-03-31 | 1 | -3/+3 |
* | fix a few spelling errors and typos | Jim Grosbach | 2009-03-26 | 1 | -8/+8 |
* | Add support to tablegen for naming the nodes themselves, not just the operands, | Nate Begeman | 2009-03-19 | 1 | -11/+11 |
* | add a new TGError class and use it to propagate location info with | Chris Lattner | 2009-03-13 | 1 | -1/+1 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -1/+2 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -2/+1 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -1/+2 |
* | Fix PR3453 and probably a bunch of other potential | Duncan Sands | 2009-02-01 | 1 | -1/+1 |
* | Handle iAny and fAny types in TreePatternNode::UpdateNodeType. | Bob Wilson | 2009-01-05 | 1 | -5/+7 |
* | Fix spelling in some comments. | Bob Wilson | 2009-01-05 | 1 | -1/+1 |
* | Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's | Dan Gohman | 2008-12-03 | 1 | -9/+0 |
* | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman | 2008-12-03 | 1 | -0/+9 |
* | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling | 2008-11-13 | 1 | -8/+13 |
* | Add support for having multiple predicates on a TreePatternNode. | Dan Gohman | 2008-10-15 | 1 | -14/+33 |
* | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman | 2008-08-22 | 1 | -0/+27 |
* | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 1 | -5/+8 |
* | check in anton's patch to make inlining happen in a determinstic order | Chris Lattner | 2008-06-30 | 1 | -4/+6 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 1 | -0/+2 |
* | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng | 2008-06-16 | 1 | -5/+31 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -74/+91 |
* | Teach the DAGISelEmitter to not compute the variable_ops operand | Dan Gohman | 2008-05-31 | 1 | -2/+0 |
* | Fix a tblgen problem handling variable_ops in tblgen instruction | Dan Gohman | 2008-05-29 | 1 | -0/+2 |
* | Move instruction flag inference out of InstrInfoEmitter and into | Dan Gohman | 2008-04-03 | 1 | -1/+147 |
* | detabify llvm, patch by Mike Stump! | Chris Lattner | 2008-03-20 | 1 | -3/+3 |
* | Recommitting changes after more testing. These appear to cause no problems. | Christopher Lamb | 2008-03-11 | 1 | -1/+7 |
* | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng | 2008-03-10 | 1 | -7/+1 |
* | Revert accidentally committed local changes. | Christopher Lamb | 2008-03-10 | 1 | -2/+2 |
* | Add support in TableGen for unknown operands that infer their type from the p... | Christopher Lamb | 2008-03-10 | 1 | -3/+9 |
* | This patch fixes a problem encountered by the CellSPU backend where variants | Scott Michel | 2008-03-05 | 1 | -52/+125 |
* | De-tabify. | Bill Wendling | 2008-02-26 | 1 | -12/+12 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -2/+2 |
* | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel | 2008-02-15 | 1 | -4/+11 |
* | Tablegen support for insert & extract element matching | Nate Begeman | 2008-02-09 | 1 | -0/+17 |
* | Add files to windows project files. Also include <algorithm> explicitly so t... | Chuck Rose III | 2008-01-15 | 1 | -0/+1 |
* | start inferring 'no side effects'. | Chris Lattner | 2008-01-10 | 1 | -0/+2 |
* | realize that instructions who match intrinsics that read memory read memory. | Chris Lattner | 2008-01-10 | 1 | -0/+2 |