1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib
Jan Vesely 0f6b39e33f AMDGPU: Fix incorrect simm check
Use signed division otherwise all back jumps fail the check
Fixes regression introduced in r269951

Differential Revision: http://reviews.llvm.org/D20380

llvm-svn: 269972
2016-05-18 19:07:58 +00:00
..
Analysis [SCEV] Be more aggressive in proving NUW 2016-05-17 17:51:14 +00:00
AsmParser Refactor duplicated code. NFC. 2016-05-12 12:37:52 +00:00
Bitcode Avoid temporary vector for sorting in BitcodeWriter 2016-05-16 22:47:15 +00:00
CodeGen When looking for a spill slot in reg scavenger, find one that matches RC 2016-05-18 18:16:00 +00:00
DebugInfo pdbdump: Print out section offsets in the publics stream. 2016-05-18 16:24:16 +00:00
ExecutionEngine [RuntimeDyld] Thread Error through some APIs, remove calls to report_fatal_error. 2016-05-18 05:31:24 +00:00
Fuzzer [libFuzzer] do the merge faster and a bit less precise 2016-05-13 22:11:23 +00:00
IR [llc] New diagnostic handler 2016-05-16 14:28:02 +00:00
IRReader
LibDriver
LineEditor
Linker Return a StringRef from getSection. 2016-05-11 18:21:59 +00:00
LTO ThinLTO: sort inputs and schedule by decreasing size 2016-05-16 19:33:07 +00:00
MC Don't pass a Reloc::Model to MC. 2016-05-18 11:58:50 +00:00
Object Don't pass a Reloc::Model to MC. 2016-05-18 11:58:50 +00:00
ObjectYAML Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64 2016-05-18 16:17:23 +00:00
Option
Passes [PM] Port per-function SCCP to the new pass manager. 2016-05-18 15:18:25 +00:00
ProfileData [Coverage] Ensure that coverage mapping data has an expected alignment in 'covmapping' files. 2016-05-18 07:43:27 +00:00
Support Removing an unused variable introduced in r269911; NFC. 2016-05-18 12:52:04 +00:00
TableGen [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
Target AMDGPU: Fix incorrect simm check 2016-05-18 19:07:58 +00:00
Transforms [PM] Port per-function SCCP to the new pass manager. 2016-05-18 15:18:25 +00:00
CMakeLists.txt
LLVMBuild.txt