This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-20 02:34:48 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Silviu Baranga
82d7afd0d2
Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the disassembler. Since the upredicability conditions are complex, C++ code was added to handle them.
...
llvm-svn: 155001
2012-04-18 13:12:50 +00:00
..
Analysis
Revert "SCEV: When expanding a GEP the final addition to the base pointer has NUW but not NSW."
2012-04-17 06:33:57 +00:00
Archive
…
AsmParser
…
Bitcode
…
CodeGen
Fixes a problem in instruction selection with testing whether or not the
2012-04-17 22:23:10 +00:00
DebugInfo
Fix a C++11 UDL conflict.
2012-04-04 20:33:56 +00:00
ExecutionEngine
Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.
2012-04-17 20:10:16 +00:00
Linker
It's possible for two types, which are isomorphic, to be added to the
2012-03-23 23:17:38 +00:00
MC
MC assembly parser handling for trailing comma in macro instantiation.
2012-04-16 21:18:49 +00:00
Object
Implement GDB integration for source level debugging of code JITed using
2012-04-16 22:12:58 +00:00
Support
SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing a bad one ourselves.
2012-04-18 10:37:32 +00:00
TableGen
…
Target
Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the disassembler. Since the upredicability conditions are complex, C++ code was added to handle them.
2012-04-18 13:12:50 +00:00
Transforms
Use a heavy hammer to fix PR12573.
2012-04-18 06:00:09 +00:00
VMCore
Remove AVX vpermil intrinsics. I removed their uses from clang headers and builtins a while back.
2012-04-18 05:24:00 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…