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-18 01:35:44 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Evan Cheng
23fb523b44
Mark a few more pattern-less instructions with neverHasSideEffects. This is especially important on instructions like t2LEApcreal which are prime candidate for machine LICM.
...
llvm-svn: 104102
2010-05-19 01:52:25 +00:00
..
Analysis
Add support to preserve type info for the variables that are removed by the optimizer.
2010-05-14 21:01:35 +00:00
Archive
…
AsmParser
Add support for thiscall calling convention.
2010-05-16 09:08:45 +00:00
Bitcode
…
CodeGen
Intrinsics which do a vector compare (results are all zero or all ones) are modeled as icmp / fcmp + sext. This is turned into a vsetcc by dag combine (yes, not a good long term solution). The targets can then isel the vsetcc to the appropriate instruction.
2010-05-19 01:08:17 +00:00
CompilerDriver
…
ExecutionEngine
improve portability to systems that don't have powf/modf (e.g. solaris 9)
2010-05-15 17:10:24 +00:00
Linker
…
MC
Implement EmitTBSSSymbol for MachOStreamer.
2010-05-18 21:26:41 +00:00
Support
Add a comment explaining why this code uses Append mode.
2010-05-19 01:21:34 +00:00
System
Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup
2010-05-08 02:10:34 +00:00
Target
Mark a few more pattern-less instructions with neverHasSideEffects. This is especially important on instructions like t2LEApcreal which are prime candidate for machine LICM.
2010-05-19 01:52:25 +00:00
Transforms
Add a comment.
2010-05-18 23:55:57 +00:00
VMCore
Add support for thiscall calling convention.
2010-05-16 09:08:45 +00:00
Makefile
…