1. 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 20 years ago
  2. b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 20 years ago
  3. a2b5f45 sparcv9select is history. by Brian Gaeke · 20 years ago
  4. 3b87f21 * Convert C++ comments to C * Add UIUC copyright notice headers by Misha Brukman · 20 years ago
  5. eab43d8 Shared libraries are usually prepended with `lib' by Misha Brukman · 20 years ago
  6. 4efe35f sparcv9select is history by Brian Gaeke · 20 years ago
  7. 7633391 libsparcv9select is history by Brian Gaeke · 20 years ago
  8. 93127fb This pass has proven its metal, remove -disable option. by Chris Lattner · 20 years ago
  9. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  10. 2d26ffb Run DSE at link-time, and turn on an IP alias analysis by default in gccld! by Chris Lattner · 20 years ago
  11. 7d91e49 Finally give bugpoint -timeout support! by Chris Lattner · 20 years ago
  12. e96b2ed Pass timeouts into the low level "execute program with timeout" function by Chris Lattner · 20 years ago
  13. 62c91fc Provide timeout values to all abstract interpreters by Chris Lattner · 20 years ago
  14. eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 20 years ago
  15. b11a463 Remove redundant SCCP pass by Chris Lattner · 20 years ago
  16. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 20 years ago
  17. e312e15 Err, fix last checkin by Chris Lattner · 20 years ago
  18. 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 20 years ago
  19. 269c80c Remove this printer by Chris Lattner · 20 years ago
  20. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  21. 593eb95 bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 20 years ago
  22. b3998ec Correctly build shared objects on MacOS X for debugging code generators by Misha Brukman · 20 years ago
  23. 84c34b7 Build skeleton target by Chris Lattner · 20 years ago
  24. 4d143ee IA64 compat by Chris Lattner · 20 years ago
  25. b3366bc Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 20 years ago
  26. 00dd5cd There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 20 years ago
  27. 878ba7c * Tabs to spaces * Delete extra blank lines by Misha Brukman · 20 years ago
  28. 0d88616 Correct an output typo. by Reid Spencer · 20 years ago
  29. 988a1a0 Prune unused #include by Chris Lattner · 20 years ago
  30. e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 20 years ago
  31. 4a1de8b Add -load option by Chris Lattner · 20 years ago
  32. a3eb7b3 Add a -load option by Chris Lattner · 20 years ago
  33. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  34. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  35. db67ecd Build llvm-bcanalyzer by Brian Gaeke · 20 years ago
  36. 8a542ae Name Change: llvm-abcd -> llvm-bcanalyzer by Reid Spencer · 20 years ago
  37. 86a9a7a Implement verification feature. by Reid Spencer · 20 years ago
  38. 53d5543 The analyzer code now lives in the bcreader library. The bcanalyzer lib by Reid Spencer · 20 years ago
  39. a8e750f Write .bc files to binary ostreams. This shouldn't change anything on unix, by Chris Lattner · 20 years ago
  40. 4391946 Make sure to link all IPA's into opt, so that it has access to stuff like by Chris Lattner · 20 years ago
  41. b01c138 TransformUtils library is no longer needed since Linker.cpp is in VMCore by Misha Brukman · 20 years ago
  42. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
  43. 23d46e7 Clean up documentation and naming of variables. by Reid Spencer · 20 years ago
  44. 465ba87 Made detailed output the default and changed -details option to -nodetails. by Reid Spencer · 20 years ago
  45. 96684ef Clean up the documentation. by Reid Spencer · 20 years ago
  46. a822160 Eliminate more traces of the -c option by Chris Lattner · 20 years ago
  47. dac69c8 Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool by Reid Spencer · 20 years ago
  48. 681692d Make gccld copy the llvm-stub program to be the execution wrapper for by Chris Lattner · 20 years ago
  49. fff0ff8 Fix a double negation (in grammar). by Misha Brukman · 20 years ago
  50. 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 20 years ago
  51. 7e88d41 Refactor a bit of code into a function, no functionality changes. by Chris Lattner · 20 years ago
  52. f7e92b1 No really cygwin, we LIKE .exe'ness. by Chris Lattner · 20 years ago
  53. 0ed1f38 Build the llvm-stub directory by Chris Lattner · 20 years ago
  54. 4c6d124 Initial checkin of a stub executable that can be used by gccld to forward to by Chris Lattner · 20 years ago
  55. 3153e4f Neuter the -q option. Stop printing the "program modified" message, ever by Chris Lattner · 20 years ago
  56. ec7eb45 Re-introduce the -q option and make opt always return 0, even if the by Reid Spencer · 20 years ago
  57. 0870594 Removed the -q option and the default message written to stderr. The by Reid Spencer · 20 years ago
  58. b04cb7d Right, globals aren't values yet.. by Chris Lattner · 20 years ago
  59. d957211 Add a simple pass. by Chris Lattner · 20 years ago
  60. 6623cff Uhh, that doesn't exist. by Chris Lattner · 20 years ago
  61. bed85ff Header file moved by Chris Lattner · 20 years ago
  62. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 20 years ago
  63. 7507c29 Turn the block extractor on by default now that it basically works, eliminating the option. by Chris Lattner · 21 years ago
  64. 68bee93 Check to see if all blocks are extractible first. by Chris Lattner · 21 years ago
  65. b83c0f3 Don't leave dead bytecode.output files around if the optimizer/block extractor crashes. by Chris Lattner · 21 years ago
  66. 2290e75 Implement the final missing bits for block extractor support. Now bugpoint by Chris Lattner · 21 years ago
  67. 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 21 years ago
  68. 1c2f686 A class that is meant to be a base class should have a virtual destructor by Chris Lattner · 21 years ago
  69. 7532e34 Allow the user to set the LLVMINTERP environment variable as a workaround, for by Brian Gaeke · 21 years ago
  70. 60083e2 Use the new commandline flag to allow us to call bugpoint like this: by Chris Lattner · 21 years ago
  71. 817d8d3 Remove a really old comment by Chris Lattner · 21 years ago
  72. 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 21 years ago
  73. 636df3d Add --tool-args flag which lets you pass arguments to llc or lli. by Brian Gaeke · 21 years ago
  74. d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 21 years ago
  75. f4789e6 Teach bugpoint to be a little bit smarter and avoid repeating work by Chris Lattner · 21 years ago
  76. ca718e4 Add command-line option to select whether to isolate or delete function from by Misha Brukman · 21 years ago
  77. 123f8fe Add a space before result for readability on the command line. by Misha Brukman · 21 years ago
  78. 8c194ea Add doxygenified comments to functions. by Misha Brukman · 21 years ago
  79. 09233fb Include cerrno (gcc-3.4 fix) by Alkis Evlogimenos · 21 years ago
  80. de4803d As per Chris, greatly simplify handling of external functions by using the by Misha Brukman · 21 years ago
  81. b687d82 * Reorder #includes * Wrap a long line by Misha Brukman · 21 years ago
  82. dc7fef8 Finally implement rewriting global initializers which use external functions by Misha Brukman · 21 years ago
  83. 93d8202 Move loop optimization passes up, add loop unroller by Chris Lattner · 21 years ago
  84. 7a46e4c Don't use invalid HTML in a doxygen comment. by Misha Brukman · 21 years ago
  85. f9c455d Add a couple more IPO's by Chris Lattner · 21 years ago
  86. 27829ec finegrainify namespacification by Chris Lattner · 21 years ago
  87. 36ee07f Disambiguate symbols after loop extraction so that we can diagnose a code by Chris Lattner · 21 years ago
  88. 2423db0 Fix an obvious bug in the refactoring I did a few days ago by Chris Lattner · 21 years ago
  89. a1346a2 Disable strict alias analysis in the backend c compiler, as the code we by Chris Lattner · 21 years ago
  90. 67e0a34 Revert previous patch, I'm a moron :) by Chris Lattner · 21 years ago
  91. 121f09f Right, we break strict aliasing requirements. Make sure to disable strict by Chris Lattner · 21 years ago
  92. b04da8a Wrap at 80 cols. by Misha Brukman · 21 years ago
  93. 27a9b27 Minor cleanups by Chris Lattner · 21 years ago
  94. 69e8d28 Add a new gccld -native-cbe option which causes gccld to generate native code by Chris Lattner · 21 years ago
  95. a57d86b Merge the code generator miscompilation code into the optimizer miscompilation by Chris Lattner · 21 years ago
  96. 11b8cd1 Make a method public by Chris Lattner · 21 years ago
  97. 9ae427a Minor cleanups, remove some old debug code by Chris Lattner · 21 years ago
  98. b15825b Refactor and genericize code by Chris Lattner · 21 years ago
  99. 8505c86 lli no longer takes the -quiet option! by Chris Lattner · 21 years ago
  100. 30878f4 Make full use of the Mangler interface to simplify code by Chris Lattner · 21 years ago