Size reducing SP adjusting t2ADDri needs to check predication.
[oota-llvm.git] / lib / Target / CellSPU /
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Rafael EspindolaFix CellSPU CMakeList.txt.
2011-06-24 Evan ChengFix CellSPU CMakeLists.txt
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-09 Jakob Stoklund OlesenRemove custom allocation order boilerplate that is...
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-06-02 Eric ChristopherHave LowerOperandForConstraint handle multiple characte...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-19 Cameron ZwarichUse the correct register class for Cell varargs spillin...
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-03-04 Kalle RaiskilaAllow vector shifts (shl,lshr,ashr) on SPU.
2011-03-04 Kalle RaiskilaAllow load from constant on SPU.
2011-02-28 Kalle RaiskilaAdd branch hinting for SPU.
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-31 David GreeneFix vector sign extend to put the source and destinatio...
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-20 Kalle RaiskilaAllow sign-extending of i8 and i16 to i128 on SPU.
2011-01-18 Jeffrey YasskinRemove unused variables found by gcc-4.6's -Wunused...
2011-01-17 Kalle RaiskilaSplit up RotateShift itinerary in SPU.
2011-01-17 Kalle RaiskilaDon't crash SPU BE with memory accesses with big alignmnet.
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-11 Kalle RaiskilaFix a thinko in 123226 that caused test failures on...
2011-01-11 Kalle RaiskilaAdd a "nop filler" pass to SPU.
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-17 Kalle RaiskilaDon't feed 19 bit immediates to ILA.
2010-12-09 Kalle RaiskilaDont' feed ILA two inputs - it takes just one.
2010-11-29 Kalle RaiskilaHandle lshr for i128 correctly on SPU also when
2010-11-29 Kalle RaiskilaEnable PostRA scheduling for SPU.
2010-11-29 Kalle RaiskilaAllow machine LICM to do its job on SPU.
2010-11-29 Kalle RaiskilaAdd missing i128 case.
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-24 Kalle RaiskilaUse i8 as SETCC result type for i1 in SPU.
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-22 Kalle RaiskilaFix a bug with extractelement on SPU.
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-15 Kalle RaiskilaImprove code layout, mostly indentation.
2010-11-15 Anton KorobeynikovAttempt to unbreak cmake-based builds
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2010-11-12 Kalle RaiskilaFix memory access lowering on SPU, adding
2010-11-03 Duncan SandsSimplify uses of MVT and EVT. An MVT can be compared...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-26 Kalle RaiskilaChange v64 datalayout in SPU.
2010-10-18 Kalle RaiskilaImprove lowering of sext to i128 on SPU.
2010-10-07 Kalle RaiskilaAdd the missing cases to the type->registerclass conver...
2010-10-07 Kalle RaiskilaImplement two virtual functions in SPUTargetLowering.
2010-10-01 Kalle RaiskilaZap some redundant 'ori $?, $?, 0' from SPU.
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-21 Chris Lattnerupdate a bunch of code to use the MachinePointerInfo...
2010-09-21 Chris Lattnerit's more elegant to put the "getConstantPool" and
2010-09-16 Kalle RaiskilaChange SPU register re-interpretations from OR to COPY_...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-09 Kalle RaiskilaSilence compiler warning.
2010-09-08 Kalle RaiskilaFix CellSPU vector shuffles, again.
2010-09-04 Chris Lattnerzap dead code.
2010-09-03 Benjamin KramerZap dead code.
2010-08-29 Kalle RaiskilaFix lowering of INSERT_VECTOR_ELT in SPU.
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-08-25 Chris Lattnerzap dead code
2010-08-24 Kalle RaiskilaFix SPU BE to use all the available return registers.
2010-08-24 Kalle RaiskilaRemove some dead code from SPU BE that remained
2010-08-18 Kalle RaiskilaFix a bug with insertelement on SPU.
2010-08-18 Kalle RaiskilaRemove all traces of v2[i,f]32 on SPU.
2010-08-18 Kalle RaiskilaChange SPU C calling convention to match that described in
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-08-09 Kalle RaiskilaHave SPU handle halfvec stores aligned by 8 bytes.
2010-08-04 Kalle RaiskilaMake SPU backend handle insertelement and
2010-08-02 Kalle RaiskilaMore SPU v2f32 stuff added: insertelement and shuffle.
2010-08-02 Kalle RaiskilaAdd preliminary v2f32 support for SPU. Like with v2i32...
2010-08-02 Kalle RaiskilaAdd preliminary v2i32 support for SPU backend. As there...
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-11 Jakob Stoklund OlesenRISC architectures get their memory operand folding...
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for CellSPU.
2010-07-08 Kalle RaiskilaSwitch SPU calling convention (function arguments)
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-06 Devang PatelPropagate debug loc.
next