aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/constants.ll
Commit message (Expand)AuthorAgeFilesLines
* Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls2012-09-121-0/+10
* Don't add CFG edges for redundant conditional branches.Jakob Stoklund Olesen2012-08-201-1/+1
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-111-5/+5
* Needs a triple.Nick Lewycky2011-06-221-1/+1
* Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky2011-06-221-0/+13
* Fix test-llvm failures.Johnny Chen2011-04-051-5/+5
* Roll r127459 back in:Cameron Zwarich2011-03-111-1/+1
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-111-1/+1
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-111-1/+1
* tidy upJim Grosbach2010-10-221-3/+2
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-171-4/+4
* Fix some more failures by converting to FileCheck.Bob Wilson2009-10-271-10/+15
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-7/+7
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-4/+4
* Remove llvm-upgrade.Tanya Lattner2008-02-171-29/+25
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-7/+7
* For PR1319:Reid Spencer2007-04-161-8/+14
* ARM test cases contributed by Apple.Evan Cheng2007-01-191-13/+8
* Build constants using instructions mov/orr or mvn/eor.Lauro Ramos Venancio2007-01-121-1/+2
* Globals are not being renamed any more.Reid Spencer2007-01-051-1/+1
* For PR1070:Reid Spencer2007-01-021-9/+9
* avoid using a constant table when a constant can be used inlineRafael Espindola2006-12-141-0/+10
* .align is in bitsRafael Espindola2006-12-101-1/+1
* fix alignmentRafael Espindola2006-12-071-1/+1
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-8/+8
* print common symbolsRafael Espindola2006-10-191-1/+4
* if a constant can't be an immediate, add it to the constant poolRafael Espindola2006-09-211-0/+31