1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/lib
Eric Christopher 8a6aec9eb4 Remove LessPreciseFPMADOption from TargetOptions along with all of the
associated command line options and functions - it's currently unused
in all of llvm and clang other than being set and reset.

llvm-svn: 298023
2017-03-17 00:38:03 +00:00
..
Analysis [SCEV] Compute affine range in another way to avoid bitwidth extending. 2017-03-16 21:07:38 +00:00
AsmParser [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer and reference types 2017-03-08 23:55:44 +00:00
Bitcode SamplePGO ThinLTO ICP fix for local functions. 2017-03-14 17:33:01 +00:00
CodeGen Remove LessPreciseFPMADOption from TargetOptions along with all of the 2017-03-17 00:38:03 +00:00
DebugInfo [pdb] Fix an uninitialized read, and add a test for it. 2017-03-17 00:15:55 +00:00
Demangle
ExecutionEngine
Fuzzer [libFuzzer] add a dummy LLVMFuzzerMutate to afl/afl_driver.cpp (https://github.com/google/oss-fuzz/issues/460) 2017-03-15 23:54:40 +00:00
IR Remove dead F parameter from Argument constructor 2017-03-16 22:58:56 +00:00
IRReader
LibDriver
LineEditor
Linker [Linker] Provide callback for internalization 2017-03-13 18:08:11 +00:00
LTO LTO: Fix a potential race condition in the caching API. 2017-03-17 00:34:07 +00:00
MC [WebAssembly] Fix some broken type encodings in wasm binary 2017-03-16 20:49:48 +00:00
Object ArchiveWriter: Remove unused variables. NFC. 2017-03-16 20:35:07 +00:00
ObjectYAML [ObjectYAML] Fix issue with DWARF2 AddrSize 8 2017-03-07 21:34:35 +00:00
Option
Passes
ProfileData SamplePGO ThinLTO ICP fix for local functions. 2017-03-14 17:33:01 +00:00
Support Fix linux build. 2017-03-16 22:34:18 +00:00
TableGen
Target Remove LessPreciseFPMADOption from TargetOptions along with all of the 2017-03-17 00:38:03 +00:00
Transforms Remove getArgumentList() in favor of arg_begin(), args(), etc 2017-03-16 22:59:15 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt