llvm-6502/lib
Brian Gaeke 2e2f2dcd6a lib/Target/Sparc/Sparc.cpp:
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6776 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-18 21:14:23 +00:00
..
Analysis Implement handling of constantexprs for disambiguation. This implements 2003-06-17 15:25:37 +00:00
Archive Fixed 'prevalent'. 2003-04-23 02:59:05 +00:00
AsmParser Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. 2003-06-18 19:22:36 +00:00
Bytecode Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. 2003-06-18 19:22:36 +00:00
CodeGen Actually, change it to use explicit new/delete, which is more likely to be 2003-06-16 22:29:09 +00:00
ExecutionEngine Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. 2003-06-17 23:14:06 +00:00
Linker Fix Bug: Linker/2003-05-15-TypeProblem.ll 2003-05-15 16:30:55 +00:00
Support Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD. 2003-06-17 19:54:00 +00:00
Target lib/Target/Sparc/Sparc.cpp: 2003-06-18 21:14:23 +00:00
Transforms Handle arguments passed in through the va_arg area 2003-06-18 16:25:51 +00:00
VMCore Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. 2003-06-18 19:22:36 +00:00
Makefile Compile sub-directories in parallel, because they don't have interdependencies 2002-09-18 03:25:58 +00:00