summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic_jumptable.ll
AgeCommit message (Expand)AuthorFilesLines
2012-09-24Mark jump tables in code sections with DataRegion directives.Jim Grosbach1-0/+12
2011-07-02Partially FileCheck-ize a test to remove a weird quoting situation.Chandler Carruth1-2/+5
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger1-1/+1
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger1-1/+1
2011-02-14Switch llvm to using comdats. For now always use groups with a singleRafael Espindola1-1/+1
2010-04-17Start function numbering at 0.Dan Gohman1-2/+2
2010-04-12Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng1-2/+7
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-4/+4
2009-06-25down with unwind info :)Chris Lattner1-1/+1
2009-06-18On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng1-0/+2
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng1-3/+3
2008-02-07Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng1-33/+32
2007-11-09Fix tests.Evan Cheng1-4/+2
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer1-1/+1
2006-10-05Verify that jump tables are emitted to the same section as the function is,Chris Lattner1-0/+79