| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CodeGen: Eliminate a use of getDarwinMajorNumber(). | Daniel Dunbar | 2011-04-19 | 1 | -1/+1 |
| | | | | | | | | | | - There is a minor semantic change here (evidenced by the test change) for Darwin triples that have no version component. I debated changing the default behavior of isOSVersionLT, but decided it made more sense for triples to be explicit. llvm-svn: 129802 | ||||
| * | Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits. | Bob Wilson | 2010-09-29 | 1 | -2/+2 |
| | | | | | | | | LDM/STM instructions can run one cycle faster on some ARM processors if the memory address is 64-bit aligned. Radar 8489376. llvm-svn: 115047 | ||||
| * | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola | 2010-01-26 | 1 | -5/+5 |
| | | | | | | | Original patch by Sandeep Patel and updated by me. llvm-svn: 94582 | ||||
| * | Update test for darwin. | Rafael Espindola | 2010-01-25 | 1 | -2/+1 |
| | | | | | llvm-svn: 94421 | ||||
| * | Fix PR6134. | Rafael Espindola | 2010-01-25 | 1 | -7/+35 |
| | | | | | | | | We are not emitting alignments on Darwin for "bar". Not sure what is the correct way to do it. llvm-svn: 94400 | ||||
| * | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -4/+4 |
| | | | | | llvm-svn: 81293 | ||||
| * | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 1 | -12/+11 |
| | | | | | llvm-svn: 47238 | ||||
| * | This test used "wc | grep ..."; convert it to use the count script. | Dan Gohman | 2007-08-15 | 1 | -4/+4 |
| | | | | | llvm-svn: 41101 | ||||
| * | Fix align test. | Lauro Ramos Venancio | 2007-04-16 | 1 | -3/+2 |
| | | | | | llvm-svn: 36140 | ||||
| * | For PR1336: | Reid Spencer | 2007-04-15 | 1 | -0/+1 |
| | | | | | | | XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. llvm-svn: 36093 | ||||
| * | For PR1319: Upgrade to use new test harness | Reid Spencer | 2007-04-15 | 1 | -5/+8 |
| | | | | | llvm-svn: 36076 | ||||
| * | Make it work for both Linux and Mac OS. | Evan Cheng | 2007-01-22 | 1 | -2/+3 |
| | | | | | llvm-svn: 33451 | ||||
| * | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+12 |
| llvm-svn: 33296 | |||||

