aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/CMakeLists.txt
AgeCommit message (Expand)Author
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-01-10Update CMake stuffAnton Korobeynikov
2010-11-15Attempt to unbreak cmake-based buildsAnton Korobeynikov
2010-10-05Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman
2010-01-15Update CMake build.Ted Kremenek
2009-08-31Normalize makefile comments and sort cmake file lists.Benjamin Kramer
2009-08-22Forgot to update some CMakeLists.Benjamin Kramer
2009-08-14Hopefully unbreak cmake buildsAnton Korobeynikov
2009-07-09bug 4524: Add MSP430 to the cmake build.Richard Pennington
2009-05-03Add cmake script. No idea whether it works or not :)Anton Korobeynikov