summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic_jumptable.ll
AgeCommit message (Expand)Author
2016-05-03X86-Darwin: start emitting data-region directives for jump-tables.Tim Northover
2015-04-23Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...Hans Wennborg
2015-04-23Revert r235560; this commit was causing several failed assertions in Debug bu...Aaron Ballman
2015-04-22Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg
2015-04-16Revert the switch lowering change (r235101, r235103, r235106)Hans Wennborg
2015-04-16Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-01-19Bring r226038 back.Rafael Espindola
2015-01-16Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-16Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola
2015-01-15Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-14Don't create new comdats in CodeGen.Rafael Espindola
2012-09-24Mark jump tables in code sections with DataRegion directives.Jim Grosbach
2011-07-02Partially FileCheck-ize a test to remove a weird quoting situation.Chandler Carruth
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger
2011-02-14Switch llvm to using comdats. For now always use groups with a singleRafael Espindola
2010-04-17Start function numbering at 0.Dan Gohman
2010-04-12Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-25down with unwind info :)Chris Lattner
2009-06-18On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng
2008-02-07Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng
2007-11-09Fix tests.Evan Cheng
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-05Verify that jump tables are emitted to the same section as the function is,Chris Lattner