1. 9f4b90d RPM spec file for LLVM tools and libraries. by Brian Gaeke · 21 years ago
  2. 89409b6 Should fix pr220 - "make install" doesn't install header files when by Brian Gaeke · 21 years ago
  3. 2647c39 Doxygenify comments. by Misha Brukman · 21 years ago
  4. 79caafe Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource, by Chris Lattner · 21 years ago
  5. f1d0d35 Only add the global variable with the abort message if an unwind actually by Chris Lattner · 21 years ago
  6. 71be6db Add global methods that prevent us from using ilist::iterators as by Alkis Evlogimenos · 21 years ago
  7. ccb2a67 Fix PR#226: When emitting padding, always emit it as bytes. Bytes can be by John Criswell · 21 years ago
  8. 56e6705 Many things have been fixed, so move them out of the "known problems" section by Chris Lattner · 21 years ago
  9. a50c4ba QOI bug fixed by Chris Lattner · 21 years ago
  10. 16af11d It turns out that the two dimensional vectors were causing big slowdowns by Chris Lattner · 21 years ago
  11. a44fb0d Remove the statistics by Chris Lattner · 21 years ago
  12. c3b5849 Speed up type resolution some more. On the testcase in PR224, for example, by Chris Lattner · 21 years ago
  13. 026a8ce When resolving upreferences, if multiple uprefs will be resolved to the same by Chris Lattner · 21 years ago
  14. f7ecb95 SchedGraph doesn't need to be friends with SchedGraphNodeCommon anymore. by Brian Gaeke · 21 years ago
  15. f738db0 Move InstrSchedule's iterator begin/end methods inline. by Brian Gaeke · 21 years ago
  16. 0dc5753 Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator by Brian Gaeke · 21 years ago
  17. 0cdaf94 Implement the hashing scheme in an attempt to speed up the "slow" case in by Chris Lattner · 21 years ago
  18. 6c09696 Fix bug in installation process: MKDIR must respect DESTDIR. by Brian Gaeke · 21 years ago
  19. 37606f9 This debugging hook is no longer needed. by Chris Lattner · 21 years ago
  20. 2729540 Code cleanup in preparation for later changes. Now that ContainedTy's are by Chris Lattner · 21 years ago
  21. f32f568 Now that all of the derived types have disciplined interfaces, we can eliminate by Chris Lattner · 21 years ago
  22. 68b86f4 Don't depend on auto data conversion by Chris Lattner · 21 years ago
  23. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 21 years ago
  24. 037b8b7 Increase encapsulation of the StructType class, eliminating the getElementTypes() member by Chris Lattner · 21 years ago
  25. e3235af Method is gone by Chris Lattner · 21 years ago
  26. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
  27. 36cb08a Improve encapsulation in the FunctionType class, by adding param_(iterator/begin/end) by Chris Lattner · 21 years ago
  28. bcb6afb This #include is not needed, it should have been removed with the last patch by Chris Lattner · 21 years ago
  29. 3b07386 Instead of searching the entire type graph for a type to determine if it by Chris Lattner · 21 years ago
  30. 2c37c18 Upreferences are always OpaqueTypes, meaning that it is impossible for a non-abstract by Chris Lattner · 21 years ago
  31. ecea563 Another nice speedup for the register allocator. This time, we replace by Chris Lattner · 21 years ago
  32. f6f263c Add a new (hidden) option that is useful for profiling. by Chris Lattner · 21 years ago
  33. 4994877 Ugh, perform an optimization that GCC should be able to do itself. This by Chris Lattner · 21 years ago
  34. 96aef89 Only do stuff for the REAL number of physical registers we have, not 1024. by Chris Lattner · 21 years ago
  35. 64667b6 Change the PhysRegsUsed map into a dense array. Seeing that this is a mapping by Chris Lattner · 21 years ago
  36. e21f68d Two problems with these lines of code: by Chris Lattner · 21 years ago
  37. 99d6b8e The ConstantExpr::getCast call can cause a CPR to be generated. If so, by Chris Lattner · 21 years ago
  38. 71151ae Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs by Chris Lattner · 21 years ago
  39. b9806e0 Fix grammar-o. by Misha Brukman · 21 years ago
  40. de4afdc All of spec, including 253.perlbmk should now work. There is still the 254.gap by Chris Lattner · 21 years ago
  41. 501825e Improve compatibility with programs that already have a prototype for 'write', by Chris Lattner · 21 years ago
  42. a306d37 vi failed me again. :) by Chris Lattner · 21 years ago
  43. f37a426 Rename the invoke 'except' destination to the 'unwind' destination by Chris Lattner · 21 years ago
  44. a58e3a1 Change the 'exception' destination to the 'unwind' destination. We will always by Chris Lattner · 21 years ago
  45. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  46. 95778a0 Add new bug, add note about llvm-db by Chris Lattner · 21 years ago
  47. e0def04 Fix PR225: [pruneeh] -pruneeh pass removes invoke instructions it shouldn't by Chris Lattner · 21 years ago
  48. edb1cf0 splitBasicBlock "does the right thing" now, no reason to reposition it. by Chris Lattner · 21 years ago
  49. 127215e Bug fixed by Chris Lattner · 21 years ago
  50. 6d78457 Implement proper invoke/unwind lowering. by Chris Lattner · 21 years ago
  51. 8b391fb New testcase, code generators should support invoke/unwind by Chris Lattner · 21 years ago
  52. 23c4724 Print out all globals as they are emitted, not just those emitted from by Chris Lattner · 21 years ago
  53. 6c0398e There is no reason to #define fd by Chris Lattner · 21 years ago
  54. 4bb2969 add pr105 by Brian Gaeke · 21 years ago
  55. 79bf052 Fix unterminated-quote typo in echo command by Brian Gaeke · 21 years ago
  56. 5c681b6 Document automake as a build dependency because we use aclocal by Brian Gaeke · 21 years ago
  57. 4940c57 Move rules for regenerating autoconf files into this shell script. by Brian Gaeke · 21 years ago
  58. 5993223 Remove rules for autoconf'ing files from top-level Makefile by Brian Gaeke · 21 years ago
  59. e1c0930 Add a call to 'write' right before the call to abort() in the unwind path. by Chris Lattner · 21 years ago
  60. 973e3ec7 Fix indentation of selectiondag. by Brian Gaeke · 21 years ago
  61. 2dea8d6 Add one that I missed by Chris Lattner · 21 years ago
  62. c3f5f77 Instead of callign removeTriviallyDeadNodes on the global graph every time by Chris Lattner · 21 years ago
  63. cd90f21 Remove another unneeded call. by Chris Lattner · 21 years ago
  64. cadfac6 This call is no longer needed now that merging does not produce garbage by Chris Lattner · 21 years ago
  65. 4ff0b96 Substantially improve the DSA code by removing 'forwarding' nodes from by Chris Lattner · 21 years ago
  66. 9857c1a Bugfix for ilist conversion. The ilist wants to make an 'end' node which has by Chris Lattner · 21 years ago
  67. 28897e1 Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> by Chris Lattner · 21 years ago
  68. 2cca300 One of the 'annoying' things about ilists is that the iterators don't behave by Chris Lattner · 21 years ago
  69. 9fd37ba Change to use node_iterators instead of direct access to Nodes by Chris Lattner · 21 years ago
  70. 04364fb Change to use iterators instead of direct access by Chris Lattner · 21 years ago
  71. f2592ce Minor change to breakpoint (lack of) support by Chris Lattner · 21 years ago
  72. e92e764 getNodes() is gone, use node_begin/end instead by Chris Lattner · 21 years ago
  73. a84c681 getNodes() is gone by Chris Lattner · 21 years ago
  74. e187d56 Abstract out the Nodes collection. Instead of providing a getNodes() method, by Chris Lattner · 21 years ago
  75. bee5ff3 Actually USE isForwarding method by Chris Lattner · 21 years ago
  76. d1d2be3 As Alkis pointed out to me, I forgot to commit this... :( by Chris Lattner · 21 years ago
  77. a5ca28c There is no need to clone over nodes that are going to be dead anyway by Chris Lattner · 21 years ago
  78. 5616dc9 Use autoconf answers from config.h (FIXME, should autoconf this file by Brian Gaeke · 21 years ago
  79. 5852a2b Add a missing link by Chris Lattner · 21 years ago
  80. dadf385 Fix grammar. by Misha Brukman · 21 years ago
  81. f5eaf16 Increase code clarity. by Alkis Evlogimenos · 21 years ago
  82. a6859b4 Initial checking of the libpng library. by John Criswell · 21 years ago
  83. 2a9d717 Initial checking of the zlib library. by John Criswell · 21 years ago
  84. 23f54fa Add information about the piece I forgot to write: parameterized tablegen classes by Chris Lattner · 21 years ago
  85. fa6f309 Syntax hilight examples and add note about emacs/vim mode files by Chris Lattner · 21 years ago
  86. b54c99c Add a new document describing TableGen by Chris Lattner · 21 years ago
  87. 7b9ee51 Print the record NAME not the record ADDRESS by Chris Lattner · 21 years ago
  88. 54d23c7 Eliminate uneeded lookups by passing a Virt2PhysMap::iterator instead by Alkis Evlogimenos · 21 years ago
  89. 99dcc1d Fix another dominator update bug. These bugs keep getting exposed because GCSE by Chris Lattner · 21 years ago
  90. 0b8cb2b Change live interval representation. Machine instructions now have two by Alkis Evlogimenos · 21 years ago
  91. 3e0b870 Fix bug updating dominators by Chris Lattner · 21 years ago
  92. 79fc865 Add debug output by Chris Lattner · 21 years ago
  93. 741f6b4 Bug fixed by Chris Lattner · 21 years ago
  94. 4f02fc2 Fix PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  95. 7f5dd4a New testcase for PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  96. ad48cd6 We don't need to scan the blocks that we are live-in on every by Alkis Evlogimenos · 21 years ago
  97. 913a934 s/gcse/scalarrepl by Chris Lattner · 21 years ago
  98. 3b303d9 In a "seeing the forest through the trees" kinda situation, I realized that a by Chris Lattner · 21 years ago
  99. 57ef9a2 This is a big diff with no functionality change. We just reorder some code, by Chris Lattner · 21 years ago
  100. 270db36 finegrainify namespacification by Chris Lattner · 21 years ago