[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / NVPTX / call-with-alloca-buffer.ll
2015-06-24 Jingyue WuAdd NVPTXPeephole pass to reduce unnecessary address...
2015-06-17 Jingyue WuAdd NVPTXLowerAlloca pass to convert alloca'ed memory...
2015-06-04 Jingyue Wu[NVPTX] roll forward r239082
2015-06-04 Jingyue WuRevert r239082
2015-06-04 Jingyue Wu[NVPTX] kernel pointer arguments point to the global...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-07-16 Justin Holewinski[NVPTX] Rename registers %fl -> %fd and %rl -> %rd
2014-03-24 Eli BenderskyAdd test to test/CodeGen/NVPTX for "alloca buffer"...