summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] [NFC] rename PPCLoopPreIncPrep.cpp to PPCLoopInstrFormPrep.cpp afte...Jinsong Ji2019-11-271-1/+1
* Lower generic MASSV entries to PowerPC subtarget-specific entriesJinsong Ji2019-11-041-0/+1
* [PowerPC] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+0
* [NFC][PowerPC] Custom PowerPC specific machine-schedulerQingShan Zhang2019-03-271-0/+1
* [PPC] Include tablegenerated PPCGenCallingConv.inc onceReid Kleckner2019-01-291-0/+1
* [llvm-exegesis][NFC] Add a way to declare the default counter binding for unb...Clement Courbet2018-11-091-0/+1
* Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txtNico Weber2018-04-231-1/+1
* Sort targetgen calls in lib/Target/*/CMakeLists.Nico Weber2018-04-041-5/+6
* [PowerPC] Convert r+r instructions to r+i (pre and post RA)Nemanja Ivanovic2017-12-151-0/+1
* [PowerPC] MachineSSA pass to reduce the number of CR-logical operationsNemanja Ivanovic2017-12-131-0/+1
* Update branch coalescing to be a PowerPC specific passLei Huang2017-09-121-0/+1
* Temporarily revert "Update branch coalescing to be a PowerPC specific pass"Eric Christopher2017-08-311-1/+0
* Update branch coalescing to be a PowerPC specific passLei Huang2017-08-231-0/+1
* [PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang2017-01-161-0/+1
* Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."Tony Jiang2017-01-161-1/+0
* [PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang2017-01-161-0/+1
* [PowerPC] fix register alignment for long double typeStrahinja Petrovic2016-05-091-0/+1
* [PowerPC] Add a late MI-level pass for QPX load/splat simplificationHal Finkel2016-03-311-0/+1
* [PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFCAdam Nemet2016-02-181-1/+0
* [PPC64] Convert bool literals to i32Kit Barton2015-12-071-0/+1
* Add PPCMIPeephole.cpp to CMakeLists.txtBill Schmidt2015-11-101-0/+1
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-1/+0
* [PowerPC] Add extra r2 read deps on @toc@l relocationsHal Finkel2015-05-181-0/+1
* [PPC64LE] Remove unnecessary swaps from lane-insensitive vector computationsBill Schmidt2015-04-271-0/+1
* [PowerPC] Loop Data Prefetching for the BG/QHal Finkel2015-02-201-0/+1
* [PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt2015-02-101-0/+1
* Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...Hal Finkel2015-02-061-1/+0
* [PowerPC] Prepare loops for pre-increment loads/storesHal Finkel2015-02-051-0/+1
* [PowerPC] Yet another approach to __tls_get_addrBill Schmidt2015-02-031-0/+1
* [PowerPC] Put PPCEarlyReturn into its own source fileHal Finkel2015-02-011-0/+1
* [PowerPC] Put PPCVSXCopy into its own source fileHal Finkel2015-02-011-0/+1
* [PowerPC] Put PPCVSXFMAMutate into its own source fileHal Finkel2015-02-011-0/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-4/+1
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+4
* Nuke the old JIT.Rafael Espindola2014-08-071-4/+1
* Add a disassembler to the PowerPC backendHal Finkel2013-12-191-0/+2
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-1/+1
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-061-1/+1
* [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.Bill Schmidt2013-07-301-0/+2
* PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.Bill Schmidt2013-05-131-0/+1
* [PowerPC] Add assembler parserUlrich Weigand2013-05-031-0/+2
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-251-0/+1
* 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
OpenPOWER on IntegriCloud