1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib
David Majnemer 0e608b0bdb [MC] Add support for GNU as-compatible binary operator precedence
GNU as and Darwin give the various binary operators different
precedence.  LLVM's MC supported the Darwin semantics but not the GNU
semantics.

This fixes PR25311.

llvm-svn: 251271
2015-10-26 03:15:34 +00:00
..
Analysis [ScalarEvolution] Throw away dead code. 2015-10-25 20:00:49 +00:00
AsmParser AsmParser: Remove implicit ilist iterator conversions, NFC 2015-10-20 01:12:49 +00:00
Bitcode Silence Visual C++ warning in function summary parsing code (NFC) 2015-10-21 19:25:14 +00:00
CodeGen Scalarizer for masked.gather and masked.scatter intrinsics. 2015-10-25 15:37:55 +00:00
DebugInfo Use numeric_limits instead of LLONG_MAX 2015-10-21 21:10:12 +00:00
ExecutionEngine [RuntimeDyld][COFF] Fix a think-o in the handling of the IMAGE_REL_AMD64_ADDR64 2015-10-23 18:46:43 +00:00
Fuzzer [libFuzzer] add -merge flag to merge corpora 2015-10-24 01:16:40 +00:00
IR [SCEV] Opportunistically interpret unsigned constraints as signed 2015-10-22 19:57:34 +00:00
IRReader
LibDriver [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC 2015-10-21 16:30:42 +00:00
LineEditor
Linker Linker: Remove implicit ilist iterator conversion, NFC 2015-10-19 22:23:36 +00:00
LTO
MC [MC] Add support for GNU as-compatible binary operator precedence 2015-10-26 03:15:34 +00:00
Object [AVR] Add ELF constants to headers 2015-10-23 06:05:55 +00:00
Option [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC 2015-10-21 16:30:42 +00:00
Passes
ProfileData Add helper functions and remove hard coded references to instProf related name/name-prefixes 2015-10-22 20:32:12 +00:00
Support [X86] Add support for elfiamcu triple 2015-10-25 08:07:37 +00:00
TableGen [TblGen] ArrayRefize TGParser. No functional change intended. 2015-10-24 12:46:45 +00:00
Target [MC] Don't crash when .word is given bogus values 2015-10-26 02:45:50 +00:00
Transforms Convert assert(false) into llvm_unreachable where it makes sense. 2015-10-25 22:28:27 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile