aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CMakeLists.txt
AgeCommit message (Expand)Author
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
2012-11-28Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen
2012-10-28Remove TargetELFWriterInfo.Rafael Espindola
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-05Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow
2012-04-11Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-12-15Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky
2011-12-10Refactor the implementation of the TargetOptions out of TargetMachine, takingNick Lewycky
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-04build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-22Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth
2011-07-20Fix cmake again :)Benjamin Kramer
2011-07-09Revert accidental commit.Evan Cheng
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-01Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng
2011-06-29Fix CMake build.NAKAMURA Takumi
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