Skip to content
  1. Aug 24, 2013
  2. Aug 23, 2013
    • Hans Wennborg's avatar
      CMake: Don't look for llvm-tblgen when building outside LLVM tree · 306db8f3
      Hans Wennborg authored
      Previously, the CMake build would look for llvm-tblgen to determine
      if a directory is an LLVM build or install directory. Since we don't
      want to include llvm-tblgen in the install, look for llvm-config instead,
      and use that to find llvm-tblgen.
      
      (This is the lld equivalent of Clang r189127.)
      
      llvm-svn: 189128
      306db8f3
  3. May 14, 2013
  4. Apr 06, 2013
  5. Mar 01, 2013
  6. Jan 19, 2013
  7. Jan 05, 2013
  8. Dec 19, 2012
  9. Dec 11, 2012
  10. Apr 18, 2012
  11. Mar 28, 2012
  12. Mar 09, 2012
  13. Mar 08, 2012
    • Nick Kledzik's avatar
      Sources now require C++11 to build. · 1a6615dc
      Nick Kledzik authored
      Add first linker pass (StubsPass) which looks for calls to shared library
      symbols and replaces them with calls to a StubAtom.  On ELF system, a "stub"
      is a PLT entry.  Added a simple test case.
      
      Pass a Platform object to YAML reader and writer for converting fixup kinds 
      between names and values.
      
      Change output of Resolver to be a File object instead of a vector of Atoms.
      Thus, passes operate on a File instead of just Atoms.
      
      Rework how to walk through a File's Atoms. Now iterator based instead of 
      a method that visits each atom.  
      
      llvm-svn: 152269
      1a6615dc
  14. Dec 18, 2011
Loading