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-12 22:53:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Duncan Sands
2a797fc19a
Use a switch rather than a sequence of "isa" tests.
...
llvm-svn: 61872
2009-01-07 19:10:21 +00:00
..
Analysis
When checking if an Argument escapes, check if
2009-01-05 21:19:53 +00:00
Archive
Tidy up #includes, deleting a bunch of unnecessary #includes.
2009-01-05 17:59:02 +00:00
AsmParser
fix wordo
2009-01-05 18:56:52 +00:00
Bitcode
…
CodeGen
The coalescer does not coalesce a virtual register to a physical register if any of the physical register's sub-register live intervals overlaps with the virtual register. This is overly conservative. It prevents a extract_subreg from being coalesced away:
2009-01-07 02:08:57 +00:00
Debugger
Tidy up #includes, deleting a bunch of unnecessary #includes.
2009-01-05 17:59:02 +00:00
ExecutionEngine
Tidy up #includes, deleting a bunch of unnecessary #includes.
2009-01-05 17:59:02 +00:00
Linker
…
Support
Tweak --version to include the date and time.
2008-12-23 18:41:47 +00:00
System
…
Target
Add patterns to match conditional moves with loads folded
2009-01-07 01:00:24 +00:00
Transforms
Use a switch rather than a sequence of "isa" tests.
2009-01-07 19:10:21 +00:00
VMCore
Improve support for type-generic vector intrinsics by teaching TableGen how
2009-01-07 00:09:01 +00:00
Makefile
…