1. 638c381 Add note that this is for old bytecode files. by Chris Lattner · 21 years ago
  2. 3fb2045 Mission accomplished! by Chris Lattner · 21 years ago
  3. ebf2bda Allow this to compile even on machines that HAVE the bzlib library but do by Reid Spencer · 21 years ago
  4. a98c545 This is a horrible hack to work around libstdc++ bugs :( by Chris Lattner · 21 years ago
  5. bc3a537 Eliminate another 6k register copies that the register allocator would just by Nate Begeman · 21 years ago
  6. fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 21 years ago
  7. 6475b8d Undo last change as its unnecessary. by Reid Spencer · 21 years ago
  8. ed26b31 Test case for xpg4 style archive files. by Reid Spencer · 21 years ago
  9. b7bd819 Test reading of SVR4 style archives with llvm-ar by Reid Spencer · 21 years ago
  10. 30ce0f0 Test case for reading SVR4 style archives. by Reid Spencer · 21 years ago
  11. 57646ec Don't save an iterator, just use post-increment. by Reid Spencer · 21 years ago
  12. 37d8bd9 Solaris built archives in SVR4 and XPG4 styles. by Reid Spencer · 21 years ago
  13. b9371ce Eliminate unsightly ;; by Reid Spencer · 21 years ago
  14. f5d957f A test file that goes into the test archive. by Reid Spencer · 21 years ago
  15. 170eb10 Make a cast explicit. by Reid Spencer · 21 years ago
  16. 7783e8a Make findModulesDefiningSymbols modify its symbols argument so we can \ by Reid Spencer · 21 years ago
  17. 3cf2c32 Reduce the amount of work in LinkInArchive by not searching the archive for by Reid Spencer · 21 years ago
  18. 9692e39 Obligatory DejaGnu/expect file. by Reid Spencer · 21 years ago
  19. 8531f6f Generate fewer reg-reg copies for the register allocator to deal with. by Nate Begeman · 21 years ago
  20. 05f8d5f Fixed a typo. by Tanya Lattner · 21 years ago
  21. d538365 Added link to information on Statistic which is in the Programmers Manual. by Tanya Lattner · 21 years ago
  22. 954f66a Delete stoppoints that occur for the same source line. by Chris Lattner · 21 years ago
  23. 1085548 Add support for llvm.dbg.stoppoint by Chris Lattner · 21 years ago
  24. f67fb19 Line numbers are go for 1.4! :) by Chris Lattner · 21 years ago
  25. 3328965 libpng is not even used by povray3.1 in the current configuration, just by Chris Lattner · 21 years ago
  26. 9626470 Add MMC by Chris Lattner · 21 years ago
  27. 9a5acaf Duh, put tools in *bin* directory, not *tools* directory as per PR456. by Reid Spencer · 21 years ago
  28. d29c636 Remove debugging code, unneuter this functionality by Chris Lattner · 21 years ago
  29. a269ec7 remove debugging code by Chris Lattner · 21 years ago
  30. a9aa809 Fixed to fit in 80 columns. by Tanya Lattner · 21 years ago
  31. 6454ed3 Add notes about makefile changes and llvm-ar. by Reid Spencer · 21 years ago
  32. 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 21 years ago
  33. 18e6c22 These methods are inlined by Chris Lattner · 21 years ago
  34. 721aef6 Update comments, now that CPR's are gone, inline the methods by Chris Lattner · 21 years ago
  35. 56de036 Check in hook that I forgot by Chris Lattner · 21 years ago
  36. 815cbcf Fix PR456:\ by Reid Spencer · 21 years ago
  37. b0ce1a3 Include ltdl.h if we have it. by Reid Spencer · 21 years ago
  38. e2234a7 Add checks for HAVE_LTDL_H and HAVE_LT_DLOPEN by Reid Spencer · 21 years ago
  39. 1779597 Changes for testing presence of ltdl.h and lt_dlopen(), libtool functions by Reid Spencer · 21 years ago
  40. 7c0afe0 Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how by Brian Gaeke · 21 years ago
  41. 7ba2a43 Update current expected failures list - expand it to include all of by Brian Gaeke · 21 years ago
  42. db869aa Eliminate another common source of moves that the register allocator by Nate Begeman · 21 years ago
  43. 1f5308e When accessing the base register for global variables, use the register by Nate Begeman · 21 years ago
  44. c8b9f33 * There is no reason for SpillWeights to be an instance var by Chris Lattner · 21 years ago
  45. 9fddc12 There is no need to check to see if j overflowed in this loop as we're only by Chris Lattner · 21 years ago
  46. 1e409bf Moderate head scratching reveals that this conditional is not needed. If by Chris Lattner · 21 years ago
  47. 0113638 Clean up and fix cast codegen by removing cases that are handled elsewhere, by Nate Begeman · 21 years ago
  48. 5c401af Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago
  49. 0de02a6 Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago
  50. f348e3a Fix a couple of bugs where we considered physregs past their range as possibly by Chris Lattner · 21 years ago
  51. 1a3a487 Fix typeo by Chris Lattner · 21 years ago
  52. 365b95f Start using the iterators in the fixed_ intervals to avoid having to binary by Chris Lattner · 21 years ago
  53. 8c68b6a Take another .7 seconds off of linear scan time. by Chris Lattner · 21 years ago
  54. 19828d4 Add a counter for the number of times linscan has to backtrack. Start using by Chris Lattner · 21 years ago
  55. bae74d9 Add ability to give hints to the overlaps routines. by Chris Lattner · 21 years ago
  56. cbb5625 * Improve comments/documentation substantially by Chris Lattner · 21 years ago
  57. 743ef6d Add new advanceTo method by Chris Lattner · 21 years ago
  58. 8d8d513 Fix a minor bug in expiredAt. endNumber() is the first number that is not valid. by Chris Lattner · 21 years ago
  59. 23b71c1 Rename some methods, use 'begin' instead of 'start', add new LiveInterval by Chris Lattner · 21 years ago
  60. 4b92ed6 Allocate fewer registers and tighten up alignment restrictions. by Brian Gaeke · 21 years ago
  61. c935cf1 Update to-do list. by Brian Gaeke · 21 years ago
  62. b662963 Update list of failing SingleSource Benchmarks by Brian Gaeke · 21 years ago
  63. b3e0017 We were (somehow) getting the wrong branch opcode for setcc float instrs. by Brian Gaeke · 21 years ago
  64. 859804f Make ReturnInst accept a value of type void as the return value. The by Alkis Evlogimenos · 21 years ago
  65. a1c15bd Add a standards section. by Reid Spencer · 21 years ago
  66. 023c446 Fix PR458: by Reid Spencer · 21 years ago
  67. d4543da Fix some things for Mac OSX archives: by Reid Spencer · 21 years ago
  68. 6ab7a4f Make sure we parse bytecode with a module identifier that reflects the full by Reid Spencer · 21 years ago
  69. 7c8dd7f Make this more accurate by Chris Lattner · 21 years ago
  70. 4c4c415 New prototype for lowerpacked pass. by Chris Lattner · 21 years ago
  71. 1b9fe1c Generalize this code to turn any cast-to-first-element-of into a gep constexpr by Chris Lattner · 21 years ago
  72. bc2a99b Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.ll by Chris Lattner · 21 years ago
  73. 2dee43d New testcase that crashes licm by Chris Lattner · 21 years ago
  74. 86f42db -disable-opt is not -O0, it's okay for it to disable internalize. by Chris Lattner · 21 years ago
  75. 96ce335 Adjust long file name writing to match BSD 4.4 and Mac OSX style archives. by Reid Spencer · 21 years ago
  76. dd95e8d Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formats by Reid Spencer · 21 years ago
  77. ced8222 Added my own defMap. Only saving values that are not loop invariant. Fixed a couple of assertions that were triggered due to registers not being allocated. These both had to do with PHINodes. by Tanya Lattner · 21 years ago
  78. bcb31d6 Minor cleanup and speedup. This reduces link-time for 252.eon from 35.5s by Chris Lattner · 21 years ago
  79. 8511c35 Make this function work with non-abstract types. by Chris Lattner · 21 years ago
  80. a63acbf Don't increment a dead iterator by Chris Lattner · 21 years ago
  81. 429a9cb Even with -disable-opt we should still internalize and strip if requested. by Chris Lattner · 21 years ago
  82. 39a83dc Fix a major bug in the signed shr code, which apparently only breaks 134.perl! by Chris Lattner · 21 years ago
  83. be31d2a * Use low-level unix I/O interface since we're on Unix. by Reid Spencer · 21 years ago
  84. 0033baf Simplify the remapper by only needing one map, since the body of the functions by Chris Lattner · 21 years ago
  85. f04ff4e Make the comment for LinkFiles a bit more precise and easily understood. by Reid Spencer · 21 years ago
  86. 154113b New testcase for recent patch to SCCP, thanks to Nate Begeman for pointing by Chris Lattner · 21 years ago
  87. 73559b1 Do not delete dead invoke instructions! by Chris Lattner · 21 years ago
  88. e552543 Erase non-applicable Unix comment, this is Win32 by Misha Brukman · 21 years ago
  89. 4cda591 Update list of failing benchmarks by Brian Gaeke · 21 years ago
  90. b354b71 Correct the implicit-defs information for indirect and direct calls. by Brian Gaeke · 21 years ago
  91. 4bbfbff Take advantage of the fact that we are allowed to clobber the input module by Chris Lattner · 21 years ago
  92. 30e4056 Fix typeo in comment. by Reid Spencer · 21 years ago
  93. 56d3cdb Remove useless #include. by Reid Spencer · 21 years ago
  94. 9860121 Simplify code. by Reid Spencer · 21 years ago
  95. e26057a Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ by Reid Spencer · 21 years ago
  96. dac56e6 Remove dupliate buid of Signals.cpp by Reid Spencer · 21 years ago
  97. 8311bef Give a better message for a common assertion failure. by Brian Gaeke · 21 years ago
  98. 5cc498f Add a comment to some code that at first glance just doesn't look right. by Reid Spencer · 21 years ago
  99. 99d3604 Per code review:\ by Reid Spencer · 21 years ago
  100. 87f9072 Per code review:\ by Reid Spencer · 21 years ago