Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a0c138429e101f573d43740322245c1d5b8b04a0
/
cmake
dc9c76a
Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {buildmode}.
by Andrew Trick
· 13 years ago
320ce56
Fix cmake dependencies.
by Rafael Espindola
· 13 years ago
ed1d0ac
Another try at fixing cmake.
by Rafael Espindola
· 13 years ago
7205d43
Revert my previous patch. The cmake build had already been fixed.
by Rafael Espindola
· 13 years ago
e372347
Fix the cmake build.
by Rafael Espindola
· 13 years ago
104e992
Handle gcc-compatible compilers (such as clang) the same way we handle gcc.
by Oscar Fuentes
· 13 years ago
6073a05
Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries.
by NAKAMURA Takumi
· 14 years ago
bcffb1f
Rename profile_rt.so to libprofile_rt.so under configure+make (it already was
by Nick Lewycky
· 14 years ago
ab92d1e
Honor LLVM_BUILD_RUNTIME.
by Oscar Fuentes
· 14 years ago
05a5ff1
Disable warning C4181: "qualifier applied to reference type; ignored"
by Francois Pichet
· 14 years ago
7a2bdde
Fix a ton of comment typos found by codespell. Patch by
by Chris Lattner
· 14 years ago
c2475e8
Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,
by Oscar Fuentes
· 14 years ago
ff688a1
CMake: remove some unnecesary code and ToDos.
by Oscar Fuentes
· 14 years ago
3447b4f
CMake: support for using LLVM from client projects with find_package.
by Oscar Fuentes
· 14 years ago
e7510c2
Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming
by Oscar Fuentes
· 14 years ago
f63ea6f
Fix typos on LLVM.cmake. Export LLVM_ON_UNIX & LLVM_ON_WIN32.
by Oscar Fuentes
· 14 years ago
0b7bc77
Handle changing of LLVM_ENABLE_FFI.
by Oscar Fuentes
· 14 years ago
c2db19e
Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.in
by Oscar Fuentes
· 14 years ago
55037de
Revert accidental change to LLVMLibDeps.cmake
by Matt Beaumont-Gay
· 14 years ago
4712328
Quiet a gcc warning about changed name lookup rules
by Matt Beaumont-Gay
· 14 years ago
23f0bfe
Fixed the build of Clang's unit tests on MinGW. Also removed some
by Oscar Fuentes
· 14 years ago
db3480c
Supports building with a list of targets that does not contain
by Oscar Fuentes
· 14 years ago
c943a9a
Updated library dependencies.
by Oscar Fuentes
· 14 years ago
1dbf6f5
Build the new RuntimeDyld library.
by Oscar Fuentes
· 14 years ago
89234e1
Removed workaround for unspecified build problem on MinGW.
by Oscar Fuentes
· 14 years ago
c12acc7
Update CMake library dependencies.
by Oscar Fuentes
· 14 years ago
6704415
is_llvm_target_library: recognize libraries without the LLVM prefix.
by Oscar Fuentes
· 14 years ago
879d3a9
Whe we build a shared library, add its list of used libraries to the
by Oscar Fuentes
· 14 years ago
5eae24e
Process some link components that map to other expandable components
by Oscar Fuentes
· 14 years ago
f88befd
Remove remnant of my experimentation with CMake.
by Oscar Fuentes
· 14 years ago
0dddbc3
Support for parallel compilation (/MP) when using the VS IDE.
by Oscar Fuentes
· 14 years ago
bdcd766
Added missing va_end().
by Talin
· 14 years ago
f3a83d6
cmake: Add xdot.py support as it already exists in autoconf.
by Tobias Grosser
· 14 years ago
7d83dc0
Export TARGET_TRIPLE on LLVM.cmake. It is necessary for running tests
by Oscar Fuentes
· 14 years ago
50b2846
CMake: remove unnecessary variable.
by Oscar Fuentes
· 14 years ago
afcf6ac
CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It affects testing stuff on clang-standalone build.
by NAKAMURA Takumi
· 14 years ago
0f30047
CMake: Fix breakage on clang standalone build.
by NAKAMURA Takumi
· 14 years ago
0b85d07
Put targets on folders, if the IDE supports the feature.
by Oscar Fuentes
· 14 years ago
00d78f1
Use explicit add_subdirectory's for LLVM target sublibraries instead
by Oscar Fuentes
· 14 years ago
9bb83e4
Add the PARSE_ARGUMENTS CMake macro to LLVM so I can use it to clean
by Jeffrey Yasskin
· 14 years ago
6d857ca
Move library stuff out of the toplevel CMakeLists.txt file.
by Oscar Fuentes
· 14 years ago
742c0dd
New library: LLVMX86Utils.
by Oscar Fuentes
· 14 years ago
cbf023d
CMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts to use GnuWin32 tools.
by NAKAMURA Takumi
· 14 years ago
b656a11
CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin32 tools".
by NAKAMURA Takumi
· 14 years ago
e29b0ac
lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config.h.*.
by NAKAMURA Takumi
· 14 years ago
cf9efa5
Install only *.cmake files. Don't install .svn directory.
by Oscar Fuentes
· 14 years ago
dd70cd8
Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes PR9155.
by Oscar Fuentes
· 14 years ago
5a858e3
Moved more stuff to HandleLLVMOptions.cmake
by Oscar Fuentes
· 14 years ago
1f6832a
Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.
by NAKAMURA Takumi
· 14 years ago
325610b
LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else.
by Oscar Fuentes
· 14 years ago
ba6ac91
Add the tablegenned files to the `clean' target.
by Oscar Fuentes
· 14 years ago
d538e24
Changes for building Clang and others using LLVM as an external library.
by Oscar Fuentes
· 14 years ago
76422f3
cmake/*: Add svn:eol-style=native and fix CRLF.
by NAKAMURA Takumi
· 14 years ago
254f35c
Platform tests for `sys/uio.h' header and `writev' function.
by Oscar Fuentes
· 14 years ago
78e2074
Adds some platform checks to cmake/config-ix.cmake and fixes checking
by Oscar Fuentes
· 14 years ago
d73e575
Don't show -pedantic, -W and -Wall on the output of
by Oscar Fuentes
· 14 years ago
5969379
Handles libffi on the CMake build.
by Oscar Fuentes
· 14 years ago
3c00a83
Add some platform checks. Also fix a typo on a Makefile.
by Oscar Fuentes
· 14 years ago
111fd9c
Make config.h.cmake similar to config.h.in
by Oscar Fuentes
· 14 years ago
006bfeb
Add some platform tests.
by Oscar Fuentes
· 14 years ago
60b5312
Platform tests for argz_* functions.
by Oscar Fuentes
· 14 years ago
19823b1
Add to the CMake build some options and platform tests supported by
by Oscar Fuentes
· 14 years ago
927d8ae
Made llvm_replace_compiler_option more robust. Use it on llvm_process_sources.
by Oscar Fuentes
· 14 years ago
2c5e0b8
Rewrite handling of LLVM_ENABLE_PIC. It was being processed after
by Oscar Fuentes
· 14 years ago
53bf3ee
Don't use -O3 on Mingw, as people report it as unreliable. Use -O2 instead.
by Oscar Fuentes
· 14 years ago
5b30f0a
TableGen.cmake: sometimes the .td file is not in the current directory
by Oscar Fuentes
· 14 years ago
0895db0
LLVMProcessSources: add .def files along with .h files to targets for
by Oscar Fuentes
· 14 years ago
449d4e1
Propagate to parent scope changes made to CMAKE_CXX_FLAGS.
by Oscar Fuentes
· 14 years ago
023c633
CMake (MSVC): cmake automatically adds the /EHsc and /GR compiler
by Oscar Fuentes
· 14 years ago
7110428
Fixes file extension for loadable modules on OS X.
by Oscar Fuentes
· 14 years ago
ec33e8d
Update cmake library dependencies.
by Oscar Fuentes
· 14 years ago
59b4127
Reverting commit to LLVMLibDeps that was inadvertently done in 121649.
by Wesley Peck
· 14 years ago
a7c7b9d
The ADD and ADDK (and all variants) instructions where flip-flopped in the MBlaze backend. This bug fix makes 64-bit math work on the MBlaze backend.
by Wesley Peck
· 14 years ago
51c06bf
Add dependency to "make check".
by NAKAMURA Takumi
· 14 years ago
b361452
Disable C++ exception handling on MSVC.
by Francois Pichet
· 14 years ago
a785a6b
Disable RTTI on Windows.
by Francois Pichet
· 14 years ago
db04b39
Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.
by Michael J. Spencer
· 14 years ago
e93e10a
Update library dependencies changed in the System -> Support merge.
by Michael J. Spencer
· 14 years ago
1f6efa3
Merge System into Support.
by Michael J. Spencer
· 14 years ago
4b04713
Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests.
by Wesley Peck
· 14 years ago
78786f9
Updated library dependencies.
by Oscar Fuentes
· 14 years ago
7eee9ab
Revert inadvertant checkin of CMake libdeps.
by Jim Grosbach
· 14 years ago
7911916
ARM conditional mov encoding fix.
by Jim Grosbach
· 14 years ago
6098168
Updated CMake library dependencies.
by Oscar Fuentes
· 14 years ago
41400da
1. Finishing MBlaze MC asm parser test cases
by Wesley Peck
· 14 years ago
0a67d92
Adding working version of assembly parser for the MBlaze backend
by Wesley Peck
· 14 years ago
a060383
Adding disassembler to the MicroBlaze backend.
by Wesley Peck
· 14 years ago
01a575e
Loadable modules are not supported on Cygwin. PR 6655.
by Oscar Fuentes
· 14 years ago
fd7c230
Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
by Michael J. Spencer
· 14 years ago
8c0cd08
Avoid stalled file dependency when tablegenning.
by Oscar Fuentes
· 14 years ago
c54ca79
Don't try to guess svn version when current path is a symlink.
by Oscar Fuentes
· 14 years ago
8a116e0
Teach CMake to only touch tablegen-generated files if anything actually changed.
by Oscar Fuentes
· 14 years ago
523579e
Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what it actually means.
by Michael J. Spencer
· 14 years ago
5e0b2bf
Support: Add Endian.h
by Michael J. Spencer
· 14 years ago
4da992a
Adding initial AsmParser implementation for the MBlaze backend. It is
by Wesley Peck
· 14 years ago
4e9141f
Recommit 116986 with capitalization typo fixed.
by Wesley Peck
· 14 years ago
60e7127
Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it
by Wesley Peck
· 14 years ago
13a9490
Major update of the MicroBlaze backend. The new features are:
by Wesley Peck
· 14 years ago
f0c55a9
Build with RTTI and exceptions disabled. Only in GCC for now.
by Oscar Fuentes
· 14 years ago
00a9618
When building shared libraries, link to required system libraries.
by Oscar Fuentes
· 14 years ago
Next »