- Aug 24, 2013
-
-
Hans Wennborg authored
llvm-svn: 189157
-
- Aug 23, 2013
-
-
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
-
- May 14, 2013
-
-
Rui Ueyama authored
llvm-svn: 181822
-
- Apr 06, 2013
-
-
Michael J. Spencer authored
llvm-svn: 178940
-
- Mar 01, 2013
-
-
Michael J. Spencer authored
llvm-svn: 176309
-
- Jan 19, 2013
-
-
Chandler Carruth authored
well as c++0x and c++11. This can be especially useful when building with GCC in C++11 mode. llvm-svn: 172897
-
- Jan 05, 2013
-
-
Michael J. Spencer authored
[CMake] Don't add flags this late and don't force libc++. Error if we know the compiler doesn't support c++11. llvm-svn: 171596
-
- Dec 19, 2012
-
-
Michael J. Spencer authored
llvm-svn: 170483
-
- Dec 11, 2012
-
-
Michael J. Spencer authored
llvm-svn: 169794
-
- Apr 18, 2012
-
-
Nick Kledzik authored
class. Change Resolver to no longer use Platform. Core linking now issues errors directly. We need to factor that out later. Rework how Darwin executable writer finds "main" atom. It now adds to core linking an Atom which has a Reference to "main". llvm-svn: 155060
-
- Mar 28, 2012
-
-
Michael J. Spencer authored
llvm-svn: 153588
-
- Mar 09, 2012
-
-
Michael J. Spencer authored
llvm-svn: 152389
-
Benjamin Kramer authored
llvm-svn: 152355
-
- Mar 08, 2012
-
-
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
-
- Dec 18, 2011
-
-
Michael J. Spencer authored
llvm-svn: 146844
-