llvm-6502/lib
Sanjiv Gupta 428098de62 Before trying to introduce/eliminate cast/ext/trunc to make indices type as
pointer type, make sure that the pointer size is a valid sequential index type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69574 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-20 06:05:54 +00:00
..
Analysis Add a ScalarEvolution::getCouldNotCompute() function, and use it 2009-04-18 17:58:19 +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
CodeGen Now that BUILD_VECTOR operands are allowed to be 2009-04-19 06:40:30 +00:00
CompilerDriver
Debugger
ExecutionEngine Use an AssertingVH to detect the case where the Function was deleted but 2009-04-19 18:32:03 +00:00
Linker
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 Fixed a few 64 bit cases in X86InstrInfo::commuteInstruction 2009-04-18 05:16:01 +00:00
Transforms Before trying to introduce/eliminate cast/ext/trunc to make indices type as 2009-04-20 06:05:54 +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