Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't have i386-specific tests in CodeGen/Generic, PR6601. | Chris Lattner | 2010-03-14 | 1 | -35/+0 |
| | | | | llvm-svn: 98508 | ||||
* | Preliminary patch to improve dwarf EH generation - Hooks to return ↵ | Anton Korobeynikov | 2010-02-15 | 1 | -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 Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81293 | ||||
* | Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is ↵ | Anton Korobeynikov | 2007-09-07 | 1 | -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 Cheng | 2007-05-07 | 1 | -1/+1 |
| | | | | llvm-svn: 36911 | ||||
* | Check that the right eh personality function is used. | Duncan Sands | 2007-05-05 | 1 | -0/+35 |
llvm-svn: 36788 |