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
    • 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
  3. Feb 27, 2013
Loading