llvm-6502/lib/Transforms
Chandler Carruth c09228dba3 Try to move to a more reasonable set of naming conventions given the new
implementation of the SROA algorithm. We were using the term 'partition'
in many places that no longer ever represented an actual partition, but
rather just an arbitrary slice of an alloca.

No functionality change intended here. Mostly just renaming of types,
functions, variables, and rewording of comments. Several comments were
rewritten to make a lot more sense in the new structure of things.

The stats are still weird and not reflective of how this really works.
I'll fix those up in a separate patch as it is a touch more semantic of
a change...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186659 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-19 09:13:58 +00:00
..
Hello
InstCombine Restore r181216, which was partially reverted in r182499. 2013-07-17 20:06:03 +00:00
Instrumentation Remove DIBuilder cache of variable TheCU and change the few 2013-07-19 00:51:47 +00:00
IPO Clean up some of this code a tiny bit, no functionality change. 2013-07-18 22:32:32 +00:00
ObjCARC Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 04:42:23 +00:00
Scalar Try to move to a more reasonable set of naming conventions given the new 2013-07-19 09:13:58 +00:00
Utils Make SpecialCaseList match full strings, as documented, using anchors. 2013-07-16 17:56:07 +00:00
Vectorize Handle constants without going through SCEV. 2013-07-18 18:34:21 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile