summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-0/+8
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-8/+0
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-0/+8
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-0/+2
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-2/+0
* [CMake] Fix `is_llvm_target_library` and support out-of-order componentsChris Bieneman2017-02-081-0/+6
* [CMake] Cleanup TableGen include flagsChris Bieneman2016-12-061-0/+2
* TargetSubtargetInfo: Move implementation to lib/CodeGen; NFCMatthias Braun2016-11-221-1/+0
* [Target] remove TargetRecip class; 2nd trySanjay Patel2016-10-201-1/+0
* revert r284495: [Target] remove TargetRecip classSanjay Patel2016-10-181-0/+1
* [Target] remove TargetRecip class; move reciprocal estimate isel functionalit...Sanjay Patel2016-10-181-1/+0
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-041-0/+1
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-06-031-1/+0
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-021-0/+1
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-05-231-1/+0
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-05-221-0/+1
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* [CMake] LLVMTarget requires Intrinsics.gen since r227669 introduced llvm/Anal...NAKAMURA Takumi2015-02-011-2/+2
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+0
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1/+0
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+1
* Nuke the old JIT.Rafael Espindola2014-08-071-1/+0
* [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi2014-02-201-0/+2
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+0
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-151-2/+0
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-151-0/+2
* Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama2013-10-091-1/+0
* llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg2013-10-091-0/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-1/+0
* Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen2012-11-281-2/+0
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-281-1/+0
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-0/+1
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-1/+0
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-0/+1
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-051-1/+0
* Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands2012-04-111-0/+1
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky2011-12-151-2/+0
* Refactor the implementation of the TargetOptions out of TargetMachine, takingNick Lewycky2011-12-101-0/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-6/+0
* build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar2011-11-041-36/+1
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+0
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+6
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+0
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-221-0/+1
* Fix cmake again :)Benjamin Kramer2011-07-201-1/+0
* Revert accidental commit.Evan Cheng2011-07-091-6/+0
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-0/+6
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-1/+1
OpenPOWER on IntegriCloud