[X86][SSE] Vector integer/float conversion memory folding
[oota-llvm.git] / lib / Target / R600 / MCTargetDesc /
2014-10-21 Matt ArsenaultR600: Use default GlobalDirective
2014-10-21 Rafael EspindolaDrop support for an old version of ld64 (from darwin 9).
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-10-07 Tom StellardR600: Remove some redundant initializations from AMDGPU...
2014-10-07 Tom StellardR600: Use MCAsmInfoELF as AMDGPUMCAsmInfo base class
2014-10-03 Tom StellardR600: Align functions to 256 bytes
2014-09-30 Matt ArsenaultFix missing C++ mode comment
2014-09-23 Tom StellardR600/SI: Clean up checks for legality of immediate...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-01 Tom StellardR600/SI: Do abs/neg folding with ComplexPatterns
2014-07-21 Tom StellardR600/SI: Store constant initializer data in constant...
2014-07-21 Tom StellardR600/SI: Use a custom encoding method for simm16 in...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Add missing dependencies.
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-06 Matt ArsenaultFix missing C++ mode comment
2014-02-04 Rafael EspindolaEvery target uses .align. Simplify.
2014-01-28 David WoodhouseDelete MCSubtargetInfo data members from target MCCodeE...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-24 Alp TokerFix known typos
2014-01-16 Rafael EspindolaCommentColumn is always 40. Simplify.
2013-12-11 Rafael EspindolaDon't set unused variable.
2013-12-09 Rafael EspindolaDon't set a variable to its default value.
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-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-27 Rafael EspindolaThe R600 has its own asm printer which doesn't use...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-10-31 Rafael EspindolaRemove another unused flag.
2013-10-31 Rafael EspindolaRemove unused flag.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-14 Tom StellardR600: Use correct encoding for Vertex Fetch instruction...
2013-05-23 Benjamin KramerR600: Hide symbols of implementation details.
2013-05-23 Rafael EspindolaFix 32 bit build in c++11 mode.
2013-05-22 Rafael Espindolas/u_int32_t/uint32_t/
2013-05-17 Rafael EspindolaFix the build in c++11 mode.
2013-05-17 Vincent LejeuneR600: Improve texture handling
2013-05-17 Tom StellardR600: Fix encoding for R600 family GPUs
2013-05-17 Tom StellardR600: Pass MCSubtargetInfo reference to R600CodeEmitter
2013-05-13 Rafael EspindolaRemove unused fields and arguments.
2013-05-10 Rafael EspindolaFix the R600 build.
2013-05-06 Tom StellardR600: Remove dead code from the CodeEmitter v2
2013-05-06 Tom StellardR600: Stop emitting the instruction type byte before...
2013-05-06 Tom StellardR600: Emit ISA for CALL_FS_* instructions
2013-04-30 Vincent LejeuneR600: use native for alu
2013-04-30 Vincent LejeuneR600: Add a Bank Swizzle operand
2013-04-30 Vincent LejeuneR600: Turn TEX/VTX into native instructions
2013-04-23 Vincent LejeuneR600: Use .AMDGPU.config section to emit stacksize
2013-04-23 Vincent LejeuneR600: Add CF_END
2013-04-22 Matt ArsenaultRemove unused DwarfSectionOffsetDirective string
2013-04-17 Vincent LejeuneR600: Export is emitted as a CF_NATIVE inst
2013-04-15 Tom StellardR600: Emit ELF formatted code rather than raw ISA.
2013-04-08 Vincent LejeuneR600: Control Flow support for pre EG gen
2013-04-04 Vincent LejeuneR600: Use a mask for offsets when encoding instructions
2013-04-01 Vincent LejeuneR600: Add support for native control flow
2013-04-01 Vincent LejeuneR600: Emit CF_ALU and use true kcache register.
2013-03-31 Vincent LejeuneR600: Emit native instructions for tex
2013-03-28 Eric ChristopherThese two are default in the constructor for MCAsmInfo.
2013-03-26 NAKAMURA TakumiR600/SIMCCodeEmitter.cpp: Prune a couple of unused...
2013-03-01 Christian KonigR600/SI: remove GPR*AlignEncode
2013-02-26 Christian KonigR600/SI: fix stupid typo
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 Vincent LejeuneR600: Support for TBO
2013-02-16 Christian KonigR600/SI: cleanup literal handling v3
2013-02-16 Christian KonigR600/SI: remove some more unused code
2013-02-13 Tom StellardR600: Add support for 128-bit parameters
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-07 Tom StellardR600/SI: simplify and fix SMRD encoding
2013-01-23 Tom StellardR600: rework handling of the constants
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-17 Tom StellardR600: BB operand support for SI
2012-12-11 Tom StellardAdd R600 backend