summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX
Commit message (Expand)AuthorAge
* 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
* [NVPTX] Re-enable assembly printing support for inline assemblyJustin Holewinski2013-08-24
* Remove unused stdio.h includesDmitri Gribenko2013-08-18
* Replace getValueType().getSimpleVT() with getSimpleValueType().Craig Topper2013-08-15
* [NVPTX] We dont have any target specific flags yet for generating symbol refe...Justin Holewinski2013-08-06
* [NVPTX] Add missing patterns for i1 [s,u]int_to_fpJustin Holewinski2013-08-06
* [NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski2013-08-06
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-06
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* [NVPTX] Remove unused prototypesJustin Holewinski2013-07-22
* [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and appendJustin Holewinski2013-07-22
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-16
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* [NVPTX] Add support for module-scope inline asmJustin Holewinski2013-07-01
* [NVPTX] We dont use NVBuiltin anymoreJustin Holewinski2013-07-01
* [NVPTX] Cut down on physical register defsJustin Holewinski2013-07-01
* [NVPTX] 64-bit ADDC/ADDE are not legalJustin Holewinski2013-07-01
* [NVPTX] Fix vector loads from parameters that span multiple loads, and fix so...Justin Holewinski2013-07-01
* [NVPTX] Handle signext/zeroext attributes properlyJustin Holewinski2013-07-01
* [NVPTX] Add support for native SIGN_EXTEND_INREG where availableJustin Holewinski2013-07-01
* [NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.Justin Holewinski2013-07-01
* [NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit v...Justin Holewinski2013-07-01
* NVPTX: Fold otherwise unused variable into assert.Benjamin Kramer2013-06-29