aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-08-12[llvm] Use hidden visibility when building for MinGW with ClangMartin Storsjö1-1/+1
2022-07-21[MinGW] Don't currently set visibility=hidden when building for MinGWMartin Storsjö1-0/+1
2021-09-14[CMake][AIX] Disable visibility options in buildDavid Tenty1-0/+1
2021-06-15CMake: allow overriding CMAKE_CXX_VISIBILITY_PRESETWenlei He1-1/+2
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-0/+6
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard1-0/+8
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard1-1/+1
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard1-8/+0
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard1-0/+8
2017-10-12Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun1-0/+2
2017-10-12TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun1-2/+0
2017-02-08[CMake] Fix `is_llvm_target_library` and support out-of-order componentsChris Bieneman1-0/+6
2016-12-06[CMake] Cleanup TableGen include flagsChris Bieneman1-0/+2
2016-11-22TargetSubtargetInfo: Move implementation to lib/CodeGen; NFCMatthias Braun1-1/+0
2016-10-20[Target] remove TargetRecip class; 2nd trySanjay Patel1-1/+0
2016-10-18revert r284495: [Target] remove TargetRecip classSanjay Patel1-0/+1
2016-10-18[Target] remove TargetRecip class; move reciprocal estimate isel functionalit...Sanjay Patel1-1/+0
2015-06-04make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel1-0/+1
2015-06-03Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola1-1/+0
2015-06-02make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel1-0/+1
2015-05-23Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola1-1/+0
2015-05-22make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel1-0/+1
2015-02-11Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner1-0/+3
2015-02-01[CMake] LLVMTarget requires Intrinsics.gen since r227669 introduced llvm/Anal...NAKAMURA Takumi1-2/+2
2015-01-15[PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth1-1/+0
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-1/+0
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+1
2014-08-07Nuke the old JIT.Rafael Espindola1-1/+0
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