New feature: add support for target intrinsics being defined in the
[oota-llvm.git] / utils / TableGen / CodeGenDAGPatterns.cpp
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-01-05 Bob WilsonHandle iAny and fAny types in TreePatternNode::UpdateNo...
2009-01-05 Bob WilsonFix spelling in some comments.
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-10-15 Dan GohmanAdd support for having multiple predicates on a TreePat...
2008-08-22 Dan GohmanFactor out the predicate check code from DAGISelEmitter.cpp
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-06-30 Chris Lattnercheck in anton's patch to make inlining happen in a...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
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.