- Dec 07, 2006
-
-
Bill Wendling authored
llvm-svn: 32333
-
- Dec 01, 2006
-
-
Evan Cheng authored
llvm-svn: 32107
-
- Nov 20, 2006
-
-
Chris Lattner authored
llvm-svn: 31880
-
- Nov 17, 2006
-
-
Evan Cheng authored
llvm-svn: 31804
-
- Nov 16, 2006
-
-
Chris Lattner authored
not be used for anything other than backwards compat constraint handling. Add support for a new DisableEncoding property which contains a list of registers that should not be encoded by the generated code emitter. Convert the codeemitter generator to use this, fixing some PPC JIT regressions. llvm-svn: 31769
-
- Nov 15, 2006
-
-
Chris Lattner authored
llvm-svn: 31748
-
- Nov 14, 2006
-
-
Chris Lattner authored
why. llvm-svn: 31743
-
Chris Lattner authored
llvm-svn: 31742
-
Chris Lattner authored
llvm-svn: 31740
-
Chris Lattner authored
llvm-svn: 31739
-
Chris Lattner authored
stores. llvm-svn: 31738
-
Chris Lattner authored
that there were two input operands before the variable operand portion. This *happened* to be true for all call instructions, which took a chain and a destination, but was not true for the PPC BCTRL instruction, whose destination is implicit. Making this code more general allows elimination of the custom selection logic for BCTRL. llvm-svn: 31732
-
- Nov 10, 2006
-
-
Chris Lattner authored
have to be a subpart of a complex operand. llvm-svn: 31618
-
- Nov 09, 2006
-
-
Evan Cheng authored
llvm-svn: 31583
-
Evan Cheng authored
X86ISD::CMP, etc.) instead of SDNode names (add, x86cmp, etc). We now allow multiple SDNodes to map to the same SelectionDAG node (e.g. store, indexed store). llvm-svn: 31575
-
- Nov 08, 2006
-
-
Evan Cheng authored
llvm-svn: 31570
-
- Nov 07, 2006
-
-
Chris Lattner authored
llvm-svn: 31484
-
Chris Lattner authored
llvm-svn: 31483
-
Chris Lattner authored
to extend. llvm-svn: 31481
-
- Nov 06, 2006
-
-
Chris Lattner authored
llvm-svn: 31480
-
Chris Lattner authored
llvm-svn: 31472
-
- Nov 05, 2006
-
-
Jeff Cohen authored
llvm-svn: 31464
-
- Nov 04, 2006
-
-
Evan Cheng authored
llvm-svn: 31451
-
Chris Lattner authored
isel fill in the instruction operands with the 'execute always' value automatically. llvm-svn: 31448
-
Chris Lattner authored
and pat pattern definitions. Codegen is not right for them yet. llvm-svn: 31444
-
Chris Lattner authored
llvm-svn: 31432
-
- Nov 03, 2006
-
-
Reid Spencer authored
llvm-svn: 31403
-
Reid Spencer authored
llvm-svn: 31396
-
Chris Lattner authored
llvm-svn: 31392
-
- Nov 02, 2006
-
-
Reid Spencer authored
llvm-svn: 31383
-
Reid Spencer authored
Remove unused variables. llvm-svn: 31381
-
Evan Cheng authored
llvm-svn: 31361
-
- Nov 01, 2006
-
-
Evan Cheng authored
llvm-svn: 31334
-
Evan Cheng authored
llvm-svn: 31333
-
- Oct 16, 2006
-
-
Evan Cheng authored
Passing isel root and use operands to ComplexPattern functions, these should do the usual load folding checks as well. llvm-svn: 30972
-
- Oct 14, 2006
-
-
Evan Cheng authored
way to reach the load via any nodes that would be folded. Start from the root of the matched sub-tree. llvm-svn: 30956
-
- Oct 13, 2006
-
-
Evan Cheng authored
llvm-svn: 30923
-
- Oct 12, 2006
-
-
Evan Cheng authored
llvm-svn: 30917
-
Evan Cheng authored
chain operand to point to the load being folded. Now we relax this, traversing up the chain, if it doesn't reach the load, then it's ok. We will create a TokenFactor (of all the chain operands and the load's chain) to capture all the control flow dependencies. llvm-svn: 30897
-
- Oct 11, 2006
-
-
Evan Cheng authored
llvm-svn: 30890
-