llvm-mirror/test
Craig Topper 6e6d49cbe7 [X86] Don't call LowerUINT_TO_FP_i32 for i32->f80 on 32-bit targets with sse2.
We were performing an emulated i32->f64 in the SSE registers, then
storing that value to memory and doing a extload into the X87
domain.

After this patch we'll now just store the i32 to memory along
with an i32 0. Then do a 64-bit FILD to f80 completely in the X87
unit. This matches what we do without SSE.
2020-01-15 00:43:07 -08:00
..
Analysis [SCEV] accurate range for addrecexpr with nuw flag 2020-01-12 20:22:37 -05:00
Assembler OpaquePtr: print byval types containing anonymous types correctly. 2020-01-07 15:11:43 +00:00
Bindings
Bitcode AArch64: fix bitcode upgrade of @llvm.neon.addp. 2020-01-14 13:41:32 +00:00
BugPoint Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer"="non-leaf" as cleanups after D56351 2019-12-24 16:05:15 -08:00
CodeGen [X86] Don't call LowerUINT_TO_FP_i32 for i32->f80 on 32-bit targets with sse2. 2020-01-15 00:43:07 -08:00
DebugInfo [DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Tests. 2020-01-14 15:51:11 +00:00
Demangle
Examples Re-apply "[Examples] Add IRTransformations directory to examples." 2020-01-04 15:47:23 +00:00
ExecutionEngine [ORC] Fix argv handling in runAsMain / lli. 2020-01-11 13:03:38 -08:00
Feature Mark the test/Feature/load_extension.ll test as unsupported on Darwin. 2020-01-10 20:18:36 -08:00
FileCheck
Instrumentation Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
Integer
JitListener
Linker Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
LTO [NFC] Fix trivial typos in comments 2020-01-06 10:50:26 +00:00
MachineVerifier Recommit "[MachineVerifier] Improve verification of live-in lists." 2020-01-08 16:58:54 -08:00
MC [BranchAlign] Add master --x86-branches-within-32B-boundaries flag 2020-01-14 18:17:53 -08:00
Object
ObjectYAML
Other Revert "[ThinLTO] Add additional ThinLTO pipeline testing with new PM" 2020-01-13 11:01:48 -08:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Introduce an if/then/else statement. 2020-01-14 10:19:53 +00:00
ThinLTO/X86 [ThinLTO/WPD] Remove an overly-aggressive assert 2020-01-14 10:57:14 -08:00
tools [llvm-readobj][llvm-readelf][test] - Add a few more dynamic section tests. 2020-01-14 17:09:12 +03:00
Transforms [Attributor] AAValueConstantRange: Value range analysis using constant range 2020-01-15 16:34:23 +09:00
Unit
Verifier [AArch64] Add function attribute "patchable-function-entry" to add NOPs at function entry 2020-01-10 09:55:51 -08:00
YAMLParser
.clang-format
CMakeLists.txt Use llvm_canonicalize_cmake_booleans where intended 2020-01-03 15:42:35 +01:00
lit.cfg.py Fix several issues with compiler extensions 2020-01-10 10:10:20 +01:00
lit.site.cfg.py.in Use llvm_canonicalize_cmake_booleans where intended 2020-01-03 15:42:35 +01:00
TestRunner.sh