aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2012-04-23Merging r155285:Bill Wendling
2012-04-23Merging r155284:Bill Wendling
2012-03-26Add InitializeNativeTargetDisassembler function.Eric Christopher
2012-03-01Minimal changes for LLVM to compile under VS11.Michael J. Spencer
2012-02-28Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola
2012-02-28Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth
2012-02-28Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola
2012-02-13add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith
2012-01-30CMake: Add the folder "Tablegenning" on llvm-tblgen targets.NAKAMURA Takumi
2012-01-25-fvisibility-inlines-hidden is a c++ only option.Rafael Espindola
2012-01-24Undo an over zealous rename. This bit of the CMake build really isChandler Carruth
2012-01-20Don't use -fvisibility-inlines-hidden on mingw to try to avoid a lot ofRafael Espindola
2012-01-20cmake: pass -fvisibility-inlines-hidden if it is supported. In aRafael Espindola
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop
2011-12-23Use 'check_symbol_exists' instead of 'check_function_exists' for finding isat...Ted Kremenek
2011-12-16Tweak CMake build on Cygwin.NAKAMURA Takumi
2011-12-12cmake: work with CMake < 2.8.5Dylan Noblesmith
2011-12-10Use a simpler and more reliable command for converting from HEAD toChandler Carruth
2011-12-10Teach the VCS detection to set some root-level variables with the rawChandler Carruth
2011-12-10At the request of Michael Spencer, make the VCS version detection logicChandler Carruth
2011-12-09Fix InitializeNativeTargetAsmParser in CMake builds by defining theChandler Carruth
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-29build/cmake: Switch to using llvm-build computed dependencies.Daniel Dunbar
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith
2011-11-22Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer
2011-11-06Fix CRT selection logic when using CMake NMake generator.NAKAMURA Takumi
2011-11-04build/cmake: Move all the user controllable options into top-level CMakeListsDaniel Dunbar
2011-11-02Fix a typo noticed by Peter Collingbourne. No one depends on thisChandler Carruth
2011-11-02The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-11Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi
2011-10-11cmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_CONSTANT_MACROS and __S...NAKAMURA Takumi
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-09-19Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher
2011-09-04Complete the removal of FindBison from CMake. Noticed this when browsingChandler Carruth
2011-08-17CMake: [MSVC] Suppress C4551 'function call missing argument list'.NAKAMURA Takumi
2011-08-16cmake/modules/FindBison.cmake: It must be unneeded any more.NAKAMURA Takumi
2011-08-12CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi
2011-07-30Remove yet another buried and hidden implicit dependency: every singleChandler Carruth
2011-07-29Make my attempt to build up global deps variables actually utilizeChandler Carruth
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-28Updated cmake library dependencies.Oscar Fuentes
2011-07-26Still more library dependency updates. This reflects the ever decreasingChandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-25Check in updated CMake dependencies after Evan's latest round ofChandler Carruth
2011-07-25While building a LLVM target, put the current source directory on theOscar Fuentes
2011-07-25CMake: generalize the system that creates custom targets forOscar Fuentes
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng