- Feb 08, 2004
-
-
Brian Gaeke authored
I don't know why its indentation has been bugging me, but it has. llvm-svn: 11180
-
- Feb 02, 2004
-
-
Brian Gaeke authored
llvm-svn: 11074
-
- Dec 16, 2003
-
-
Chris Lattner authored
llvm-svn: 10483
-
- Oct 21, 2003
-
-
John Criswell authored
llvm-svn: 9314
-
- Sep 01, 2003
-
-
Chris Lattner authored
llvm-svn: 8305
-
Chris Lattner authored
llvm-svn: 8302
-
- Aug 15, 2003
-
-
Chris Lattner authored
llvm-svn: 7878
-
- Aug 13, 2003
-
-
Chris Lattner authored
llvm-svn: 7800
-
- Aug 11, 2003
-
-
Chris Lattner authored
llvm-svn: 7720
-
- Jun 18, 2003
-
-
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
-
- Jun 17, 2003
-
-
Brian Gaeke authored
it is needed. llvm-svn: 6753
-
- May 27, 2003
-
-
Chris Lattner authored
automatically in LLC llvm-svn: 6358
-
- Jan 19, 2003
-
-
Chris Lattner authored
* Prune down library list. In particular, llc doesn't need all of IPO, and none of data structure and IPA completely! * Do not keep symbols by default! llvm-svn: 5375
-
- Dec 09, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4960
-
- Nov 06, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4565
-
- Nov 04, 2002
-
-
Chris Lattner authored
llvm-svn: 4543
-
- Oct 28, 2002
-
-
Chris Lattner authored
it twice. llvm-svn: 4311
-
Chris Lattner authored
llvm-svn: 4305
-
- Sep 20, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3841
-
- Sep 17, 2002
-
-
Chris Lattner authored
llvm-svn: 3779
-
- Sep 16, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3754
-
- Aug 27, 2002
-
-
Anand Shukla authored
llvm-svn: 3514
-
- Aug 07, 2002
-
-
Chris Lattner authored
llvm-svn: 3257
-
- Jul 24, 2002
-
-
Chris Lattner authored
llvm-svn: 3040
-
- Jul 23, 2002
-
-
Chris Lattner authored
llvm-svn: 3002
-
- May 19, 2002
-
-
Vikram S. Adve authored
llvm-svn: 2661
-
- May 07, 2002
-
-
Chris Lattner authored
llvm-svn: 2520
-
- Apr 08, 2002
-
-
Chris Lattner authored
have been incorporated into the vmcore library. llvm-svn: 2153
-
- Feb 04, 2002
-
-
Chris Lattner authored
llvm-svn: 1691
-
Chris Lattner authored
llvm-svn: 1678
-
- Jan 31, 2002
-
-
Chris Lattner authored
llvm-svn: 1620
-
- Jan 22, 2002
-
-
Chris Lattner authored
llvm-svn: 1526
-
Chris Lattner authored
llvm-svn: 1524
-
Chris Lattner authored
llvm-svn: 1516
-
- Oct 18, 2001
-
-
Vikram S. Adve authored
this is not a debugging option. But we can export it as assembly instead of bytecode if -debugtrace is specified. llvm-svn: 889
-
- Oct 15, 2001
-
-
Chris Lattner authored
llvm-svn: 827
-
Vikram S. Adve authored
llvm-svn: 811
-
- Oct 10, 2001
-
-
Vikram S. Adve authored
code gen libraries. llvm-svn: 722
-
- Sep 15, 2001
-
-
Ruchira Sasanka authored
llvm-svn: 584
-
- Sep 14, 2001
-
-
Chris Lattner authored
1. The TargetMachine structure is free to decide the process a particular target uses to generate code. 2. All of the gooee details of the sparc backend are now localized in the lib/CodeGen/TargetMAchine/Sparc directory. The Sparc.h file that is globally visible is just a stub. 3. The Sparc.h file that esxists now will dissapear entirely someday when we have multiple backends chosen by a factory of some sort. llvm-svn: 559
-