Age | Commit message (Expand) | Author |
2007-10-16 | Fix a bug handling frame references in ppc inline asm when the frame offset | Chris Lattner |
2007-10-15 | Change LowerFP_TO_SINT to create the specific code it needs instead of | Chris Lattner |
2007-10-14 | Revert 42908 for now. | Evan Cheng |
2007-10-14 | Fix type mismatch error in PPC Altivec (only causes | Dale Johannesen |
2007-10-12 | Change the names used for internal labels to use the current | Dan Gohman |
2007-10-12 | Mark vector pow, ctpop, cttz, and ctlz as Expand on PowerPC. | Dan Gohman |
2007-10-11 | Set ISD::FPOW to Expand. | Dan Gohman |
2007-10-10 | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen |
2007-10-08 | When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM in | Dan Gohman |
2007-10-06 | Next powerpc long double bits. Comparisons work, | Dale Johannesen |
2007-10-05 | First round of ppc long double. call/return and | Dale Johannesen |
2007-10-05 | - Added a few target hooks to generate load / store instructions from / to any | Evan Cheng |
2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
2007-09-27 | TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets | Dan Gohman |
2007-09-26 | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng |
2007-09-25 | More explicit keywords. | Dan Gohman |
2007-09-21 | Honor user-defined section specification of a global, ignores whether its ini... | Evan Cheng |
2007-09-20 | Do not override user specified section. | Devang Patel |
2007-09-14 | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman |
2007-09-14 | Fix comments. | Evan Cheng |
2007-09-11 | Enable indirect encoding for the personality function | Bill Wendling |
2007-09-11 | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng |
2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
2007-09-10 | Add some notes about better flag handling. | Chris Lattner |
2007-09-07 | Add missing index versions of instructions to the map. | Bill Wendling |
2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
2007-09-05 | LVXL and STVXL are also a load and store resp. | Bill Wendling |
2007-09-05 | Add the 64-bit versions of the DS* Altivec instructions. | Bill Wendling |
2007-09-04 | Fix for PR1613: added 64-bit rotate left PPC instructions and patterns. | Evan Cheng |
2007-08-31 | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen |
2007-08-30 | Add a variant of foldMemoryOperand to fold any load / store, not just load / ... | Evan Cheng |
2007-08-30 | Use i64 on a PPC64 machine | Bill Wendling |
2007-08-25 | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner |
2007-08-24 | Disable EH generation until PPC works 100%. | Chris Lattner |
2007-08-23 | new example | Chris Lattner |
2007-08-09 | Fix arguments for some Altivec instructions. From SWB. | Dale Johannesen |
2007-08-07 | Fix spelling of mtvscr and mfvscr. | Dale Johannesen |
2007-08-03 | long double patch 2 of N. Handle it in TargetData. | Dale Johannesen |
2007-08-02 | More explicit keywords. | Dan Gohman |
2007-08-01 | Some out operands were incorrectly specified as input operands. | Evan Cheng |
2007-07-30 | Vector fneg must be expanded into fsub -0.0, X. | Evan Cheng |
2007-07-27 | Support for trampolines, except for X86 codegen which is | Duncan Sands |
2007-07-25 | Don't ignore the return value of AsmPrinter::doInitialization and | Dan Gohman |
2007-07-25 | Fix debug info and globals filled with zeros. | Nick Lewycky |
2007-07-21 | No more noResults. | Evan Cheng |
2007-07-20 | Added -print-emitted-asm to print out JIT generated asm to cerr. | Evan Cheng |
2007-07-20 | Oops. These stores actually produce results. | Evan Cheng |
2007-07-19 | Change instruction description to split OperandList into OutOperandList and | Evan Cheng |
2007-07-14 | Long live the exception handling! | Anton Korobeynikov |
2007-07-13 | Skeleton of post-RA scheduler; doesn't do anything yet. | Dale Johannesen |