summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic_jumptable.ll
Commit message (Expand)AuthorAge
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-24
* Partially FileCheck-ize a test to remove a weird quoting situation.Chandler Carruth2011-07-02
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-04
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-03
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-14
* Start function numbering at 0.Dan Gohman2010-04-17
* Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng2010-04-12
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* down with unwind info :)Chris Lattner2009-06-25
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-18
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng2008-02-07
* Fix tests.Evan Cheng2007-11-09
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Verify that jump tables are emitted to the same section as the function is,Chris Lattner2006-10-05