summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/basictest.ll
AgeCommit message (Expand)Author
2016-10-05[Sparc] Implement UMUL_LOHI and SMUL_LOHI instead of MULHS/MULHU/MUL.James Y Knight
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight
2015-08-10[Sparc] Implement i64 load/store support for 32-bit sparc.James Y Knight
2015-07-08[SPARC] Cleanup handling of the Y/ASR registers.James Y Knight
2015-05-18Add support for the Sparc implementation-defined "ASR" registers.James Y Knight
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2013-06-03Sparc: When storing 0, use %g0 directly in the store instruction instead ofVenkatraman Govindaraju
2013-06-02Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju
2010-11-23filecheckizeChris Lattner
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-03-28upgrade a random testChris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-02-05move V8 testcases hereChris Lattner