| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands | 2010-11-25 | 1 | -1/+1 |
| | | | | | | | | | automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120158 | ||||
| * | Another test that uses -m64. Here too it looks like it can be | Duncan Sands | 2010-09-09 | 1 | -10/+4 |
| | | | | | | | | removed. Not that the XTARGET wasn't doing anything since it does nothing without an accompanying XFAIL. llvm-svn: 113484 | ||||
| * | Rework global alignment computation again. Now we do round up | Chris Lattner | 2010-04-28 | 1 | -3/+2 |
| | | | | | | | | | alignment of globals to the preferred alignment, but only when there is no section specified on the global (by far the common case). llvm-svn: 102515 | ||||
| * | Revert r102300/102301, which serious broke objc apps. | Chris Lattner | 2010-04-26 | 1 | -2/+3 |
| | | | | | llvm-svn: 102359 | ||||
| * | this passes now. | Chris Lattner | 2010-04-25 | 1 | -3/+2 |
| | | | | | llvm-svn: 102301 | ||||
| * | This is testing a darwin specific feature, so only turn | Duncan Sands | 2010-01-06 | 1 | -0/+2 |
| | | | | | | | it on for darwin (it fails on linux). llvm-svn: 92826 | ||||
| * | Fix -march= name for x86-64. | Daniel Dunbar | 2009-11-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 89445 | ||||
| * | Specify proper arch and triple for 64-bit. | Bill Wendling | 2009-11-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 89418 | ||||
| * | Testcase for r89415. | Bill Wendling | 2009-11-20 | 1 | -0/+16 |
| llvm-svn: 89417 | |||||

