aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pic_jumptable.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-241-0/+12
* Partially FileCheck-ize a test to remove a weird quoting situation.Chandler Carruth2011-07-021-2/+5
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-041-1/+1
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-031-1/+1
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-141-1/+1
* Start function numbering at 0.Dan Gohman2010-04-171-2/+2
* Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng2010-04-121-2/+7
* 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