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 06:06:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Bill Wendling
3fbb708d4f
Remove dead store.
...
llvm-svn: 92190
2009-12-28 01:51:30 +00:00
..
Analysis
Change dbgs() back to errs() as Chris requested.
2009-12-23 23:29:28 +00:00
Archive
…
AsmParser
Change errs() to dbgs().
2009-12-23 23:38:28 +00:00
Bitcode
Change errs() to dbgs().
2009-12-24 00:06:26 +00:00
CodeGen
Remove dead store.
2009-12-28 01:51:30 +00:00
CompilerDriver
Make Path use StringRef instead of std::string where possible.
2009-12-17 21:02:39 +00:00
ExecutionEngine
Partially revert r91626. Materializing extra functions to determine whether
2009-12-22 23:47:23 +00:00
Linker
Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame API.
2009-11-10 00:43:58 +00:00
MC
Pass StringRef by value.
2009-11-06 10:58:06 +00:00
Support
Implement support for converting to string at "natural precision", and fix some
2009-12-24 23:18:09 +00:00
System
Alternative fix to make sure that the extern declarations used by
2009-12-23 19:12:50 +00:00
Target
Remove dead variable.
2009-12-28 01:42:12 +00:00
Transforms
move an optimization for memcmp out of simplifylibcalls and into
2009-12-24 00:37:38 +00:00
VMCore
Avoid assigning to Changed when it won't be used after the return.
2009-12-25 13:50:18 +00:00
Makefile
remove llvm-db: it is completely broken and if anyone wants to do a debugger,
2009-10-05 02:29:51 +00:00