1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib
Tim Northover 25f1e12f0f AArch64: stop trying to use 32-bit MOVZs when expanding patchpoints.
Of course the assembly was right but because the opcode was MOVZWi it was
encoded as "movz w16, #65535, lsl #32" which is an unallocated encoding and
would go horribly wrong on a CPU.

No idea how this bug survived this long. It seems nobody is using that aspect
of patchpoints.

llvm-svn: 272831
2016-06-15 20:33:36 +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 [CodeView] Add support for emitting S_UDT for typedefs 2016-06-15 18:00:01 +00:00
DebugInfo Axe some trailing whitespace from my last commit 2016-06-15 20:32:42 +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 support for string attributes in the C API. 2016-06-15 17:50:39 +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 [Symbolize] Check if the PE file has a PDB and emit an error if we can't load it 2016-06-03 20:25:09 +00:00
ObjectYAML [obj2yaml] [yaml2obj] Support for MachO nlist and string table 2016-06-02 22:54:06 +00:00
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 Statistic: Add machine parseable json output 2016-06-15 20:19:16 +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 AArch64: stop trying to use 32-bit MOVZs when expanding patchpoints. 2016-06-15 20:33:36 +00:00
Transforms [LoopSimplify] Analyses do not need to be member variables. 2016-06-15 18:51:25 +00:00
CMakeLists.txt
LLVMBuild.txt