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-11 14:16:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Evan Cheng
6a0784954a
Allow machine cse to cse instructions which define physical registers. Controlled by option -machine-cse-phys-defs.
...
llvm-svn: 104385
2010-05-21 21:22:19 +00:00
..
Analysis
Rename variable. add comment.
2010-05-20 20:35:24 +00:00
Archive
silence a warning, patch by "mike".
2010-04-25 04:44:26 +00:00
AsmParser
Add support for thiscall calling convention.
2010-05-16 09:08:45 +00:00
Bitcode
Revert 101465, it broke internal OpenGL testing.
2010-04-16 23:37:20 +00:00
CodeGen
Allow machine cse to cse instructions which define physical registers. Controlled by option -machine-cse-phys-defs.
2010-05-21 21:22:19 +00:00
CompilerDriver
Print a space after the colon.
2010-05-20 21:11:37 +00:00
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
Fix section attribute name.
2010-05-21 21:08:52 +00:00
Support
Fix __crashreport_info__ declaration.
2010-05-20 23:50:19 +00:00
System
Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup
2010-05-08 02:10:34 +00:00
Target
- Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs
2010-05-21 20:53:24 +00:00
Transforms
DominatorTree.getNode can return null for unreachable blocks.
2010-05-20 22:46:54 +00:00
VMCore
Add support for thiscall calling convention.
2010-05-16 09:08:45 +00:00
Makefile
…