Skip to content
  1. Jan 28, 2011
  2. Jan 27, 2011
    • Oscar Fuentes's avatar
      Use the paths to libffi's header and library even when no custom · 800a2afb
      Oscar Fuentes authored
      location was stated with FFI_INCLUDE_DIR/FFI_LIBRARY_DIR.
      
      llvm-svn: 124449
      800a2afb
    • Johnny Chen's avatar
      Add emulate_ldr_rd_pc_rel entry to the g_thumb_opcodes table, which represents a · 3086022a
      Johnny Chen authored
      PC relative immediate load into register, possibly followed by an add operation
      to adjust the SP.
      
      llvm-svn: 124448
      3086022a
    • David Greene's avatar
      · 34f7c0d8
      David Greene authored
      [AVX] Clean up the code to configure target lowering for AVX.  Specify
      how to lower more/new operations.  This is a prerequisite for adding
      additional AVX lowering.
      
      llvm-svn: 124447
      34f7c0d8
    • Douglas Gregor's avatar
      Teach the evaluation of the __is_convertible_to trait to translate · edb76857
      Douglas Gregor authored
      access control errors into SFINAE errors, so that the trait provides
      enough support to implement the C++0x std::is_convertible type trait.
      
      To get there, the SFINAETrap now knows how to set up a SFINAE context
      independent of any template instantiations or template argument
      deduction steps, and (separately) can set a Sema flag to translate
      access control errors into SFINAE errors. The latter can also be
      useful if we decide that access control errors during template argument
      deduction should cause substitution failure (rather than a hard error)
      as has been proposed for C++0x.
      
      llvm-svn: 124446
      edb76857
Loading