aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2011-01-11Add to the CMake build some options and platform tests supported byOscar Fuentes
2011-01-11Made llvm_replace_compiler_option more robust. Use it onOscar Fuentes
2011-01-09Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes
2011-01-07Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes
2011-01-03TableGen.cmake: sometimes the .td file is not in the current directoryOscar Fuentes
2011-01-03LLVMProcessSources: add .def files along with .h files to targets forOscar Fuentes
2011-01-02Propagate to parent scope changes made to CMAKE_CXX_FLAGS.Oscar Fuentes
2010-12-31CMake (MSVC): cmake automatically adds the /EHsc and /GR compilerOscar Fuentes
2010-12-22Fixes file extension for loadable modules on OS X.Oscar Fuentes
2010-12-20Update cmake library dependencies.Oscar Fuentes
2010-12-12Reverting commit to LLVMLibDeps that was inadvertently done in 121649.Wesley Peck
2010-12-12The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck
2010-12-10Add dependency to "make check".NAKAMURA Takumi
2010-12-04Disable C++ exception handling on MSVC.Francois Pichet
2010-12-04Disable RTTI on Windows. Francois Pichet
2010-12-03Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer
2010-11-29Update library dependencies changed in the System -> Support merge.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-21Implement ELF object file writing support for the MBlaze backend. Its not per...Wesley Peck
2010-11-18Updated library dependencies.Oscar Fuentes
2010-11-16Revert inadvertant checkin of CMake libdeps.Jim Grosbach
2010-11-16ARM conditional mov encoding fix.Jim Grosbach
2010-11-14Updated CMake library dependencies.Oscar Fuentes
2010-11-121. Finishing MBlaze MC asm parser test casesWesley Peck
2010-11-08Adding working version of assembly parser for the MBlaze backendWesley Peck
2010-10-27Adding disassembler to the MicroBlaze backend.Wesley Peck
2010-10-22Loadable modules are not supported on Cygwin. PR 6655.Oscar Fuentes
2010-10-22Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer
2010-10-22Avoid stalled file dependency when tablegenning.Oscar Fuentes
2010-10-22Don't try to guess svn version when current path is a symlink.Oscar Fuentes
2010-10-22Teach CMake to only touch tablegen-generated files if anythingOscar Fuentes
2010-10-22Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer
2010-10-21Support: Add Endian.hMichael J. Spencer
2010-10-21Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck
2010-10-21Recommit 116986 with capitalization typo fixed.Wesley Peck
2010-10-21Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck
2010-10-21Major update of the MicroBlaze backend. The new features are:Wesley Peck
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2010-10-14When building shared libraries, link to required system libraries.Oscar Fuentes
2010-10-13GetTargetTriple.cmake: detect MinGW 64 bits.Oscar Fuentes
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-07CMake: Fix warning in gtest.Michael J. Spencer
2010-10-05Update LLVMLibDepsJim Grosbach
2010-10-02Update library dependencies.Oscar Fuentes
2010-09-29Export LLVM_ALL_TARGETS in LLVM.cmake. It is used by LLVMConfig.Oscar Fuentes
2010-09-28Simplified LLVMConfig.Oscar Fuentes
2010-09-28Use the canonical library name for library PIC16Passes.Oscar Fuentes
2010-09-28Added library LLVMPIC16passes to CMake build.Oscar Fuentes
2010-09-28Added PTX target to the CMake build.Oscar Fuentes
2010-09-27Removed remnant target library dependencies from LLVMLibDeps.cmakeOscar Fuentes