summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fptoint.ll
AgeCommit message (Expand)Author
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-05-30ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2009-11-22Fix for bad FileCheck converts in revision 89584.Edward O'Callaghan
2009-11-22Convert a few tests to FileCheck for PR5307.Edward O'Callaghan
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-05-09Can't fold bit_convert into truncating store.Evan Cheng
2007-05-07Add some tests for (conv (load x)) -> (load (conv*)x) xform.Evan Cheng
2007-05-03Evan's patch to avoid FPreg->intreg copy for cvt; store to memDale Johannesen