aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenDAGPatterns.cpp
AgeCommit message (Expand)Author
2008-05-29Fix a tblgen problem handling variable_ops in tblgen instructionDan Gohman
2008-04-03Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman
2008-03-20detabify llvm, patch by Mike Stump!Chris Lattner
2008-03-11Recommitting changes after more testing. These appear to cause no problems.Christopher Lamb
2008-03-10Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng
2008-03-10Revert accidentally committed local changes.Christopher Lamb
2008-03-10Add support in TableGen for unknown operands that infer their type from the p...Christopher Lamb
2008-03-05This patch fixes a problem encountered by the CellSPU backend where variantsScott Michel
2008-02-26De-tabify.Bill Wendling
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-15Make tblgen a little smarter about constants smaller than i32. Currently,Scott Michel
2008-02-09Tablegen support for insert & extract element matchingNate Begeman
2008-01-15Add files to windows project files. Also include <algorithm> explicitly so t...Chuck Rose III
2008-01-10start inferring 'no side effects'.Chris Lattner
2008-01-10realize that instructions who match intrinsics that read memory read memory.Chris Lattner
2008-01-06Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner
2008-01-06set the 'isstore' flag for instructions whose pattern is an Chris Lattner
2008-01-06improve const correctness.Chris Lattner
2008-01-06rename CodegenDAGPatterns -> CodeGenDAGPatternsChris Lattner
2008-01-05fix build on case sensitive file systems.Chris Lattner
2008-01-05move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner
2008-01-05move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner
2008-01-05change getQualifiedName to be a global function.Chris Lattner