summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/constants.ll
AgeCommit message (Expand)Author
2015-12-08AsmPrinter: Use emitGlobalConstantFP to emit elements of constant dataJustin Bogner
2012-09-12Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls
2012-08-20Don't add CFG edges for redundant conditional branches.Jakob Stoklund Olesen
2011-07-11Simplify printing of ARM shifted immediates.Jim Grosbach
2011-06-22Needs a triple.Nick Lewycky
2011-06-22Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky
2011-04-05Fix test-llvm failures.Johnny Chen
2011-03-11Roll r127459 back in:Cameron Zwarich
2011-03-11Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar
2011-03-11Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich
2010-10-22tidy upJim Grosbach
2010-09-17tweak test to check instructions rather than relying on the comment stringJim Grosbach
2009-10-27Fix some more failures by converting to FileCheck.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-03-24Do not emit comments unless -asm-verbose.Evan Cheng
2008-02-17Remove llvm-upgrade.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-16For PR1319:Reid Spencer
2007-01-19ARM test cases contributed by Apple.Evan Cheng
2007-01-12Build constants using instructions mov/orr or mvn/eor.Lauro Ramos Venancio
2007-01-05Globals are not being renamed any more.Reid Spencer
2007-01-02For PR1070:Reid Spencer
2006-12-14avoid using a constant table when a constant can be used inlineRafael Espindola
2006-12-10.align is in bitsRafael Espindola
2006-12-07fix alignmentRafael Espindola
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-19print common symbolsRafael Espindola
2006-09-21if a constant can't be an immediate, add it to the constant poolRafael Espindola