This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
abfa3e56521c3ce3918285d2cefc1bcdf9dfb310
clang-p2996
/
llvm
/
lib
/
Transforms
History
Chandler Carruth
abfa3e5652
[cleanup] Use the type-based preservation method rather than a string
...
literal that bakes a pass name and forces parsing it in the pass manager. llvm-svn: 199963
2014-01-24 01:59:49 +00:00
..
Hello
Set LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corresponding Makefiles do so.
2013-12-29 23:06:49 +00:00
InstCombine
Fix all the remaining lost-fast-math-flags bugs I've been able to find. The most important of these are cases in the generic logic for combining BinaryOperators.
2014-01-20 07:44:53 +00:00
Instrumentation
[asan] extend asan-coverage (still experimental).
2014-01-17 11:00:30 +00:00
IPO
Remove tail marker when changing an argument to an alloca.
2014-01-23 17:19:42 +00:00
ObjCARC
[PM] Split DominatorTree into a concrete analysis result object which
2014-01-13 13:07:17 +00:00
Scalar
[cleanup] Use the type-based preservation method rather than a string
2014-01-24 01:59:49 +00:00
Utils
[LPM] Make LoopSimplify no longer a LoopPass and instead both a utility
2014-01-23 11:23:19 +00:00
Vectorize
LoopVectorizer: A reduction that has multiple uses of the reduction value is not
2014-01-19 03:18:31 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…