summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/align.ll
Commit message (Collapse)AuthorAgeFilesLines
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-271-0/+4
| | | | | | | support aligned comm. Detect when compiling for 10.4 and don't emit an alignment for comm. THis will hopefully fix PR8198. llvm-svn: 114817
* Fix alignment on ppc linux. This fixes the build of crtend.oRafael Espindola2010-02-061-9/+40
| | | | llvm-svn: 95477
* Attempt to unbreak test on Linux. Chris, please check.Daniel Dunbar2010-01-251-3/+3
| | | | llvm-svn: 94399
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-3/+3
| | | | llvm-svn: 81293
* Byebye llvm-upgrade!Tanya Lattner2008-03-251-7/+6
| | | | llvm-svn: 48762
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-3/+3
| | | | llvm-svn: 41097
* For PR1319:Reid Spencer2007-04-161-3/+6
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+9
llvm-svn: 33296
OpenPOWER on IntegriCloud