summaryrefslogtreecommitdiff
path: root/lib/Target/CMakeLists.txt
Commit message (Expand)AuthorAge
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-22
* Fix cmake again :)Benjamin Kramer2011-07-20
* Revert accidental commit.Evan Cheng2011-07-09
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* Fix CMake build.NAKAMURA Takumi2011-06-29
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-20
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-18
* Update CMake stuffAnton Korobeynikov2011-01-10
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Fix cmake build.Rafael Espindola2010-12-10
* lib/Target/CMakeLists.txt: Add missing lib/Target/TargetAsmInfo.cpp, followin...NAKAMURA Takumi2010-12-10
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* remove the remnants of TargetMachOWriterInfo.Chris Lattner2010-02-02
* add new fileChris Lattner2010-01-22
* Update CMake files for Mangler move.Benjamin Kramer2010-01-16
* CMake: Removed outdated TODO.Oscar Fuentes2009-08-26
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-22
* remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner2009-08-02
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Fix build.Mike Stump2009-07-27
* Update CMake files.Ted Kremenek2009-07-21
* Update CMakeLists for reapplication.Daniel Dunbar2009-07-15
* Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807Xerxes Ranby2009-07-15
* Fix cmake build lib/Target/TargetMachineRegistry.cpp removed.Xerxes Ranby2009-07-15
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-11
* Initial support for the CMake build system.Oscar Fuentes2008-09-22