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-26 06:04:47 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
/
InstCombine
History
Sanjay Patel
8f0ded9dee
[InstCombine] move fold of select of add/sub to helper function; NFCI
...
llvm-svn: 272199
2016-06-08 21:10:01 +00:00
..
CMakeLists.txt
…
InstCombineAddSub.cpp
Remove uses of builtin comma operator.
2016-02-18 22:09:30 +00:00
InstCombineAndOrXor.cpp
[InstCombine] look through bitcasts to find selects
2016-06-03 14:42:07 +00:00
InstCombineCalls.cpp
Avoid copies of std::strings and APInt/APFloats where we only read from it
2016-06-08 10:01:20 +00:00
InstCombineCasts.cpp
[InstCombine] Fix assertion when bitcast is converted to gep
2016-05-23 19:23:17 +00:00
InstCombineCompares.cpp
Avoid copies of std::strings and APInt/APFloats where we only read from it
2016-06-08 10:01:20 +00:00
InstCombineInternal.h
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
2016-06-08 19:09:22 +00:00
InstCombineLoadStoreAlloca.cpp
Reapply 267210 with fix for PR27490
2016-05-06 22:17:01 +00:00
InstCombineMulDivRem.cpp
Add safety check to InstCombiner::commonIRemTransforms
2016-06-05 21:17:04 +00:00
InstCombinePHI.cpp
[InstCombine] Preserve fast math flags when combining PHIs
2016-04-22 11:21:36 +00:00
InstCombineSelect.cpp
[InstCombine] move fold of select of add/sub to helper function; NFCI
2016-06-08 21:10:01 +00:00
InstCombineShifts.cpp
add FIXME comment; NFC
2016-04-11 17:35:57 +00:00
InstCombineSimplifyDemanded.cpp
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
2016-06-08 19:09:22 +00:00
InstCombineVectorOps.cpp
[InstCombine] scalarizePHI should not assume the code it sees has been CSE'd
2016-06-06 23:38:33 +00:00
InstructionCombining.cpp
X86: permit using SjLj EH on x86 targets as an option
2016-05-31 01:48:07 +00:00
LLVMBuild.txt
…