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-25 13:27:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Gabor Greif
0c8b237857
Rewrite operand loops to use iterators. This shrinks .o file (at gcc4.0.1 -O3 x86) substantially (>500 bytes). Reason still unknown.
...
llvm-svn: 51423
2008-05-22 06:43:33 +00:00
..
Analysis
Rewrite operand loops to use iterators. This shrinks .o file (at gcc4.0.1 -O3 x86) substantially (>500 bytes). Reason still unknown.
2008-05-22 06:43:33 +00:00
Archive
Clean up the use of static and anonymous namespaces. This turned up
2008-05-13 00:00:25 +00:00
AsmParser
Reverting accidental commit of generated files.
2008-05-19 05:57:12 +00:00
Bitcode
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.)
2008-05-16 19:29:10 +00:00
CodeGen
Fix PR2343. An *interesting* coalescer bug.
2008-05-21 22:34:12 +00:00
Debugger
Make these variables static.
2008-04-23 23:15:23 +00:00
ExecutionEngine
Fix a couple issues with the JIT and multiple modules:
2008-05-21 16:34:48 +00:00
Linker
Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better.
2008-05-15 10:04:30 +00:00
Support
Don't assume underlying APInt type is limited
2008-05-14 22:53:25 +00:00
System
Follow-up to the reverting of r51218. This puts the checks out-of-line. Because
2008-05-21 21:20:07 +00:00
Target
fix an off-by-one error in my previous patch, don't treat the callee as a incoming arg.
2008-05-22 06:29:38 +00:00
Transforms
rewrite the validity checking for memory promotion to be simpler,
2008-05-22 03:22:42 +00:00
VMCore
Fix PR2267, by allowing indirect outputs to be intermixed
2008-05-22 04:46:38 +00:00
Makefile
remove attribution from lib Makefiles.
2007-12-29 20:09:26 +00:00