summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
...
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-08
* don't check the result of printInstruction anymore.Chris Lattner2009-08-08
* Remove some dead code.Daniel Dunbar2009-08-05
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-05
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Don't flush the raw_ostream between each MachineFunction. These flushDan Gohman2009-08-05
* make MergeableCString be a SectionKind "abstract class", andChris Lattner2009-08-04
* switch ppc to using SwitchToSection instead of textual section stuff.Chris Lattner2009-08-03
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-02
* convert EHFrameSection to be managed by TLOF instead of TAI.Chris Lattner2009-08-02
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-02
* remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner2009-08-02
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-02
* remove the x86/ppc impls of getEHGlobalPrefix, which is already dead.Chris Lattner2009-08-02
* move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner2009-08-02
* don't override the default of this, the only difference is \t instead of ' '.Chris Lattner2009-08-02
* REmove dead fields of TAI.Chris Lattner2009-08-01
* Fix typos in comments.Dan Gohman2009-08-01
* remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat,Chris Lattner2009-07-31
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* refactor section construction in TLOF to be through an explicitChris Lattner2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-29
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system >Bill Wendling2009-07-29
* Output the correct format for Darwin.Bill Wendling2009-07-28
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-28
* the apple "ld_classic" linker doesn't support .literal16 in 32-bitChris Lattner2009-07-28
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-27
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-27
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-26
* Eliminate some uses of DOUT, cerr, and getNameStart().Daniel Dunbar2009-07-26
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-26
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-26
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-25
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-25
* Simplify JIT target selection.Daniel Dunbar2009-07-25
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* Remove unused member functions.Eli Friedman2009-07-24
* use section flags more correctly.Chris Lattner2009-07-24
* reduce api exposure: clients shouldn't call SectionKindForGlobal directly.Chris Lattner2009-07-24
* Remove the IA-64 backend.Dan Gohman2009-07-24
* Let each target determines whether a machine instruction is dead. If true, th...Evan Cheng2009-07-22
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22