Revert 239644.
[oota-llvm.git] / lib / Target / R600 / AMDGPUAsmPrinter.cpp
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-08 Tom StellardR600/SI: Initial support for assembler and inline assembly
2015-03-17 Rafael EspindolaMake EmitFunctionHeader a private helper.
2015-03-17 Rafael EspindolaCall EmitFunctionHeader just before EmitFunctionBody.
2015-03-09 Marek OlsakR600/SI: Limit SGPRs to 80 on Tonga and Iceland
2015-02-19 Eric ChristopherGrab the subtarget off of the machine function for...
2015-02-19 Eric ChristopherRemove the DisasmEnabled AsmPrinter variable and just...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-23 Tom StellardR600/SI: Emit .hsa.version section for amdhsa OS
2015-01-20 Tom StellardR600/SI: Add subtarget feature to enable VGPR spilling...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-07 Tom StellardR600/SI: Remove VReg_32 register class
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2015-01-06 Tom StellardR600/SI: Remove MachineFunction dump from AsmPrinter
2014-12-03 Aaron BallmanSilencing a 32-bit implicit conversion warning in MSVC...
2014-12-02 Tom StellardR600/SI: Emit amd_kernel_code_t header for AMDGPU envir...
2014-12-02 Tom StellardR600/SI: Move more information into SIProgramInfo struct
2014-12-02 Tom StellardR600/SI: Refactor AMDGPUAsmPrinter::EmitProgramInfoSI()
2014-10-03 Tom StellardR600: Align functions to 256 bytes
2014-10-01 Tom StellardR600: Call EmitFunctionHeader() in the AsmPrinter to...
2014-09-24 Tom StellardR600/SI: Implement VGPR register spilling for compute...
2014-09-19 Tom StellardR600/SI: Fix config value for number of gprs
2014-09-15 Matt ArsenaultR600/SI: Add preliminary support for flat address space
2014-09-11 Matt ArsenaultR600/SI: Fix off by 1 error in used register count
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-21 Tom StellardR600/SI: Use scratch memory for large private arrays
2014-07-21 Tom StellardR600/SI: Store constant initializer data in constant...
2014-07-14 Matt ArsenaultR600: Add denormal handling subtarget features.
2014-07-14 Matt ArsenaultR600/SI: Default to no single precision denormals.
2014-07-13 Matt ArsenaultR600: Use range for and fix missing consts.
2014-07-13 Matt ArsenaultR600: Make ShaderType private
2014-06-26 Matt ArsenaultR600/SI: Add FP mode bits to binary.
2014-06-13 Tom StellardR600: Move AMDGPUInstrInfo from AMDGPUTargetMachine...
2014-04-15 Matt ArsenaultR600/SI: Print code size along with used registers
2014-03-17 Tom StellardR600/SI: Use correct dest register class for V_READFIRS...
2014-02-27 Rafael EspindolaRemove MCPureStreamer.
2014-01-31 Rafael EspindolaRemove the last hasRawTextSupport call from R600.
2014-01-31 Rafael EspindolaReplace another use with hasRawTextSupport+EmitRawText...
2014-01-31 Rafael EspindolaUse emitRawComment to avoid a call to hasRawTextSupport.
2014-01-27 Rafael EspindolaAdd back spaces I missed in the conversion to emitRawCo...
2014-01-27 Rafael EspindolaUse emitRawComment instead of EmitRawText.
2014-01-22 Tom StellardR600: Add stack size to .AMDGPUcsdata section
2014-01-08 Matt ArsenaultMove declaration of variables down to first use.
2013-12-10 Matt ArsenaultUse llvm_unreachable instead of assert(0)
2013-12-05 Matt ArsenaultR600/SI: Add comments for number of used registers.
2013-11-14 Matt ArsenaultIndentation fixes
2013-10-29 Tom StellardR600/SI: Add compute support for CI v2
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-12 Tom StellardR600: Store disassembly in a special ELF section when...
2013-07-10 Michel DanzerR600/SI: Initial local memory support
2013-06-28 Tom StellardR600: Add local memory support via LDS
2013-06-07 Tom StellardR600: Rework subtarget info and remove AMDILDevice...
2013-05-23 Benjamin KramerMove passes from namespace llvm into anonymous namespac...
2013-05-06 Tom StellardR600: Emit config values in register / value pairs
2013-04-30 Vincent LejeuneR600: config section now reports use of killgt
2013-04-24 Tom StellardR600: Use SHT_PROGBITS for the .AMDGPU.config section
2013-04-23 Vincent LejeuneR600: Use .AMDGPU.config section to emit stacksize
2013-04-17 Vincent LejeuneR600: Emit used GPRs count
2013-04-15 Tom StellardR600/SI: Emit config values in register value pairs.
2013-04-15 Tom StellardR600/SI: Emit configuration value in the .AMDGPU.config...
2013-04-10 Christian KonigR600/SI: dynamical figure out the reg class of MIMG
2013-03-07 Christian KonigR600/SI: rework input interpolation v2
2013-02-16 Christian KonigR600/SI: cleanup literal handling v3
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-07 Tom StellardR600/SI: Add basic support for more integer vector...
2013-02-05 Tom StellardR600: Emit function name in the AsmPrinter
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-11 Tom StellardAdd R600 backend