1. c548395 Make MachineOperand's value named 'contents'. Make really, really sure by Brian Gaeke · 21 years ago
  2. ba2e098 Squash /usr/dcs path; use a 'require <version>' instead. by Brian Gaeke · 21 years ago
  3. 1d4c902 Add my regression finding by binary searching cvs script. by Brian Gaeke · 21 years ago
  4. b1aaeee Fix a node mapping problem that was causing the pool allocator to locally allocate by Chris Lattner · 21 years ago
  5. b06f103 SPECIFY a target data to initialize the CBE target with. Until now we have by Chris Lattner · 21 years ago
  6. 2bed9ec Add a new constructor by Chris Lattner · 21 years ago
  7. 0a94348 Don't emit things like malloc(16*1). Allocation instructions are fixed arity now. by Chris Lattner · 21 years ago
  8. 7252939 FINALLY be able to get symbolic type names in the globals graph! by Chris Lattner · 21 years ago
  9. a19ba52 Really, only if reopen by Chris Lattner · 21 years ago
  10. c9699cc Added EH support. by John Criswell · 21 years ago
  11. 89157a2 Make <di> into <dt> (definition list term). by Alkis Evlogimenos · 21 years ago
  12. ab5c600 Doxygenify comments. by Misha Brukman · 21 years ago
  13. 0256e4b Implement ExtractCodeRegion() by Misha Brukman · 21 years ago
  14. 7ace040 Add prototype for ExtractCodeRegion() by Misha Brukman · 21 years ago
  15. 38b8fd1 Make a note that this is usually used via bugpoint. by Misha Brukman · 21 years ago
  16. 538607f Doxygenify some comments. by Misha Brukman · 21 years ago
  17. 7472301 Fix <p> missing <p> tag by Alkis Evlogimenos · 21 years ago
  18. dd420e0 Add a spiller option to llc. A simple spiller will come soon. When we get CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. by Alkis Evlogimenos · 21 years ago
  19. 5f37502 Add the long awaited memory operand folding support for linear scan by Alkis Evlogimenos · 21 years ago
  20. 9d0802e * If a badref has a name, print it out for ease of debugging by Misha Brukman · 21 years ago
  21. 2351159 Add new method by Chris Lattner · 21 years ago
  22. 82e9d72 Correctly add an array marker on a node when appropriate! by Chris Lattner · 21 years ago
  23. 58ae9c7 Fix grammar and doxygenify comments. by Misha Brukman · 21 years ago
  24. b97fce5 * Add implementation of ExtractBasicBlock() * Add comments to ExtractLoop() by Misha Brukman · 21 years ago
  25. a8a0636 Add ability to extract a single basic block into a new function. by Misha Brukman · 21 years ago
  26. 1d83e11 * HTML 4.01 Strict compliance * Removed unnecessary tabs in the entire file by Misha Brukman · 21 years ago
  27. daa4cb0 HTML 4.01 Strict compliance. by Misha Brukman · 21 years ago
  28. ec726a1 Add this back, as its absence introduces assertions, and it seems to work now by Chris Lattner · 21 years ago
  29. f048bfd fix bug in previous checkin by Tanya Lattner · 21 years ago
  30. 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 21 years ago
  31. 9b3cbdb Adding new Modulo Scheduling graph files. by Tanya Lattner · 21 years ago
  32. d14b837 Removing old graph files with new graph files that I wrote. Updated ModuloScheduling pass, but still in progress. by Tanya Lattner · 21 years ago
  33. 2d6a6aa Expand on my note-to-self by Chris Lattner · 21 years ago
  34. 2158522 Handle passing constant integers to functions much more efficiently. Instead by Chris Lattner · 21 years ago
  35. f2cab76 Don't look in the .libs directories that libtool makes by Brian Gaeke · 21 years ago
  36. ce6096f Fix a minor code-quality issue. When passing 8 and 16-bit integer constants by Chris Lattner · 21 years ago
  37. 99df257 Fix the "partial pool allocator" on em3d and others. The problem is that by Chris Lattner · 21 years ago
  38. 9148ad3 Make Module annotable. Reid has a bunch of code that depends on this, and by Chris Lattner · 21 years ago
  39. 99cca7d Disable tail duplication in a case that breaks on Olden/tsp by Chris Lattner · 21 years ago
  40. 201ff60 Doxygenify comments. by Misha Brukman · 21 years ago
  41. 99cc88b * Remove function to find "main" in a Module, there's a method for that by Misha Brukman · 21 years ago
  42. cbee990 Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlock by Chris Lattner · 21 years ago
  43. 06887c9 Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx by Chris Lattner · 21 years ago
  44. 2b39c91 Testcase for a bug that caused a whole bunch of testcases to die in the nightly by Chris Lattner · 21 years ago
  45. 92bc3bc Add an assert by Chris Lattner · 21 years ago
  46. c81295a Add back #include I messed up by Chris Lattner · 21 years ago
  47. e8d43fd Urg, forgot to check this in. by Chris Lattner · 21 years ago
  48. 61f57fa Module does not need to be annotatable aka annotable by Chris Lattner · 21 years ago
  49. a523cdf Remove public header. It's been moved to lib/Target/SparcV9 by Chris Lattner · 21 years ago
  50. 08d4963 Move the private MachineInstrAnnot.h into a private directory. by Chris Lattner · 21 years ago
  51. 78827e9 Remove use of an ugly header by Chris Lattner · 21 years ago
  52. 585911e Move methods out of .h file by Chris Lattner · 21 years ago
  53. e85f234 Do not use explicit casts that hide the dependence on Instruction being by Chris Lattner · 21 years ago
  54. 9548f20 Ugh, the old sparc backend attaches MachineCodeForInstruction annotations on by Chris Lattner · 21 years ago
  55. 96c9b8b Add instruction name description. by Alkis Evlogimenos · 21 years ago
  56. 7f6124c Use correct template for SHLD and SHRD instructions so that the memory by Alkis Evlogimenos · 21 years ago
  57. 9c22aeb Improve allocation order: by Alkis Evlogimenos · 21 years ago
  58. 8295f20 A big X86 instruction rename. The instructions are renamed to make by Alkis Evlogimenos · 21 years ago
  59. 6ac5300 Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo by Brian Gaeke · 21 years ago
  60. ee35285 Eliminate the X86-specific BMI functions, using BuildMI instead. by Chris Lattner · 21 years ago
  61. 168aa90 Fix a miscompilation of 197.parser that occurs when you have single basic by Chris Lattner · 21 years ago
  62. 4279f3c Fix PR255: [tailduplication] Single basic block loops are very rare by Chris Lattner · 21 years ago
  63. e9f6f2c Update comment at head of file. Also fix C 'typedef struct' nonsense I by Brian Gaeke · 21 years ago
  64. dce363d Adjust to change in TII ctor arguments by Chris Lattner · 21 years ago
  65. bceb688 Eliminate the distinction between "real" and "unreal" instructions by Chris Lattner · 21 years ago
  66. 620ee02 Add more architectures, and ELF64 stuff. by Brian Gaeke · 21 years ago
  67. 1ddf475 These two virtual methods are never called. by Chris Lattner · 21 years ago
  68. 0755912 Remove a TON of flags that noone cares about by Chris Lattner · 21 years ago
  69. 9a94527 Noone calls these virtual methods by Chris Lattner · 21 years ago
  70. 0723969 This is the only file in the system that uses this enum. eliminate it. by Chris Lattner · 21 years ago
  71. 450b6d2 Scrap a huge layer of cruft out of this interface. by Chris Lattner · 21 years ago
  72. e1274de Implement initial prolog/epilog code insertion methods. by Chris Lattner · 21 years ago
  73. 7598a1a Remove unneeded #include by Chris Lattner · 21 years ago
  74. 561c010 int64_t -> int by Chris Lattner · 21 years ago
  75. 6a8a9b4 Continue Alkis's int64_t cleanup. This makes all of the immediate related by Chris Lattner · 21 years ago
  76. c3c106c Add BuildMI variants that take a MBB::iterator by Chris Lattner · 21 years ago
  77. 8777d24 Use correct template for ADC instruction with memory operands. by Alkis Evlogimenos · 21 years ago
  78. 1c809c5 Add an instruction selector capable of selecting 'ret void' by Chris Lattner · 21 years ago
  79. da474ad SHLD and SHRD take 32-bit operands but an 8-bit immediate. Rename them by Alkis Evlogimenos · 21 years ago
  80. 8e475b8 Floating point loads/stores act on memory operands. Rename them to by Alkis Evlogimenos · 21 years ago
  81. 91c4b52 Rename instruction templates to be easier to the human eye to by Alkis Evlogimenos · 21 years ago
  82. f8da4d8 Uncomment instructions that take both an immediate and a memory by Alkis Evlogimenos · 21 years ago
  83. 757c1f9 Fix my sloppiness by Brian Gaeke · 21 years ago
  84. 5ab29b5 Each instruction now has both an ImmType and a MemType. This describes by Alkis Evlogimenos · 21 years ago
  85. f822ee9 Fix typo in comment by Brian Gaeke · 21 years ago
  86. 39bd69a Add a testcase for switch instruction induction by Chris Lattner · 21 years ago
  87. 542f149 Implement switch->br and br->switch folding by ripping out the switch->switch by Chris Lattner · 21 years ago
  88. 9ff6ba1 Change this so that LLC actually tries to run the code generator, though it will by Chris Lattner · 21 years ago
  89. d62276a Add a hook to run with the V8 target, though it doesn't currently work. Also by Chris Lattner · 21 years ago
  90. 3da5117 Add hook for V8 target by Chris Lattner · 21 years ago
  91. 8a62384 SparcV8 now builds. by Chris Lattner · 21 years ago
  92. 9a89f37 fine grainify namespacification by Chris Lattner · 21 years ago
  93. 8d8a6bc Finegrainify namespacification by Chris Lattner · 21 years ago
  94. a85d46e Tab completion is our friend. by Chris Lattner · 21 years ago
  95. 83ba99a Clean up rules by Chris Lattner · 21 years ago
  96. 275f645 Bring this directory into "it actually compiles" land by Chris Lattner · 21 years ago
  97. f13bd49 Fix multiple inclusion problem by Chris Lattner · 21 years ago
  98. b99df4f if there is already a prototype for malloc/free, use it, even if it's incorrect. by Chris Lattner · 21 years ago
  99. 8a4045e Do not remove an active template argument even if the superclass had one of the by Chris Lattner · 21 years ago
  100. eb7d6d0 fix a bug in the testcase by Chris Lattner · 21 years ago