llvm/lib
2016-09-20 16:04:50 +00:00
..
Analysis move variables closer to their uses; add FIXMEs; NFC 2016-09-20 14:36:14 +00:00
AsmParser Don't create a SymbolTable in Function when the LLVMContext discards value names (NFC) 2016-09-17 06:00:02 +00:00
Bitcode BitcodeWriter: fix emission of invoke when calling a var-arg function with operand bundles 2016-09-19 21:27:04 +00:00
CodeGen Remove extra argument used once on TargetMachine::getNameWithPrefix and inline the result into the singular caller. 2016-09-20 16:04:50 +00:00
DebugInfo
Demangle
ExecutionEngine
Fuzzer [libFuzzer] use sleep() instead of std::this_thread::sleep_for to avoid coverage from instrumented libc++ 2016-09-19 20:32:34 +00:00
IR Don't create a SymbolTable in Function when the LLVMContext discards value names (NFC) 2016-09-17 06:00:02 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO [lib/LTO] Try harder to reduce code duplication. NFCI. 2016-09-17 22:32:42 +00:00
MC
Object
ObjectYAML
Option
Passes
ProfileData
Support
TableGen
Target Remove extra argument used once on TargetMachine::getNameWithPrefix and inline the result into the singular caller. 2016-09-20 16:04:50 +00:00
Transforms Make llvm::ConvertDebugDeclareToDebugValue() be a void function (NFC) 2016-09-20 10:36:17 +00:00
CMakeLists.txt
LLVMBuild.txt