aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
...
* Use proper strings section name for PPCAnton Korobeynikov2008-08-161-1/+1
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-142-6/+7
* Implement ISD::TRAP support on PPCNate Begeman2008-08-114-2/+18
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-12/+4
* Use chars, where possibleAnton Korobeynikov2008-08-081-30/+30
* Convert PPC/Linux to new section printing stuffAnton Korobeynikov2008-08-083-89/+74
* Switch PPC/Darwin to new section handling stuffAnton Korobeynikov2008-08-083-153/+107
* CleanupAnton Korobeynikov2008-08-081-72/+70
* Add a flag to disable jump table generation (allDale Johannesen2008-07-312-1/+5
* Rename SDOperand to SDValue.Dan Gohman2008-07-275-536/+536
* Tidy SDNode::use_iterator, and complete the transition to have itDan Gohman2008-07-271-6/+6
* Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (al...Evan Cheng2008-07-241-0/+1
* Add VerifyNode, a place to put sanity checks onDuncan Sands2008-07-211-3/+3
* Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour.Anton Korobeynikov2008-07-193-12/+14
* Make sure custom lowering for LegalizeTypesDuncan Sands2008-07-191-4/+10
* 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