1. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  2. b0e2fbc Oops, llc needs libTarget.a not Target.o by Reid Spencer · 18 years ago
  3. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  4. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 18 years ago
  5. 43c40ff Never link in sparcv9 by Chris Lattner · 19 years ago
  6. 27630d5 remove support for the skeleton target by Chris Lattner · 19 years ago
  7. cb0dfba SparcV8 -> Sparc by Chris Lattner · 19 years ago
  8. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  9. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
  10. 604b95b transforms before analyses by Chris Lattner · 19 years ago
  11. 465be21 pull in the archive version of this lib to reduce exe size by Chris Lattner · 19 years ago
  12. 705b9e5 make SparcV8 and V9 seperately configurable by Andrew Lenharth · 19 years ago
  13. 2c6584a Make the CBackend actually get included in llc by using USEDLIBS instead of by Reid Spencer · 20 years ago
  14. 3952bc6 Always enable the C backend. This fixes a *vast* number of failures on the by Chris Lattner · 20 years ago
  15. dadc96f Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD by Reid Spencer · 20 years ago
  16. 18969fb Implement the --enable-targets= feature of the configure script. The make by Reid Spencer · 20 years ago
  17. 72dcaaf statically link ia64 into llc by Chris Lattner · 20 years ago
  18. adf7577 add Alpha to llc by Andrew Lenharth · 20 years ago
  19. 2e8bd68 X86 BE requires SelectionDAG by Chris Lattner · 20 years ago
  20. f1131b3 Linking in all of ScalarOpts. by Tanya Lattner · 20 years ago
  21. 780cbd9 No targets actually use this library by Chris Lattner · 20 years ago
  22. 17b1afe Link V8 backend into llc. by Brian Gaeke · 20 years ago
  23. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  24. 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 20 years ago
  25. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  26. 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
  27. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  28. 84b3e01 while we're at it, make the libraries be on separate lines by Chris Lattner · 20 years ago
  29. 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 20 years ago
  30. b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 20 years ago
  31. 7633391 libsparcv9select is history by Brian Gaeke · 20 years ago
  32. 84c34b7 Build skeleton target by Chris Lattner · 20 years ago
  33. 6623cff Uhh, that doesn't exist. by Chris Lattner · 20 years ago
  34. bed85ff Header file moved by Chris Lattner · 20 years ago
  35. 094158a SparcV8 removed until it grows up becomes a mature backend. by Misha Brukman · 21 years ago
  36. d62276a Add a hook to run with the V8 target, though it doesn't currently work. Also by Chris Lattner · 21 years ago
  37. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 21 years ago
  38. 666d20a Add support for -march=c by Chris Lattner · 21 years ago
  39. 973e3ec7 Fix indentation of selectiondag. by Brian Gaeke · 21 years ago
  40. 7ca255b Link in the PowerPC back-end. by Brian Gaeke · 21 years ago
  41. ef1b62b There is no reason to add -load support to LLC by Chris Lattner · 21 years ago
  42. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  43. 253aef8e Preselection is now integrated into the Sparc target library by Chris Lattner · 21 years ago
  44. 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 21 years ago
  45. 80df463 rename selection library to selectiondag by Chris Lattner · 21 years ago
  46. 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 21 years ago
  47. 4c08840 Include the new selection library for the X86 target by Chris Lattner · 21 years ago
  48. 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
  49. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
  50. 68d9ed8 Remove ugly hack (that I put in originally) for building in trace stuff by Chris Lattner · 21 years ago
  51. 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
  52. 3dbbaff Fix link errors due to new IPModRef pass. by Vikram S. Adve · 22 years ago
  53. 8aa5aea Don't build llc symbols by default. by Vikram S. Adve · 22 years ago
  54. c9d8bef No need to explicitly inclue ExportSymbols now by Chris Lattner · 22 years ago
  55. e05c8fd After removing stuff from TargetMachine, we now no longer have to include by Chris Lattner · 22 years ago
  56. d08e9fd Add codegen library by Chris Lattner · 22 years ago
  57. dcde9bd Renamed library preselect to preopts. by Vikram S. Adve · 22 years ago
  58. 4475699 Enable correct support for dynamic loading on Linux by Chris Lattner · 22 years ago
  59. 6189eae Change several entries to use the .o instead of .a to expose pass options. by Vikram S. Adve · 22 years ago
  60. ecbb51b Added mapping lib in llc makefile by Anand Shukla · 22 years ago
  61. a4ff0d4 Only include the sparc.o file once! by Chris Lattner · 22 years ago
  62. d9d8c07 *** empty log message *** by Chris Lattner · 22 years ago
  63. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  64. 4335ad5 Add libsparc.a a second time to resolve link errors. by Vikram S. Adve · 22 years ago
  65. 2154d13 Straighten out makefiles after moving code to new Transform Utils library by Chris Lattner · 22 years ago
  66. 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 23 years ago
  67. c8b758d Trim down makefile, again. by Chris Lattner · 23 years ago
  68. 69a28d0 Cut down number of times libraries are included to link a little bit faster by Chris Lattner · 23 years ago
  69. c0cbbcf Add dependency by Chris Lattner · 23 years ago
  70. 5ad6b8b Try again, now it works right by Chris Lattner · 23 years ago
  71. 221653f Fix ordering dependency problem by Chris Lattner · 23 years ago
  72. 8efb9d7 Eliminate opt library by Chris Lattner · 23 years ago
  73. 79a3349 Trace code should always be exported just before code generation; by Vikram S. Adve · 23 years ago
  74. 1f4b6eb Add library by Chris Lattner · 23 years ago
  75. 2f64f9f *** empty log message *** by Vikram S. Adve · 23 years ago
  76. 7b70f3f Repeat some libs due to circular dependences between Sparc and other by Vikram S. Adve · 23 years ago
  77. a5c5abc Added regalloc by Ruchira Sasanka · 23 years ago
  78. 0e6530e This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 23 years ago
  79. c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago
  80. e595ba7 Changed link line. by Vikram S. Adve · 23 years ago
  81. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 23 years ago
  82. 0df0e74 Make the makefile work by Chris Lattner · 23 years ago
  83. e6b9529 Autodep functionality broken. Remove so we get successful builds by Chris Lattner · 23 years ago
  84. cb465fc Driver and options for the llc compiler. by Vikram S. Adve · 23 years ago