summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU
Commit message (Expand)AuthorAge
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-14
* 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
* Change the asmprinter to print the comment character before theChris 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
* SimpleValueType-ify a few more methods on TargetLowering.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
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-08
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-05
* Major calling convention code refactoring.Dan Gohman2009-08-05
* remove an unneeded section switch.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
* simplify SPULinuxTargetAsmInfo, remove use of TM.Chris Lattner2009-08-02
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-02
* REmove dead fields of TAI.Chris Lattner2009-08-01
* remove a pointless override.Chris Lattner2009-07-31
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-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
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-28
* Return ConstantVector to 2.5 API.Owen Anderson2009-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
* 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
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-21
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20