summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen2009-08-18
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-18
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-15
* Simplify a few more things, eliminating a few more dependencies onDan Gohman2009-08-15
* TargetRegistry: Change AsmPrinter constructor to be typed as returning anDaniel Dunbar2009-08-13
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* TargetRegistry: Reorganize AsmPrinter construction so that clients pass in theDaniel Dunbar2009-08-13
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-13
* fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner2009-08-13
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-13
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-12
* fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742Chris Lattner2009-08-11
* second half of commit.Chris Lattner2009-08-11
* pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine.Chris Lattner2009-08-11
* eliminate asmflavor from subtarget, PPCTAI is the only clientChris Lattner2009-08-11
* Change the asmprinter to print the comment character before theChris Lattner2009-08-11
* factorize more darwin TAI stuff. Note that this givesChris Lattner2009-08-11
* factorize darwin ProtectedDirective and SetDirective.Chris Lattner2009-08-11
* all darwin targets have .space and .zerofill, pull up.Chris Lattner2009-08-11
* move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminateChris Lattner2009-08-11
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-11
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Continue the SimpleValueType-ification.Owen Anderson2009-08-10
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-10
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10
* Fix a weird ppc64-specific link error during an llvm-gcc build:Chris Lattner2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* 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