Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/llvm/llvm-project.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jul 09, 2015
    • Adrian Prantl's avatar
      26686c4a
    • David Majnemer's avatar
      COFF: Emit a symbol table if /debug is specified · 2c345a33
      David Majnemer authored
      Providing a symbol table in the executable is quite useful when
      debugging a fully-linked executable without having to reconstruct one
      from DWARF.
      
      Differential Revision: http://reviews.llvm.org/D11023
      
      llvm-svn: 241689
      2c345a33
    • Sean Callanan's avatar
      Revert r241672, which breaks the OS X build by introducing a dependency on · c307c270
      Sean Callanan authored
      platform-specific symbols that are not implemented on OS X.
      
      The build error that caused this is
      
      Undefined symbols for architecture x86_64:
        "lldb_private::NativeProcessProtocol::Attach(unsigned long long, lldb_private::NativeProcessProtocol::NativeDelegate&, std::__1::shared_ptr<lldb_private::NativeProcessProtocol>&)", referenced from:
            lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::AttachToProcess(unsigned long long) in liblldb-core.a(GDBRemoteCommunicationServerLLGS.o)
        "lldb_private::NativeProcessProtocol::Launch(lldb_private::ProcessLaunchInfo&, lldb_private::NativeProcessProtocol::NativeDelegate&, std::__1::shared_ptr<lldb_private::NativeProcessProtocol>&)", referenced from:
            lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::LaunchProcess() in liblldb-core.a(GDBRemoteCommunicationServerLLGS.o)
      ld: symbol(s) not found for architecture x86_64
      clang: error: linker command failed with exit code 1 (use -v to see invocation)
      
      llvm-svn: 241688
      c307c270
    • Eli Bendersky's avatar
      Cosmetic cleanups - NFC · 8e131f8c
      Eli Bendersky authored
      Remove commented lines, trailing whitespace, etc.
      
      llvm-svn: 241687
      8e131f8c
    • James Y Knight's avatar
      [SPARC] Cleanup handling of the Y/ASR registers. · f238d176
      James Y Knight authored
      - Implement copying ASR to/from GPR regs.
      - Mark ASRs as non-allocatable, so it won't try to arbitrarily use
        them inappropriately.
      - Instead of inserting explicit WRASR/RDASR nodes in the MUL/DIV
        routines, just do normal register copies.
      - Also...mark div as using Y, not just writing it.
      
      Added a test case with some code which previously died with an
      assertion failure (with -O0), or produced wrong code (otherwise).
      
      (Third time's the charm?)
      
      Differential Revision: http://reviews.llvm.org/D10401
      
      llvm-svn: 241686
      f238d176
    • Rafael Espindola's avatar
      Use a range loop. NFC. · 51271bdc
      Rafael Espindola authored
      llvm-svn: 241685
      51271bdc
  2. Jul 08, 2015
Loading