summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-11
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-03
* [PowerPC] Remove dead code from PPCDAGToDAGISel::SelectSETCCUlrich Weigand2013-07-03
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-01
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-28
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-21
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-15
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* PowerPC: Remove ADDIL patterns.Ulrich Weigand2013-03-26
* Fix swapped BasePtr and Offset in pre-inc memory addresses.Ulrich Weigand2013-03-22
* Tighten iaddroff ComplexPattern.Ulrich Weigand2013-03-22
* Remove the xaddroff ComplexPattern.Ulrich Weigand2013-03-22
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-21
* Trivial cleanupBill Schmidt2013-02-21
* Large code model support for PowerPC.Bill Schmidt2013-02-21
* Code review cleanup for r175697Bill Schmidt2013-02-21
* PPCDAGToDAGISel::PostprocessISelDAG()Bill Schmidt2013-02-21
* Additional fixes for bug 15155.Bill Schmidt2013-02-20
* Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt2013-02-20
* Add registration for PPC-specific passes to allow the IR to be dumpedKrzysztof Parzyszek2013-02-13
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-19
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* This is another cleanup patch for 64-bit PowerPC TLS processing. I hadBill Schmidt2012-12-13
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* PowerPC: More support for Altivec compare operationsAdhemerval Zanella2012-10-30
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-10
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Optimize zext on PPC64.Hal Finkel2012-08-28
* Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel2012-06-21
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-20
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-19
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-11
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot...Hal Finkel2011-12-08
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26