summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-09
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-06
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Revert commit 80428. It completely broke exceptionDuncan Sands2009-08-31
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-31
* - Add target lowering methods to get the preferred format for the FDE and LSDABill Wendling2009-08-29
* Alter 79292 to produce output that actually assembles.Dale Johannesen2009-08-26
* Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen2009-08-24
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* remove various std::ostream version of printing methods fromChris Lattner2009-08-23
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* 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