This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
History
Tom Stellard
edfd81d965
Sink: Don't sink static allocas from the entry block
...
CodeGen treats allocas outside the entry block as dynamically sized stack objects. llvm-svn: 204473
2014-03-21 15:51:51 +00:00
..
Hello
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 09:10:37 +00:00
InstCombine
Fix a bug in InstCombine where we would incorrectly attempt to construct a
2014-03-13 22:51:43 +00:00
Instrumentation
[ASan] Do not instrument globals from the llvm.metadata section.
2014-03-20 10:48:34 +00:00
IPO
[C++11] Change DebugInfoFinder to use range-based loops
2014-03-18 09:41:07 +00:00
ObjCARC
Fix use_iterator crash in ObjCArc from r203364
2014-03-18 22:32:43 +00:00
Scalar
Sink: Don't sink static allocas from the entry block
2014-03-21 15:51:51 +00:00
Utils
Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
2014-03-20 19:54:47 +00:00
Vectorize
[LV] While I'm here, use range based for loops which are so much cleaner
2014-03-18 22:00:32 +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