Teach the DAGISelEmitter to not compute the variable_ops operand
[oota-llvm.git] / utils / TableGen / CodeGenDAGPatterns.cpp
2008-05-31 Dan GohmanTeach the DAGISelEmitter to not compute the variable_op...
2008-05-29 Dan GohmanFix a tblgen problem handling variable_ops in tblgen...
2008-04-03 Dan GohmanMove instruction flag inference out of InstrInfoEmitter...
2008-03-20 Chris Lattnerdetabify llvm, patch by Mike Stump!
2008-03-11 Christopher LambRecommitting changes after more testing. These appear...
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Christopher LambRevert accidentally committed local changes.
2008-03-10 Christopher LambAdd support in TableGen for unknown operands that infer...
2008-03-05 Scott MichelThis patch fixes a problem encountered by the CellSPU...
2008-02-26 Bill WendlingDe-tabify.
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-15 Scott MichelMake tblgen a little smarter about constants smaller...
2008-02-09 Nate BegemanTablegen support for insert & extract element matching
2008-01-15 Chuck Rose IIIAdd files to windows project files. Also include ...
2008-01-10 Chris Lattnerstart inferring 'no side effects'.
2008-01-10 Chris Lattnerrealize that instructions who match intrinsics that...
2008-01-06 Chris LattnerChange the 'isStore' inferrer to look for 'SDNPMayStore'
2008-01-06 Chris Lattnerset the 'isstore' flag for instructions whose pattern...
2008-01-06 Chris Lattnerimprove const correctness.
2008-01-06 Chris Lattnerrename CodegenDAGPatterns -> CodeGenDAGPatterns
2008-01-05 Chris Lattnerfix build on case sensitive file systems.
2008-01-05 Chris Lattnermove Node Transformation printing from CodeGenDAGPatter...
2008-01-05 Chris Lattnermove predicate printing code from CodeGenDAGPatterns...
2008-01-05 Chris Lattnerchange getQualifiedName to be a global function.