Skip to content
  1. Apr 02, 2008
    • Dale Johannesen's avatar
      Recommitting EH patch; this should answer most of the · fd967cf3
      Dale Johannesen authored
      review feedback.
      -enable-eh is still accepted but doesn't do anything.
      EH intrinsics use Dwarf EH if the target supports that,
      and are handled by LowerInvoke otherwise.
      The separation of the EH table and frame move data is,
      I think, logically figured out, but either one still
      causes full EH info to be generated (not sure how to
      split the metadata correctly).
      MachineModuleInfo::needsFrameInfo is no longer used and
      is removed.
      
      llvm-svn: 49064
      fd967cf3
  2. Apr 01, 2008
  3. Mar 03, 2008
  4. Feb 15, 2008
  5. Feb 13, 2008
  6. Jan 23, 2008
  7. Jan 20, 2008
  8. Jan 18, 2008
  9. Jan 16, 2008
    • Dale Johannesen's avatar
      Fix and enable EH for x86-64 Darwin. Adds · 59a2250b
      Dale Johannesen authored
      ShortenEHDataFor64Bits as a not-very-accurate
      abstraction to cover all the changes in DwarfWriter.
      Some cosmetic changes to Darwin assembly code for
      gcc testsuite compatibility.
      
      llvm-svn: 46029
      59a2250b
  10. Jan 11, 2008
  11. Jan 02, 2008
  12. Dec 29, 2007
  13. Nov 27, 2007
    • Duncan Sands's avatar
      Fix PR1146: parameter attributes are longer part of · ad0ea2d4
      Duncan Sands authored
      the function type, instead they belong to functions
      and function calls.  This is an updated and slightly
      corrected version of Reid Spencer's original patch.
      The only known problem is that auto-upgrading of
      bitcode files doesn't seem to work properly (see
      test/Bitcode/AutoUpgradeIntrinsics.ll).  Hopefully
      a bitcode guru (who might that be? :) ) will fix it.
      
      llvm-svn: 44359
      ad0ea2d4
  14. Nov 21, 2007
  15. Nov 05, 2007
    • Duncan Sands's avatar
      Eliminate the remaining uses of getTypeSize. This · 283207a7
      Duncan Sands authored
      should only effect x86 when using long double.  Now
      12/16 bytes are output for long double globals (the
      exact amount depends on the alignment).  This brings
      globals in line with the rest of LLVM: the space
      reserved for an object is now always the ABI size.
      One tricky point is that only 10 bytes should be
      output for long double if it is a field in a packed
      struct, which is the reason for the additional
      argument to EmitGlobalConstant.
      
      llvm-svn: 43688
      283207a7
  16. Oct 05, 2007
  17. Oct 03, 2007
  18. Sep 21, 2007
  19. Sep 16, 2007
  20. Sep 11, 2007
  21. Aug 13, 2007
  22. Jul 30, 2007
  23. Jul 25, 2007
  24. Jun 22, 2007
  25. Jun 14, 2007
  26. May 05, 2007
  27. Apr 29, 2007
  28. Apr 20, 2007
  29. Apr 17, 2007
  30. Mar 31, 2007
  31. Mar 08, 2007
  32. Mar 01, 2007
  33. Jan 30, 2007
  34. Jan 28, 2007
    • Anton Korobeynikov's avatar
      Propagate changes from my local tree. This patch includes: · 037c867b
      Anton Korobeynikov authored
      1. New parameter attribute called 'inreg'. It has meaning "place this
      parameter in registers, if possible". This is some generalization of
      gcc's regparm(n) attribute. It's currently used only in X86-32 backend.
      2. Completely rewritten CC handling/lowering code inside X86 backend.
      Merged stdcall + c CCs and fastcall + fast CC.
      3. Dropped CSRET CC. We cannot add struct return variant for each
      target-specific CC (e.g. stdcall + csretcc and so on).
      4. Instead of CSRET CC introduced 'sret' parameter attribute. Setting in
      on first attribute has meaning 'This is hidden pointer to structure
      return. Handle it gently'.
      5. Fixed small bug in llvm-extract + add new feature to
      FunctionExtraction pass, which relinks all internal-linkaged callees
      from deleted function to external linkage. This will allow further
      linking everything together.
      
      NOTEs: 1. Documentation will be updated soon.
             2. llvm-upgrade should be improved to translate csret => sret.
                Before this, there will be some unexpected test fails.
      llvm-svn: 33597
      037c867b
  35. Jan 18, 2007
Loading