aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-081-0/+1
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-14/+0
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-041-8/+8
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-8/+8
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+14
* Remove a file from CMakeLists.txt that Evan removed in r136027.Chandler Carruth2011-07-261-1/+0
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-0/+1
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-251-2/+0
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-1/+0
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-0/+1
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-2/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-3/+0
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-2/+3
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-201-0/+3
* Update CMake stuffAnton Korobeynikov2011-01-101-1/+1
* Wire up primitive support in the assembler backend for writing .o filesChris Lattner2010-11-151-0/+1
* Implement a basic MCCodeEmitter for PPC. This doesn't handleChris Lattner2010-11-151-0/+2
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-151-0/+1
* stub out PPCMCInstLowering, add a new option that uses it and the newChris Lattner2010-11-141-0/+1
* move PPCAsmPrinter into the main PPC library, like ARM and X86.Chris Lattner2010-11-141-0/+1
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+1
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-151-1/+0
* The same situation that effected ARM effects PPC with regards to placing theBill Wendling2010-03-121-0/+1
* remove PPCMachOWriterInfo.Chris Lattner2010-02-021-1/+0
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-311-1/+1
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-221-1/+1
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-021-0/+2
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+28