Skip to content
  1. Oct 16, 2012
    • Michael Liao's avatar
      Add __builtin_setjmp/_longjmp supprt in X86 backend · 97bf363a
      Michael Liao authored
      - Besides used in SjLj exception handling, __builtin_setjmp/__longjmp is also
        used as a light-weight replacement of setjmp/longjmp which are used to
        implementation continuation, user-level threading, and etc. The support added
        in this patch ONLY addresses this usage and is NOT intended to support SjLj
        exception handling as zero-cost DWARF exception handling is used by default
        in X86.
      
      llvm-svn: 165989
      97bf363a
    • Jakob Stoklund Olesen's avatar
      Remove LIS::isAllocatable() and isReserved() helpers. · cea596ac
      Jakob Stoklund Olesen authored
      All callers can simply use the corresponding MRI functions.
      
      llvm-svn: 165985
      cea596ac
  2. Oct 15, 2012
  3. Oct 14, 2012
  4. Oct 13, 2012
Loading