Synthesize SSSE3/AVX 128-bit horizontal integer add/sub instructions from add/sub...
[oota-llvm.git] / lib / Target / CellSPU /
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-15 Jay FoadRemove some unnecessary includes of PseudoSourceValue.h.
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-11 Daniel DunbarLLVMBuild: Add explicit information on whether targets...
2011-11-10 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-10 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-16 Nadav RotemFix a bug in LowerV2I64Splat, which generated a BUILD_V...
2011-10-15 Nadav RotemThe CELL backend cannot select patterns for vector...
2011-10-13 Kalle RaiskilaMark 'branch indirect' instruction as an indirect branch.
2011-10-11 Kalle RaiskilaFix a iterator out of bounds error, that triggers rarely.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-04 Nadav RotemSet operation actions to legal types only.
2011-10-04 Nadav RotemOperations should be custom lowered only if their type...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-02 Kalle RaiskilaPass signed (not unsigned) 10 bit field to SPU 'ori...
2011-08-30 James MolloyFix typos in SPUMCTargetDesc.h
2011-08-26 Kalle RaiskilaDon't insert branch hint lables that are never used.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-20 Benjamin KramerCast through intptr_t, ISO C++ requires it.
2011-08-19 Kalle RaiskilaHave SPU backend use the external TCE scheduler, if...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-01 Chandler CarruthActually finish switching to the new system for Target...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-23 Evan ChengcreateXXXMCCodeGenInfo should be static.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
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.
next