summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-15[PowerPC] Convert r+r instructions to r+i (pre and post RA)Nemanja Ivanovic
2017-12-13[PowerPC] MachineSSA pass to reduce the number of CR-logical operationsNemanja Ivanovic
2017-09-12Update branch coalescing to be a PowerPC specific passLei Huang
2017-08-31Temporarily revert "Update branch coalescing to be a PowerPC specific pass"Eric Christopher
2017-08-23Update branch coalescing to be a PowerPC specific passLei Huang
2017-01-16[PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang
2017-01-16Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."Tony Jiang
2017-01-16[PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang
2016-05-09[PowerPC] fix register alignment for long double typeStrahinja Petrovic
2016-03-31[PowerPC] Add a late MI-level pass for QPX load/splat simplificationHal Finkel
2016-02-18[PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFCAdam Nemet
2015-12-07[PPC64] Convert bool literals to i32Kit Barton
2015-11-10Add PPCMIPeephole.cpp to CMakeLists.txtBill Schmidt
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini
2015-05-18[PowerPC] Add extra r2 read deps on @toc@l relocationsHal Finkel
2015-04-27[PPC64LE] Remove unnecessary swaps from lane-insensitive vector computationsBill Schmidt
2015-02-20[PowerPC] Loop Data Prefetching for the BG/QHal Finkel
2015-02-10[PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt
2015-02-06Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...Hal Finkel
2015-02-05[PowerPC] Prepare loops for pre-increment loads/storesHal Finkel
2015-02-03[PowerPC] Yet another approach to __tls_get_addrBill Schmidt
2015-02-01[PowerPC] Put PPCEarlyReturn into its own source fileHal Finkel
2015-02-01[PowerPC] Put PPCVSXCopy into its own source fileHal Finkel
2015-02-01[PowerPC] Put PPCVSXFMAMutate into its own source fileHal Finkel
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2013-12-19Add a disassembler to the PowerPC backendHal Finkel
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-08-06Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi
2013-07-30[PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.Bill Schmidt
2013-05-13PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.Bill Schmidt
2013-05-03[PowerPC] Add assembler parserUlrich Weigand
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