llvm-6502/lib
Chris Lattner e151259288 Hrm, we were leaking ~1M of garbage that valgrind never told us about because
it was "reachable".  Cute.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12515 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-19 23:34:33 +00:00
..
Analysis Fix a HORRIBLY NASTY bug that caused siod to stop working last night. 2004-03-17 23:22:04 +00:00
Archive
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
ExecutionEngine Fix PR296: [execution engines] Unhandled cast constant expression 2004-03-16 08:38:56 +00:00
Linker
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 Teach the optimizer to delete zero sized alloca's (but not mallocs!) 2004-03-19 06:08:10 +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