summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/constants.ll
Commit message (Expand)AuthorAge
* Fix test-llvm failures.Johnny Chen2011-04-05
* Roll r127459 back in:Cameron Zwarich2011-03-11
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-11
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-11
* tidy upJim Grosbach2010-10-22
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* Fix some more failures by converting to FileCheck.Bob Wilson2009-10-27
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-24
* Remove llvm-upgrade.Tanya Lattner2008-02-17
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* For PR1319:Reid Spencer2007-04-16
* ARM test cases contributed by Apple.Evan Cheng2007-01-19
* Build constants using instructions mov/orr or mvn/eor.Lauro Ramos Venancio2007-01-12
* Globals are not being renamed any more.Reid Spencer2007-01-05
* For PR1070:Reid Spencer2007-01-02
* avoid using a constant table when a constant can be used inlineRafael Espindola2006-12-14
* .align is in bitsRafael Espindola2006-12-10
* fix alignmentRafael Espindola2006-12-07
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* print common symbolsRafael Espindola2006-10-19
* if a constant can't be an immediate, add it to the constant poolRafael Espindola2006-09-21