1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib
Matthias Braun 7e5bfbd9da RegisterPressure: Simplify liveness tracking when lanemasks are not checked.
Split RegisterOperands code that collects defs/uses into a variant with
and without lanemask tracking. This is a bit of code duplication, but
there are enough subtle differences between the two variants that this
seems cleaner (and potentially faster).

This also fixes a problem where lanes where tracked even though
TrackLaneMasks was false. This is part of the fix for
http://llvm.org/PR27106. I will commit the testcase when it is
completely fixed.

llvm-svn: 264696
2016-03-29 03:54:22 +00:00
..
Analysis Fix Clang-tidy modernize-deprecated-headers warnings in some files; other minor fixes. 2016-03-28 17:40:08 +00:00
AsmParser IR: Stop upgrading !llvm.loop attachments via MDString 2016-03-25 00:56:13 +00:00
Bitcode BitcodeWriter: Replace dead code with an assertion, NFC 2016-03-28 00:03:12 +00:00
CodeGen RegisterPressure: Simplify liveness tracking when lanemasks are not checked. 2016-03-29 03:54:22 +00:00
DebugInfo Fix Clang-tidy modernize-deprecated-headers warnings in some files; other minor fixes. 2016-03-28 17:40:08 +00:00
ExecutionEngine More more change need as part of r264187 where ErrorOr<> was added 2016-03-23 21:20:16 +00:00
Fuzzer [libFuzzer] use fflush after every Printf 2016-03-25 20:31:26 +00:00
IR Add an IR Verifier check for orphaned DICompileUnits. 2016-03-28 21:06:26 +00:00
IRReader
LibDriver
LineEditor Fix Clang-tidy modernize-deprecated-headers warnings in some files; other minor fixes. 2016-03-28 17:40:08 +00:00
Linker Fix another case where we were unconditionally linking linkonce GVs. 2016-03-24 15:23:01 +00:00
LTO ThinLTO: use the callgraph from the combined index to drive the FunctionImporter 2016-03-26 05:40:34 +00:00
MC Handle section vs global name conflict. 2016-03-28 20:36:28 +00:00
Object Remove else after return 2016-03-28 17:45:48 +00:00
ObjectYAML [lanai] Add Lanai backend. 2016-03-28 13:09:54 +00:00
Option
Passes
ProfileData Sample profile summary cleanup 2016-03-28 23:14:29 +00:00
Support C++11 is required, remove some preprocessor checks for it 2016-03-28 11:13:03 +00:00
TableGen
Target [PowerPC] Refactor popcnt[dw] target features 2016-03-29 01:36:01 +00:00
Transforms Remove personality for declarations in CloneModule. 2016-03-28 21:37:02 +00:00
CMakeLists.txt
LLVMBuild.txt