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-13 17:00:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Craig Topper
93fdde7fff
Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/min instructions. Lower them to target specific nodes and use those patterns instead. This also allows them to be commuted if UnsafeFPMath is enabled.
...
llvm-svn: 171227
2012-12-29 16:44:25 +00:00
..
Analysis
Nuke some dead code that snuck in some how. I thought I had already
2012-12-28 14:50:51 +00:00
Archive
…
AsmParser
…
Bitcode
…
CodeGen
Refactor DAGCombinerInfo. Change the different booleans that indicate if we are before or after different runs of DAGCo, with the CombineLevel enum.
2012-12-27 06:47:41 +00:00
DebugInfo
Right now all of the relocations are 32-bit dwarf, and the relocation
2012-12-27 01:07:07 +00:00
ExecutionEngine
…
Linker
…
MC
…
Object
…
Option
…
Support
…
TableGen
Update tablegen parser to allow defm names to start with #NAME.
2012-12-27 06:32:52 +00:00
Target
Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/min instructions. Lower them to target specific nodes and use those patterns instead. This also allows them to be commuted if UnsafeFPMath is enabled.
2012-12-29 16:44:25 +00:00
Transforms
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.
2012-12-28 09:30:44 +00:00
VMCore
Use a 'Constant' object instead of a bit field to store the attribute data.
2012-12-29 12:29:38 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…