summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/patchable-function-entry.c
AgeCommit message (Expand)Author
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-20[clang-cl] Support the /HOTPATCH flagAlexandre Ganea
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
2020-01-23[Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song
2020-01-10[Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song
2020-01-10Support function attribute patchable_function_entryFangrui Song