summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/ctpop.ll
Commit message (Expand)AuthorAge
* Only generate the popc instruction for SPARC CPUs that implement it.Jakob Stoklund Olesen2014-01-26
* [Sparc] Add missing processor types: v7 and niagaraVenkatraman Govindaraju2014-01-11
* Fix broken CHECK lines.Benjamin Kramer2014-01-11
* [Sparc] Emit retl/ret instead of jmp instruction. It improves the readability...Venkatraman Govindaraju2014-01-10
* [SparcV9]: Use SRL instead of SLL to clear top 32-bits in ctpop:i32. SLL does...Venkatraman Govindaraju2014-01-01
* Add support for 64-bit calling convention.Jakob Stoklund Olesen2013-04-02
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-04
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* move V8 testcases hereChris Lattner2006-02-05