summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX
Commit message (Expand)AuthorAge
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* [NVPTX] Fix emitting aggregate parametersGautam Chakrabarti2014-01-28
* test commit: add minor commentGautam Chakrabarti2014-01-27
* Fix known typosAlp Toker2014-01-24
* [NVPTX] Add missing patterns for div.approx with immediate denominatorJustin Holewinski2014-01-21
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* Don't duplicate the DataLayout defaults for integer, floats and vectors.Rafael Espindola2013-12-16
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-16
* Refactor NVPTX's computeDataLayout.Rafael Espindola2013-12-14
* Turn NVPTXSubtarget::getDataLayout into a static function.Rafael Espindola2013-12-14
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* Remove the notion of primitive types.Rafael Espindola2013-12-07
* [NVPTX] Fix off-by-one error when creating the VT list for an SDNodeJustin Holewinski2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* Don't set PrivateGlobalPrefix for NVPTX and R600.Rafael Espindola2013-12-03
* Don't set PrivateGlobalPrefix twice in the same function.Rafael Espindola2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* Remove dead declarations.Rafael Espindola2013-12-02
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-28
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* [NVPTX] Fix handling of indirect callsJustin Holewinski2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* [NVPTX] Properly handle bitcast ConstantExpr when checking for the alignment ...Justin Holewinski2013-11-11
* [NVPTX] Fix logic error in loading vector parameters of more than 4 componentsJustin Holewinski2013-11-11
* [NVPTX] Blacklist TailDuplicate passJustin Holewinski2013-11-11
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* NVPTX: Remove unused globals.Benjamin Kramer2013-10-27
* Mark some command line flags as hiddenNadav Rotem2013-10-18
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-16
* [NVPTX] Switch from StrongPHIElimination to PHIElimination in NVPTXTargetMach...Justin Holewinski2013-10-11
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-11
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-28
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* [NVPTX] Support constant vector globalsJustin Holewinski2013-09-19