aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU
Commit message (Expand)AuthorAgeFilesLines
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-2/+2
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-072-4/+6
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-1/+0
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-2/+2
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* The AsmPrinter base class contains a DwarfWriter member, so there's no needBob Wilson2009-09-301-9/+1
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-98/+99
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-5/+3
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-3/+3
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-1/+2
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+4
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-091-3/+2
* Remove strange 'const' qualifiers, as warned about by iccDuncan Sands2009-09-061-2/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-022-6/+6
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-312-2/+2
* Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel2009-08-251-16/+32
* - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundantScott Michel2009-08-241-59/+0
* 128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel2009-08-244-15/+107
* Initialize ShufBytes, as gcc 4.4 can't detect that the entire array isScott Michel2009-08-241-1/+3
* Remove Streams.h from the targets.Benjamin Kramer2009-08-231-9/+9
* eliminate uses of cerr()Chris Lattner2009-08-233-26/+26
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-231-3/+4
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-221-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-7/+7
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-224-14/+14
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-9/+11
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-141-1/+1
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-12/+2
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-124-11/+6
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-122-13/+24
* Change the asmprinter to print the comment character before theChris Lattner2009-08-111-2/+0
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-114-579/+579
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-111-1/+1
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-104-676/+676
* SimpleValueType-ify a few more methods on TargetLowering.Owen Anderson2009-08-101-2/+2
* Continue the SimpleValueType-ification.Owen Anderson2009-08-101-4/+4
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-102-3/+5
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-081-1/+1
* Fix a bunch of namespace pollution.Dan Gohman2009-08-071-2/+2
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-051-3/+0
* Major calling convention code refactoring.Dan Gohman2009-08-053-86/+83
* remove an unneeded section switch.Chris Lattner2009-08-031-1/+0
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-022-4/+4
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-023-13/+4
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-021-11/+0