summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic_jumptable.ll
AgeCommit message (Expand)AuthorFilesLines
2015-04-23Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...Hans Wennborg1-1/+3
2015-04-23Revert r235560; this commit was causing several failed assertions in Debug bu...Aaron Ballman1-3/+1
2015-04-22Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg1-1/+3
2015-04-16Revert the switch lowering change (r235101, r235103, r235106)Hans Wennborg1-3/+1
2015-04-16Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg1-1/+3
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-1/+1
2015-01-19Bring r226038 back.Rafael Espindola1-1/+1
2015-01-16Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov1-1/+1
2015-01-16Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola1-1/+1
2015-01-15Revert Don't create new comdats in CodeGenTimur Iskhodzhanov1-1/+1
2015-01-14Don't create new comdats in CodeGen.Rafael Espindola1-1/+1
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