aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-201-4/+4
* Target/PPC: Eliminate a use of getDarwinVers().Daniel Dunbar2011-04-191-2/+4
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Insert code in the right location when lowering PowerPC atomics.Jakob Stoklund Olesen2011-04-041-2/+4
* Use X0 instead of R0 for the zero register on ppc64.Jakob Stoklund Olesen2011-04-041-10/+13
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-1/+0
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-211-12/+12
* Swap VT and DebugLoc operands of getExtLoad() for consistency withStuart Hastings2011-02-161-1/+1
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-311-12/+12
* Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.Jeffrey Yasskin2011-01-181-1/+0
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-16/+16
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-231-1/+0
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-13/+13
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-231-90/+89
* convert the operand bits into bitfields since they are all combinable inChris Lattner2010-11-151-34/+33
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-151-96/+66
* implement support for the MO_DARWIN_STUB TargetOperand flag,Chris Lattner2010-11-141-26/+51
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-041-6/+6
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-8/+8
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-2/+43
* Remove some variables that are never really usedDuncan Sands2010-10-211-1/+0
* PowerPC varargs functions store live-in registers on the stack. Make sure we useJakob Stoklund Olesen2010-10-111-33/+13
* fix the expansion of va_arg instruction on PPC to know the arg Chris Lattner2010-10-101-0/+4
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-26/+30
* eliminate an old SelectionDAG::getTruncStore method, propagatingChris Lattner2010-09-211-4/+6
* propagate MachinePointerInfo through various uses of the oldChris Lattner2010-09-211-1/+2
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-25/+30
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-211-1/+2
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-211-2/+3
* Use indirect calls in PowerPC JIT.Torok Edwin2010-08-041-10/+23
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-021-3/+3
* Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...Evan Cheng2010-07-071-1/+1
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-11/+16
* Propagate debug loc.Devang Patel2010-07-061-4/+5
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-17/+29
* Revert r107655.Dan Gohman2010-07-061-29/+17
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-17/+29
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-15/+11
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-291-1/+0
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-251-5/+2
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-181-3/+3
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-221-1/+4
* Implement builtin_return_address(x) and builtin_frame_address(x) Dale Johannesen2010-05-031-23/+34
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-6/+2
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* Add more const qualifiers on TargetMachine and friends.Dan Gohman2010-04-211-2/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-37/+45
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-30/+31
* Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType.Dan Gohman2010-04-161-3/+3
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-4/+4