1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib
Chris Lattner e15fb6ac61 Two changes:
#1 is to unconditionally strip constantpointerrefs out of
instruction operands where they are absolutely pointless and inhibit
optimization.  GRRR!

#2 is to implement InstCombine/getelementptr_const.ll

llvm-svn: 12519
2004-03-25 22:59:29 +00:00
..
Analysis Minor efficiency improvement, finegrainify namespacification 2004-03-25 22:56:03 +00:00
AsmParser Hrm, we were leaking ~1M of garbage that valgrind never told us about because 2004-03-19 23:34:33 +00:00
Bytecode Write select instructions to bytecode 2004-03-12 05:52:01 +00:00
CodeGen Make the set of fixed (preallocated) intervals be a fixed superset of 2004-03-17 00:48:59 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine Fix PR296: [execution engines] Unhandled cast constant expression 2004-03-16 08:38:56 +00:00
Support Hide variable from other functions. 2004-03-04 17:50:44 +00:00
Target Fix PR299: [Sparc] Code generator asserts on alloc of zero size type 2004-03-19 04:21:43 +00:00
Transforms Two changes: 2004-03-25 22:59:29 +00:00
VMCore Catch some more cases of broken code. The loop extractor seems to be creating 2004-03-14 03:23:54 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00