summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant test.Rafael Espindola2014-03-211-10/+0
| | | | | | | The production of the .eh symbols is done from MC now and we already have tests for it. llvm-svn: 204483
* Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola2011-05-011-2/+2
| | | | llvm-svn: 130658
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-301-2/+2
| | | | | | less agressive about disabling cfi on linux :-( llvm-svn: 130626
* Enable CFI on OS X.Rafael Espindola2011-04-301-2/+2
| | | | | | | | | | | | | | | Currently the output should be almost identical to the one produced by CodeGen to make the transition easier. The only two differences I know of are: * Some files get an extra advance loc of size 0. This will be fixed when relaxations are enabled. * The optimization of declaring an EH symbol as an external variable is not implemented. This is a subset of adding the nounwind attribute, so we if really this at -O0 we should probably do it at the IL level. llvm-svn: 130623
* Add this test back for Darwin.Rafael Espindola2011-04-151-0/+10
| | | | llvm-svn: 129607
* Add 129518 back with a fix for when we are producing eh just because of ↵Rafael Espindola2011-04-151-12/+0
| | | | | | | | | debug info. Change ELF systems to use CFI for producing the EH tables. This reduces the size of the clang binary in Debug builds from 690MB to 679MB. llvm-svn: 129571
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. ↵NAKAMURA Takumi2011-04-151-0/+12
| | | | | | | | This reduces the" It broke several builds. llvm-svn: 129557
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-141-12/+0
| | | | | | size of the clang binary in Debug builds from 690MB to 679MB. llvm-svn: 129518
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-4/+4
| | | | llvm-svn: 81290
* fix some pastos in triple lines.Chris Lattner2009-08-121-3/+3
| | | | llvm-svn: 78800
* rename test.Chris Lattner2009-07-171-0/+12
llvm-svn: 76197
OpenPOWER on IntegriCloud