aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2010-02-18rename the child field to 'next'. This is not a parent/child Chris Lattner
2010-02-18eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner
2010-02-18fit in 80 colsChris Lattner
2010-02-17redisable this to save people a small amount of build time.Chris Lattner
2010-02-17move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner
2010-02-17reduce nesting.Chris Lattner
2010-02-17improve comments, the matcher is now feature complete, on to codegen.Chris Lattner
2010-02-17sink special case "cannotyetselect" for intrinsics out of the Chris Lattner
2010-02-17Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner
2010-02-17properly record chain inputs to complex patterns,Chris Lattner
2010-02-17simplify IsChainCompatible codegen, add comments. no Chris Lattner
2010-02-17Prep work to handle input chains of matched patterns and checking forChris Lattner
2010-02-17record input chains.Chris Lattner
2010-02-17prefix captured value names with $ so they look likeChris Lattner
2010-02-17improve comments on OPC_Record to say what we're recording a node.Chris Lattner
2010-02-17improve comments in generated matcher a bit.Chris Lattner
2010-02-17make the new isel generator plop out a CheckComplexPattern functionChris Lattner
2010-02-17fix inverted condition.Chris Lattner
2010-02-16complex patterns don't get 'record' nodes, they implicitlyChris Lattner
2010-02-16clean up some code, eliminate NodeIsComplexPattern, whichChris Lattner
2010-02-16fix indentationChris Lattner
2010-02-16fix rdar://7653908, a crash on a case where we would fold a loadChris Lattner
2010-02-16simplify this code. In the new world order there is noChris Lattner
2010-02-16convert the new matcher to check intermediate nodes for a singleChris Lattner
2010-02-16change dag isel emitter to only call 'IsProfitableToFold' on nodesChris Lattner
2010-02-16mark all the generated node predicates 'const'.Chris Lattner
2010-02-16generate code for node and pattern predicates. Note that this won'tChris Lattner
2010-02-16refactor some code into a local class.Chris Lattner
2010-02-16remove now dead code and fixme.Chris Lattner
2010-02-16remove dead code. This is never generated for any targets in mainline.Chris Lattner
2010-02-16add support for the new isel matcher to generate Chris Lattner
2010-02-15Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng
2010-02-15Check in the first big step of rewriting DAGISelEmitter to Chris Lattner
2010-02-15Revert r96130 ("Forward parameter options as '-option=param'").Mikhail Glushenkov
2010-02-14constizeChris Lattner
2010-02-14clean up a bunch of code, move some random predicatesChris Lattner
2010-02-14remove the DisablePatternForFastISel predicate, which is a checkChris Lattner
2010-02-14add an insertion operator.Chris Lattner
2010-02-14tidy upChris Lattner
2010-02-13Forward parameter options as '-option=parameter'.Mikhail Glushenkov
2010-02-13pull a bunch of huge inline methods in the PatternCodeEmitter Chris Lattner
2010-02-13Added the rdtscp instruction to the x86 instructionSean Callanan
2010-02-13Fixed encodings for invlpg, invept, and invvpid.Sean Callanan
2010-02-13remove special cases for vmlaunch, vmresume, vmxoff, and swapgsChris Lattner
2010-02-12Remove special cases for [LM]FENCE, MONITOR and MWAIT fromChris Lattner
2010-02-12Reworked the Intel disassembler to support instructionsSean Callanan
2010-02-12add a bunch of mod/rm encoding types for fixed mod/rm bytes.Chris Lattner
2010-02-12MC: Fix bug where trailing tied operands were forgotten; the X86 assemblerDaniel Dunbar
2010-02-11enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner
2010-02-10work around a gcc bug with -Wuninitialized.Chris Lattner