1. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 19 years ago
  2. af303d5 For PR780: by Reid Spencer · 19 years ago
  3. b0e2fbc Oops, llc needs libTarget.a not Target.o by Reid Spencer · 19 years ago
  4. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
  5. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 19 years ago
  6. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  7. b93b034 Adjust to use proper TargetData copy ctor by Chris Lattner · 19 years ago
  8. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
  9. 43c40ff Never link in sparcv9 by Chris Lattner · 19 years ago
  10. 8b57ff7 Add a warning. by Chris Lattner · 19 years ago
  11. ef98691 remove always-null IntrinsicLowering argument. by Chris Lattner · 19 years ago
  12. 27630d5 remove support for the skeleton target by Chris Lattner · 19 years ago
  13. cb0dfba SparcV8 -> Sparc by Chris Lattner · 20 years ago
  14. fc44178 Remove dead #include by Chris Lattner · 20 years ago
  15. 7e07b24 It doesn't make sense to give llc a list of passes on the command line, by Chris Lattner · 20 years ago
  16. 7ac534f remove unused header by Chris Lattner · 20 years ago
  17. b2efb85 Applied some recommend changes from sabre. The dominate one beginning "let the by Jim Laskey · 20 years ago
  18. 292a1af Adding MachineDebugInfo as a immutable pass. by Jim Laskey · 20 years ago
  19. 64c9e7a don't need this anymore by Duraid Madina · 20 years ago
  20. ea8aed7 delete file portably by Duraid Madina · 20 years ago
  21. d885251 behold my standards-compliant humps! by Duraid Madina · 20 years ago
  22. 3de3b05 WAKEY WAKEY by Duraid Madina · 20 years ago
  23. be19383 rename option for consistency with -mcpu -mattr etc by Chris Lattner · 20 years ago
  24. f33b866 provide an option to override the target triple in a module from the command by Chris Lattner · 20 years ago
  25. 178e0c4 Add a new -fast option, which generates code quickly. by Chris Lattner · 20 years ago
  26. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 20 years ago
  27. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 20 years ago
  28. 604b95b transforms before analyses by Chris Lattner · 20 years ago
  29. 465be21 pull in the archive version of this lib to reduce exe size by Chris Lattner · 20 years ago
  30. 2094725 Shrinkify to make --help output look better by Chris Lattner · 20 years ago
  31. 7b7593c shrinkify the option name a bit by Chris Lattner · 20 years ago
  32. 07be8d4 document this as experimental by Chris Lattner · 20 years ago
  33. 839615a Add help support for -mcpu and -mattr. by Jim Laskey · 20 years ago
  34. b1e1180 by Jim Laskey · 20 years ago
  35. d29b6aa Keep tabs and trailing spaces out. by Jeff Cohen · 20 years ago
  36. 540f7d6 Run the verifier pass after all the other passes rather than before them. by Reid Spencer · 20 years ago
  37. 4418c2b Make the verifier pass run (in debug mode) in llc. This adds a sanity check by Reid Spencer · 20 years ago
  38. 812125a add a new -filetype argument to llc. by Chris Lattner · 20 years ago
  39. cbb34a7 minor cleanups, use copy ctor instead of manually doing it. by Chris Lattner · 20 years ago
  40. 8514158 refactor this interface by Chris Lattner · 20 years ago
  41. 705b9e5 make SparcV8 and V9 seperately configurable by Andrew Lenharth · 20 years ago
  42. 2c6584a Make the CBackend actually get included in llc by using USEDLIBS instead of by Reid Spencer · 20 years ago
  43. 3952bc6 Always enable the C backend. This fixes a *vast* number of failures on the by Chris Lattner · 20 years ago
  44. dadc96f Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD by Reid Spencer · 20 years ago
  45. 18969fb Implement the --enable-targets= feature of the configure script. The make by Reid Spencer · 20 years ago
  46. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  47. 72dcaaf statically link ia64 into llc by Chris Lattner · 20 years ago
  48. adf7577 add Alpha to llc by Andrew Lenharth · 20 years ago
  49. 2e8bd68 X86 BE requires SelectionDAG by Chris Lattner · 21 years ago
  50. 1ef8bda For PR351: by Reid Spencer · 21 years ago
  51. f1131b3 Linking in all of ScalarOpts. by Tanya Lattner · 21 years ago
  52. 780cbd9 No targets actually use this library by Chris Lattner · 21 years ago
  53. 17b1afe Link V8 backend into llc. by Brian Gaeke · 21 years ago
  54. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 21 years ago
  55. 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 21 years ago
  56. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
  57. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  58. 40a955a We're not doing automake any more by Reid Spencer · 21 years ago
  59. cac731e We won't use automake by Reid Spencer · 21 years ago
  60. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  61. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  62. 796aacf Fix named of a library. by Reid Spencer · 21 years ago
  63. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  64. 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 21 years ago
  65. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  66. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 21 years ago
  67. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  68. 84b3e01 while we're at it, make the libraries be on separate lines by Chris Lattner · 21 years ago
  69. 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 21 years ago
  70. b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 21 years ago
  71. 7633391 libsparcv9select is history by Brian Gaeke · 21 years ago
  72. 84c34b7 Build skeleton target by Chris Lattner · 21 years ago
  73. 878ba7c * Tabs to spaces * Delete extra blank lines by Misha Brukman · 21 years ago
  74. e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 21 years ago
  75. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  76. 6623cff Uhh, that doesn't exist. by Chris Lattner · 21 years ago
  77. bed85ff Header file moved by Chris Lattner · 21 years ago
  78. e40eae7 Add a better head-of-file comment. by Brian Gaeke · 21 years ago
  79. 094158a SparcV8 removed until it grows up becomes a mature backend. by Misha Brukman · 21 years ago
  80. d62276a Add a hook to run with the V8 target, though it doesn't currently work. Also by Chris Lattner · 21 years ago
  81. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 21 years ago
  82. 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 21 years ago
  83. 74661c8 When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", not by Chris Lattner · 22 years ago
  84. 666d20a Add support for -march=c by Chris Lattner · 22 years ago
  85. 973e3ec7 Fix indentation of selectiondag. by Brian Gaeke · 22 years ago
  86. 2217bdb Add a -march=powerpc option. Automatically select it if this looks like a by Brian Gaeke · 22 years ago
  87. 7ca255b Link in the PowerPC back-end. by Brian Gaeke · 22 years ago
  88. 6fb6ce3 Pass extra arguments around n stuph by Chris Lattner · 22 years ago
  89. ef1b62b There is no reason to add -load support to LLC by Chris Lattner · 22 years ago
  90. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  91. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 22 years ago
  92. 1ee1e64 Removed extraneous comment line. by John Criswell · 22 years ago
  93. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  94. 452fea9 Fix grammar. by Misha Brukman · 22 years ago
  95. 253aef8e Preselection is now integrated into the Sparc target library by Chris Lattner · 22 years ago
  96. 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 22 years ago
  97. b5d09bf Added code to avoid checking for .bc when the filename is too short. by John Criswell · 22 years ago
  98. 62c720a Targets now configure themselves with the module, not flags by Chris Lattner · 22 years ago
  99. bb43350 Add support for modules with "any" pointersize/endianness by Chris Lattner · 22 years ago
  100. 80df463 rename selection library to selectiondag by Chris Lattner · 22 years ago