Skip to content
  1. Mar 01, 2013
    • Daniel Malea's avatar
      Connect LLVM CMake build scripts to LLDB's CMake scripts: · 6e9b0406
      Daniel Malea authored
      - if you have LLDB checked out in $llvm/tools, CMake will build it now!
      - LLDB is known to build on Linux with libstdc++ and GCC 4.6/4.7 or Clang 3.3
      - to run lldb tests, do "make check-lldb" after a build
      
      llvm-svn: 176307
      6e9b0406
    • Daniel Malea's avatar
      Finish up CMake support for LLDB (tested on Linux) · 931b17c7
      Daniel Malea authored
      - add missing scripts (driver, tests, etc...)
      - enable running of tests from cmake with "make check-lldb" target
      - fix up problem with clang dependencies (this enables parallel builds)
      - implement platform-specific FIXMEs in source/CMakeLists.txt
      
      llvm-svn: 176306
      931b17c7
    • Eli Bendersky's avatar
      A small refactoring + adding comments. · 33ebf836
      Eli Bendersky authored
      SelectionDAGIsel::LowerArguments needs a function, not a basic block. So it
      makes sense to pass it the function instead of extracting a basic-block from
      the function and then tossing it. This is also more self-documenting (functions
      have arguments, BBs don't).
      
      In addition, added comments to a couple of Select* methods.
      
      llvm-svn: 176305
      33ebf836
  2. Feb 28, 2013
Loading