1. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
  2. 36cb08a Improve encapsulation in the FunctionType class, by adding param_(iterator/begin/end) by Chris Lattner · 21 years ago
  3. bcb6afb This #include is not needed, it should have been removed with the last patch by Chris Lattner · 21 years ago
  4. 3b07386 Instead of searching the entire type graph for a type to determine if it by Chris Lattner · 21 years ago
  5. 2c37c18 Upreferences are always OpaqueTypes, meaning that it is impossible for a non-abstract by Chris Lattner · 21 years ago
  6. ecea563 Another nice speedup for the register allocator. This time, we replace by Chris Lattner · 21 years ago
  7. f6f263c Add a new (hidden) option that is useful for profiling. by Chris Lattner · 21 years ago
  8. 4994877 Ugh, perform an optimization that GCC should be able to do itself. This by Chris Lattner · 21 years ago
  9. 96aef89 Only do stuff for the REAL number of physical registers we have, not 1024. by Chris Lattner · 21 years ago
  10. 64667b6 Change the PhysRegsUsed map into a dense array. Seeing that this is a mapping by Chris Lattner · 21 years ago
  11. e21f68d Two problems with these lines of code: by Chris Lattner · 21 years ago
  12. 99d6b8e The ConstantExpr::getCast call can cause a CPR to be generated. If so, by Chris Lattner · 21 years ago
  13. 71151ae Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs by Chris Lattner · 21 years ago
  14. b9806e0 Fix grammar-o. by Misha Brukman · 21 years ago
  15. de4afdc All of spec, including 253.perlbmk should now work. There is still the 254.gap by Chris Lattner · 21 years ago
  16. 501825e Improve compatibility with programs that already have a prototype for 'write', by Chris Lattner · 21 years ago
  17. a306d37 vi failed me again. :) by Chris Lattner · 21 years ago
  18. f37a426 Rename the invoke 'except' destination to the 'unwind' destination by Chris Lattner · 21 years ago
  19. a58e3a1 Change the 'exception' destination to the 'unwind' destination. We will always by Chris Lattner · 21 years ago
  20. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  21. 95778a0 Add new bug, add note about llvm-db by Chris Lattner · 21 years ago
  22. e0def04 Fix PR225: [pruneeh] -pruneeh pass removes invoke instructions it shouldn't by Chris Lattner · 21 years ago
  23. edb1cf0 splitBasicBlock "does the right thing" now, no reason to reposition it. by Chris Lattner · 21 years ago
  24. 127215e Bug fixed by Chris Lattner · 21 years ago
  25. 6d78457 Implement proper invoke/unwind lowering. by Chris Lattner · 21 years ago
  26. 8b391fb New testcase, code generators should support invoke/unwind by Chris Lattner · 21 years ago
  27. 23c4724 Print out all globals as they are emitted, not just those emitted from by Chris Lattner · 21 years ago
  28. 6c0398e There is no reason to #define fd by Chris Lattner · 21 years ago
  29. 4bb2969 add pr105 by Brian Gaeke · 21 years ago
  30. 79bf052 Fix unterminated-quote typo in echo command by Brian Gaeke · 21 years ago
  31. 5c681b6 Document automake as a build dependency because we use aclocal by Brian Gaeke · 21 years ago
  32. 4940c57 Move rules for regenerating autoconf files into this shell script. by Brian Gaeke · 21 years ago
  33. 5993223 Remove rules for autoconf'ing files from top-level Makefile by Brian Gaeke · 21 years ago
  34. e1c0930 Add a call to 'write' right before the call to abort() in the unwind path. by Chris Lattner · 21 years ago
  35. 973e3ec7 Fix indentation of selectiondag. by Brian Gaeke · 21 years ago
  36. 2dea8d6 Add one that I missed by Chris Lattner · 21 years ago
  37. c3f5f77 Instead of callign removeTriviallyDeadNodes on the global graph every time by Chris Lattner · 21 years ago
  38. cd90f21 Remove another unneeded call. by Chris Lattner · 21 years ago
  39. cadfac6 This call is no longer needed now that merging does not produce garbage by Chris Lattner · 21 years ago
  40. 4ff0b96 Substantially improve the DSA code by removing 'forwarding' nodes from by Chris Lattner · 21 years ago
  41. 9857c1a Bugfix for ilist conversion. The ilist wants to make an 'end' node which has by Chris Lattner · 21 years ago
  42. 28897e1 Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> by Chris Lattner · 21 years ago
  43. 2cca300 One of the 'annoying' things about ilists is that the iterators don't behave by Chris Lattner · 21 years ago
  44. 9fd37ba Change to use node_iterators instead of direct access to Nodes by Chris Lattner · 21 years ago
  45. 04364fb Change to use iterators instead of direct access by Chris Lattner · 21 years ago
  46. f2592ce Minor change to breakpoint (lack of) support by Chris Lattner · 21 years ago
  47. e92e764 getNodes() is gone, use node_begin/end instead by Chris Lattner · 21 years ago
  48. a84c681 getNodes() is gone by Chris Lattner · 21 years ago
  49. e187d56 Abstract out the Nodes collection. Instead of providing a getNodes() method, by Chris Lattner · 21 years ago
  50. bee5ff3 Actually USE isForwarding method by Chris Lattner · 21 years ago
  51. d1d2be3 As Alkis pointed out to me, I forgot to commit this... :( by Chris Lattner · 21 years ago
  52. a5ca28c There is no need to clone over nodes that are going to be dead anyway by Chris Lattner · 21 years ago
  53. 5616dc9 Use autoconf answers from config.h (FIXME, should autoconf this file by Brian Gaeke · 21 years ago
  54. 5852a2b Add a missing link by Chris Lattner · 21 years ago
  55. dadf385 Fix grammar. by Misha Brukman · 21 years ago
  56. f5eaf16 Increase code clarity. by Alkis Evlogimenos · 21 years ago
  57. a6859b4 Initial checking of the libpng library. by John Criswell · 21 years ago
  58. 2a9d717 Initial checking of the zlib library. by John Criswell · 21 years ago
  59. 23f54fa Add information about the piece I forgot to write: parameterized tablegen classes by Chris Lattner · 21 years ago
  60. fa6f309 Syntax hilight examples and add note about emacs/vim mode files by Chris Lattner · 21 years ago
  61. b54c99c Add a new document describing TableGen by Chris Lattner · 21 years ago
  62. 7b9ee51 Print the record NAME not the record ADDRESS by Chris Lattner · 21 years ago
  63. 54d23c7 Eliminate uneeded lookups by passing a Virt2PhysMap::iterator instead by Alkis Evlogimenos · 21 years ago
  64. 99dcc1d Fix another dominator update bug. These bugs keep getting exposed because GCSE by Chris Lattner · 21 years ago
  65. 0b8cb2b Change live interval representation. Machine instructions now have two by Alkis Evlogimenos · 21 years ago
  66. 3e0b870 Fix bug updating dominators by Chris Lattner · 21 years ago
  67. 79fc865 Add debug output by Chris Lattner · 21 years ago
  68. 741f6b4 Bug fixed by Chris Lattner · 21 years ago
  69. 4f02fc2 Fix PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  70. 7f5dd4a New testcase for PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  71. ad48cd6 We don't need to scan the blocks that we are live-in on every by Alkis Evlogimenos · 21 years ago
  72. 913a934 s/gcse/scalarrepl by Chris Lattner · 21 years ago
  73. 3b303d9 In a "seeing the forest through the trees" kinda situation, I realized that a by Chris Lattner · 21 years ago
  74. 57ef9a2 This is a big diff with no functionality change. We just reorder some code, by Chris Lattner · 21 years ago
  75. 270db36 finegrainify namespacification by Chris Lattner · 21 years ago
  76. 5a59609 Added missing include. by Tanya Lattner · 21 years ago
  77. 1ad5bc5 Fixed Chris' typo. by Tanya Lattner · 21 years ago
  78. e8425c5 qoi bug fixed by Chris Lattner · 21 years ago
  79. adf9b90 Implement optimizations for handling large basic blocks. by Chris Lattner · 21 years ago
  80. 14be640 Modify the two address instruction pass to remove the duplicate by Alkis Evlogimenos · 21 years ago
  81. a33ceaa Minor speedup, don't query ValueMap each time through the loop by Chris Lattner · 21 years ago
  82. 7a45c49 Always replace instead of appending when creating archive files. It may be by Brian Gaeke · 21 years ago
  83. fc1f6e8 Include <iosfwd> and <string> instead of <iostream>. by Brian Gaeke · 21 years ago
  84. 74ceb29 Take away the default iostream argument of createMachineFunctionPrinterPass(), by Brian Gaeke · 21 years ago
  85. 3b9f445 Clean out DESTLIBBYTECODE when making clean in runtime. by Brian Gaeke · 21 years ago
  86. c1df7e1 Two changes: by Chris Lattner · 21 years ago
  87. f033939 IMULri* instructions do not require their first two registers operands by Alkis Evlogimenos · 21 years ago
  88. 44a6807 Optimize the case where we are inlining a function that contains only one basic block, by Chris Lattner · 21 years ago
  89. cb2b3e5 Check in header file I forgot before. by Chris Lattner · 21 years ago
  90. c24a076 Adjust to the new BasicBlock ctor, which requires a function parameter by Chris Lattner · 21 years ago
  91. 4f05611 Adjust to the new BB ctor by Chris Lattner · 21 years ago
  92. 3fb57b6 Delete the BasicBlock ctor that only takes a BasicBlock to insert before. This by Chris Lattner · 21 years ago
  93. 3b332fd Remove unneeded code now that splitBasicBlock does the "right thing" by Chris Lattner · 21 years ago
  94. c6aa017 When splitting a basic block, insert the new half immediately after the first by Chris Lattner · 21 years ago
  95. 5e923de More refactoring. Move alloca instructions and handle invoke instructions by Chris Lattner · 21 years ago
  96. 5052c91 Move the cloning of the function body much earlier in the inlinefunction by Chris Lattner · 21 years ago
  97. 23b4c68 Give CloneBasicBlock an optional function argument to specify which function by Chris Lattner · 21 years ago
  98. 786993c If changing a parent, don't add then remove the object from the leak detector by Chris Lattner · 21 years ago
  99. f2c3106 In BasicBlock::splitBasicBlock, just use islist::splice to move the instructions, by Chris Lattner · 21 years ago
  100. 6a8c290 Revised version of a patch for PR222 that works with my version of gmake. by Chris Lattner · 21 years ago