1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib
David Majnemer 89fe9b6eda [TargetLibraryInfo] Teach isValidProtoForLibFunc about tan
We would fail to validate the type of the tan function which would cause
downstream users of isValidProtoForLibFunc to assert.

This fixes PR28143.

llvm-svn: 272802
2016-06-15 16:47:23 +00:00
..
Analysis [TargetLibraryInfo] Teach isValidProtoForLibFunc about tan 2016-06-15 16:47:23 +00:00
AsmParser IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
Bitcode IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
CodeGen Revert "Preserve DebugInfo when replacing values in DAGCombiner" 2016-06-15 16:08:50 +00:00
DebugInfo [pdbdump] Verify TPI hash for LF_ENUM type records. 2016-06-14 22:25:07 +00:00
ExecutionEngine IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
Fuzzer [LibFuzzer] Fix `FuzzerMutate.ShuffleBytes2` unit test on OSX. 2016-06-15 01:40:02 +00:00
IR Add llvm_unreachable to silence a "not all control paths" false positive warning from MSVC. 2016-06-15 15:27:53 +00:00
IRReader
LibDriver
LineEditor
Linker IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
LTO Remove the ScalarReplAggregates pass 2016-06-15 00:19:09 +00:00
MC Apply most suggestions of clang-tidy's performance-unnecessary-value-param 2016-06-08 19:09:22 +00:00
Object
ObjectYAML
Option
Passes [PM] Port SLPVectorizer to the new PM 2016-06-15 08:43:40 +00:00
ProfileData Bug fix remove another illegal char from prof symbol name 2016-06-10 06:32:26 +00:00
Support Add a Musl environment to the triple. 2016-06-14 12:45:33 +00:00
TableGen Avoid copies of std::strings and APInt/APFloats where we only read from it 2016-06-08 10:01:20 +00:00
Target [X86]: Quit promoting 8 and 16 bit compares to 32 bit. 2016-06-15 16:37:46 +00:00
Transforms [LV] Add getter function for LoopVectorizationLegality::Strides. NFC 2016-06-15 15:49:46 +00:00
CMakeLists.txt
LLVMBuild.txt