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-23 04:16:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Evan Cheng
65d1b38875
Remove redundant #include.
...
llvm-svn: 47748
2008-02-29 02:49:15 +00:00
..
Analysis
Fix
http://llvm.org/bugs/show_bug.cgi?id=2104
by ordering lexicographically what gets printed. Be const-correct in PrintResults and uninline it too
2008-02-28 08:38:45 +00:00
Archive
Make llvm-ar behave like ar, if you create an empty archive, ar creates an empty archive. llvm-ar would not generate an output file in this case
2008-02-28 22:24:48 +00:00
AsmParser
regenerate.
2008-02-26 23:19:08 +00:00
Bitcode
Use SmallVector while constructing ReturnInst.
2008-02-26 19:38:17 +00:00
CodeGen
Remove redundant #include.
2008-02-29 02:49:15 +00:00
Debugger
…
ExecutionEngine
Simplify code using convertFromZeroExtendedInteger with an APInt
2008-02-29 01:27:13 +00:00
Linker
Emit an error when a library is not found. It is the GNU ld behavior and it is expected by the configure scripts.
2008-02-27 17:20:32 +00:00
Support
Add support to APInt for shift and rotate operations with APInt
2008-02-29 01:40:47 +00:00
System
Add path separator support, patch by Sam Bishop.
2008-02-27 06:17:10 +00:00
Target
Use the correct instruction encodings for the 64-bit MMX movd.
2008-02-29 01:35:12 +00:00
Transforms
Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting
2008-02-26 23:06:17 +00:00
VMCore
Use the new convertFromAPInt instead of convertFromZeroExtendedInteger.
2008-02-29 01:42:52 +00:00
Makefile
…