- Jun 30, 2003
-
-
John Criswell authored
system. llvm-svn: 7014
-
- Jun 26, 2003
-
-
Chris Lattner authored
ALL of the global ctor/dtor stuff if it is not used! llvm-svn: 6916
-
Chris Lattner authored
Move the instcombine pass before globaldce, so that if globals are made dead by instcombine, that they can be deleted. llvm-svn: 6910
-
- Jun 25, 2003
-
-
Chris Lattner authored
llvm-svn: 6897
-
Chris Lattner authored
llvm-svn: 6896
-
- Jun 22, 2003
-
-
Chris Lattner authored
Other minor reorganizations llvm-svn: 6849
-
- Jun 20, 2003
-
-
Chris Lattner authored
llvm-svn: 6799
-
- Jun 19, 2003
-
-
Chris Lattner authored
instcombine does this llvm-svn: 6787
-
- Jun 18, 2003
-
-
Brian Gaeke authored
llvm-svn: 6780
-
Brian Gaeke authored
Move LowerAllocations, PrintFunction, and SymbolStripping passes, and the corresponding -disable-strip and -d options, over here to the SPARC target-specific bits of llc. Rename -d to -dump-asm. tools/llc/Makefile: Reindent. Add x86 library so that llc compiles again. tools/llc/llc.cpp: Remove support for running arbitrary optimization passes. Use opt instead. Remove LowerAllocations, PrintFunction, and SymbolStripping passes, as noted above. Allow user to select a backend (x86 or SPARC); default to guessing from the endianness/pointer size of the input bytecode file. Fix typos. Delete empty .s file and exit with error status if target does not support static compilation. llvm-svn: 6776
-
Chris Lattner authored
llvm-svn: 6772
-
Chris Lattner authored
llvm-svn: 6770
-
- Jun 17, 2003
-
-
Brian Gaeke authored
it is needed. llvm-svn: 6753
-
Chris Lattner authored
llvm-svn: 6748
-
Chris Lattner authored
llvm-svn: 6747
-
Chris Lattner authored
llvm-svn: 6746
-
Chris Lattner authored
link in the X86 JIT either, but this makes testing easier. For some reason, the sparc JIT was breaking the X86 JIT when it was linked in. :( llvm-svn: 6745
-
Chris Lattner authored
llvm-svn: 6743
-
Chris Lattner authored
llvm-svn: 6742
-
Chris Lattner authored
optimized INTO an alloca llvm-svn: 6727
-
Chris Lattner authored
llvm-svn: 6726
-
- Jun 16, 2003
-
-
Brian Gaeke authored
so that we can easily change its use to be conditional on the result of an autoconf test later. llvm-svn: 6723
-
- Jun 13, 2003
-
-
Chris Lattner authored
llvm-svn: 6688
-
- Jun 12, 2003
-
-
Chris Lattner authored
llvm-svn: 6686
-
- Jun 05, 2003
-
-
Chris Lattner authored
llvm-svn: 6631
-
- Jun 02, 2003
-
-
Chris Lattner authored
llvm-svn: 6533
-
Chris Lattner authored
llvm-svn: 6532
-
- May 31, 2003
-
-
Chris Lattner authored
llvm-svn: 6485
-
- May 30, 2003
-
-
Chris Lattner authored
llvm-svn: 6442
-
Chris Lattner authored
llvm-svn: 6441
-
- May 29, 2003
-
-
Chris Lattner authored
llvm-svn: 6398
-
- May 27, 2003
-
-
Misha Brukman authored
of Sparc JIT (printing out instrs) on X86. Con: this increases linking time. llvm-svn: 6361
-
Chris Lattner authored
automatically in LLC llvm-svn: 6358
-
Chris Lattner authored
llvm-svn: 6354
-
- May 23, 2003
-
-
Brian Gaeke authored
tools/lli/lli.cpp:main(). llvm-svn: 6317
-
Brian Gaeke authored
Fix typo in header. Add IsArchive static method. Roll LoadLibraryFromDirectory() into LoadLibrary(), and factor LoadLibraryExactName() out of the result. Instead of treating the current directory specially, just insert it into LibPaths in the beginning of main(). Make LoadLibrary() take a "search" flag that says whether to search for the correct library, or just trust that LibName is right. Make LinkLibrary() take a "search" flag, and pass it to LoadLibrary(). Change the for-loop over InputFilenames to detect ar archives and link them in as libraries without searching. Change the for-loop over Libraries to explicitly turn on the "search" flag to LinkLibrary() that makes LoadLibrary() search for the correct library (i.e., when processing -lNAME options.) llvm-svn: 6316
-
Brian Gaeke authored
explanatory comment. llvm-svn: 6308
-
- May 22, 2003
-
-
Chris Lattner authored
llvm-svn: 6292
-
- May 21, 2003
-
-
Chris Lattner authored
llvm-svn: 6271
-
Chris Lattner authored
llvm-svn: 6267
-