summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/switch.c
AgeCommit message (Expand)Author
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2011-01-12Fix a latent bug where, after emitting an expression statement, we wouldJohn McCall
2010-04-02Merge several tests into switch.c.Daniel Dunbar
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-20Fix some codegen tests to include positive checks.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-05-12Emit basic block for switch body; fixes PR2307.Eli Friedman
2007-12-27use -emit-llvm-bcChris Lattner
2007-12-01fix a couple switch codegen problems Oliver reported.Chris Lattner
2007-11-30Support fully general case expressions, patch by Sanghyeon Seo!Chris Lattner
2007-10-08Code gen case statement ranges.Devang Patel
2007-10-05Support case statement ranges.Devang Patel
2007-10-04switch statement code gen.Devang Patel