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
Dan Gohman
e7a243fea5
Add a new ObjC ARC optimization pass to eliminate unneeded
...
autorelease push+pop pairs. llvm-svn: 148330
2012-01-17 20:52:24 +00:00
..
Hello
Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet.
2010-10-07 00:31:16 +00:00
InstCombine
Move assert to the right place.
2012-01-09 17:36:29 +00:00
Instrumentation
[asan] extend the workaround for
http://llvm.org/bugs/show_bug.cgi?id=11395
: don't instrument the function at all on x86_32 if it has a large asm blob
2012-01-11 18:15:23 +00:00
IPO
Add a new PassManagerBuilder customization point,
2012-01-17 20:51:32 +00:00
Scalar
Add a new ObjC ARC optimization pass to eliminate unneeded
2012-01-17 20:52:24 +00:00
Utils
Remove unreachable code. (replace with llvm_unreachable to help GCC where necessary)
2012-01-17 04:43:56 +00:00
CMakeLists.txt
Move library stuff out of the toplevel CMakeLists.txt file.
2011-02-18 22:06:14 +00:00
LLVMBuild.txt
LLVMBuild: Introduce a common section which currently has a list of the
2011-12-12 22:45:54 +00:00
Makefile
…