Simplify the datalayout string of ARM and AArch64.
[oota-llvm.git] / lib / Target / R600 /
2013-12-11 Rafael EspindolaDon't set unused variable.
2013-12-11 Tom StellardR600: Re-format Processors.td
2013-12-11 Tom StellardR600: Register AMDGPUCFGStructurizer pass
2013-12-11 Tom StellardR600: Register R600EmitClauseMarkers pass
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-10 Matt ArsenaultUse llvm_unreachable instead of assert(0)
2013-12-10 Vincent LejeuneR600: Fix an infinite loop when trying to reorganize...
2013-12-10 Vincent LejeuneR600: Fix input modifiers lost for Cayman
2013-12-10 NAKAMURA TakumiAdd proper dependencies to LLVMBuild.txt in llvm/lib.
2013-12-10 NAKAMURA TakumiWhitespaces.
2013-12-09 Rafael EspindolaDon't set a variable to its default value.
2013-12-07 Vincent LejeuneAdd a RequireStructuredCFG Field to TargetMachine.
2013-12-07 Vincent LejeuneR600: Remove orphaned declarations
2013-12-06 Eric ChristopherFix an index array check.
2013-12-05 Rafael EspindolaAdd a default constructor to get deterministic behavior.
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-05 Matt ArsenaultR600/SI: Add comments for number of used registers.
2013-12-03 Rafael EspindolaDon't set PrivateGlobalPrefix for NVPTX and R600.
2013-12-02 Rafael EspindolaConvert two char* that are only ever used as booleans...
2013-12-02 Vincent LejeuneR600: Workaround for cayman loop bug
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-27 Rafael EspindolaThe R600 has its own asm printer which doesn't use...
2013-11-27 Tom StellardR600: Expand vector FABS
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
next