llvm-6502/lib/Transforms
Peter Collingbourne 47e71da4b3 SafeStack: Create the unsafe stack pointer on demand.
This avoids creating an unnecessary undefined reference on targets such as
NVPTX that require such references to be declared in asm output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240321 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-22 20:26:54 +00:00
..
Hello Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
InstCombine Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Instrumentation SafeStack: Create the unsafe stack pointer on demand. 2015-06-22 20:26:54 +00:00
IPO Rangify for loops in Inliner::runOnSCC(), NFC. 2015-06-20 07:12:33 +00:00
ObjCARC [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. 2015-06-22 02:16:51 +00:00
Scalar IndVarSimplify: Avoid UB from binding a reference to a null pointer 2015-06-20 06:24:05 +00:00
Utils [SwitchLowering] Remove quadratic vector removal. 2015-06-20 15:59:34 +00:00
Vectorize [SLP] Vectorize for all-constant entries. 2015-06-19 17:40:15 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile