1. 8a924c6 Add ZooLib to the External Projects list. by Bill Wendling · 13 years ago
  2. 02b77b7 Add the Stupid D Compiler to the External Projects list. by Bill Wendling · 13 years ago
  3. de39d86 Use a worklist to prevent the iterator from becoming invalidated because of the 'removeSuccessor' call. Noticed in a Release+Asserts+Check buildbot. by Bill Wendling · 13 years ago
  4. 7c38de2 Fix grammar. by Bill Wendling · 13 years ago
  5. b64541f Remove unused variable. by Eric Christopher · 13 years ago
  6. 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
  7. 7944391 Don't use floating point to do an integer's job. by Jakob Stoklund Olesen · 13 years ago
  8. 73b5bb3 Disable LICM speculation in high register pressure situation again now that Devang has fixed other issues. by Evan Cheng · 13 years ago
  9. f31151f Revert part of r142530. The patch potentially hurts performance especially by Evan Cheng · 13 years ago
  10. a823e3d Reapply r142920 with fix: by Bill Wendling · 13 years ago
  11. 526e1bb Add a note about the removal of the atomic intrinsics to the "Major Changes" section of the release notes. by Eli Friedman · 13 years ago
  12. f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
  13. 360fa9a Handle newer cases for freebsd which is approaching 10.0 and not 1.0. by Eric Christopher · 13 years ago
  14. 5289142 Remove dead atomic intrinsics from LangRef. by Eli Friedman · 13 years ago
  15. cf62b37 The bitcode reader can create an shuffle with a place holder mask which it will by Mon P Wang · 13 years ago
  16. 7be6bc5 Add mention of AddressSanitizer to external OS projects. by Bill Wendling · 13 years ago
  17. d4821b8 Add mention of Mono to external OS projects. by Bill Wendling · 13 years ago
  18. 29817ea Add mention of ClamAV to external OS projects. by Bill Wendling · 13 years ago
  19. 537d85b Add mention of Renderscript to external OS projects. by Bill Wendling · 13 years ago
  20. f977819 Add mention of GHC to external OS projects. by Bill Wendling · 13 years ago
  21. 232b1f2 llvm-nm: Use correct format string. Patch by Stepan Dyatkovskiy! by Michael J. Spencer · 13 years ago
  22. fe944e8 Object/Archive: Cleanup anon namespace. by Michael J. Spencer · 13 years ago
  23. 93fe4ae Object: change test to create archive. by Michael J. Spencer · 13 years ago
  24. aaf98ea Object/Archive: Add BSD style long file name support and skip internal members. by Michael J. Spencer · 13 years ago
  25. c8aa726 Remove extraneous printing of "-PC". by Owen Anderson · 13 years ago
  26. 7d5b621 Add mention of SAFECode to external OS projects. by Bill Wendling · 13 years ago
  27. 0bad98c Add mention of Pure to external OS projects. by Bill Wendling · 13 years ago
  28. ba22627 Add mention of Portable OpenCL to external OS projects. by Bill Wendling · 13 years ago
  29. 0685e94 Add support for the notion of "hidden" relocations. On MachO, these are relocation entries that are used as additional information for other, real relocations, rather than being relocations themselves. by Owen Anderson · 13 years ago
  30. f62333d Add mention of gwScript to external OS projects. by Bill Wendling · 13 years ago
  31. 9312613 Remove a couple redundant checks. by Eli Friedman · 13 years ago
  32. 847915d Add a few test cases to ensure the bitcode reader is backward compatible with by Chad Rosier · 13 years ago
  33. ca30f75 Make assert() message more informative. by Jim Grosbach · 13 years ago
  34. 628c266 Add mention of Tart to external OS projects. by Bill Wendling · 13 years ago
  35. 2d7b4af Add TTA-based Co-design Environment to external OS projects. by Bill Wendling · 13 years ago
  36. 34749ce Fix off-by-one error when printing relocations inline with disassembly. by Owen Anderson · 13 years ago
  37. 9d9c4ad According to Mips folks, the backend is now generally reliable (they can by Bruno Cardoso Lopes · 13 years ago
  38. 9f9491c Simplify tests by not piping them through llvm-dis. by Chad Rosier · 13 years ago
  39. 013d756 Teach the MachO relocation pretty-printer to interpret ARM half-relocations. by Owen Anderson · 13 years ago
  40. 3507d24 This is the first of several patches for Mips direct object generation. by Bruno Cardoso Lopes · 13 years ago
  41. 02dc518 Corrects previously incorrect $sp change in MipsCompilationCallback. by Bruno Cardoso Lopes · 13 years ago
  42. 51583ce Revert commit 142891. Takumi bisected the tablegen miscompiles by Duncan Sands · 13 years ago
  43. f8a9eb1 Restore commits 142790 and 142843 - they weren't breaking the build by Duncan Sands · 13 years ago
  44. 45baf6b Fix the API usage in loop probability heuristics. It was incorrectly by Chandler Carruth · 13 years ago
  45. 526c80b Speculatively revert commits 142790 and 142843 to see if it fixes by Duncan Sands · 13 years ago
  46. 000b9bd Remove dead enum value. There is no DIESectionOffset. by Nick Lewycky · 13 years ago
  47. 17d47e4 Fix these test cases to not use .bc files. Otherwise, we run into issues with by Chad Rosier · 13 years ago
  48. f2a7833 Comment out external projects so that they can be refreshed for 3.0. by Bill Wendling · 13 years ago
  49. fd747b2 Remove unused forward decl. by Eric Christopher · 13 years ago
  50. 86ed408 An MBB which branches to an EH landing pad shouldn't be considered for tail merging. by Bill Wendling · 13 years ago
  51. fef5ff0 Really remove Blackfin from the configure script. by Dan Gohman · 13 years ago
  52. 399cdca ARM assembly parsing and encoding for VLD1 with writeback. by Jim Grosbach · 13 years ago
  53. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  54. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
  55. b36e03d Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction. by Jim Grosbach · 13 years ago
  56. 5921675 ARM assembly parsing and encoding for VLD1 w/ writeback. by Jim Grosbach · 13 years ago
  57. d8fa76d More fixes and improvements to MachO relocation pretty-printing, particular for x86 and x86_64 relocations with addends. by Owen Anderson · 13 years ago
  58. 5c89cb8 Don't crash on variable insertelement on ARM. PR10258. by Eli Friedman · 13 years ago
  59. 6712154 Check the visibility of the global variable before placing it into the stubs by Bill Wendling · 13 years ago
  60. aed4952 ARMConstantPoolMBB::print should print BB number. by Evan Cheng · 13 years ago
  61. 1243132 ARM assembly parsing and encoding for VLD1 w/ writeback. by Jim Grosbach · 13 years ago
  62. 7f53d59 Add options to enable each individual level for the show-diagnostics tool. by Chad Rosier · 13 years ago
  63. 10b90a9 ARM refactor am6offset usage for VLD1. by Jim Grosbach · 13 years ago
  64. 0135fe1 Get relocation parsing/dumping to a mostly-working state for MachO files. by Owen Anderson · 13 years ago
  65. 3846163 Now that we look at all the header PHIs, we need to consider all the header PHIs by Nick Lewycky · 13 years ago
  66. 3f3f6b0 Add support to the old JIT for acquire/release loads and stores on x86. PR11207. by Eli Friedman · 13 years ago
  67. 5f4e02c Stub out some of the MachO relocation decoding hooks. by Owen Anderson · 13 years ago
  68. 88d734d Really unbreak CMake build by Douglas Gregor · 13 years ago
  69. 91336cd Unbreak CMake build by Douglas Gregor · 13 years ago
  70. a7c98f5 Fix a NEON disassembly case that was broken in the recent refactorings. As more of this code gets refactored, a lot of these manual decoding hooks should get smaller and/or go away entirely. by Owen Anderson · 13 years ago
  71. 83dae44 Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handle by Dan Gohman · 13 years ago
  72. d5333d6 Delete the Latency scheduling preference. by Dan Gohman · 13 years ago
  73. 692c1d8 Change this overloaded use of Sched::Latency to be an overloaded by Dan Gohman · 13 years ago
  74. 334190e Remove the explicit request for "Latency" scheduling from MSP430, by Dan Gohman · 13 years ago
  75. 8c2d270 Change the default scheduler from Latency to ILP, since Latency is going away. by Dan Gohman · 13 years ago
  76. 1028132 Update test for r142801. by Jim Grosbach · 13 years ago
  77. 7bab29d XFAIL test on leak checkers. by Benjamin Kramer · 13 years ago
  78. f8e74f8 Thumb2 LDM instructions can target PC. Make sure to encode it. by Jim Grosbach · 13 years ago
  79. d2dae0c Cleanup. Get rid of the old SjLj EH lowering code. No functionality change. by Bill Wendling · 13 years ago
  80. e4617c0 Sink an otherwise unused variable's initializer into the asserts that by Chandler Carruth · 13 years ago
  81. 13b1073 Implement comparison operators for BranchProbability in a way that can't overflow INT64_MAX. by Benjamin Kramer · 13 years ago
  82. de1c9bb Remove return heuristics from the static branch probabilities, and by Chandler Carruth · 13 years ago
  83. aa337b7 Revert "Test commit" by NAKAMURA Takumi · 13 years ago
  84. e1cbe5d Test commit by NAKAMURA Takumi · 13 years ago
  85. 7c3fc57 Reapply r142781 with fix. Original message: by Nick Lewycky · 13 years ago
  86. f46c674 Doxygen-ify the comments on the public interface for BPI. Also, move the by Chandler Carruth · 13 years ago
  87. 5bef0eb PHI nodes not in the loop header aren't part of the loop iteration initial by Nick Lewycky · 13 years ago
  88. 4a3935c A dead malloc, a free(NULL) and a free(undef) are all trivially dead by Nick Lewycky · 13 years ago
  89. 38af3d5 Speculatively revert r142781. Bots are showing by Nick Lewycky · 13 years ago
  90. 5d07007 Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rackover! by NAKAMURA Takumi · 13 years ago
  91. b068bbba Simplify the design of BranchProbabilityInfo by collapsing it into by Chandler Carruth · 13 years ago
  92. 795cb48 Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in the by Nick Lewycky · 13 years ago
  93. 22c8946 Tidy up a loop to be more idiomatic for LLVM's codebase, and remove some by Chandler Carruth · 13 years ago
  94. 5679ec3 Add X86 SARX, SHRX, and SHLX instructions. by Craig Topper · 13 years ago
  95. 14edd31 Teach the BranchProbabilityInfo pass to print its results, and use that by Chandler Carruth · 13 years ago
  96. 65ec521 Rename the script to indicate that this is for the TEST=simple tests. by Bill Wendling · 13 years ago
  97. aec4011 Resurrect the 'find regressions for the TEST=nightly tests' script. by Bill Wendling · 13 years ago
  98. 66d847c Now that we have comparison on probabilities, add some static functions by Chandler Carruth · 13 years ago
  99. 4f78053 Remove a commented out line of code that snuck by my auditing. by Chandler Carruth · 13 years ago
  100. 7102b61 Print branch probabilities as percentages. by Benjamin Kramer · 13 years ago