Reuse a lookup in an assert.
[oota-llvm.git] / lib / Target / R600 / MCTargetDesc /
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-18 Rafael EspindolaAdd a default implementation of createObjectStreamer.
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-10 Eric ChristopherRemove createAMDGPUMCCodeEmitter and instead just regis...
2015-03-09 Reid KlecknerTableGen: Use 'enum : uint64_t' for feature flags to...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Matt ArsenaultR600/SI: Remove handling of fpimm
2015-02-13 Matt ArsenaultR600/SI: Allow f64 inline immediates in i64 operands
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-12 Tom StellardR600/SI: Use RegisterOperands to specify which operands...
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-19 Tom StellardR600/SI: Make sure non-inline constants aren't folded...
2014-12-06 Tom StellardR600/SI: Restore PrivateGlobalPrefix to the default...
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-11-13 Matt ArsenaultR600: Fix assert on empty function
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
next