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