1. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  2. 3ab7136 Made the Requirements information its own major section and moved it by John Criswell · 21 years ago
  3. 17b53a8 Make replaceMachineCodeForFunction() return void. by Brian Gaeke · 21 years ago
  4. 682ce72 Make replaceMachineCodeForFunction return void. by Brian Gaeke · 21 years ago
  5. a42649e Make replaceMachineCodeForFunction return void. Make it assert by default. by Brian Gaeke · 21 years ago
  6. f6cd38d Apparently the dependencies are wrong for this file, so it didn't rebuild it by Chris Lattner · 21 years ago
  7. bacc773 Reorder for minor efficiency gain by Chris Lattner · 21 years ago
  8. 43a5ff8 Emit x86 instructions for: A = B op C, where A and B are 16-bit registers, by Chris Lattner · 21 years ago
  9. e738656 Hrm, a relic from the past. How cute :) by Chris Lattner · 21 years ago
  10. 6ac1d71 Further cleanups and simplifications by Chris Lattner · 21 years ago
  11. 6c09db2 Eliminate code for pointer size and endianness emulation. by Chris Lattner · 21 years ago
  12. 44ffd5a The Grammar Police was here. by Misha Brukman · 21 years ago
  13. 0fc20c8 * Fixed grammar in header * Added description of `mem2reg' by Misha Brukman · 21 years ago
  14. c01d123 * Rename X86::IMULr16 -> X86::IMULrr16 by Chris Lattner · 21 years ago
  15. 9fc2adc Don't bother forwarding function references which are external to the program entirely by Chris Lattner · 21 years ago
  16. 6ebe44d Ok, return an explicit path to the shared object, unbreaking code generator by Chris Lattner · 21 years ago
  17. b656c20 Fix iterator invalidation problem by Chris Lattner · 21 years ago
  18. a626e02 Eliminate unused class by Chris Lattner · 21 years ago
  19. 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
  20. 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
  21. b2acc51 * Multiplications by 2^X are turned into shifts. This factors code out of the by Chris Lattner · 21 years ago
  22. f634a10 Add some new instructions. Wheee by Chris Lattner · 21 years ago
  23. 294fab1 Change it to match llvmgcc.html ... why do we have separate pages for these two? by Brian Gaeke · 21 years ago
  24. 102ed5c Clarify the roles of gccld and gccas. by Brian Gaeke · 21 years ago
  25. e08ad2e Minor edits; also expand description of '-v' option. by Brian Gaeke · 21 years ago
  26. f101788 Tweak -plugin description to match bugpoint.html by Brian Gaeke · 21 years ago
  27. 51b2ab8 Mostly rewritten. by Brian Gaeke · 21 years ago
  28. e99e734 A minor fix by Chris Lattner · 21 years ago
  29. 768a318 Take out extra paragraph tag. by Brian Gaeke · 21 years ago
  30. 28dbfce Make this (-run) set look like the other (-disable) set. by Brian Gaeke · 21 years ago
  31. 6ff3310 Always say "the test program", part 2. by Brian Gaeke · 21 years ago
  32. 129e7a8 Two minor fixes by Chris Lattner · 21 years ago
  33. 237b366 Minor edits to Description section. by Brian Gaeke · 21 years ago
  34. b9b3c33 Spell-check. by Brian Gaeke · 21 years ago
  35. be19787 DeHTMLify the email so that it only gets sent out if something changes. by Chris Lattner · 21 years ago
  36. b169841 .string adds an implicit zero at the end. This is not what we wanted. by Chris Lattner · 21 years ago
  37. 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 21 years ago
  38. 7b2ccff Fix PR #47 by Chris Lattner · 21 years ago
  39. a81fc68 Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llx by Chris Lattner · 21 years ago
  40. 547eaef New testcase, distilled from 176.gcc codegen failure by Chris Lattner · 21 years ago
  41. 365f09a Update compile information by Chris Lattner · 21 years ago
  42. 670406d Add usage blurb by Chris Lattner · 21 years ago
  43. 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 21 years ago
  44. 634ec56 Add bugpoint advice section by Chris Lattner · 21 years ago
  45. b715497 Print -fno-strict-aliasing as well by Chris Lattner · 21 years ago
  46. 1a28a2b Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the place by Chris Lattner · 21 years ago
  47. 0b4ffea Expand the --args section by Chris Lattner · 21 years ago
  48. 5cd840c * Add the -additional-so option * Add info about codegen and miscompilation mode by Chris Lattner · 21 years ago
  49. d1eb6f7 Beef up the description of bugpoint a lot. Update for renamed options by Chris Lattner · 21 years ago
  50. 367e1ee Change run-lli -> run-int by Chris Lattner · 21 years ago
  51. 25d6647 Default to using the CBE instead of the Interpreter if no -run-* option is specified by Chris Lattner · 21 years ago
  52. b91d971 Fix warning by Chris Lattner · 21 years ago
  53. 9efd7f4 Print stuff to stdout if something changes. by Chris Lattner · 21 years ago
  54. a12c06a If we detect a pass crash during miscompilation testing, immediately enter the by Chris Lattner · 21 years ago
  55. 22482a1 add support for new linkage types by Chris Lattner · 21 years ago
  56. 3c4a34e Fix PR#50 by Chris Lattner · 21 years ago
  57. 4d45bd0 Add support for the new varargs intrinsics and instructions by Chris Lattner · 21 years ago
  58. cda965e ADd support for the new varargs instructions by Chris Lattner · 21 years ago
  59. 7381506 Add support for the new varargs intrinsics by Chris Lattner · 21 years ago
  60. 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
  61. 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 21 years ago
  62. eff112c Updated to emit the final 1.0 bytecode format. This supports weak linkage, by Chris Lattner · 21 years ago
  63. cb7e2e2 * New revised variable argument handling support by Chris Lattner · 21 years ago
  64. 99e7ab7 New revised variable argument handling support by Chris Lattner · 21 years ago
  65. 8d1a81d Update for new varargs support by Chris Lattner · 21 years ago
  66. a64c3fa Fix bug in my checkin by Chris Lattner · 21 years ago
  67. 9f71e79 Another formatting fix by Chris Lattner · 21 years ago
  68. 5ef681c More cleanups by Chris Lattner · 21 years ago
  69. 9c6cfe1 Be more helpful if a pass fails while chasing down a miscompilation by Chris Lattner · 21 years ago
  70. 8ba6790 * Align comments into 80 columns by Misha Brukman · 21 years ago
  71. c51aeaf Chris says it's better to assert that TheModule is valid than silently return 0. by Misha Brukman · 21 years ago
  72. 37c154a Added additional information about linking dynamic libraries. by John Criswell · 21 years ago
  73. e5f6859 You can't just blat the address into memory, you have to blat its displacement. by Brian Gaeke · 21 years ago
  74. 0e077f7 Adding license information for the sample project. by John Criswell · 21 years ago
  75. ddf31f7 Updated the README so that it catagorizes the docs similar to the web page. by John Criswell · 21 years ago
  76. 0570157 Don't release the Module, as that invalidates the Module* within the by Misha Brukman · 21 years ago
  77. 9b8c291 Implement replaceMachineCodeForFunction() for x86. by Brian Gaeke · 21 years ago
  78. 4ca7e53 Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr(). by Brian Gaeke · 21 years ago
  79. 9a7871b Add prototype for replaceMachineCodeForFunction(). by Brian Gaeke · 21 years ago
  80. 7f3df41 Return the Module that we just materialized. by Misha Brukman · 21 years ago
  81. 55c0f02 Tidy up doxygen comment for getPointerToFunction(). by Brian Gaeke · 21 years ago
  82. cd64ddf Refactor running the JIT passes on a single function into the new method, by Brian Gaeke · 21 years ago
  83. 9573b91 Return the Module being materialized to avoid always calling getModule(). by Misha Brukman · 21 years ago
  84. 5358bc3 Add stub version of replaceMachineCodeForFunction. It will live here until by Brian Gaeke · 21 years ago
  85. 578b68c Remove extra blank line. by Brian Gaeke · 21 years ago
  86. 9493101 Do not crash on empty structures by Chris Lattner · 21 years ago
  87. 8a7ae30 Modified the Makefile so that the sample library is linked dynamically. by John Criswell · 21 years ago
  88. 2d77214 * Give credit where credit's due by Misha Brukman · 21 years ago
  89. 627ecea New testcase for C++ frontend crash by Chris Lattner · 21 years ago
  90. 888d3bc Tighten up handling of checks for shift instructions by Chris Lattner · 21 years ago
  91. 6059638 Eliminate some extraneous code in SlotCalculator::insertVal(). by Alkis Evlogimenos · 21 years ago
  92. e7d4022 Someone forgot to commit an updated configure after adding tools/llvm-nm to configure.ac :-) by Alkis Evlogimenos · 21 years ago
  93. fb1a996 Add debug variable. by Brian Gaeke · 21 years ago
  94. 45f0b6d Fix typo in comment. by Brian Gaeke · 21 years ago
  95. 661ab81 This file has funny include guards and funny extra whitespace. by Brian Gaeke · 21 years ago
  96. 0b5e696 Document that llvm-nm works in pipe mode, thanks to the efforts of Chris. by Brian Gaeke · 21 years ago
  97. 6020ddd Fix a typo in a comment, and zap a blank line. by Brian Gaeke · 21 years ago
  98. 9fcdadb Add separator between different types of readers. by Misha Brukman · 21 years ago
  99. 0f4f7d9 JIT.cpp: by Misha Brukman · 21 years ago
  100. 1968416 * Reorder includes as per the style guide by Misha Brukman · 21 years ago