summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/CMakeLists.txt
Commit message (Expand)AuthorAge
* XCore target: Lower FRAME_TO_ARGS_OFFSETRobert Lytton2014-01-06
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* Target/XCore/CMakeLists.txt: Add XCoreTargetTransformInfo.cpp.NAKAMURA Takumi2013-09-18
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* [XCore] Move lowering of thread local storage to a separate pass.Richard Osborne2013-05-04
* Add instruction encodings and disassembly for 1r instructions.Richard Osborne2012-12-16
* Add XCore disassembler.Richard Osborne2012-12-16
* Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.Richard Osborne2012-12-16
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-04
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* Major update to CMake build to reflect changes in r135219 in theChandler Carruth2011-07-15
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Fix cmake build.Rafael Espindola2011-06-24
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-20
* Update CMake stuffAnton Korobeynikov2011-01-10
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-14
* CMake: Change somme target library names:Oscar Fuentes2010-08-03
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-16
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-31
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* Move XCore AsmPrinter to XCore/AsmPrinter directory.Richard Osborne2009-08-15
* cmake likes its explicit list of files to build.Chris Lattner2009-08-15
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Add XCore backend.Richard Osborne2008-11-07