aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-172-7/+7
* Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!Evan Cheng2008-07-124-220/+329
* Include a frame index in the "fixed stack" pseudo source valueDan Gohman2008-07-111-6/+6
* Trim unnecessary #includes.Dan Gohman2008-07-111-1/+0
* Remove extraneous vertical whitespace before Eric gets the wrong idea ;-)Chris Lattner2008-07-101-1/+0
* Fix an altivec constant miscompilation that Duncan found throughChris Lattner2008-07-101-2/+4
* Remove extra call to DW.SetModuleInfo on Linux.Dale Johannesen2008-07-091-1/+0
* Emit debug into for data-only files for Linux PPC.Dale Johannesen2008-07-091-3/+10
* Emit debug info for data-only files. This versionDale Johannesen2008-07-091-5/+9
* Back out 53254. It broke ppc debug info codegen.Evan Cheng2008-07-091-6/+3
* Make debug info come out in data-only files.Dale Johannesen2008-07-081-3/+6
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-073-56/+66
* Clean up PPC register specification.Evan Cheng2008-07-071-34/+33
* Simplify this use of BuildMI. This is also in preparation forDan Gohman2008-07-071-3/+1
* Add explicit keywords.Dan Gohman2008-07-071-1/+1
* Rather than having a different custom legalizationDuncan Sands2008-07-042-2/+2
* Linux also does not require exception handlingDuncan Sands2008-07-041-1/+0
* - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng2008-07-031-10/+27
* Add a new getMergeValues method that does not needDuncan Sands2008-07-021-6/+6
* Darwin doesn't need exception handling information for the "move" info whenBill Wendling2008-07-011-0/+1
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-013-5/+7
* Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman2008-06-301-1/+1
* Split scheduling from instruction selection.Evan Cheng2008-06-301-7/+4
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-301-17/+10
* Provide correct encoding for PPC LWARX instructions.Anton Korobeynikov2008-06-271-2/+2
* Switch the PPC backend and target-independent JIT to use the libsystem Chris Lattner2008-06-252-31/+3
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-252-10/+10
* Remove unnecessary #includes.Dan Gohman2008-06-221-1/+0
* Use MachineBasicBlock::transferSuccessors.Dan Gohman2008-06-211-8/+3
* Add one more 'magic' define :)Anton Korobeynikov2008-06-171-1/+2
* Unbreak non-PPC buildsAnton Korobeynikov2008-06-171-4/+5
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-173-14/+10
* Add support for icache invalidation on non-darwin ppc systems.Chris Lattner2008-06-161-2/+19
* Add option to commuteInstruction() which forces it to create a new (commuted)...Evan Cheng2008-06-162-6/+24
* Remove comparison methods for MVT. The main causeDuncan Sands2008-06-081-1/+1
* Temporarily reverting r52056. It's causing PPC to fail to bootstrap.Bill Wendling2008-06-081-3/+0
* Typo.Evan Cheng2008-06-061-1/+1
* PPC preferred loop alignment is 16.Evan Cheng2008-06-061-0/+3
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-063-139/+140
* Add StringConstantPrefix to control what theDale Johannesen2008-06-031-0/+1
* Add FreeBSD/PPC support, patch by Marcel Moolenaar!Chris Lattner2008-05-241-2/+2
* Put initialized const weak objects into correctDale Johannesen2008-05-241-1/+9
* Add a missed CommonLinkage check.Dale Johannesen2008-05-231-0/+1
* Handle quoted names when constructing $stub's,Dale Johannesen2008-05-191-18/+35
* Record weak external linkage in a case where we wereDale Johannesen2008-05-161-0/+12
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-6/+8
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-142-4/+4
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-132-7/+9
* Tail call optimization improvements:Arnold Schwaighofer2008-04-308-102/+826
* A few inline asm cleanups:Chris Lattner2008-04-262-2/+2