aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenDAGPatterns.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommitting changes after more testing. These appear to cause no problems.Christopher Lamb2008-03-111-1/+7
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-101-7/+1
* Revert accidentally committed local changes.Christopher Lamb2008-03-101-2/+2
* Add support in TableGen for unknown operands that infer their type from the p...Christopher Lamb2008-03-101-3/+9
* This patch fixes a problem encountered by the CellSPU backend where variantsScott Michel2008-03-051-52/+125
* De-tabify.Bill Wendling2008-02-261-12/+12
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-2/+2
* Make tblgen a little smarter about constants smaller than i32. Currently,Scott Michel2008-02-151-4/+11
* Tablegen support for insert & extract element matchingNate Begeman2008-02-091-0/+17
* Add files to windows project files. Also include <algorithm> explicitly so t...Chuck Rose III2008-01-151-0/+1
* start inferring 'no side effects'.Chris Lattner2008-01-101-0/+2
* realize that instructions who match intrinsics that read memory read memory.Chris Lattner2008-01-101-0/+2
* Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner2008-01-061-0/+2
* set the 'isstore' flag for instructions whose pattern is an Chris Lattner2008-01-061-11/+22
* improve const correctness.Chris Lattner2008-01-061-1/+1
* rename CodegenDAGPatterns -> CodeGenDAGPatternsChris Lattner2008-01-061-23/+23
* fix build on case sensitive file systems.Chris Lattner2008-01-051-3/+1
* move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner2008-01-051-19/+4
* move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner2008-01-051-33/+13
* change getQualifiedName to be a global function.Chris Lattner2008-01-051-0/+2092