| commit | 4ca2ea5b43a69c3786f8636675b486455a2cbf3f | [log] [tgz] |
|---|---|---|
| author | Nate Begeman <natebegeman@mac.com> | Sat Apr 22 18:53:45 2006 +0000 |
| committer | Nate Begeman <natebegeman@mac.com> | Sat Apr 22 18:53:45 2006 +0000 |
| tree | c773e752243da2d8cdb31290fd9b3d8edeba04ec | |
| parent | e728efdfce8bb978a576fa3ba9306d17d565b077 [diff] |
JumpTable support! What this represents is working asm and jit support for x86 and ppc for 100% dense switch statements when relocations are non-PIC. This support will be extended and enhanced in the coming days to support PIC, and less dense forms of jump tables. llvm-svn: 27947