llvm-6502/lib/Transforms
Hal Finkel f64a7a83be BBVectorize: Call a DAG and DAG instead of a tree
Several functions and variable names used the term 'tree' to refer
to what is actually a DAG. Correcting this mistake will, hopefully,
prevent confusion in the future.

No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175278 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-15 17:20:54 +00:00
..
Hello Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
InstCombine Fix refactoring mistake in "Teach InstCombine to work with smaller legal types..." 2013-02-15 15:18:17 +00:00
Instrumentation [asan] support long double on 64-bit. See https://code.google.com/p/address-sanitizer/issues/detail?id=151 2013-02-15 12:46:06 +00:00
IPO Retain the name of the new internal global that's been shrunk. 2013-02-13 23:00:51 +00:00
ObjCARC Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. 2013-02-15 12:30:38 +00:00
Scalar Actually delete this code, since it's really not clear what it's 2013-02-12 22:26:41 +00:00
Utils Remove #includes from the commonly used LoopInfo.h. 2013-02-09 01:04:28 +00:00
Vectorize BBVectorize: Call a DAG and DAG instead of a tree 2013-02-15 17:20:54 +00:00
CMakeLists.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
LLVMBuild.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Makefile Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00