Displaying 6 results from an estimated 6 matches for "deadtypeelimin".
Did you mean:
deadtypeelim
2010 Feb 26
2
[LLVMdev] VIM mode line comments
...would like to do this inside of the MicroBlaze backend to ensure that tabs are expanded into exactly two spaces. I see that right now the following files have these vim mode line comments:
include/llvm/ADT/SetVector.h
lib/Archive/ArchiveInternals.h
lib/Linker/LinkModules.cpp
lib/Transforms/IPO/DeadTypeElimination.cpp
lib/VMCore/Function.cpp
Since this does not seem to be a wide spread practice I thought I would ask before I made the changes.
--
Wesley Peck
University of Kansas
SLDG Laboratory
2008 Apr 14
2
[LLVMdev] standard passes
> If you're running opt on the command line directly, then use the
> "-p" option. See "-help" for more information on that.
>
> -bw
>
I have a couple of more questions.
1. Does -std-compile-opts of opt do the same optimization with llvm-gcc
with -O[1-3] options? If I want to debug into passes through llvm-gcc,
how do I set a breakpoint right before pass
2007 Dec 21
2
[LLVMdev] Interprocedural optimizations in LLVM
Hi Everyone,
Can Someone tell me all the interprocedural optimizations that LLVM 2.1
supports.
Thank You,
Naineet Patel
CSE
IITB
2011 Jul 09
0
[LLVMdev] type-system-rewrite branch landing tomorrow
Jay Foad wrote:
>> ... and it's in. Please let me know if you see any problems.
>
> My clang self-hosted build (Release+Asserts on Release+Asserts, Linux
> x86_64) fails with:
>
> make[2]: Entering directory `/home/jay/llvm/objdir-self/tools/opt'
> llvm[2]: Compiling GraphPrinters.cpp for Debug+Asserts build
> clang:
2011 Jul 09
4
[LLVMdev] type-system-rewrite branch landing tomorrow
> ... and it's in. Please let me know if you see any problems.
My clang self-hosted build (Release+Asserts on Release+Asserts, Linux
x86_64) fails with:
make[2]: Entering directory `/home/jay/llvm/objdir-self/tools/opt'
llvm[2]: Compiling GraphPrinters.cpp for Debug+Asserts build
clang: /home/jay/svn/llvm-project/llvm/trunk/include/llvm/Support/Casting.h:194:
typename
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Transforms\Ipo\FunctionResolution.cpp">
> </File>
>...