aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pic_jumptable.ll
Commit message (Expand)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-4/+4
* down with unwind info :)Chris Lattner2009-06-251-1/+1
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-181-0/+2
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-3/+3
* Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng2008-02-071-33/+32
* Fix tests.Evan Cheng2007-11-091-4/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* Verify that jump tables are emitted to the same section as the function is,Chris Lattner2006-10-051-0/+79