- Jun 05, 2006
-
-
Reid Spencer authored
built with CommandLine.h will want the --version option to report that the tool belongs to LLVM. To override simply pass a void func() to the cl::SetVersionPrinter() function and that void func() will be called when it is time to print the version information. llvm-svn: 28687
-
Reid Spencer authored
Add support for Graphviz. Patch contributed by Anton Korobeynikov. llvm-svn: 28684
-
- Jun 04, 2006
-
-
Evan Cheng authored
llvm-svn: 28683
-
Evan Cheng authored
llvm-svn: 28682
-
Owen Anderson authored
llvm-svn: 28680
-
Andrew Lenharth authored
llvm-svn: 28679
-
Owen Anderson authored
llvm-svn: 28678
-
Owen Anderson authored
actually going on. llvm-svn: 28677
-
- Jun 03, 2006
-
-
Evan Cheng authored
llvm-svn: 28672
-
- Jun 02, 2006
-
-
Evan Cheng authored
llvm-svn: 28667
-
Evan Cheng authored
llvm-svn: 28666
-
Chris Lattner authored
llvm-svn: 28664
-
Chris Lattner authored
llvm-svn: 28661
-
Chris Lattner authored
to link in the implementation. Thanks to Anton Korobeynikov for figuring out what was going on here. llvm-svn: 28660
-
Chris Lattner authored
llvm-svn: 28657
-
- Jun 01, 2006
-
-
Chris Lattner authored
llvm-svn: 28642
-
Chris Lattner authored
code (while cloning) it often gets the branch/switch instructions. Since it knows that edges of the CFG are dead, it need not clone (or even look) at the obviously dead blocks. This should speed up the inliner substantially on code where there are lots of inlinable calls to functions with constant arguments. On C++ code in particular, this kicks in. llvm-svn: 28641
-
Chris Lattner authored
llvm-svn: 28640
-
Reid Spencer authored
llvm-svn: 28639
-
Chris Lattner authored
llvm-svn: 28636
-
Chris Lattner authored
llvm-svn: 28635
-
Chris Lattner authored
llvm-svn: 28634
-
Chris Lattner authored
llvm-svn: 28633
-
Chris Lattner authored
llvm-svn: 28632
-
Chris Lattner authored
llvm-svn: 28630
-
Chris Lattner authored
llvm-svn: 28629
-
Reid Spencer authored
IncludeFile hack to ensure linkage of analysis passes. This works around some -pedantic warnings about assigning an object to a function. llvm-svn: 28621
-
Reid Spencer authored
LiveIntervalAnalysis.cpp:218: error: floating constant exceeds range of 'double' llvm-svn: 28620
-
Owen Anderson authored
llvm-svn: 28619
-
Owen Anderson authored
reimplement getValueDominatingFunction to walk the DominanceTree rather than just searching blindly. llvm-svn: 28618
-
Evan Cheng authored
llvm-svn: 28617
-
Reid Spencer authored
Don't warn about -pedantic errors. Add a note to the PR instead. llvm-svn: 28616
-
Reid Spencer authored
Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are left on as a reminder to developers to clean them up. llvm-svn: 28614
-
Reid Spencer authored
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610
-
Evan Cheng authored
llvm-svn: 28607
-
Evan Cheng authored
llvm-svn: 28606
-
Reid Spencer authored
llvm-svn: 28605
-
Evan Cheng authored
llvm-svn: 28603
-
- May 31, 2006
-
-
Reid Spencer authored
/bzlib.c:126: warning: string length `1056' is greater than the length `509' ISO C89 compilers are required to support llvm-svn: 28602
-
Chris Lattner authored
but for sub, it really does! Fix fixes a miscompilation of fibheap_cut in llvmgcc4. llvm-svn: 28600
-