summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/2007-05-05-Personality.ll
Commit message (Collapse)AuthorAgeFilesLines
* don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner2010-03-141-35/+0
| | | | llvm-svn: 98508
* Preliminary patch to improve dwarf EH generation - Hooks to return ↵Anton Korobeynikov2010-02-151-1/+1
| | | | | | Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there llvm-svn: 96285
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is ↵Anton Korobeynikov2007-09-071-4/+4
| | | | | | | | needed, because they just "mark" register liveins and we let frontend solve type issue, not lowering code :) llvm-svn: 41763
* Fix test case.Evan Cheng2007-05-071-1/+1
| | | | llvm-svn: 36911
* Check that the right eh personality function is used.Duncan Sands2007-05-051-0/+35
llvm-svn: 36788
OpenPOWER on IntegriCloud