R600/SI: Completely Disable TypeRewriter on compute
[oota-llvm.git] / lib / Target / R600 /
2013-11-27 Tom StellardR600/SI: Implement spilling of SGPRs v5
2013-11-27 Tom StellardR600/SI: Use SGPR_32 register class for 32-bit SMRD...
2013-11-27 Tom StellardR600: Add support for ISD::FROUND
2013-11-22 Tom StellardR600/SI: Fixing handling of condition codes
2013-11-22 Tom StellardR600: Implement TargetInstrInfo::isLegalToSplitMBBAt()
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Matt ArsenaultR600/SI: Fix moveToVALU when the first operand is VSrc.
2013-11-18 Matt ArsenaultR600/SI: Fix multiple SGPR reads when using VCC.
2013-11-18 Matt ArsenaultR600/SI: Implement add i64, but do not yet enable.
2013-11-18 Matt ArsenaultR600/SI: Specify SSrc operands
2013-11-18 Matt ArsenaultR600/SI: addc / adde i32 are legal
2013-11-18 Matt ArsenaultR600/SI: Match addc to S_ADD_U32.
2013-11-18 Matt ArsenaultR600/SI: Match adde/sube to S_ADDC_U32/S_SUBB_U32
2013-11-18 Matt ArsenaultR600/SI: Specify S_ADD/S_SUB set SCC and add is commutable
2013-11-18 Matt ArsenaultR600/SI: Move patterns to match add / sub to scalar...
2013-11-18 Matt ArsenaultR600/SI: Fix extra defs of VCC / SCC.
2013-11-18 Tom StellardR600: Enable the IR structurizer by default
2013-11-18 Tom StellardR600: Fix a crash in the AMDILCFGStrucurizer
2013-11-18 Tom StellardR600: Add a SubtargetFeatture for disabling the ifcvt...
2013-11-18 Tom StellardR600: Use lower-case for EnableIRStructurizer feature
2013-11-18 Tom StellardR600/SI: Fix illegal VGPR->SGPR copy inside of loop
2013-11-18 Tom StellardR600/SI: Fix another case of illegal VGPR->SGPR copy
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-16 Vincent LejeuneR600: Make dot_4 instructions predicable
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Matt ArsenaultMake method static
2013-11-15 Tom StellardR600/SI: Add VReg_96 register class to SIRegisterInfo...
2013-11-15 Matt ArsenaultAdd target hook to prevent folding some bitcasted loads.
2013-11-15 Tom StellardR600: Fix scheduling of instructions that use the LDS...
2013-11-14 Tom StellardR600/SI: Add processor type for Hawaii
2013-11-14 Matt ArsenaultR600/SI: Remove redundant legalizeOperands call
2013-11-14 Hans WennborgAdd #include raw_ostream.h in lib/Target/R600/SIFixSGPR...
2013-11-14 Matt ArsenaultR600/SI: Specify S_ADDK/S_MULK set SCC and are commutable
2013-11-14 Matt ArsenaultIndentation fixes
2013-11-14 Matt ArsenaultAdd a comment
2013-11-14 Matt ArsenaultFix trailing whitespace in debug printing
2013-11-14 NAKAMURA TakumiR600/SIFixSGPRCopies.cpp: Fix \param to \return. [...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-13 Tom StellardR600: Fix uninitialized variable usage
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-11-13 Tom StellardR600/SI: Prefer SALU instructions for bit shift operations
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-13 Matt ArsenaultR600: Fix selection failure on EXTLOAD
2013-11-12 Vincent LejeuneR600: Reenable llvm.R600.load.input/interp.input for...
2013-11-12 Matt ArsenaultR600/SI: Change formatting of printed registers.
2013-11-11 Vincent LejeuneR600: Use function inputs to represent data stored...
2013-11-10 Matt ArsenaultMake method static
2013-11-10 Matt ArsenaultFix missing C++ mode comment
2013-11-06 Vincent LejeuneR600: Fix LowerUDIVREM
2013-11-01 Matt ArsenaultUse isa<> instead of dyn_cast<> with unused value
2013-10-31 Rafael EspindolaRemove another unused flag.
2013-10-31 Rafael EspindolaRemove unused flag.
2013-10-30 Matt ArsenaultFix a few typos
2013-10-30 Tom StellardR600: Custom lower f32 = uint_to_fp i64
2013-10-29 Aaron BallmanRemoving a switch statement that contains only a defaul...
2013-10-29 Tom StellardR600/SI: Add compute support for CI v2
2013-10-29 Tom StellardR600: Expand vector FSQRT ops
2013-10-28 NAKAMURA TakumiPrune utf8 chars in comments.
2013-10-28 NAKAMURA TakumiTarget/R600: Un-tab-ify.
2013-10-23 Tom StellardR600/SI: Replace ffs(x) - 1 with countTrailingZeros(x)
2013-10-23 Tom StellardR600/SI: fix MIMG writemask adjustement
2013-10-23 Tom StellardR600: Fix handling of vector kernel arguments
2013-10-23 Tom StellardR600/SI: Add support for i64 bitwise or
2013-10-23 Tom StellardR600/SI: Use S_LOAD_DWORD instructions for v8i32 and...
2013-10-22 Matt ArsenaultR600/SI: Don't assert on SCC usage
2013-10-22 Tom StellardR600/SI: Use llvm_unreachable() for an always false...
2013-10-22 Tom StellardR600/SI: Fix warning on non-asserts build
2013-10-22 Tom StellardR600: Simplify handling of private address space
2013-10-22 Tom StellardR600: Remove unused InstrInfo::getMovImmInstr() function
2013-10-18 Benjamin KramerR600: Remove \ at EOL from ascii art comments.
2013-10-16 Tom StellardR600: Fix a crash in the AMDILCFGStructurizer
2013-10-16 Tom StellardR600: Remove some dead code from the AMDILCFGStructurizer
2013-10-15 Matt ArsenaultFix typo
2013-10-15 Matt ArsenaultFix missing C++ mode thing in header
2013-10-15 Vincent LejeuneR600/SI: Remove some leftover MI dump call
2013-10-13 Vincent LejeuneR600: improve dump of S_WAITCNT
2013-10-13 Vincent LejeuneR600/SI: Add SinkingPass before ISel
2013-10-13 Vincent LejeuneR600/SI: Support byval arguments
2013-10-13 Vincent LejeuneR600: Use masked read sel for texture instructions
2013-10-13 Vincent LejeuneR600: fix swizzle export
2013-10-13 Vincent LejeuneR600: Clear the VPM bit of export instructions.
2013-10-12 Tom StellardR600: Store disassembly in a special ELF section when...
2013-10-11 Matt ArsenaultFix typo
2013-10-10 Matt ArsenaultFix typo
2013-10-10 Matt ArsenaultR600: Fix trunc i64 to i32 on SI
2013-10-10 Tom StellardR600/SI: Implement SIInstrInfo::verifyInstruction(...
2013-10-10 Tom StellardR600/SI: Define a separate MIMG instruction for each...
2013-10-10 Tom StellardR600/SI: Mark the EXEC register as reserved
2013-10-10 Tom StellardR600: Use StructurizeCFGPass for non SI targets
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-02 Vincent LejeuneR600: Add a ldptr intrinsic to support MSAA.
2013-10-01 Vincent LejeuneR600: add a pass that merges clauses.
2013-10-01 Vincent LejeuneR600: Put PRED_X instruction in its own clause
2013-10-01 Vincent LejeuneR600: Enable -verify-machineinstrs in some tests.
2013-09-30 Arnold SchwaighoferIfConverter: Use TargetSchedule for instruction latencies
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-09-28 Tom StellardR600: Fix handling of NAN in comparison instructions
2013-09-28 Tom StellardSelectionDAG: Improve legalization of SELECT_CC with...
2013-09-28 Tom StellardSelectionDAG: Try to expand all condition codes using...
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
next