1. 84c34b7 Build skeleton target by Chris Lattner · 20 years ago
  2. 6623cff Uhh, that doesn't exist. by Chris Lattner · 20 years ago
  3. bed85ff Header file moved by Chris Lattner · 20 years ago
  4. 094158a SparcV8 removed until it grows up becomes a mature backend. by Misha Brukman · 21 years ago
  5. d62276a Add a hook to run with the V8 target, though it doesn't currently work. Also by Chris Lattner · 21 years ago
  6. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 21 years ago
  7. 666d20a Add support for -march=c by Chris Lattner · 21 years ago
  8. 973e3ec7 Fix indentation of selectiondag. by Brian Gaeke · 21 years ago
  9. 7ca255b Link in the PowerPC back-end. by Brian Gaeke · 21 years ago
  10. ef1b62b There is no reason to add -load support to LLC by Chris Lattner · 21 years ago
  11. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  12. 253aef8e Preselection is now integrated into the Sparc target library by Chris Lattner · 21 years ago
  13. 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 21 years ago
  14. 80df463 rename selection library to selectiondag by Chris Lattner · 21 years ago
  15. 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 21 years ago
  16. 4c08840 Include the new selection library for the X86 target by Chris Lattner · 21 years ago
  17. 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
  18. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
  19. 68d9ed8 Remove ugly hack (that I put in originally) for building in trace stuff by Chris Lattner · 21 years ago
  20. 784fac8 * Prune down library list. In particular, llc doesn't need all of IPO, and none of data structure and IPA completely! by Chris Lattner · 22 years ago
  21. 3dbbaff Fix link errors due to new IPModRef pass. by Vikram S. Adve · 22 years ago
  22. 8aa5aea Don't build llc symbols by default. by Vikram S. Adve · 22 years ago
  23. c9d8bef No need to explicitly inclue ExportSymbols now by Chris Lattner · 22 years ago
  24. e05c8fd After removing stuff from TargetMachine, we now no longer have to include by Chris Lattner · 22 years ago
  25. d08e9fd Add codegen library by Chris Lattner · 22 years ago
  26. dcde9bd Renamed library preselect to preopts. by Vikram S. Adve · 22 years ago
  27. 4475699 Enable correct support for dynamic loading on Linux by Chris Lattner · 22 years ago
  28. 6189eae Change several entries to use the .o instead of .a to expose pass options. by Vikram S. Adve · 22 years ago
  29. ecbb51b Added mapping lib in llc makefile by Anand Shukla · 22 years ago
  30. a4ff0d4 Only include the sparc.o file once! by Chris Lattner · 22 years ago
  31. d9d8c07 *** empty log message *** by Chris Lattner · 22 years ago
  32. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  33. 4335ad5 Add libsparc.a a second time to resolve link errors. by Vikram S. Adve · 22 years ago
  34. 2154d13 Straighten out makefiles after moving code to new Transform Utils library by Chris Lattner · 23 years ago
  35. 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 23 years ago
  36. c8b758d Trim down makefile, again. by Chris Lattner · 23 years ago
  37. 69a28d0 Cut down number of times libraries are included to link a little bit faster by Chris Lattner · 23 years ago
  38. c0cbbcf Add dependency by Chris Lattner · 23 years ago
  39. 5ad6b8b Try again, now it works right by Chris Lattner · 23 years ago
  40. 221653f Fix ordering dependency problem by Chris Lattner · 23 years ago
  41. 8efb9d7 Eliminate opt library by Chris Lattner · 23 years ago
  42. 79a3349 Trace code should always be exported just before code generation; by Vikram S. Adve · 23 years ago
  43. 1f4b6eb Add library by Chris Lattner · 23 years ago
  44. 2f64f9f *** empty log message *** by Vikram S. Adve · 23 years ago
  45. 7b70f3f Repeat some libs due to circular dependences between Sparc and other by Vikram S. Adve · 23 years ago
  46. a5c5abc Added regalloc by Ruchira Sasanka · 23 years ago
  47. 0e6530e This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 23 years ago
  48. c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago
  49. e595ba7 Changed link line. by Vikram S. Adve · 23 years ago
  50. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 23 years ago
  51. 0df0e74 Make the makefile work by Chris Lattner · 23 years ago
  52. e6b9529 Autodep functionality broken. Remove so we get successful builds by Chris Lattner · 23 years ago
  53. cb465fc Driver and options for the llc compiler. by Vikram S. Adve · 23 years ago