aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+2
* 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
* Fix CMake build.NAKAMURA Takumi2011-06-291-1/+0
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-201-10/+0
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-181-0/+50
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-181-0/+1
* Update CMake stuffAnton Korobeynikov2011-01-101-1/+1
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-0/+1
* Fix cmake build.Rafael Espindola2010-12-101-1/+0
* lib/Target/CMakeLists.txt: Add missing lib/Target/TargetAsmInfo.cpp, followin...NAKAMURA Takumi2010-12-101-0/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+0
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+2
* remove the remnants of TargetMachOWriterInfo.Chris Lattner2010-02-021-1/+0
* add new fileChris Lattner2010-01-221-0/+1
* Update CMake files for Mangler move.Benjamin Kramer2010-01-161-0/+1
* CMake: Removed outdated TODO.Oscar Fuentes2009-08-261-2/+0
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-221-3/+0
* remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner2009-08-021-1/+0
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-0/+1
* Fix build.Mike Stump2009-07-271-0/+1
* Update CMake files.Ted Kremenek2009-07-211-0/+1
* Update CMakeLists for reapplication.Daniel Dunbar2009-07-151-1/+0
* Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807Xerxes Ranby2009-07-151-0/+1
* Fix cmake build lib/Target/TargetMachineRegistry.cpp removed.Xerxes Ranby2009-07-151-1/+0
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-111-1/+2
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+17