llvm-capstone/llvm/examples
Arthur Eubanks 0a1aa6cda2
[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295)
This will make it easy for callers to see issues with and fix up calls
to createTargetMachine after a future change to the params of
TargetMachine.

This matches other nearby enums.

For downstream users, this should be a fairly straightforward
replacement,
e.g. s/CodeGenOpt::Aggressive/CodeGenOptLevel::Aggressive
or s/CGFT_/CodeGenFileType::
2023-09-14 14:10:14 -07:00
..
BrainF [NFC] Rename Instruction::insertAt() to Instruction::insertInto(), to be consistent with BasicBlock::insertInto() 2022-12-15 12:27:45 -08:00
Bye [llvm] CYGWIN: Fix build of some plugins/library/unittests 2023-07-10 22:43:03 +03:00
ExceptionDemo
Fibonacci
HowToUseJIT [examples] Direct HowToUseJIT readers to HowToUseLLJIT instead. 2022-12-23 01:10:27 -08:00
HowToUseLLJIT [examples] Add export_executable_symbols to HowToUseLLJIT example. 2023-03-26 18:27:54 +00:00
IRTransforms [llvm] CYGWIN: Fix build of some plugins/library/unittests 2023-07-10 22:43:03 +03:00
Kaleidoscope [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) 2023-09-14 14:10:14 -07:00
ModuleMaker [NFC] Rename Instruction::insertAt() to Instruction::insertInto(), to be consistent with BasicBlock::insertInto() 2022-12-15 12:27:45 -08:00
OrcV2Examples [emamples][OrcV2Examples] Fix a missing newline in LLJITRemovableCode output. 2023-07-30 08:51:42 -07:00
ParallelJIT
SpeculativeJIT [ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef. 2023-03-27 17:37:58 -07:00
CMakeLists.txt