llvm-6502/lib
David Greene 5b7dfbd89a Use a safer iterator interface and get rid of std C++ library misuse.
This fixes a --enable-expensive-checks problem.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69353 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-17 14:56:18 +00:00
..
Analysis Handle a pointer type correctly in SCEVExpander::visitAddRecExpr. 2009-04-16 21:34:54 +00:00
Archive
AsmParser Fix warning in .ll parser, detect and reject available_externally on function 2009-04-13 07:02:02 +00:00
Bitcode Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
CodeGen Teach spiller to unfold instructions which modref spill slot when a scratch 2009-04-17 01:29:40 +00:00
CompilerDriver -write-graph now can be used with -o. 2009-03-27 12:57:14 +00:00
Debugger Oops...I committed too much. 2009-03-13 04:39:26 +00:00
ExecutionEngine make sure to unlock keymgr if the JIT is created and destroyed, all 2009-04-16 21:47:59 +00:00
Linker Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
Support teach EscapeString and UnescapeString to handle ". 2009-04-15 20:12:52 +00:00
System Call CreateProcess with bInheritHandles = TRUE. 2009-04-14 21:31:36 +00:00
Target For general dynamic TLS access we must use 2009-04-17 14:35:58 +00:00
Transforms Use a safer iterator interface and get rid of std C++ library misuse. 2009-04-17 14:56:18 +00:00
VMCore Limit the number of times we're willing to chase pointers. Removes an O(n^2) 2009-04-15 06:23:41 +00:00
Makefile