1. 2e8bd68 X86 BE requires SelectionDAG by Chris Lattner · 20 years ago
  2. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  3. f1131b3 Linking in all of ScalarOpts. by Tanya Lattner · 20 years ago
  4. 780cbd9 No targets actually use this library by Chris Lattner · 20 years ago
  5. 17b1afe Link V8 backend into llc. by Brian Gaeke · 20 years ago
  6. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  7. 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 20 years ago
  8. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  9. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  10. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  11. cac731e We won't use automake by Reid Spencer · 20 years ago
  12. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  13. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  14. 796aacf Fix named of a library. by Reid Spencer · 20 years ago
  15. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  16. 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
  17. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  18. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  19. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  20. 84b3e01 while we're at it, make the libraries be on separate lines by Chris Lattner · 20 years ago
  21. 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 20 years ago
  22. b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 20 years ago
  23. 7633391 libsparcv9select is history by Brian Gaeke · 20 years ago
  24. 84c34b7 Build skeleton target by Chris Lattner · 20 years ago
  25. 878ba7c * Tabs to spaces * Delete extra blank lines by Misha Brukman · 20 years ago
  26. e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 20 years ago
  27. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  28. 6623cff Uhh, that doesn't exist. by Chris Lattner · 20 years ago
  29. bed85ff Header file moved by Chris Lattner · 20 years ago
  30. e40eae7 Add a better head-of-file comment. by Brian Gaeke · 21 years ago
  31. 094158a SparcV8 removed until it grows up becomes a mature backend. by Misha Brukman · 21 years ago
  32. d62276a Add a hook to run with the V8 target, though it doesn't currently work. Also by Chris Lattner · 21 years ago
  33. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 21 years ago
  34. 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 21 years ago
  35. 74661c8 When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", not by Chris Lattner · 21 years ago
  36. 666d20a Add support for -march=c by Chris Lattner · 21 years ago
  37. 973e3ec7 Fix indentation of selectiondag. by Brian Gaeke · 21 years ago
  38. 2217bdb Add a -march=powerpc option. Automatically select it if this looks like a by Brian Gaeke · 21 years ago
  39. 7ca255b Link in the PowerPC back-end. by Brian Gaeke · 21 years ago
  40. 6fb6ce3 Pass extra arguments around n stuph by Chris Lattner · 21 years ago
  41. ef1b62b There is no reason to add -load support to LLC by Chris Lattner · 21 years ago
  42. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  43. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  44. 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
  45. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  46. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  47. 253aef8e Preselection is now integrated into the Sparc target library by Chris Lattner · 21 years ago
  48. 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 21 years ago
  49. b5d09bf Added code to avoid checking for .bc when the filename is too short. by John Criswell · 21 years ago
  50. 62c720a Targets now configure themselves with the module, not flags by Chris Lattner · 21 years ago
  51. bb43350 Add support for modules with "any" pointersize/endianness by Chris Lattner · 21 years ago
  52. 80df463 rename selection library to selectiondag by Chris Lattner · 21 years ago
  53. 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 21 years ago
  54. 4c08840 Include the new selection library for the X86 target by Chris Lattner · 21 years ago
  55. 5d5bc7b Revert change: default architecture is never set, it is guessed from input by Misha Brukman · 21 years ago
  56. fcf2be7 Initialize the target architecture based on compiler defines, so if compiled on by Misha Brukman · 21 years ago
  57. 29abc97 Fixed indentation. by Misha Brukman · 21 years ago
  58. 5b836c4 Minor cleanups by Chris Lattner · 21 years ago
  59. 5ce1a58 tools/llc/llc.cpp: Make "-o -" work. by Brian Gaeke · 21 years ago
  60. 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
  61. cccc28c Reindent code to match the rest of the file by Chris Lattner · 21 years ago
  62. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
  63. 5b4299c Remove duplicate pass by Chris Lattner · 21 years ago
  64. 68d9ed8 Remove ugly hack (that I put in originally) for building in trace stuff by Chris Lattner · 21 years ago
  65. 6849272 Add a new option to disable stripping of bytecode files by Chris Lattner · 22 years ago
  66. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
  67. bc19466 Make sure to copy double alignment as well by Chris Lattner · 22 years ago
  68. b5881f1 Kill using declarations by Chris Lattner · 22 years ago
  69. 2b5f2c1 Make sure to add a targetdata instance to the passmanager, and make it match the by Chris Lattner · 22 years ago
  70. c986392 Remove support for "target data" pass ctors by Chris Lattner · 22 years ago
  71. 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
  72. 6ede045 Rename header by Chris Lattner · 22 years ago
  73. c93489b Eliminate direct access to TargetData structure by Chris Lattner · 22 years ago
  74. 3dbbaff Fix link errors due to new IPModRef pass. by Vikram S. Adve · 22 years ago
  75. 8aa5aea Don't build llc symbols by default. by Vikram S. Adve · 22 years ago
  76. c9d8bef No need to explicitly inclue ExportSymbols now by Chris Lattner · 22 years ago
  77. ab0aa7f * Privatize the TargetName by Chris Lattner · 22 years ago
  78. 6334205 Allow TargetMachine to refuse static code gen by Chris Lattner · 22 years ago
  79. 4aba5e3 * Remove explicit strcmp calls * Rename Sparc.h to TargetMachineImpls.h by Chris Lattner · 22 years ago
  80. e05c8fd After removing stuff from TargetMachine, we now no longer have to include by Chris Lattner · 22 years ago
  81. d08e9fd Add codegen library by Chris Lattner · 22 years ago
  82. 1751b7e Change LowerAllocations pass to 'require' TargetData instead of it being by Chris Lattner · 22 years ago
  83. dcde9bd Renamed library preselect to preopts. by Vikram S. Adve · 22 years ago
  84. 0f82df4 Indent a comment right, add a new one by Chris Lattner · 22 years ago
  85. 4475699 Enable correct support for dynamic loading on Linux by Chris Lattner · 22 years ago
  86. 6189eae Change several entries to use the .o instead of .a to expose pass options. by Vikram S. Adve · 22 years ago
  87. 7d0ba02 Make all registered optimization passes available to llc. by Vikram S. Adve · 22 years ago
  88. 655fb5c by Misha Brukman · 22 years ago
  89. ecbb51b Added mapping lib in llc makefile by Anand Shukla · 22 years ago
  90. a4ff0d4 Only include the sparc.o file once! by Chris Lattner · 22 years ago
  91. 50e3a20 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
  92. d9d8c07 *** empty log message *** by Chris Lattner · 22 years ago
  93. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  94. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  95. c5fbf71 Strip the symbols out of the bytecode to inflate generated executables less. by Chris Lattner · 22 years ago
  96. cf17bcc Changes for 64bit gcc by Anand Shukla · 22 years ago
  97. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  98. 39fd659 Fix tracing code support to link in the tracing routines if neccesary. by Chris Lattner · 22 years ago
  99. 4335ad5 Add libsparc.a a second time to resolve link errors. by Vikram S. Adve · 22 years ago
  100. 65f1b89 Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h by Chris Lattner · 22 years ago