summaryrefslogtreecommitdiff
path: root/lib/Target/CMakeLists.txt
Commit message (Expand)AuthorAge
* [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi2014-02-20
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-15
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-15
* Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama2013-10-09
* llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg2013-10-09
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen2012-11-28
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-05
* Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands2012-04-11
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky2011-12-15
* Refactor the implementation of the TargetOptions out of TargetMachine, takingNick Lewycky2011-12-10
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar2011-11-04
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-22
* Fix cmake again :)Benjamin Kramer2011-07-20
* Revert accidental commit.Evan Cheng2011-07-09
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* Fix CMake build.NAKAMURA Takumi2011-06-29
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-20
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-18
* Update CMake stuffAnton Korobeynikov2011-01-10
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Fix cmake build.Rafael Espindola2010-12-10
* lib/Target/CMakeLists.txt: Add missing lib/Target/TargetAsmInfo.cpp, followin...NAKAMURA Takumi2010-12-10
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* remove the remnants of TargetMachOWriterInfo.Chris Lattner2010-02-02
* add new fileChris Lattner2010-01-22
* Update CMake files for Mangler move.Benjamin Kramer2010-01-16
* CMake: Removed outdated TODO.Oscar Fuentes2009-08-26
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-22
* remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner2009-08-02
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Fix build.Mike Stump2009-07-27
* Update CMake files.Ted Kremenek2009-07-21
* Update CMakeLists for reapplication.Daniel Dunbar2009-07-15
* Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807Xerxes Ranby2009-07-15
* Fix cmake build lib/Target/TargetMachineRegistry.cpp removed.Xerxes Ranby2009-07-15
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-11