1. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  2. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  3. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  4. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  5. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  6. 878ba7c * Tabs to spaces * Delete extra blank lines by Misha Brukman · 20 years ago
  7. e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 20 years ago
  8. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  9. bed85ff Header file moved by Chris Lattner · 20 years ago
  10. e40eae7 Add a better head-of-file comment. by Brian Gaeke · 20 years ago
  11. 094158a SparcV8 removed until it grows up becomes a mature backend. by Misha Brukman · 20 years ago
  12. d62276a Add a hook to run with the V8 target, though it doesn't currently work. Also by Chris Lattner · 20 years ago
  13. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 20 years ago
  14. 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 20 years ago
  15. 74661c8 When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", not by Chris Lattner · 20 years ago
  16. 666d20a Add support for -march=c by Chris Lattner · 20 years ago
  17. 2217bdb Add a -march=powerpc option. Automatically select it if this looks like a by Brian Gaeke · 21 years ago
  18. 6fb6ce3 Pass extra arguments around n stuph by Chris Lattner · 21 years ago
  19. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  20. 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
  21. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  22. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  23. b5d09bf Added code to avoid checking for .bc when the filename is too short. by John Criswell · 21 years ago
  24. 62c720a Targets now configure themselves with the module, not flags by Chris Lattner · 21 years ago
  25. bb43350 Add support for modules with "any" pointersize/endianness by Chris Lattner · 21 years ago
  26. 5d5bc7b Revert change: default architecture is never set, it is guessed from input by Misha Brukman · 21 years ago
  27. fcf2be7 Initialize the target architecture based on compiler defines, so if compiled on by Misha Brukman · 21 years ago
  28. 29abc97 Fixed indentation. by Misha Brukman · 21 years ago
  29. 5b836c4 Minor cleanups by Chris Lattner · 21 years ago
  30. 5ce1a58 tools/llc/llc.cpp: Make "-o -" work. by Brian Gaeke · 21 years ago
  31. 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
  32. cccc28c Reindent code to match the rest of the file by Chris Lattner · 21 years ago
  33. 5b4299c Remove duplicate pass by Chris Lattner · 21 years ago
  34. 68d9ed8 Remove ugly hack (that I put in originally) for building in trace stuff by Chris Lattner · 21 years ago
  35. 6849272 Add a new option to disable stripping of bytecode files by Chris Lattner · 21 years ago
  36. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 21 years ago
  37. bc19466 Make sure to copy double alignment as well by Chris Lattner · 21 years ago
  38. b5881f1 Kill using declarations by Chris Lattner · 21 years ago
  39. 2b5f2c1 Make sure to add a targetdata instance to the passmanager, and make it match the by Chris Lattner · 21 years ago
  40. c986392 Remove support for "target data" pass ctors by Chris Lattner · 21 years ago
  41. 6ede045 Rename header by Chris Lattner · 22 years ago
  42. c93489b Eliminate direct access to TargetData structure by Chris Lattner · 22 years ago
  43. ab0aa7f * Privatize the TargetName by Chris Lattner · 22 years ago
  44. 6334205 Allow TargetMachine to refuse static code gen by Chris Lattner · 22 years ago
  45. 4aba5e3 * Remove explicit strcmp calls * Rename Sparc.h to TargetMachineImpls.h by Chris Lattner · 22 years ago
  46. 1751b7e Change LowerAllocations pass to 'require' TargetData instead of it being by Chris Lattner · 22 years ago
  47. 0f82df4 Indent a comment right, add a new one by Chris Lattner · 22 years ago
  48. 7d0ba02 Make all registered optimization passes available to llc. by Vikram S. Adve · 22 years ago
  49. 655fb5c by Misha Brukman · 22 years ago
  50. 50e3a20 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
  51. d9d8c07 *** empty log message *** by Chris Lattner · 22 years ago
  52. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  53. c5fbf71 Strip the symbols out of the bytecode to inflate generated executables less. by Chris Lattner · 22 years ago
  54. cf17bcc Changes for 64bit gcc by Anand Shukla · 22 years ago
  55. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  56. 39fd659 Fix tracing code support to link in the tracing routines if neccesary. by Chris Lattner · 22 years ago
  57. 65f1b89 Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h by Chris Lattner · 22 years ago
  58. e23476a Remove unneccesary pass. by Chris Lattner · 22 years ago
  59. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  60. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 22 years ago
  61. 76d1229 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 22 years ago
  62. 02d6ef8 s/PrintMethodPass/PrintFunctionPass by Chris Lattner · 22 years ago
  63. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  64. d32e70a Rename pass to DecomposeMultiDimRefs. by Vikram S. Adve · 22 years ago
  65. 4ddcd54 * Make all command line arguments static by Chris Lattner · 22 years ago
  66. e41576d * Remove -noasm option. If we're not compiling, what's the point? by Chris Lattner · 23 years ago
  67. c889677 Switch over to a model where we compile each method, emit assembly, then free by Chris Lattner · 23 years ago
  68. cd50d3f PassManager is now in its own header file by Chris Lattner · 23 years ago
  69. 888912d In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 23 years ago
  70. d7db863 Rename LowerAllocations.h to ChangeAllocations.h since it now contains the by Chris Lattner · 23 years ago
  71. f4de63f Implement a more powerful, simpler, pass system. This pass system can figure by Chris Lattner · 23 years ago
  72. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  73. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  74. d7477ee Remove unneccesary retcode var by Chris Lattner · 23 years ago
  75. 2197d21 Refactor Assembly/Bytecode writer code into Assembly & bytecode libraries by Chris Lattner · 23 years ago
  76. c2c9dd1 Bytecode writer is yanked out of Module printer by Chris Lattner · 23 years ago
  77. 712ac2b Move malloc/free lowering after tracing until lli supports by Vikram S. Adve · 23 years ago
  78. c9a1de6 Only output code if file open is successful by Chris Lattner · 23 years ago
  79. 79a3349 Trace code should always be exported just before code generation; by Vikram S. Adve · 23 years ago
  80. 685639d Convert to new simpler, more powerful pass structure by Chris Lattner · 23 years ago
  81. 05e5e07 Passes return true if they change something, not if they fail by Chris Lattner · 23 years ago
  82. 2db4b72 ConcretePass should not be a templated class! by Chris Lattner · 23 years ago
  83. 25c1229 Minor cleanups by Chris Lattner · 23 years ago
  84. 3524fc2 Use the new Pass infrastructure to clean up llc by Chris Lattner · 23 years ago
  85. 90c5b3d Minor code cleanups by Chris Lattner · 23 years ago
  86. 2f64f9f *** empty log message *** by Vikram S. Adve · 23 years ago
  87. b27c9e7 MethodTypes take an explicit isVarArg argument by Chris Lattner · 23 years ago
  88. b79757c Add hack to get rid of malloc & free instructions for code generation by Chris Lattner · 23 years ago
  89. 78f7e1a Add proper support to send output to the right place by Chris Lattner · 23 years ago
  90. 5650467 Emit assembly language from the target... by Chris Lattner · 23 years ago
  91. da784ee C++ gives us auto_ptr's, so we might as well use them. :) by Chris Lattner · 23 years ago
  92. 805eb96 Minor changes. by Vikram S. Adve · 23 years ago
  93. b26bcc5 Make a new llvm/Target #include directory. by Chris Lattner · 23 years ago
  94. f6e0e28 Checkin changes to: by Chris Lattner · 23 years ago
  95. 0e6530e This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 23 years ago
  96. e737c7a Convert llc driver to standard tool format by Chris Lattner · 23 years ago
  97. 46ac43c Clean up driver by Chris Lattner · 23 years ago
  98. 1433583 Add calls to NormalizeMethod() and to ScheduleInstructionsWithSSA(). by Vikram S. Adve · 23 years ago
  99. 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 23 years ago
  100. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 23 years ago