1. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  2. e26ba9f Added LLVM copyrights to Makefiles. by John Criswell · 21 years ago
  3. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 21 years ago
  4. 5f7e61d Add a new map by Chris Lattner · 21 years ago
  5. e9d3c6b Convert this code from using annotations to using a local map by Chris Lattner · 21 years ago
  6. 5c288be Goodbye, AddRegNumToValues by Brian Gaeke · 21 years ago
  7. 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
  8. 0beae0c Remove using declaration by Chris Lattner · 21 years ago
  9. 60f1445 This #include is no longer necessary by Chris Lattner · 21 years ago
  10. 01d4582 Added LLVM copyright header. by John Criswell · 21 years ago
  11. 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 21 years ago
  12. 1fc0d67 Oops. Typo. by John Criswell · 21 years ago
  13. 2efc5b5 Added LLVM header notice. by John Criswell · 21 years ago
  14. 65797b8 Fixed the documentation to coincide with the code. by Misha Brukman · 21 years ago
  15. b2109ce Added LLVM notice. by John Criswell · 21 years ago
  16. 06ea151 Made error message more comprehensible. by Misha Brukman · 21 years ago
  17. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  18. ce439b5 "Function"[0] == 'F', not 'M' by Chris Lattner · 21 years ago
  19. e84843b Update release notes by Chris Lattner · 21 years ago
  20. 0522b08 Minor leftover fixups from replaceMachineCodeForFunction () change. by Brian Gaeke · 21 years ago
  21. 1dd27b1 fix file header by Chris Lattner · 21 years ago
  22. 9432111 fix file headers by Chris Lattner · 21 years ago
  23. 10cf8fa Fix file header by Chris Lattner · 21 years ago
  24. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  25. 3ab7136 Made the Requirements information its own major section and moved it by John Criswell · 21 years ago
  26. 17b53a8 Make replaceMachineCodeForFunction() return void. by Brian Gaeke · 21 years ago
  27. 682ce72 Make replaceMachineCodeForFunction return void. by Brian Gaeke · 21 years ago
  28. a42649e Make replaceMachineCodeForFunction return void. Make it assert by default. by Brian Gaeke · 21 years ago
  29. f6cd38d Apparently the dependencies are wrong for this file, so it didn't rebuild it by Chris Lattner · 21 years ago
  30. bacc773 Reorder for minor efficiency gain by Chris Lattner · 21 years ago
  31. 43a5ff8 Emit x86 instructions for: A = B op C, where A and B are 16-bit registers, by Chris Lattner · 21 years ago
  32. e738656 Hrm, a relic from the past. How cute :) by Chris Lattner · 21 years ago
  33. 6ac1d71 Further cleanups and simplifications by Chris Lattner · 21 years ago
  34. 6c09db2 Eliminate code for pointer size and endianness emulation. by Chris Lattner · 21 years ago
  35. 44ffd5a The Grammar Police was here. by Misha Brukman · 21 years ago
  36. 0fc20c8 * Fixed grammar in header * Added description of `mem2reg' by Misha Brukman · 21 years ago
  37. c01d123 * Rename X86::IMULr16 -> X86::IMULrr16 by Chris Lattner · 21 years ago
  38. 9fc2adc Don't bother forwarding function references which are external to the program entirely by Chris Lattner · 21 years ago
  39. 6ebe44d Ok, return an explicit path to the shared object, unbreaking code generator by Chris Lattner · 21 years ago
  40. b656c20 Fix iterator invalidation problem by Chris Lattner · 21 years ago
  41. a626e02 Eliminate unused class by Chris Lattner · 21 years ago
  42. 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
  43. 4661dc6 Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
  44. b2acc51 * Multiplications by 2^X are turned into shifts. This factors code out of the by Chris Lattner · 21 years ago
  45. f634a10 Add some new instructions. Wheee by Chris Lattner · 21 years ago
  46. 294fab1 Change it to match llvmgcc.html ... why do we have separate pages for these two? by Brian Gaeke · 21 years ago
  47. 102ed5c Clarify the roles of gccld and gccas. by Brian Gaeke · 21 years ago
  48. e08ad2e Minor edits; also expand description of '-v' option. by Brian Gaeke · 21 years ago
  49. f101788 Tweak -plugin description to match bugpoint.html by Brian Gaeke · 21 years ago
  50. 51b2ab8 Mostly rewritten. by Brian Gaeke · 21 years ago
  51. e99e734 A minor fix by Chris Lattner · 21 years ago
  52. 768a318 Take out extra paragraph tag. by Brian Gaeke · 21 years ago
  53. 28dbfce Make this (-run) set look like the other (-disable) set. by Brian Gaeke · 21 years ago
  54. 6ff3310 Always say "the test program", part 2. by Brian Gaeke · 21 years ago
  55. 129e7a8 Two minor fixes by Chris Lattner · 21 years ago
  56. 237b366 Minor edits to Description section. by Brian Gaeke · 21 years ago
  57. b9b3c33 Spell-check. by Brian Gaeke · 21 years ago
  58. be19787 DeHTMLify the email so that it only gets sent out if something changes. by Chris Lattner · 21 years ago
  59. b169841 .string adds an implicit zero at the end. This is not what we wanted. by Chris Lattner · 21 years ago
  60. 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 21 years ago
  61. 7b2ccff Fix PR #47 by Chris Lattner · 21 years ago
  62. a81fc68 Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llx by Chris Lattner · 21 years ago
  63. 547eaef New testcase, distilled from 176.gcc codegen failure by Chris Lattner · 21 years ago
  64. 365f09a Update compile information by Chris Lattner · 21 years ago
  65. 670406d Add usage blurb by Chris Lattner · 21 years ago
  66. 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 21 years ago
  67. 634ec56 Add bugpoint advice section by Chris Lattner · 21 years ago
  68. b715497 Print -fno-strict-aliasing as well by Chris Lattner · 21 years ago
  69. 1a28a2b Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the place by Chris Lattner · 21 years ago
  70. 0b4ffea Expand the --args section by Chris Lattner · 21 years ago
  71. 5cd840c * Add the -additional-so option * Add info about codegen and miscompilation mode by Chris Lattner · 21 years ago
  72. d1eb6f7 Beef up the description of bugpoint a lot. Update for renamed options by Chris Lattner · 21 years ago
  73. 367e1ee Change run-lli -> run-int by Chris Lattner · 21 years ago
  74. 25d6647 Default to using the CBE instead of the Interpreter if no -run-* option is specified by Chris Lattner · 21 years ago
  75. b91d971 Fix warning by Chris Lattner · 21 years ago
  76. 9efd7f4 Print stuff to stdout if something changes. by Chris Lattner · 21 years ago
  77. a12c06a If we detect a pass crash during miscompilation testing, immediately enter the by Chris Lattner · 21 years ago
  78. 22482a1 add support for new linkage types by Chris Lattner · 21 years ago
  79. 3c4a34e Fix PR#50 by Chris Lattner · 21 years ago
  80. 4d45bd0 Add support for the new varargs intrinsics and instructions by Chris Lattner · 21 years ago
  81. cda965e ADd support for the new varargs instructions by Chris Lattner · 21 years ago
  82. 7381506 Add support for the new varargs intrinsics by Chris Lattner · 21 years ago
  83. 8ad3946 Update the sparc backend to at least compile correctly with the new varargs stuff even if it's not all implemented yet. by Chris Lattner · 21 years ago
  84. 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 21 years ago
  85. eff112c Updated to emit the final 1.0 bytecode format. This supports weak linkage, by Chris Lattner · 21 years ago
  86. cb7e2e2 * New revised variable argument handling support by Chris Lattner · 21 years ago
  87. 99e7ab7 New revised variable argument handling support by Chris Lattner · 21 years ago
  88. 8d1a81d Update for new varargs support by Chris Lattner · 21 years ago
  89. a64c3fa Fix bug in my checkin by Chris Lattner · 21 years ago
  90. 9f71e79 Another formatting fix by Chris Lattner · 21 years ago
  91. 5ef681c More cleanups by Chris Lattner · 21 years ago
  92. 9c6cfe1 Be more helpful if a pass fails while chasing down a miscompilation by Chris Lattner · 21 years ago
  93. 8ba6790 * Align comments into 80 columns by Misha Brukman · 21 years ago
  94. c51aeaf Chris says it's better to assert that TheModule is valid than silently return 0. by Misha Brukman · 21 years ago
  95. 37c154a Added additional information about linking dynamic libraries. by John Criswell · 21 years ago
  96. e5f6859 You can't just blat the address into memory, you have to blat its displacement. by Brian Gaeke · 21 years ago
  97. 0e077f7 Adding license information for the sample project. by John Criswell · 21 years ago
  98. ddf31f7 Updated the README so that it catagorizes the docs similar to the web page. by John Criswell · 21 years ago
  99. 0570157 Don't release the Module, as that invalidates the Module* within the by Misha Brukman · 21 years ago
  100. 9b8c291 Implement replaceMachineCodeForFunction() for x86. by Brian Gaeke · 21 years ago