1. 0b5a504 For PR797: by Reid Spencer · 18 years ago
  2. ac12322 Reapply the indvars patch, since nothing blew up last night. by Owen Anderson · 18 years ago
  3. 463b79f Fix a race condition in the makefile that broke grawp's tester last night. by Chris Lattner · 18 years ago
  4. f757966 Bring Xcode project up to date. by Jim Laskey · 18 years ago
  5. f8f2c5a Get closer to handling globals correctly. We now generally get them in the by Nate Begeman · 18 years ago
  6. 30836fc Fix a bug introduced by a change in the Archive::writeToDisk interface. by Reid Spencer · 18 years ago
  7. 09069b3 Fix a bug caused by change in the interface of Archive::writeToDisk. by Reid Spencer · 18 years ago
  8. b397d81 Revert my previous patch. Since there are some major changes that went in today, by Owen Anderson · 18 years ago
  9. 8a24749 Specify that indvars actually preserve LCSSA. This has been done for a while, but I by Owen Anderson · 18 years ago
  10. 0ff2d31 For PR797: by Reid Spencer · 18 years ago
  11. c82b3aa When replacing value numbers, make sure to compactify the value # space. by Chris Lattner · 18 years ago
  12. bf16982 We compile this into: by Chris Lattner · 18 years ago
  13. ad69970 Owen implemented this. by Chris Lattner · 18 years ago
  14. f7da2c7 Take advantage of the recent improvements to the liveintervals set (tracking by Chris Lattner · 18 years ago
  15. 4869d7f For PR738: by Reid Spencer · 18 years ago
  16. 7b7a1be Remove a character to avoid line exceeding 80 cols. by Reid Spencer · 18 years ago
  17. 3b53c4e Implement unrolling of multiblock loops. This significantly improves the by Owen Anderson · 18 years ago
  18. 3030099 For PR797: by Reid Spencer · 18 years ago
  19. cdda88c add the "eq" condition code implement a movcond instruction by Rafael Espindola · 18 years ago
  20. 6f602de create a generic bcond instruction that has a conditional code argument by Rafael Espindola · 18 years ago
  21. 0569eee Remove a FIXME. Don't use strlcpy that isn't available on non-BSD platforms by Reid Spencer · 18 years ago
  22. 687bc49 initial support for branches by Rafael Espindola · 18 years ago
  23. 3bca110 update some comments by Chris Lattner · 18 years ago
  24. ea7b8cf Correctly attribute file author & remote tabs by Nate Begeman · 18 years ago
  25. 712b835 Make sure that both non-asm file types are marked as experimental by Nate Begeman · 18 years ago
  26. eb883af Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 18 years ago
  27. 81bc508 For PR797: by Reid Spencer · 18 years ago
  28. 3049337 For PR797: by Reid Spencer · 18 years ago
  29. 4c97bed Turn off exception handling for this library. It no longer throws nor by Reid Spencer · 18 years ago
  30. 51c5a28 For PR797: by Reid Spencer · 18 years ago
  31. cc2e084 Fix constructor documentation. by Reid Spencer · 18 years ago
  32. ca64012 If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status. by Devang Patel · 18 years ago
  33. 5a06077 For PR797: by Reid Spencer · 18 years ago
  34. 6f4c607 Make the ProgramName variable a std::string so we can eliminate the path by Reid Spencer · 18 years ago
  35. 142ca8e For PR797: by Reid Spencer · 18 years ago
  36. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  37. b590a75 Rearrange order to build more frequently used tools first and make the by Reid Spencer · 18 years ago
  38. c6a561e Fix a typo. by Reid Spencer · 18 years ago
  39. a34a157 For PR797: Adjust code to compensate for Path class interface change. by Reid Spencer · 18 years ago
  40. e1647f4 For PR797: by Reid Spencer · 18 years ago
  41. ab96bb1 Rearrange the build order to better accommodate parallel build by reducing by Reid Spencer · 18 years ago
  42. cab0e43 Update for changes in Path class interface for exception removal. by Reid Spencer · 18 years ago
  43. 6ccd01a Add irix as a (potential) new platform so that Timothy Baldridge can by Reid Spencer · 18 years ago
  44. 4d59587 Added link to ABI documentation, sent by Rafael Espindola. by Misha Brukman · 18 years ago
  45. 4874476 Make the sys::Path::GetTemporaryDirectory method not throw exceptions and by Reid Spencer · 18 years ago
  46. be4f88a Improve the LiveInterval class to keep track of which machine instruction by Chris Lattner · 18 years ago
  47. ad6f758 Corrected an error that was introduced yesterday that caused the GCC by Patrick Jenkins · 18 years ago
  48. 1cb6057 Fix another occurrence of inverted logic on the result of MappedFile::map by Reid Spencer · 18 years ago
  49. a5ec45d Inverse the error check logic for the MappedFile::map() call. It returns by Reid Spencer · 18 years ago
  50. d8509c9 Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so by Reid Spencer · 18 years ago
  51. 9a2b7c9 Fix some indentation. by Reid Spencer · 18 years ago
  52. 57b7979 add resize, move swap out of line by Chris Lattner · 18 years ago
  53. d520dd7 run llc with -march=arm in select.ll by Rafael Espindola · 18 years ago
  54. b152fd2 For PR797: by Reid Spencer · 18 years ago
  55. 233fe72 For PR797: by Reid Spencer · 18 years ago
  56. 751ca6b For PR797: by Reid Spencer · 18 years ago
  57. 8627969 For PR797: by Reid Spencer · 18 years ago
  58. 6d045fc For PR797: Make MappedFile not throw any exceptions. by Reid Spencer · 18 years ago
  59. ad42ea7 For PR797: by Reid Spencer · 18 years ago
  60. f4d4005 add a README.txt by Rafael Espindola · 18 years ago
  61. 0af617f This passes. by Chris Lattner · 18 years ago
  62. 969e262 Switch to using smallvector for liveintervals. This speeds up live interval by Chris Lattner · 18 years ago
  63. d6007d6 add a bunch more operations, including swap, insert, erase, front(), and by Chris Lattner · 18 years ago
  64. 20486a5 Use the correct syntax. Note to self: test before committing things! by Reid Spencer · 18 years ago
  65. d989e6d Add a simple RUN line so this doesn't always fail. XFAIL this until by Reid Spencer · 18 years ago
  66. 76b08d8 Make an error message a little more intelligible. by Reid Spencer · 18 years ago
  67. d31af2a Modified the RUN line from "analyze ..." to "opt -analyze ..." because by Bill Wendling · 18 years ago
  68. 0c2f83e move LiveInterval state all together by Chris Lattner · 18 years ago
  69. 8222b2d Print physreg names symbolically in dumps by Chris Lattner · 18 years ago
  70. 5682aff Update info on mangled names. by Jim Laskey · 18 years ago
  71. 7c10b0d Print debug info as: by Chris Lattner · 18 years ago
  72. 3c000bf initial support for select by Rafael Espindola · 18 years ago
  73. 4a9df24 Update debugging documents. by Jim Laskey · 18 years ago
  74. 760383e Adding C++ member support. by Jim Laskey · 18 years ago
  75. 6f397bf Adding new Dwarf constants. by Jim Laskey · 18 years ago
  76. 0313775 The new nightly tester should stop outputing a message stating the by Patrick Jenkins · 18 years ago
  77. f921a51 Fix PR861 by Chris Lattner · 18 years ago
  78. 3dd965c Fix PR885 by Chris Lattner · 18 years ago
  79. a5dfc83 add the and instruction by Rafael Espindola · 18 years ago
  80. d36d03b Added a check so that if we have two machine instructions in this form by Bill Wendling · 18 years ago
  81. 8ea5ecb For PR797: by Reid Spencer · 18 years ago
  82. 4ce5dc6 For PR797: by Reid Spencer · 18 years ago
  83. d2a8e65 For PR797: Change interface for error recovery without exceptions. by Reid Spencer · 18 years ago
  84. 037ce98 Fix the documentation for this file. by Reid Spencer · 18 years ago
  85. 62c5105 For PR885: by Reid Spencer · 18 years ago
  86. da6169b Fix a build failure by Nate Begeman · 18 years ago
  87. 023fcf9 For PR797: by Reid Spencer · 18 years ago
  88. 422fa62 Minor technical correction in documentation. by Reid Spencer · 18 years ago
  89. dcee9d0 Make sure the verify pass gets run after the user's loaded passes as well by Reid Spencer · 18 years ago
  90. ec9f050 Rename the -verify option to be -verify-each so that it doesn't conflict by Reid Spencer · 18 years ago
  91. 8e33fae Convert llvm-ld to use the PluginLoader like opt instead of having its by Reid Spencer · 18 years ago
  92. 3717ca9 call computeRegisterProperties by Rafael Espindola · 18 years ago
  93. b31950d vpkuwus didn't work, due to this typo by Chris Lattner · 18 years ago
  94. b9c65eb These changes reflect the changes in the database for how tests are stored by Patrick Jenkins · 18 years ago
  95. 224f84f regenerate by Chris Lattner · 18 years ago
  96. 703e92f trivial optimization by Chris Lattner · 18 years ago
  97. e4f4759 Add a comment about the mechanisms used to rid AsmParser of exceptions. by Reid Spencer · 18 years ago
  98. bd4b758 To avoid errors where a non-exception .o is on the stack between a throw by Reid Spencer · 18 years ago
  99. f064676 For PR797: by Reid Spencer · 18 years ago
  100. 40bb451 For PR797: Update to reflect ParseException becoming ParseError (from Parser.h) by Reid Spencer · 18 years ago