summaryrefslogtreecommitdiff
path: root/lib/Target/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2014-02-20[CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi1-0/+2
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+0
2013-10-15Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg1-2/+0
2013-10-15Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg1-0/+2
2013-10-09Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama1-1/+0
2013-10-09llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg1-0/+1
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth1-1/+0
2012-11-28Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen1-2/+0
2012-10-28Remove TargetELFWriterInfo.Rafael Espindola1-1/+0
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem1-0/+1
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson1-1/+0
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem1-0/+1
2012-10-05Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow1-1/+0
2012-04-11Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands1-0/+1
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth1-0/+1
2011-12-15Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky1-2/+0
2011-12-10Refactor the implementation of the TargetOptions out of TargetMachine, takingNick Lewycky1-0/+1
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar1-6/+0
2011-11-04build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar1-36/+1
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-1/+0
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth1-0/+6
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng1-1/+0
2011-07-22Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth1-0/+1
2011-07-20Fix cmake again :)Benjamin Kramer1-1/+0
2011-07-09Revert accidental commit.Evan Cheng1-6/+0
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng1-0/+6
2011-07-01Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng1-1/+1
2011-06-29Fix CMake build.NAKAMURA Takumi1-1/+0
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes1-10/+0
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes1-0/+50
2011-02-18introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner1-0/+1
2011-01-10Update CMake stuffAnton Korobeynikov1-1/+1
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola1-0/+1
2010-12-10Fix cmake build.Rafael Espindola1-1/+0
2010-12-10lib/Target/CMakeLists.txt: Add missing lib/Target/TargetAsmInfo.cpp, followin...NAKAMURA Takumi1-0/+1
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-2/+0
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-0/+2
2010-02-02remove the remnants of TargetMachOWriterInfo.Chris Lattner1-1/+0
2010-01-22add new fileChris Lattner1-0/+1
2010-01-16Update CMake files for Mangler move.Benjamin Kramer1-0/+1
2009-08-26CMake: Removed outdated TODO.Oscar Fuentes1-2/+0
2009-08-22Update CMake build, unbreak linux build.Benjamin Kramer1-3/+0
2009-08-02remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner1-1/+0
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner1-0/+1
2009-07-27Fix build.Mike Stump1-0/+1
2009-07-21Update CMake files.Ted Kremenek1-0/+1
2009-07-15Update CMakeLists for reapplication.Daniel Dunbar1-1/+0
2009-07-15Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807Xerxes Ranby1-0/+1
2009-07-15Fix cmake build lib/Target/TargetMachineRegistry.cpp removed.Xerxes Ranby1-1/+0
2009-06-11Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes1-1/+2