summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CellSPU
Commit message (Expand)AuthorAgeFilesLines
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-191-1/+1
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-2/+2
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-114-3/+13
* Make SPU backend not assert on jump tables.Kalle Raiskila2010-05-111-0/+3
* Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila2010-05-101-3/+3
* Testing svn access with a note added to documentation.Kalle Raiskila2010-05-071-0/+2
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-062-5/+4
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-062-8/+12
* "on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner2010-05-041-2/+10
* fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner2010-05-011-7/+7
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* teach cellspu how to return i8 and i16 from calls,Chris Lattner2010-04-201-12/+2
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-181-1/+1
* Use cast instead of dyn_cast when assuming success.Dan Gohman2010-04-171-6/+6
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-20/+19
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-172-4/+13
* Name these stub files consistently with the SPU and PPC targets' conventions.Chandler Carruth2010-04-172-9/+9
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-163-0/+52
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-153-6/+6
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-091-1/+0
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-083-49/+20
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-074-19/+19
* add newlines at end of files.Chris Lattner2010-04-071-1/+1
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-051-6/+6
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-4/+3
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-2/+5
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-6/+8
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-50/+49
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-022-6/+5
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-021-1/+14
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-291-2/+2
* Remove a bunch of integer width predicate functions in favor of MathExtras.Benjamin Kramer2010-03-294-139/+11
* From Kalle Raiskila:Chris Lattner2010-03-294-14/+158
* fix a typo, bitconvert from node to itself isn't valid.Chris Lattner2010-03-281-1/+1
* stop using vnot_convChris Lattner2010-03-281-3/+8
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-191-1/+2
* remove some damaged sign extend patterns that can never match.Chris Lattner2010-03-191-8/+6
* do some serious surgery on CellSPU to get it back into a worldChris Lattner2010-03-154-38/+50
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-141-4/+3
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-141-10/+8
* change the DBG_LABEL MachineInstr to always be createdChris Lattner2010-03-141-3/+6
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-1/+1
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-3/+2
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-121-1/+1
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-1/+2
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-092-2/+3
* disambiguate some types, add a fixme about some Chris Lattner2010-03-084-5/+6
* fix bss section printing for cell, patch by Kalle Raiskila!Chris Lattner2010-03-051-0/+3
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-14/+0
* Remove dead parameter passing.Bill Wendling2010-03-021-2/+1
OpenPOWER on IntegriCloud