[libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace-based...
[oota-llvm.git] / utils / TableGen / DAGISelEmitter.cpp
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-01-29 Bill WendlingExplain why this is here.
2009-01-29 Bill Wendling- Add DebugLoc to getTargetNode().
2009-01-29 Dan GohmanMove the code that starts printing the Select_* functions
2009-01-16 Dan GohmanAvoid triggering an assertion failure when an instructi...
2009-01-16 Dan GohmanAdd support for instructions with multiple ComplexPatte...
2009-01-05 Dan GohmanDelete an unused variable and simplify the code.
2008-12-19 Dan GohmanUse dyn_cast intead of isa + cast in the generated...
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-05 Dan GohmanUse an assert to check that SelectCode isn't called on
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-17 Dan GohmanUse INT64_C to emit constant values, to avoid problems...
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-10-15 Dan GohmanAdd support for having multiple predicates on a TreePat...
2008-09-27 Dan GohmanMove the code that handles DAGISel error conditions...
2008-09-26 Dan GohmanRename ConstantSDNode's getSignExtended to getSExtValue...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-26 Chris Lattnercode simplification, no functionality change.
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-22 Dan GohmanFactor out the predicate check code from DAGISelEmitter.cpp
2008-08-20 Dan GohmanFactor the code for determining the target-specific...
2008-08-13 Dan GohmanOops, check in these files too, for the FastISel -...
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-07 Dan GohmanRefactor the tablegen DAGISelEmitter code for outputing...
2008-07-03 Evan Chengisel load folding is disabled at -fast. Now hoist the...
2008-07-02 Dan GohmanReplace a few uses of SelectionDAG::getTargetNode with
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-02 Dan GohmanFix the position of MemOperands in nodes that use varia...
2008-05-31 Dan GohmanTeach the DAGISelEmitter to not compute the variable_op...
2008-05-29 Dan GohmanAdd patterns for CALL32m and CALL64m. They aren't match...
2008-05-29 Dan GohmanFix a tblgen problem handling variable_ops in tblgen...
2008-05-14 Roman LevensteinDo not generate by TableGen the hard-coded standard...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-13 Christopher LambGet rid of a pseudo instruction and replace it with...
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-14 Nate BegemanChange how FP immediates are handled.
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-02-05 Evan ChengFix PR1975: dag isel emitter produces patterns that...
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-03 Chris LattnerChange the 'global modification' APIs in SelectionDAG...
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Evan ChengAdd an extra operand to LABEL nodes which distinguishes...
2008-01-31 Christopher LambAllow ComplexExpressions in InstrInfo.td files to be...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-29 Scott MichelFix to bug 1951: tblgen gratuitously renames variables...
2008-01-07 Chris Lattnerrename hasVariableOperands() -> isVariadic(). Add...
2008-01-06 Chris Lattnerimprove const correctness.
2008-01-06 Chris Lattnerrename CodegenDAGPatterns -> CodeGenDAGPatterns
2008-01-05 Chris Lattnernow that computing CodegenDAGPatterns doesn't implicitl...
2008-01-05 Chris Lattnermove Node Transformation printing from CodeGenDAGPatter...
2008-01-05 Chris Lattnermove predicate printing code from CodeGenDAGPatterns...
2008-01-05 Chris Lattnerfix a fixme by improving const correctness.
2008-01-05 Chris Lattnerchange getQualifiedName to be a global function.
2007-12-29 Chris Lattnerremove attributions from utils.
2007-10-24 Chris Lattnerswitch some calls to SelectionDAG::getTargetNode to use
2007-10-15 Chris LattnerOne mundane change: Change ReplaceAllUsesOfValueWith...
2007-10-12 Evan ChengFix typos.
2007-09-25 Evan ChengRename keyword "modify" -> "implicit".
2007-09-17 Evan ChengBug fix and minor clean up of generated code.
2007-09-12 Evan ChengInitial support for multi-result patterns:
2007-09-11 Evan ChengAllow set operators with multiple destinations, i.e...
2007-09-07 Evan ChengTableGen no longer emit CopyFromReg nodes for implicit...
2007-09-04 Evan ChengAlways check the type of node. This prevents situations...
2007-07-26 Christopher LambAdd target independent MachineInstr's to represent...
2007-07-24 Dan GohmanA minor simplication in the generated code.
2007-07-20 Evan ChengNo need for noResults anymore.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-06 Evan ChengRefactor code to add initial support for OptionalDefOpe...
2007-07-05 Evan ChengTeach DAGISelEmitter about zero_reg.
2007-06-19 Chris Lattnersilence warning when assertions are disabled.
2007-05-15 Chris LattnerFix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash...
2007-05-15 Evan ChengPredicateOperand related bug fix.
2007-05-08 Evan ChengIf a PredicateOperand has an empty ExecuteAlways field...
2007-04-26 Lauro Ramos Venanciobugfix: remember that ResNode was declared.
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-01-26 Jim LaskeyMake the constant honest.
2007-01-26 Jim LaskeyFiles missing from LABEL check in.
2007-01-17 Chris LattnerMake tblgen error more useful. Patch by B. Scott Michel
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-20 Chris LattnerFix PR1001, patch by Nikhil Patil!
2006-11-14 Chris Lattnerrestore some 'magic' code that I removed: it is needed...
2006-11-14 Chris Lattnerminimal hack to get patterns whose result type is iPTR...
2006-11-14 Chris Lattnerremove some dead code
2006-11-14 Chris LattnerAdd support for nodes that return iPTR.
2006-11-14 Chris Lattnerchanges to get ptr_rc to be accepted in patterns. ...
next