summaryrefslogtreecommitdiff
path: root/lib/Target/CMakeLists.txt
AgeCommit message (Expand)Author
2017-10-12Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun
2017-10-12TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun
2017-02-08[CMake] Fix `is_llvm_target_library` and support out-of-order componentsChris Bieneman
2016-12-06[CMake] Cleanup TableGen include flagsChris Bieneman
2016-11-22TargetSubtargetInfo: Move implementation to lib/CodeGen; NFCMatthias Braun
2016-10-20[Target] remove TargetRecip class; 2nd trySanjay Patel
2016-10-18revert r284495: [Target] remove TargetRecip classSanjay Patel
2016-10-18[Target] remove TargetRecip class; move reciprocal estimate isel functionalit...Sanjay Patel
2015-06-04make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel
2015-06-03Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola
2015-06-02make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel
2015-05-23Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola
2015-05-22make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel
2015-02-11Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner
2015-02-01[CMake] LLVMTarget requires Intrinsics.gen since r227669 introduced llvm/Anal...NAKAMURA Takumi
2015-01-15[PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-02-20[CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2013-10-15Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg
2013-10-15Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg
2013-10-09Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama
2013-10-09llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg
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