- b99329e expand unsupported stacksave/stackrestore nodes by Chris Lattner · 20 years ago
- 35ef913 Add bswap, rotl, and rotr nodes by Nate Begeman · 20 years ago
- a243db8 Fix calls that need to store values in stack slots, to not copy the stack by Chris Lattner · 20 years ago
- 413b979 Dead FP arguments still use an incoming FP reg. This fixes by Chris Lattner · 20 years ago
- da6d20f Give PPCISD:: nodes legible names in dumps. by Chris Lattner · 20 years ago
- a35ef63 linkonce symbols have an extra indirection, just like weak ones do. This fixes by Chris Lattner · 20 years ago
- e0bce71 Had expand logic backward. by Jim Laskey · 20 years ago
- abf6d17 Added initial support for DEBUG_LABEL allowing debug specific labels to be by Jim Laskey · 20 years ago
- 1166bf3 Remove a fixme by Nate Begeman · 20 years ago
- 50fb3c4 Fix one of the things in the todo file, and get a bit closer to folding by Nate Begeman · 20 years ago
- 53e8845 make sure bit_converts are expanded by Chris Lattner · 20 years ago
- 1b95e0b Simplify some code by using BIT_CONVERT by Chris Lattner · 20 years ago
- 9e4dd9d Pattern-match return. Includes gross hack! by Nate Begeman · 20 years ago
- 7fd1edd Convert load/store over to being pattern matched by Nate Begeman · 20 years ago
- 28a6b02 Add support for TargetConstantPool nodes to the dag isel emitter, and use by Nate Begeman · 20 years ago
- 4172b10 Use new PPC-specific nodes to represent shifts which require the 6-bit by Chris Lattner · 20 years ago
- 80720a9 Fix Regression/CodeGen/PowerPC/2005-11-30-vastart-crash.ll by Chris Lattner · 20 years ago
- 425a969 Hook up one type, v4f32, to the VR RegisterClass for now. by Nate Begeman · 20 years ago
- f73bae1 No targets support line number info yet. by Chris Lattner · 20 years ago
- 1d05cb4 add an option to generate completely non-pic code, corresponding to what by Chris Lattner · 20 years ago
- 1df7478 Fix a bug that resistor on IRC hit where we tried to create token factor by Chris Lattner · 20 years ago
- 3eef4e3 Enable global address legalization, fixing a todo and allowing the removal by Chris Lattner · 20 years ago
- 1566613 Use the right accessor to create this node by Chris Lattner · 20 years ago
- 860e886 Add an initial hack at legalizing GlobalAddress into the appropriate nodes by Chris Lattner · 20 years ago
- 2823b3e When lowering direct calls, lower them to use a targetglobaladress directly by Chris Lattner · 20 years ago
- 85fd97d Fix an assert compiling MallocBench/gs by Chris Lattner · 20 years ago
- ae749a9 Correctly Expand or Promote FP_TO_UINT based on the capabilities of the by Nate Begeman · 20 years ago
- eb255f2 Expose the fextend on the DAG instead of doing it in the matcher by Chris Lattner · 20 years ago
- 405e3ec Invert the TargetLowering flag that controls divide by consant expansion. by Nate Begeman · 20 years ago
- 6957523 Move the target constant divide optimization up into the dag combiner, so by Nate Begeman · 20 years ago
- 4a95945 Add the ability to lower return instructions to TargetLowering. This by Nate Begeman · 20 years ago
- 9d2b817 Do the right thing and enable 64 bit regs under the control of a subtarget by Nate Begeman · 20 years ago
- 1d9d742 First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is by Nate Begeman · 20 years ago
- 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 20 years ago
- 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 20 years ago
- 7c0d664 fix an f32/f64 type mismatch by Chris Lattner · 20 years ago
- 919c032 Modify the ppc backend to use two register classes for FP: F8RC and F4RC. by Chris Lattner · 20 years ago
- 615c2d0 Add FP versions of the binary operators, keeping the int and fp worlds seperate. by Chris Lattner · 20 years ago
- d145a61 Darwin, like many BSD systems, has a setjmp/longjmp which saves the signal mask by Chris Lattner · 20 years ago
- 7b73834 Change the arg lowering code to use copyfromreg from vregs associated by Chris Lattner · 20 years ago
- 31262ce Remove some dead vectors by Chris Lattner · 20 years ago
- e6ec9f2 PowerPC cannot truncstore i1 natively by Chris Lattner · 20 years ago
- c09eeec Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when we by Nate Begeman · 20 years ago
- 1e9de3e Decouple fsqrt from gpul optimizations, implementing fsqrt.ll. by Chris Lattner · 20 years ago
- f505949 Restore this patch now that the latent bug has been fixed by Chris Lattner · 20 years ago
- 5b3224f Revert the previous patch which causes a mysterious regression in toast. by Chris Lattner · 20 years ago
- 2a00daa Implement small-arguments.ll:test3 by teaching the DAG optimizer that by Chris Lattner · 20 years ago
- f760532 Move FCTIWZ handling out of the instruction selectors and into legalization, by Chris Lattner · 20 years ago
- bc11c34 Move SHL,SHR i64 -> legalizer by Chris Lattner · 20 years ago
- eb9b62e lower sra_parts on the dag, implementing it for the dag isel, and exposing by Chris Lattner · 20 years ago
- 49296f1 Enable generation of AssertSext and AssertZext in the PPC backend. by Nate Begeman · 20 years ago
- 6de08f4 Fix a bug in my patch for legalizing to fsel. It cannot handle seteq/setne, by Chris Lattner · 20 years ago
- 915fb30 Fix some really strange indentation that xcode likes to use. by Chris Lattner · 20 years ago
- 8a2d3ca implement SELECT_CC fully for the DAG->DAG isel! by Chris Lattner · 20 years ago
- 0bbea95 Make fsel emission work with both the pattern and dag-dag selectors, by by Chris Lattner · 20 years ago
- 0b1e4e5 implement the other half of the select_cc -> fsel lowering, which handles by Chris Lattner · 20 years ago
- e4bc9ea add initial support for converting select_cc -> fsel in the legalizer by Chris Lattner · 20 years ago
- c8e27db Remove option to make SetCC illegal on PowerPC after long discussion with by Nate Begeman · 20 years ago
- 8ca5693 Ack, typo by Nate Begeman · 20 years ago
- a50d53e Add an option to make SetCC illegal as a beta option by Nate Begeman · 20 years ago
- ad23c9d Make UINT_TO_FP and SINT_TO_FP use generic expansion. by Jim Laskey · 20 years ago
- a8cd015 updates for changes in nodes by Chris Lattner · 20 years ago
- 7cbd525 Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty by Nate Begeman · 20 years ago
- 7c5a3d3 Pull the LLVM -> DAG lowering code out of the pattern selector so that it by Chris Lattner · 20 years ago