aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/CMakeLists.txt
AgeCommit message (Expand)Author
2013-01-25Initial implementation of PPCTargetTransformInfoHal Finkel
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2012-06-08Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel
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-26Remove a file from CMakeLists.txt that Evan removed in r136027.Chandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-25Refactor PPC target to separate MC routines from Target routines.Evan Cheng
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
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-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-15Wire up primitive support in the assembler backend for writing .o filesChris Lattner
2010-11-15Implement a basic MCCodeEmitter for PPC. This doesn't handleChris Lattner
2010-11-15Attempt to unbreak cmake-based buildsAnton Korobeynikov
2010-11-14stub out PPCMCInstLowering, add a new option that uses it and the newChris Lattner
2010-11-14move PPCAsmPrinter into the main PPC library, like ARM and X86.Chris Lattner
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman
2010-03-15Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling
2010-03-12The same situation that effected ARM effects PPC with regards to placing theBill Wendling
2010-02-02remove PPCMachOWriterInfo.Chris Lattner
2009-08-31Normalize makefile comments and sort cmake file lists.Benjamin Kramer
2009-08-22Forgot to update some CMakeLists.Benjamin Kramer
2009-07-02CMake build fixes, from Xerxes RanbyDouglas Gregor
2008-09-26CMake: Builds all targets.Oscar Fuentes