index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MSP430
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2011-12-20
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-04
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
Daniel Dunbar
2011-10-06
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-26
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-01
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-01-10
Update CMake stuff
Anton Korobeynikov
2010-11-15
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-10-05
Re-apply r115363 and r115366 now that r115525 has removed the un-needed header
Jim Grosbach
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-04-16
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-01-15
Update CMake build.
Ted Kremenek
2009-08-31
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-22
Forgot to update some CMakeLists.
Benjamin Kramer
2009-08-14
Hopefully unbreak cmake builds
Anton Korobeynikov
2009-07-09
bug 4524: Add MSP430 to the cmake build.
Richard Pennington
2009-05-03
Add cmake script. No idea whether it works or not :)
Anton Korobeynikov