1. d48a1d7 The lastOp operand is never used by Chris Lattner · 22 years ago
  2. 91480ff Add more space! by Chris Lattner · 22 years ago
  3. 2c1bbd8 Hrm, for some reason, my fingers like typing va_begin. Weird by Chris Lattner · 22 years ago
  4. 84a6f39 Syntax highlight the new operators by Chris Lattner · 22 years ago
  5. 25e6e99 Update test to new style by Chris Lattner · 22 years ago
  6. 7939597 Removed LLVM copyright from sample Makefile. by John Criswell · 22 years ago
  7. c2bc2f1 Removed LLVM copyright notice from sample Makefile. by John Criswell · 22 years ago
  8. aefb666 Added LLVM copyright notice. by John Criswell · 22 years ago
  9. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  10. dac9131 Preselection is _not_ a basicblock pass, because it adds global variables to by Chris Lattner · 22 years ago
  11. d8846c1 Added LLVM copyright notice. by John Criswell · 22 years ago
  12. d248652 When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr), by Vikram S. Adve · 22 years ago
  13. 472c304 Why does g++ not even generate a warning when you miss a break statement? by Vikram S. Adve · 22 years ago
  14. 40dee51 Implement the new varargs instructions and intrinsics. by Vikram S. Adve · 22 years ago
  15. 648cbd9 Only fails on the Sparc, only when run via the JIT. by Misha Brukman · 22 years ago
  16. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 22 years ago
  17. e26ba9f Added LLVM copyrights to Makefiles. by John Criswell · 22 years ago
  18. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
  19. 5f7e61d Add a new map by Chris Lattner · 22 years ago
  20. e9d3c6b Convert this code from using annotations to using a local map by Chris Lattner · 22 years ago
  21. 5c288be Goodbye, AddRegNumToValues by Brian Gaeke · 22 years ago
  22. 1ee1e64 Removed extraneous comment line. by John Criswell · 22 years ago
  23. 0beae0c Remove using declaration by Chris Lattner · 22 years ago
  24. 60f1445 This #include is no longer necessary by Chris Lattner · 22 years ago
  25. 01d4582 Added LLVM copyright header. by John Criswell · 22 years ago
  26. 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 22 years ago
  27. 1fc0d67 Oops. Typo. by John Criswell · 22 years ago
  28. 2efc5b5 Added LLVM header notice. by John Criswell · 22 years ago
  29. 65797b8 Fixed the documentation to coincide with the code. by Misha Brukman · 22 years ago
  30. b2109ce Added LLVM notice. by John Criswell · 22 years ago
  31. 06ea151 Made error message more comprehensible. by Misha Brukman · 22 years ago
  32. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  33. ce439b5 "Function"[0] == 'F', not 'M' by Chris Lattner · 22 years ago
  34. e84843b Update release notes by Chris Lattner · 22 years ago
  35. 0522b08 Minor leftover fixups from replaceMachineCodeForFunction () change. by Brian Gaeke · 22 years ago
  36. 1dd27b1 fix file header by Chris Lattner · 22 years ago
  37. 9432111 fix file headers by Chris Lattner · 22 years ago
  38. 10cf8fa Fix file header by Chris Lattner · 22 years ago
  39. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  40. 3ab7136 Made the Requirements information its own major section and moved it by John Criswell · 22 years ago
  41. 17b53a8 Make replaceMachineCodeForFunction() return void. by Brian Gaeke · 22 years ago
  42. 682ce72 Make replaceMachineCodeForFunction return void. by Brian Gaeke · 22 years ago
  43. a42649e Make replaceMachineCodeForFunction return void. Make it assert by default. by Brian Gaeke · 22 years ago
  44. f6cd38d Apparently the dependencies are wrong for this file, so it didn't rebuild it by Chris Lattner · 22 years ago
  45. bacc773 Reorder for minor efficiency gain by Chris Lattner · 22 years ago
  46. 43a5ff8 Emit x86 instructions for: A = B op C, where A and B are 16-bit registers, by Chris Lattner · 22 years ago
  47. e738656 Hrm, a relic from the past. How cute :) by Chris Lattner · 22 years ago
  48. 6ac1d71 Further cleanups and simplifications by Chris Lattner · 22 years ago
  49. 6c09db2 Eliminate code for pointer size and endianness emulation. by Chris Lattner · 22 years ago
  50. 44ffd5a The Grammar Police was here. by Misha Brukman · 22 years ago
  51. 0fc20c8 * Fixed grammar in header * Added description of `mem2reg' by Misha Brukman · 22 years ago
  52. c01d123 * Rename X86::IMULr16 -> X86::IMULrr16 by Chris Lattner · 22 years ago
  53. 9fc2adc Don't bother forwarding function references which are external to the program entirely by Chris Lattner · 22 years ago
  54. 6ebe44d Ok, return an explicit path to the shared object, unbreaking code generator by Chris Lattner · 22 years ago
  55. b656c20 Fix iterator invalidation problem by Chris Lattner · 22 years ago
  56. a626e02 Eliminate unused class by Chris Lattner · 22 years ago
  57. 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 · 22 years ago
  58. 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 · 22 years ago
  59. b2acc51 * Multiplications by 2^X are turned into shifts. This factors code out of the by Chris Lattner · 22 years ago
  60. f634a10 Add some new instructions. Wheee by Chris Lattner · 22 years ago
  61. 294fab1 Change it to match llvmgcc.html ... why do we have separate pages for these two? by Brian Gaeke · 22 years ago
  62. 102ed5c Clarify the roles of gccld and gccas. by Brian Gaeke · 22 years ago
  63. e08ad2e Minor edits; also expand description of '-v' option. by Brian Gaeke · 22 years ago
  64. f101788 Tweak -plugin description to match bugpoint.html by Brian Gaeke · 22 years ago
  65. 51b2ab8 Mostly rewritten. by Brian Gaeke · 22 years ago
  66. e99e734 A minor fix by Chris Lattner · 22 years ago
  67. 768a318 Take out extra paragraph tag. by Brian Gaeke · 22 years ago
  68. 28dbfce Make this (-run) set look like the other (-disable) set. by Brian Gaeke · 22 years ago
  69. 6ff3310 Always say "the test program", part 2. by Brian Gaeke · 22 years ago
  70. 129e7a8 Two minor fixes by Chris Lattner · 22 years ago
  71. 237b366 Minor edits to Description section. by Brian Gaeke · 22 years ago
  72. b9b3c33 Spell-check. by Brian Gaeke · 22 years ago
  73. be19787 DeHTMLify the email so that it only gets sent out if something changes. by Chris Lattner · 22 years ago
  74. b169841 .string adds an implicit zero at the end. This is not what we wanted. by Chris Lattner · 22 years ago
  75. 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 22 years ago
  76. 7b2ccff Fix PR #47 by Chris Lattner · 22 years ago
  77. a81fc68 Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llx by Chris Lattner · 22 years ago
  78. 547eaef New testcase, distilled from 176.gcc codegen failure by Chris Lattner · 22 years ago
  79. 365f09a Update compile information by Chris Lattner · 22 years ago
  80. 670406d Add usage blurb by Chris Lattner · 22 years ago
  81. 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 22 years ago
  82. 634ec56 Add bugpoint advice section by Chris Lattner · 22 years ago
  83. b715497 Print -fno-strict-aliasing as well by Chris Lattner · 22 years ago
  84. 1a28a2b Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the place by Chris Lattner · 22 years ago
  85. 0b4ffea Expand the --args section by Chris Lattner · 22 years ago
  86. 5cd840c * Add the -additional-so option * Add info about codegen and miscompilation mode by Chris Lattner · 22 years ago
  87. d1eb6f7 Beef up the description of bugpoint a lot. Update for renamed options by Chris Lattner · 22 years ago
  88. 367e1ee Change run-lli -> run-int by Chris Lattner · 22 years ago
  89. 25d6647 Default to using the CBE instead of the Interpreter if no -run-* option is specified by Chris Lattner · 22 years ago
  90. b91d971 Fix warning by Chris Lattner · 22 years ago
  91. 9efd7f4 Print stuff to stdout if something changes. by Chris Lattner · 22 years ago
  92. a12c06a If we detect a pass crash during miscompilation testing, immediately enter the by Chris Lattner · 22 years ago
  93. 22482a1 add support for new linkage types by Chris Lattner · 22 years ago
  94. 3c4a34e Fix PR#50 by Chris Lattner · 22 years ago
  95. 4d45bd0 Add support for the new varargs intrinsics and instructions by Chris Lattner · 22 years ago
  96. cda965e ADd support for the new varargs instructions by Chris Lattner · 22 years ago
  97. 7381506 Add support for the new varargs intrinsics by Chris Lattner · 22 years ago
  98. 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 · 22 years ago
  99. 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 22 years ago
  100. eff112c Updated to emit the final 1.0 bytecode format. This supports weak linkage, by Chris Lattner · 22 years ago