aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CMakeLists.txt
AgeCommit message (Expand)Author
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2011-02-18introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner
2011-01-10Update CMake stuffAnton Korobeynikov
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Fix cmake build.Rafael Espindola
2010-12-10lib/Target/CMakeLists.txt: Add missing lib/Target/TargetAsmInfo.cpp, followin...NAKAMURA Takumi
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-02-02remove the remnants of TargetMachOWriterInfo.Chris Lattner
2010-01-22add new fileChris Lattner
2010-01-16Update CMake files for Mangler move.Benjamin Kramer
2009-08-26CMake: Removed outdated TODO.Oscar Fuentes
2009-08-22Update CMake build, unbreak linux build.Benjamin Kramer
2009-08-02remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner
2009-07-27Fix build.Mike Stump
2009-07-21Update CMake files.Ted Kremenek
2009-07-15Update CMakeLists for reapplication.Daniel Dunbar
2009-07-15Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807Xerxes Ranby
2009-07-15Fix cmake build lib/Target/TargetMachineRegistry.cpp removed.Xerxes Ranby
2009-06-11Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes
2008-09-22Initial support for the CMake build system.Oscar Fuentes