Fix test by matching movaps instead of AVX-only vmovaps
[oota-llvm.git] / cmake /
2013-02-14 Tim NorthoverUse correct host/target CMake variables to define lit...
2013-02-08 Jordan RoseCMake: Use check_symbol_exists instead of check_cxx_sym...
2013-02-07 Owen AndersonFix CMake detection of various cmath functions, and...
2013-02-07 Owen AndersonConditionalize constant folding of math intrinsics...
2013-02-04 Edwin VaneTurn off uninitialized-use warnings for gcc in cmake...
2013-01-31 Richard SmithAdd -Wno-nested-anon-types to -pedantic builds of LLVM...
2013-01-31 Edwin VaneTurn off missing field initializer warnings for gcc
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-27 NAKAMURA Takumi[CMake][Lit][unittests] Cleanup in AddLLVM.cmake.
2013-01-27 NAKAMURA Takumi[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE...
2013-01-25 Reid KlecknerDisable MSVC's warning about noreturn destructors
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2013-01-03 Michael J. Spencer[CMake] MSVC is incorrectly emitting C4239 in some...
2012-12-24 NAKAMURA Takumi[CMake] AddLLVM.cmake: Tweak the corner case that ...
2012-12-24 Dmitri GribenkoFix a typo introduced in r168577: FlAGS -> FLAGS (note...
2012-12-19 Alexey SamsonovCMake: factor out a function that returns the expected...
2012-12-14 NAKAMURA Takumi[CMake] Move libxml2 stuff from clang to llvm/cmake.
2012-12-10 Jim GrosbachCMake: Don't run 'git svn' if there is no .git/svn...
2012-11-26 Joe AbbeyRemoving SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
2012-10-23 Jordan RoseCMake: Include private headers / tablegen files in...
2012-10-10 NAKAMURA Takumi[CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes...
2012-10-05 NAKAMURA Takumi[CMake] Enhance add_llvm_external_project.
2012-09-11 Evgeniy StepanovCMake toolchain file for Android NDK.
2012-09-04 Evgeniy StepanovFix Android build of gtest and lib/Support.
2012-09-01 Benjamin KramerPR13689: Check for backtrace(3) in the cmake build.
2012-08-31 Eric ChristopherMake sure to build libpthread to check for HAVE_PTHREAD...
2012-08-20 Sebastian Popenable cross compilation with cmake
2012-08-20 Sebastian Popenable Hexagon target from cmake
2012-08-08 Sebastian Poprevert my previous patch
2012-08-08 Sebastian Popenable Hexagon target from cmake
2012-08-04 NAKAMURA Takumi[CMake] add_lit_target: Remove comments about add_depen...
2012-07-22 NAKAMURA Takumiautoconf: Re-introduce LLVM_HOSTTRIPLE since r143500...
2012-07-12 Gabor Greifdetabify
2012-07-07 NAKAMURA TakumiLLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX...
2012-07-02 Chandler CarruthRevert r159588, and apply a more principled fix. Place...
2012-07-02 Chandler CarruthSwitch from using a lit.cfg-generator variable that...
2012-06-30 Chandler CarruthHoist LLVM's lit testsuite infrastructure into module...
2012-06-29 Chandler CarruthAdd a missing common variable to the lit.site.cfg gener...
2012-06-28 Chandler CarruthMove the setup for variables that are expanded in the...
2012-06-24 NAKAMURA TakumiLLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES...
2012-06-21 Chandler CarruthAvoid using the recently added APPEND_STRING feature...
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-06-21 Chandler CarruthFactor the logic for setting up a GoogleTest unit test...
2012-06-21 Chandler CarruthRemove one of the LLVM-specific CMake hacks in favor...
2012-06-17 NAKAMURA TakumiTableGen.cmake: Fix to work without LLVM_COMMON_DEPENDS.
2012-06-08 Tobias Grossercmake: Pass the -m32 flag to modules if LLVM_BUILD_32_B...
2012-06-07 Michael J. Spencer[CMake] Promote extension warnings to errors.
2012-06-07 Michael J. Spencer[CMake] Order MSVC warnings numerically.
2012-06-07 Michael J. Spencer[CMake] Adjust MSVC warnings.
2012-05-23 Tim NorthoverFix how CMake appends -m32 to linker command-lines
2012-05-08 Rafael EspindolaAdding -fcolor-diagnostics is causing problem to users...
2012-05-05 Daniel Dunbar[build] Add build check for ::arc4random().
2012-05-04 Rafael EspindolaPass -fcolor-diagnostics when it is supported. This...
2012-05-03 Ted KremenekAdd rudimentary CMake logic for detecting Graphviz.
2012-04-26 Michael J. Spencer[CMake] Restructure how Clang, Polly and other external...
2012-04-21 NAKAMURA TakumiCMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We...
2012-04-21 NAKAMURA TakumiCMake: Prune redundant LLVM_COMPILER_JOBS from llvm...
2012-03-26 Eric ChristopherAdd InitializeNativeTargetDisassembler function.
2012-03-01 Michael J. SpencerMinimal changes for LLVM to compile under VS11.
2012-02-28 Rafael EspindolaEnable -Wcovered-switch-default again, but add -Werror...
2012-02-28 Chandler CarruthTemporarily revert r151609, which enabled a new warning...
2012-02-28 Rafael EspindolaEnable -Wcovered-switch-default as it matches the switc...
2012-02-13 Dylan Noblesmithadd LLVM_VERSION_MAJOR and _MINOR defines
2012-01-30 NAKAMURA TakumiCMake: Add the folder "Tablegenning" on llvm-tblgen...
2012-01-25 Rafael Espindola-fvisibility-inlines-hidden is a c++ only option.
2012-01-24 Chandler CarruthUndo an over zealous rename. This bit of the CMake...
2012-01-20 Rafael EspindolaDon't use -fvisibility-inlines-hidden on mingw to try...
2012-01-20 Rafael Espindolacmake: pass -fvisibility-inlines-hidden if it is suppor...
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2011-12-23 Ted KremenekUse 'check_symbol_exists' instead of 'check_function_ex...
2011-12-16 NAKAMURA TakumiTweak CMake build on Cygwin.
2011-12-12 Dylan Noblesmithcmake: work with CMake < 2.8.5
2011-12-10 Chandler CarruthUse a simpler and more reliable command for converting...
2011-12-10 Chandler CarruthTeach the VCS detection to set some root-level variable...
2011-12-10 Chandler CarruthAt the request of Michael Spencer, make the VCS version...
2011-12-09 Chandler CarruthFix InitializeNativeTargetAsmParser in CMake builds...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-29 Daniel Dunbarbuild/cmake: Switch to using llvm-build computed depend...
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-11-22 Benjamin KramerAdd configure checking for pread(2) and use it to save...
2011-11-06 NAKAMURA TakumiFix CRT selection logic when using CMake NMake generator.
2011-11-04 Daniel Dunbarbuild/cmake: Move all the user controllable options...
2011-11-02 Chandler CarruthFix a typo noticed by Peter Collingbourne. No one depen...
2011-11-02 Chandler CarruthThe TableGen parts of the CMake build are seriously...
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-11 NAKAMURA TakumiAdd -D__STDC_FORMAT_MACROS to use PRIx64.
2011-10-11 NAKAMURA Takumicmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_C...
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-09-04 Chandler CarruthComplete the removal of FindBison from CMake. Noticed...
2011-08-17 NAKAMURA TakumiCMake: [MSVC] Suppress C4551 'function call missing...
2011-08-16 NAKAMURA Takumicmake/modules/FindBison.cmake: It must be unneeded...
2011-08-12 NAKAMURA TakumiCMake: Eliminate unused checks and #undef(s) as below;
2011-07-30 Chandler CarruthRemove yet another buried and hidden implicit dependenc...
2011-07-29 Chandler CarruthMake my attempt to build up global deps variables actua...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Oscar FuentesUpdated cmake library dependencies.
2011-07-26 Chandler CarruthStill more library dependency updates. This reflects...
next