2007-11-01 |
Dale Johannesen | Test that expand_vector_elt(v2i64) works in 32-bit...
|
commit | commitdiff | tree |
2007-10-31 |
Dale Johannesen | Make i64=expand_vector_elt(v2i64) work in 32-bit mode.
|
commit | commitdiff | tree |
2007-10-30 |
Dale Johannesen | Add missing SSE builtins: CVTPD2PI, CVTPS2PI,
|
commit | commitdiff | tree |
2007-10-30 |
Dale Johannesen | Fix argument types for PSLLQ, PSRLQ.
|
commit | commitdiff | tree |
2007-10-30 |
Dale Johannesen | Add missing MMX PSUBQ.
|
commit | commitdiff | tree |
2007-10-25 |
Dale Johannesen | Support non-POSIX hosts by removing use of strncasecmp.
|
commit | commitdiff | tree |
2007-10-25 |
Dale Johannesen | Testcase for PR 1397.
|
commit | commitdiff | tree |
2007-10-24 |
Dale Johannesen | Another expansion for i64 multiply, suitable for PPC.
|
commit | commitdiff | tree |
2007-10-24 |
Dale Johannesen | This was failing on Darwin, which defaults to PIC;
|
commit | commitdiff | tree |
2007-10-24 |
Dale Johannesen | Fix off by 1 bug in printf->puts lowering.
|
commit | commitdiff | tree |
2007-10-23 |
Dale Johannesen | Disable a couple more things for ppcf128.
|
commit | commitdiff | tree |
2007-10-21 |
Dale Johannesen | Allow for copysign having f80 second argument.
|
commit | commitdiff | tree |
2007-10-20 |
Dale Johannesen | Fix a few places vector operations were not getting
|
commit | commitdiff | tree |
2007-10-19 |
Dale Johannesen | Redo "last ppc long double fix" as Chris wants.
|
commit | commitdiff | tree |
2007-10-19 |
Dale Johannesen | More ppcf128 issues (maybe the last)?
|
commit | commitdiff | tree |
2007-10-16 |
Dale Johannesen | Disable attempts to constant fold PPC f128.
|
commit | commitdiff | tree |
2007-10-16 |
Dale Johannesen | New test for svn rev 43033, radar 5538745.
|
commit | commitdiff | tree |
2007-10-16 |
Dale Johannesen | Check for invalid cc's in f80 select.
|
commit | commitdiff | tree |
2007-10-15 |
Dale Johannesen | Handle PPC long double in CBackend.
|
commit | commitdiff | tree |
2007-10-14 |
Dale Johannesen | Fix type mismatch error in PPC Altivec (only causes
|
commit | commitdiff | tree |
2007-10-14 |
Dale Johannesen | Disable some compile-time optimizations on PPC
|
commit | commitdiff | tree |
2007-10-12 |
Dale Johannesen | ppc long double. Implement fabs and fneg.
|
commit | commitdiff | tree |
2007-10-12 |
Dale Johannesen | Implement i64->ppcf128 conversions.
|
commit | commitdiff | tree |
2007-10-12 |
Dale Johannesen | PPC long double. Implement a couple more conversions.
|
commit | commitdiff | tree |
2007-10-11 |
Dale Johannesen | Implement ppc long double->uint conversion.
|
commit | commitdiff | tree |
2007-10-11 |
Dale Johannesen | Add missing argument to PALIGNR
|
commit | commitdiff | tree |
2007-10-11 |
Dale Johannesen | Next PPC long double bits. First cut at constants.
|
commit | commitdiff | tree |
2007-10-10 |
Dale Johannesen | Next PPC long double bits: ppcf128->i32 conversion.
|
commit | commitdiff | tree |
2007-10-06 |
Dale Johannesen | Next powerpc long double bits. Comparisons work,
|
commit | commitdiff | tree |
2007-10-06 |
Dale Johannesen | Make test work on non-x86 hosts.
|
commit | commitdiff | tree |
2007-10-05 |
Dale Johannesen | First round of ppc long double. call/return and
|
commit | commitdiff | tree |
2007-10-03 |
Dale Johannesen | Tone down an overzealous optimization.
|
commit | commitdiff | tree |
2007-10-02 |
Dale Johannesen | Document new sqrt and powi handling.
|
commit | commitdiff | tree |
2007-10-02 |
Dale Johannesen | Rewrite sqrt and powi to use anyfloat. By popular...
|
commit | commitdiff | tree |
2007-10-01 |
Dale Johannesen | Fix stride computations for long double arrays.
|
commit | commitdiff | tree |
2007-10-01 |
Dale Johannesen | Add getABITypeSize, getABITypeSizeInBits
|
commit | commitdiff | tree |
2007-09-30 |
Dale Johannesen | remove dup comment
|
commit | commitdiff | tree |
2007-09-30 |
Dale Johannesen | Constant fold int-to-long-double conversions;
|
commit | commitdiff | tree |
2007-09-30 |
Dale Johannesen | Simplify and fix signed int -> FP conversions.
|
commit | commitdiff | tree |
2007-09-28 |
Dale Johannesen | Record latest work.
|
commit | commitdiff | tree |
2007-09-28 |
Dale Johannesen | Fix long double -> uint64 conversion.
|
commit | commitdiff | tree |
2007-09-28 |
Dale Johannesen | minor long double related changes
|
commit | commitdiff | tree |
2007-09-28 |
Dale Johannesen | Add sqrt and powi intrinsics for long double.
|
commit | commitdiff | tree |
2007-09-28 |
Dale Johannesen | Don't do SRA for unions with long double fields.
|
commit | commitdiff | tree |
2007-09-26 |
Dale Johannesen | Make temporaries explicit to avoid premature
|
commit | commitdiff | tree |
2007-09-26 |
Dale Johannesen | Modernize fabs.ll, add long double. Add tests
|
commit | commitdiff | tree |
2007-09-26 |
Dale Johannesen | Enable codegen for long double abs, sin, cos
|
commit | commitdiff | tree |
2007-09-26 |
Dale Johannesen | Fix f80 UNDEF.
|
commit | commitdiff | tree |
2007-09-25 |
Dale Johannesen | Remove no-longer-used variable.
|
commit | commitdiff | tree |
2007-09-25 |
Dale Johannesen | Make APFloat->int conversions deterministic even in
|
commit | commitdiff | tree |
2007-09-25 |
Dale Johannesen | Some tests for APFloat conversions.
|
commit | commitdiff | tree |
2007-09-25 |
Dale Johannesen | Fix long double<->shorter FP type conversions
|
commit | commitdiff | tree |
2007-09-24 |
Dale Johannesen | When mixing SSE and x87 codegen, it's possible to
|
commit | commitdiff | tree |
2007-09-24 |
Dale Johannesen | float->int conversion rounds toward 0. Duh.
|
commit | commitdiff | tree |
2007-09-24 |
Dale Johannesen | Just use APFloat for const / const. Fixes
|
commit | commitdiff | tree |
2007-09-23 |
Dale Johannesen | Implementation of +sse -sse2 has changed; add
|
commit | commitdiff | tree |
2007-09-23 |
Dale Johannesen | Fix PR 1681. When X86 target uses +sse -sse2,
|
commit | commitdiff | tree |
2007-09-21 |
Dale Johannesen | Change APFloat::convertFromInteger to take the incoming
|
commit | commitdiff | tree |
2007-09-20 |
Dale Johannesen | Fix PR 1688. See comments there.
|
commit | commitdiff | tree |
2007-09-20 |
Dale Johannesen | Fix dumb regression in constant folding (Regression...
|
commit | commitdiff | tree |
2007-09-20 |
Dale Johannesen | another long double buglet
|
commit | commitdiff | tree |
2007-09-19 |
Dale Johannesen | More long double fixes. x86_64 should build now.
|
commit | commitdiff | tree |
2007-09-19 |
Dale Johannesen | Fix longdouble -> uint conversion.
|
commit | commitdiff | tree |
2007-09-19 |
Dale Johannesen | Fix some long double issues.
|
commit | commitdiff | tree |
2007-09-18 |
Dale Johannesen | Prevent crash on long double.
|
commit | commitdiff | tree |
2007-09-17 |
Dale Johannesen | Remove RSTRegClass case from loadRegFromStackSlot
|
commit | commitdiff | tree |
2007-09-17 |
Dale Johannesen | Implement x86 long double in jit (not really
|
commit | commitdiff | tree |
2007-09-17 |
Dale Johannesen | Implement x86 long double (uses host long double,
|
commit | commitdiff | tree |
2007-09-16 |
Dale Johannesen | Adjust per revew comments.
|
commit | commitdiff | tree |
2007-09-14 |
Dale Johannesen | Remove the assumption that FP's are either float or
|
commit | commitdiff | tree |
2007-09-12 |
Dale Johannesen | Generated files for previous patch.
|
commit | commitdiff | tree |
2007-09-12 |
Dale Johannesen | Revise previous patch per review comments.
|
commit | commitdiff | tree |
2007-09-12 |
Dale Johannesen | Compensate for partCount change in Bogus definition
|
commit | commitdiff | tree |
2007-09-11 |
Dale Johannesen | Generated files for previous patch.
|
commit | commitdiff | tree |
2007-09-11 |
Dale Johannesen | Add APInt interfaces to APFloat (allows directly
|
commit | commitdiff | tree |
2007-09-10 |
Dale Johannesen | Add missing llvm-dis.
|
commit | commitdiff | tree |
2007-09-08 |
Dale Johannesen | Implement misaligned FP loads and stores.
|
commit | commitdiff | tree |
2007-09-07 |
Dale Johannesen | Apply feedback from previous patch.
|
commit | commitdiff | tree |
2007-09-07 |
Dale Johannesen | Revert previous change to IR.
|
commit | commitdiff | tree |
2007-09-06 |
Dale Johannesen | Next round of APFloat changes.
|
commit | commitdiff | tree |
2007-09-05 |
Dale Johannesen | Fix mod so it actually works. Fix conversions to
|
commit | commitdiff | tree |
2007-09-05 |
Dale Johannesen | Change all floating constants that are not exactly
|
commit | commitdiff | tree |
2007-09-04 |
Dale Johannesen | fix reversal bug in preceding checkin
|
commit | commitdiff | tree |
2007-08-31 |
Dale Johannesen | Oops, should be part of 41664; won't work very well...
|
commit | commitdiff | tree |
2007-08-31 |
Dale Johannesen | Add mod, copysign, abs operations to APFloat.
|
commit | commitdiff | tree |
2007-08-31 |
Dale Johannesen | Revise per review of previous patch.
|
commit | commitdiff | tree |
2007-08-31 |
Dale Johannesen | Enhance APFloat to retain bits of NaNs (fixes oggenc).
|
commit | commitdiff | tree |
2007-08-30 |
Dale Johannesen | Change LegalFPImmediates to use APFloat.
|
commit | commitdiff | tree |
2007-08-26 |
Dale Johannesen | Revise per review comments.
|
commit | commitdiff | tree |
2007-08-25 |
Dale Johannesen | Add APFloat interface to ConstantFPSDNode. Change
|
commit | commitdiff | tree |
2007-08-25 |
Dale Johannesen | Comment out declaration of operator== (undefined).
|
commit | commitdiff | tree |
2007-08-24 |
Dale Johannesen | Poison APFloat::operator==. Replace existing uses...
|
commit | commitdiff | tree |
2007-08-24 |
Dale Johannesen | Use APFloat internally for ConstantFPSDNode.
|
commit | commitdiff | tree |
2007-08-24 |
Dale Johannesen | Revised per review feedback from previous patch.
|
commit | commitdiff | tree |
2007-08-24 |
Dale Johannesen | Change internal representation of ConstantFP to use...
|
commit | commitdiff | tree |
2007-08-09 |
Dale Johannesen | Patch 10 for long double. Doing constants right needs...
|
commit | commitdiff | tree |
2007-08-09 |
Dale Johannesen | Update per review comments.
|
commit | commitdiff | tree |
2007-08-09 |
Dale Johannesen | long double 9 of N. This finishes up the X86-32 bits
|
commit | commitdiff | tree |
2007-08-09 |
Dale Johannesen | Fix arguments for some Altivec instructions. From...
|
commit | commitdiff | tree |
2007-08-07 |
Dale Johannesen | Fix spelling of mtvscr and mfvscr.
|
commit | commitdiff | tree |
next |