Added LLVM copyright to Makefiles.
[oota-llvm.git] / tools / llc / Makefile
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-09-01 Chris LattnerPreselection is now integrated into the Sparc target...
2003-09-01 Chris LattnerSparc peephole optimizer moved out of post-opts library...
2003-08-15 Chris Lattnerrename selection library to selectiondag
2003-08-13 Chris LattnerIncorporate mapping library into the sparc library
2003-08-11 Chris LattnerInclude the new selection library for the X86 target
2003-06-18 Brian Gaekelib/Target/Sparc/Sparc.cpp:
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-05-27 Chris LattnerRemove ugly hack (that I put in originally) for buildin...
2003-01-19 Chris Lattner* Prune down library list. In particular, llc doesn...
2002-12-09 Vikram S. AdveFix link errors due to new IPModRef pass.
2002-11-06 Vikram S. AdveDon't build llc symbols by default.
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-10-28 Chris LattnerAfter removing stuff from TargetMachine, we now no...
2002-10-28 Chris LattnerAdd codegen library
2002-09-20 Vikram S. AdveRenamed library preselect to preopts.
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-16 Vikram S. AdveChange several entries to use the .o instead of .a...
2002-08-27 Anand ShuklaAdded mapping lib in llc makefile
2002-08-07 Chris LattnerOnly include the sparc.o file once!
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-05-19 Vikram S. AdveAdd libsparc.a a second time to resolve link errors.
2002-05-07 Chris LattnerStraighten out makefiles after moving code to new Trans...
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-02-04 Chris LattnerTrim down makefile, again.
2002-02-04 Chris LattnerCut down number of times libraries are included to...
2002-01-31 Chris LattnerAdd dependency
2002-01-22 Chris LattnerTry again, now it works right
2002-01-22 Chris LattnerFix ordering dependency problem
2002-01-21 Chris LattnerEliminate opt library
2001-10-18 Vikram S. AdveTrace code should always be exported just before code...
2001-10-15 Chris LattnerAdd library
2001-10-14 Vikram S. Adve*** empty log message ***
2001-10-10 Vikram S. AdveRepeat some libs due to circular dependences between...
2001-09-15 Ruchira SasankaAdded regalloc
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-08-28 Vikram S. AdveChanged link line.
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-21 Chris LattnerMake the makefile work
2001-07-21 Chris LattnerAutodep functionality broken. Remove so we get success...
2001-07-21 Vikram S. AdveDriver and options for the llc compiler.