| Commit message (Expand) | Author | Age | Files | Lines |
* | [PowerPC] Rename DarwinDirective to CPUDirective (NFC) | Kit Barton | 2019-11-25 | 1 | -2/+2 |
* | Remove unused PPC.h includes under llvm/lib/Target/PowerPC. | Dmitri Gribenko | 2019-06-06 | 1 | -2/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [PowerPC] Add Itineraries for STWU/STWUX etc | Jinsong Ji | 2018-11-20 | 1 | -2/+2 |
* | ScheduleDAG: Cleanup dumping code; NFC | Matthias Braun | 2018-09-19 | 1 | -3/+2 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -2/+2 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -4/+4 |
* | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -2/+2 |
* | [PowerPC] Fix typo in PPCHazardRecognizers.cpp | Nemanja Ivanovic | 2016-07-27 | 1 | -1/+1 |
* | [Power9] Add support for -mcpu=pwr9 in the back end | Nemanja Ivanovic | 2016-05-09 | 1 | -2/+5 |
* | Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl | Eric Christopher | 2015-01-30 | 1 | -2/+2 |
* | add ppc64/pwr8 as target | Will Schmidt | 2014-06-26 | 1 | -2/+3 |
* | Remove TargetMachine from PPCInstrInfo and all dependencies and | Eric Christopher | 2014-06-12 | 1 | -3/+3 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [PPC] Fix the scheduling of CR logicals on the P7 | Hal Finkel | 2014-01-02 | 1 | -0/+1 |
* | Improve instruction scheduling for the PPC POWER7 | Hal Finkel | 2013-12-12 | 1 | -0/+209 |
* | Remove PPCScoreboardHazardRecognizer | Hal Finkel | 2013-12-02 | 1 | -24/+0 |
* | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 1 | -3/+3 |
* | Remove ABI-duplicated call instruction patterns. | Ulrich Weigand | 2013-03-22 | 1 | -1/+1 |
* | Fix dynamic linking on PPC64. | Hal Finkel | 2012-03-31 | 1 | -17/+16 |
* | Ensure that the nop that should follow a bl call in PPC64 ELF actually does | Hal Finkel | 2011-12-15 | 1 | -0/+11 |
* | remove unneeded FIXME comment | Hal Finkel | 2011-12-02 | 1 | -1/+0 |
* | update PPC 940 hazard rec. to function in postRA mode | Hal Finkel | 2011-12-02 | 1 | -126/+41 |
* | Add PPC 440 scheduler and some associated tests | Hal Finkel | 2011-10-17 | 1 | -0/+13 |
* | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -4/+4 |
* | Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant. | Roman Divacky | 2011-06-03 | 1 | -1/+1 |
* | Various bits of framework needed for precise machine-level selection | Andrew Trick | 2010-12-24 | 1 | -1/+3 |
* | whitespace | Andrew Trick | 2010-12-24 | 1 | -24/+24 |
* | flags -> glue for selectiondag | Chris Lattner | 2010-12-23 | 1 | -2/+2 |
* | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes | 2010-06-08 | 1 | -1/+1 |
* | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner | 2010-06-05 | 1 | -1/+1 |
* | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes | 2010-06-05 | 1 | -1/+1 |
* | remove a bogus pattern, which had the same pattern as STDU | Chris Lattner | 2010-02-27 | 1 | -1/+1 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | eliminate the last DOUTs from the targets. | Chris Lattner | 2009-08-23 | 1 | -1/+2 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -3/+3 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -3/+4 |
* | Refactor ABI code in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 1 | -1/+1 |
* | Initial hazard recognizer support in post-pass scheduling. This includes | Dan Gohman | 2009-01-16 | 1 | -4/+0 |
* | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman | 2009-01-15 | 1 | -3/+6 |
* | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman | 2008-12-03 | 1 | -1/+1 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -2/+2 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -1/+1 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -4/+4 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
* | use predicate. | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
* | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner | 2008-01-06 | 1 | -1/+1 |
* | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner | 2008-01-06 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |