OSDN Git Service

GC HAVE_UTIME_H.
[android-x86/external-llvm.git] / cmake / config-ix.cmake
2016-09-29 Joerg SonnenbergerGC HAVE_UTIME_H.
2016-09-29 Joerg SonnenbergerGC HAVE_LIMITS_H.
2016-09-29 Joerg SonnenbergerHAVE_UNWIND_BACKTRACE -> HAVE__UNWIND_BACKTRACE
2016-09-21 Etienne Bergeronfix typo in comment [NFC]
2016-09-06 Rafael EspindolaAdd an c++ itanium demangler to llvm.
2016-09-05 Peter Zotov[CMake] [OCaml] Allow building OCaml bindings out of...
2016-08-25 Vitaly BukaFixed comment
2016-08-25 Vitaly Buka[asan] Disable CreateSigAltStack from Unix/Signals...
2016-08-20 Chandler Carruth[CMake/ASan] Skip using libedit if ASan is enabled...
2016-07-26 Bruno Cardoso Lopes[CMAKE] Find ld64 using xcrun
2016-07-19 Rafael EspindolaUse posix_fallocate instead of ftruncate.
2016-06-21 Artem Belevich[build] Make sure to link main executable with pthreads
2016-06-11 Vassil Vassilev[CMake] Allow LLVM to be embedded and built in a subfol...
2016-05-23 Kevin EnderbyAdd the printing the Mach-O (__LLVM,__bundle) xar archi...
2016-05-20 Richard SmithAdd a configure-time check for the existence of sigalts...
2016-05-20 Richard SmithReinstate r269992 (reverting r270267), but restricted...
2016-05-20 Chris BienemanRevert "Work around a glibc bug: backtrace() spuriously...
2016-05-18 Richard SmithWork around a glibc bug: backtrace() spuriously fails if
2016-04-07 Jeroen Ketema[CMake] Check for sys/types.h in config-ix.cmake
2016-03-07 NAKAMURA TakumiRevert r130657, "Windows/DynamicLibrary.inc: Clean...
2016-03-02 Reid Kleckner[cmake] Check the compiler version first
2016-03-01 Rafael EspindolaRefactor duplicated code for linking with pthread.
2016-02-26 Renato Golin[CMAKE] Update build on recent Haiku
2015-11-24 Pavel LabathFix non-PIC build after 253959
2015-11-24 Chris Bieneman[CMake] When disabling PIC, also pass -fno-pie when...
2015-11-19 Reid KlecknerDon't search for third party libraries while using...
2015-08-04 Justin BognerRemove the configure and cmake checks for sys/wait.h
2015-07-24 Saleem Abdulrasoolbuild: fix small typo in cmake doxygen build
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend
2015-06-27 Peter Zotov[OCaml] Bump ctypes dependency to 0.4.
2015-05-01 Niels Ole Salscheider[CMake] Also search for prefixed versions of ld.gold
2015-04-27 Rafael EspindolaAllow building the gold plugin even if the gold binary...
2015-03-19 Peter Collingbournetest: Make a start on a test suite for libLTO.
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-02-22 Zachary TurnerRemove log statements from config scripts.
2015-02-22 Zachary TurnerReally fix the build this time.
2015-02-22 Zachary Turner[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
2015-02-10 Zachary TurnerDefine HAVE_DIA_SDK on Windows when DIA is present.
2015-01-30 NAKAMURA Takumi[Cygming] Seek also chkstk_ms, or JIT fails with DLL...
2015-01-30 Chris BienemaniOS doesn't have histedit.h available. We should gate...
2014-12-03 Peter Zotov[OCaml] [cmake] Disable OCaml bindings if ctypes >...
2014-12-01 Peter Zotov[OCaml] [cmake] Add CMake buildsystem for OCaml.
2014-10-27 Rui UeyamaRe-commit r220667.
2014-10-27 Rui UeyamaRevert "Include stddef.h before including cxxabi.h...
2014-10-27 Rui UeyamaInclude stddef.h before including cxxabi.h
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-10-10 Alexey SamsonovRe-land r219354: Use llvm-symbolizer to symbolize LLVM...
2014-10-08 Alexey SamsonovRevert r219354. It seems to break some buildbots.
2014-10-08 Alexey SamsonovUse llvm-symbolizer to symbolize LLVM/Clang crash dumps.
2014-08-08 Josh KlontzFix for #20408 - CMake LLVM_ENABLE_FFI=ON build fails...
2014-06-06 Alp TokerRemove clang-specific libxml2 check from CMake
2014-06-02 Alp TokerGraphWriter: detect graph viewer programs at runtime
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-04-28 Dan LiewIf building with LLVM_ENABLE_DOXYGEN and using CMake...
2014-04-18 Reid KlecknerAdded Sphinx documentation generation to CMake build...
2014-04-09 Viktor KutuzovAdd support for building LLVM on FreeBSD 9.2
2014-03-29 Tim NorthoverARM64: initial backend import
2014-02-20 Evgeniy StepanovUnconditionally include msan_interface.h when building...
2014-02-05 Todd FialaFix configure to find arc4random via header files.
2014-02-05 Jordan Rose[CMake] Move -stdlib=libc++ handling into its own file.
2014-02-04 Alexey Samsonov[CMake] Add -stdlib=libc++ to host Clang build flags...
2014-01-31 Peter CollingbourneIntroduce line editor library.
2014-01-13 Chandler CarruthFactor the option and checking of compiler version...
2014-01-13 Chandler CarruthAdd a check that the host compiler is modern to CMake...
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-09-12 Alexey SamsonovFixup for r190409: add dep on LZMA only if CMake is...
2013-09-11 NAKAMURA Takumiconfig-ix.cmake: Tweak stray endif(...) to suppress...
2013-09-10 Renato GolinAdding LZMA as dep for XML2 on 2.8.0 or higher
2013-08-28 Michael Gottesman[doxygen] Use correct variable names for external varia...
2013-08-28 Michael Gottesman[doxygen] Added support for doxygen external search.
2013-08-28 Michael Gottesman[cmake] Created an aggregate doxygen target for generat...
2013-08-26 Alexey Samsonov[cmake] Check for realpath availability in CMake
2013-08-24 Michael Gottesman[autotools->cmake] Enable generation of doxygen documen...
2013-08-17 Joerg SonnenbergerRecognize NetBSD's terminfo implementation.
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-08-07 Reid KlecknerCheck for _strtoi64 in the cmake build if strtoll is...
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-08 Matt ArsenaultFind xdot or xdot.py.
2013-07-08 Matt ArsenaultAllow llvm_find_program to find alternate names
2013-07-04 Eric ChristopherReapply r185601 with a fix for the cmake build.
2013-07-04 Eric ChristopherTemporarily revert 185601 as it caused cmake build...
2013-07-04 Eric ChristopherAdd support for futimens for platforms that don't suppo...
2013-06-26 Andy GibbsSupport using "host" as a target in LLVM_TARGETS_TO_BUI...
2013-06-11 Rafael EspindolaDon't define LTDL_SHLIBPATH_VAR.
2013-05-06 Ulrich Weigand[SystemZ] Add configure bits
2013-05-04 Tim NorthoverBuild system changes to enable MCJIT on AArch64
2013-05-04 Tim NorthoverAllow host triple to be correctly overridden in CMake...
2013-05-03 Benjamin KramerCMake: cxxabi.h is only available to C++ compilers...
2013-04-27 Joerg SonnenbergerOnly use cxxabi.h's demangler, if it is actually available.
2013-04-23 Alexey SamsonovUse zlib to uncompress debug sections in DWARF parser.
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-03-25 Joerg SonnenbergerRefine fenv.h handling: check if the desired macros...
next