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