- 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