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