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-02-02 18:31:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Misha Brukman
a35a69da97
Chris says it's better to assert that TheModule is valid than silently return 0.
...
llvm-svn: 9212
2003-10-17 21:59:57 +00:00
..
Analysis
Make use of "external" depth-first iterators to avoid revisiting nodes
2003-10-13 16:36:06 +00:00
AsmParser
Tighten up handling of checks for shift instructions
2003-10-17 05:11:44 +00:00
Bytecode
Eliminate some extraneous code in SlotCalculator::insertVal().
2003-10-17 02:02:40 +00:00
CodeGen
#include vector which we will need here soon
2003-10-15 22:09:32 +00:00
CWriter
Add support for 'weak' linkage.
2003-10-16 18:29:00 +00:00
ExecutionEngine
Don't release the Module, as that invalidates the Module* within the
2003-10-17 18:31:59 +00:00
Support
Fix up error message.
2003-10-15 20:46:58 +00:00
Target
You can't just blat the address into memory, you have to blat its
2003-10-17 21:47:25 +00:00
Transforms
Do not crash on empty structures
2003-10-17 18:03:54 +00:00
VMCore
Chris says it's better to assert that TheModule is valid than silently return 0.
2003-10-17 21:59:57 +00:00
Makefile
Removed Support directory. It now lives in llvm/support/lib.
2003-09-29 16:10:43 +00:00