Skip to content
  1. Apr 06, 2014
  2. Apr 05, 2014
  3. Apr 04, 2014
    • Ed Maste's avatar
      Add failure decorators · 99ed6dfa
      Ed Maste authored
      These tests started failing on FreeBSD after r205497 "Make the fail
      messages"
      
      llvm.org/pr19347
      
      llvm-svn: 205652
      99ed6dfa
    • David Blaikie's avatar
      DebugInfo: PR19298: function local const variables duplicated in the root scope · a1556556
      David Blaikie authored
      See the comment for CodeGenFunction::tryEmitAsConstant that describes
      how in some contexts (lambdas) we must not emit references to the
      variable, but instead use the constant directly - because of this we end
      up emitting a constant for the variable, as well as emitting the
      variable itself.
      
      Should we just skip putting the variable on the stack at all and omit
      the debug info for the constant? It's not clear to me - what if the
      address of the local is taken?
      
      llvm-svn: 205651
      a1556556
    • Saleem Abdulrasool's avatar
      Driver: add target definition for Windows on ARM · f4c9e49f
      Saleem Abdulrasool authored
      This introduces the definitions needed for the Windows on ARM target.  Add
      target definitions for both the MSVC environment and the MSVC + Itanium C++ ABI
      environment.  The Visual Studio definitions correspond to the definitions
      provided by Visual Studio 2012.
      
      llvm-svn: 205650
      f4c9e49f
    • Matt Arsenault's avatar
      Add DAG parameter to ComputeNumSignBitsForTargetNode · cf6f688a
      Matt Arsenault authored
      This way, you can check the number of sign bits in the
      operands. The depth parameter it already has is pretty useless
      without this.
      
      llvm-svn: 205649
      cf6f688a
    • Matt Arsenault's avatar
      Fix tabs · 5e1e4316
      Matt Arsenault authored
      llvm-svn: 205648
      5e1e4316
Loading