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-02-16 10:18:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
NAKAMURA Takumi
b4d83263c5
InstCombineLoadStoreAlloca.cpp: Avoid instantiating Twine.
...
llvm-svn: 255637
2015-12-15 09:37:31 +00:00
..
Analysis
…
AsmParser
…
Bitcode
…
CodeGen
Type legalizer for masked gather and scatter intrinsics.
2015-12-15 08:40:41 +00:00
DebugInfo
…
ExecutionEngine
…
Fuzzer
…
IR
[IR] Add classof for GetElementPtrConstantExpr, CompareConstantExpr, InsertValueConstantExpr, and ExtractValueConstantExpr. All but CompareConstantExpr were being used in casts that were erroneously using ConstantExpr::classof due to inheritance. While there use cast<CompareConstantExpr> to simplify code slightly.
2015-12-15 06:11:36 +00:00
IRReader
…
LibDriver
…
LineEditor
…
Linker
…
LTO
…
MC
…
Object
…
Option
…
Passes
…
ProfileData
…
Support
Fix MSVC build with LLVM_ENABLE_THREADS=OFF
2015-12-15 05:53:41 +00:00
TableGen
…
Target
Type legalizer for masked gather and scatter intrinsics.
2015-12-15 08:40:41 +00:00
Transforms
InstCombineLoadStoreAlloca.cpp: Avoid instantiating Twine.
2015-12-15 09:37:31 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…