summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenDAGPatterns.cpp
Commit message (Expand)AuthorAge
* Factor out the predicate check code from DAGISelEmitter.cppDan Gohman2008-08-22
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* check in anton's patch to make inlining happen in a determinstic orderChris Lattner2008-06-30
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-25
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-16
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Teach the DAGISelEmitter to not compute the variable_ops operandDan Gohman2008-05-31
* Fix a tblgen problem handling variable_ops in tblgen instructionDan Gohman2008-05-29
* Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman2008-04-03
* detabify llvm, patch by Mike Stump!Chris Lattner2008-03-20
* Recommitting changes after more testing. These appear to cause no problems.Christopher Lamb2008-03-11
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-10
* Revert accidentally committed local changes.Christopher Lamb2008-03-10
* Add support in TableGen for unknown operands that infer their type from the p...Christopher Lamb2008-03-10
* This patch fixes a problem encountered by the CellSPU backend where variantsScott Michel2008-03-05
* De-tabify.Bill Wendling2008-02-26
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Make tblgen a little smarter about constants smaller than i32. Currently,Scott Michel2008-02-15
* Tablegen support for insert & extract element matchingNate Begeman2008-02-09
* Add files to windows project files. Also include <algorithm> explicitly so t...Chuck Rose III2008-01-15
* start inferring 'no side effects'.Chris Lattner2008-01-10
* realize that instructions who match intrinsics that read memory read memory.Chris Lattner2008-01-10
* Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner2008-01-06
* set the 'isstore' flag for instructions whose pattern is an Chris Lattner2008-01-06
* improve const correctness.Chris Lattner2008-01-06
* rename CodegenDAGPatterns -> CodeGenDAGPatternsChris Lattner2008-01-06
* fix build on case sensitive file systems.Chris Lattner2008-01-05
* move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner2008-01-05
* move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter.Chris Lattner2008-01-05
* change getQualifiedName to be a global function.Chris Lattner2008-01-05