llvm-6502/lib
Andrew Trick 5614769d55 indvars: fix a pass-sensitivity issue that would hit the SCEVExpander
assertion I added in r135333. Check for the existence of a preheader
before expanding a recurrence.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135335 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-16 01:18:53 +00:00
..
Analysis Fix SCEVEXpander to handle arbitrary phi expansion. Includes two 2011-07-16 00:59:39 +00:00
Archive
AsmParser Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
Bitcode Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
CodeGen He said *before* the last split point. 2011-07-16 00:13:30 +00:00
CompilerDriver
ExecutionEngine Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
Linker
MC
Object ObjectFile: Add a method to check whether a section contains a symbol. 2011-07-15 18:39:21 +00:00
Support In Twine::str(), if the Twine stores only a std::string, just return a direct copy of that instead of first copying to a SmallString and converting that to a std::string. Also fix some indentation. 2011-07-15 11:05:37 +00:00
Target Add AVX 128-bit patterns for sint_to_fp 2011-07-16 00:50:20 +00:00
Transforms indvars: fix a pass-sensitivity issue that would hit the SCEVExpander 2011-07-16 01:18:53 +00:00
VMCore deconstify getType()'s. 2011-07-15 23:15:45 +00:00
CMakeLists.txt
Makefile