..
bugpoint
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
bugpoint-passes
Remove autoconf support
2016-01-26 21:29:08 +00:00
dsymutil
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
2016-04-06 22:14:09 +00:00
gold
[gold] Save bitcode for module partitions (save-temps + split codegen).
2016-04-06 18:32:13 +00:00
llc
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
lli
lli.cpp: Appease some builders. There might be ownership issues between LLVMContext and ExecutionEngine. Investigating.
2016-04-15 15:31:28 +00:00
llvm-ar
Fix formatting and wording of llvm-ranlib error message. NFC.
2016-04-08 00:02:14 +00:00
llvm-as
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
llvm-as-fuzzer
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
llvm-bcanalyzer
ThinLTO: Make aliases explicit in the summary
2016-04-16 06:56:44 +00:00
llvm-c-test
[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
2016-04-08 09:19:02 +00:00
llvm-config
llvm-config: fix --libs on Linux
2016-03-14 21:39:58 +00:00
llvm-cov
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
2016-04-06 22:14:09 +00:00
llvm-cxxdump
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
2016-04-06 22:14:09 +00:00
llvm-diff
Remove uses of builtin comma operator.
2016-02-18 22:09:30 +00:00
llvm-dis
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
llvm-dwarfdump
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
2016-04-06 22:14:09 +00:00
llvm-dwp
llvm-dwp: Add assert text
2016-04-13 18:38:33 +00:00
llvm-extract
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
llvm-go
Remove autoconf support
2016-01-26 21:29:08 +00:00
llvm-jitlistener
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
llvm-link
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
llvm-lto
[llvm-lto] Uniform error handling. NFC.
2016-04-13 22:08:26 +00:00
llvm-mc
MC: Don't access the filesystem in MCContext's constructor
2016-03-22 22:24:29 +00:00
llvm-mc-fuzzer
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return int instead of void. The actual return value is not *yet* used (and expected to be 0). This change is API breaking, so the fuzzers will need to be updated.
2015-10-02 23:34:06 +00:00
llvm-mcmarkup
Remove autoconf support
2016-01-26 21:29:08 +00:00
llvm-nm
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
llvm-objdump
Revert r265817
2016-04-08 18:15:37 +00:00
llvm-pdbdump
Fix some display bugs in llvm-pdbdump.
2016-04-11 20:39:17 +00:00
llvm-profdata
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
llvm-readobj
[codeview] Dump char16_t and char32_t simple types
2016-04-15 18:26:45 +00:00
llvm-rtdyld
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
2016-04-06 22:14:09 +00:00
llvm-shlib
llvm-shlib: Remove the option to override __cxa_atexit
2016-03-14 21:54:45 +00:00
llvm-size
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
2016-04-06 22:14:09 +00:00
llvm-split
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
llvm-stress
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
llvm-symbolizer
Remove autoconf support
2016-01-26 21:29:08 +00:00
lto
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
msbuild
…
obj2yaml
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
2016-04-06 22:14:09 +00:00
opt
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
sancov
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
2016-04-06 22:14:09 +00:00
sanstats
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes."
2016-04-05 20:45:04 +00:00
verify-uselistorder
Remove every uses of getGlobalContext() in LLVM (but the C API)
2016-04-14 21:59:01 +00:00
xcode-toolchain
[CMake] [Darwin] Add support for generating Xcode-compatible toolchains that xcodebuild and xcrun can search
2015-10-15 20:09:01 +00:00
yaml2obj
[yaml2obj, COFF] Correctly handle section alignment
2016-03-17 05:43:26 +00:00
CMakeLists.txt
[CMake] Add the gold plugin before clang
2016-02-26 21:07:04 +00:00
LLVMBuild.txt
llvm-dwp: Initial layout
2015-12-01 00:48:34 +00:00