1. f62333d Add mention of gwScript to external OS projects. by Bill Wendling · 13 years ago
  2. 9312613 Remove a couple redundant checks. by Eli Friedman · 13 years ago
  3. 847915d Add a few test cases to ensure the bitcode reader is backward compatible with by Chad Rosier · 13 years ago
  4. ca30f75 Make assert() message more informative. by Jim Grosbach · 13 years ago
  5. 628c266 Add mention of Tart to external OS projects. by Bill Wendling · 13 years ago
  6. 2d7b4af Add TTA-based Co-design Environment to external OS projects. by Bill Wendling · 13 years ago
  7. 34749ce Fix off-by-one error when printing relocations inline with disassembly. by Owen Anderson · 13 years ago
  8. 9d9c4ad According to Mips folks, the backend is now generally reliable (they can by Bruno Cardoso Lopes · 13 years ago
  9. 9f9491c Simplify tests by not piping them through llvm-dis. by Chad Rosier · 13 years ago
  10. 013d756 Teach the MachO relocation pretty-printer to interpret ARM half-relocations. by Owen Anderson · 13 years ago
  11. 3507d24 This is the first of several patches for Mips direct object generation. by Bruno Cardoso Lopes · 13 years ago
  12. 02dc518 Corrects previously incorrect $sp change in MipsCompilationCallback. by Bruno Cardoso Lopes · 13 years ago
  13. 51583ce Revert commit 142891. Takumi bisected the tablegen miscompiles by Duncan Sands · 13 years ago
  14. f8a9eb1 Restore commits 142790 and 142843 - they weren't breaking the build by Duncan Sands · 13 years ago
  15. 45baf6b Fix the API usage in loop probability heuristics. It was incorrectly by Chandler Carruth · 13 years ago
  16. 526c80b Speculatively revert commits 142790 and 142843 to see if it fixes by Duncan Sands · 13 years ago
  17. 000b9bd Remove dead enum value. There is no DIESectionOffset. by Nick Lewycky · 13 years ago
  18. 17d47e4 Fix these test cases to not use .bc files. Otherwise, we run into issues with by Chad Rosier · 13 years ago
  19. f2a7833 Comment out external projects so that they can be refreshed for 3.0. by Bill Wendling · 13 years ago
  20. fd747b2 Remove unused forward decl. by Eric Christopher · 13 years ago
  21. 86ed408 An MBB which branches to an EH landing pad shouldn't be considered for tail merging. by Bill Wendling · 13 years ago
  22. fef5ff0 Really remove Blackfin from the configure script. by Dan Gohman · 13 years ago
  23. 399cdca ARM assembly parsing and encoding for VLD1 with writeback. by Jim Grosbach · 13 years ago
  24. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  25. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
  26. b36e03d Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction. by Jim Grosbach · 13 years ago
  27. 5921675 ARM assembly parsing and encoding for VLD1 w/ writeback. by Jim Grosbach · 13 years ago
  28. 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
  29. 5c89cb8 Don't crash on variable insertelement on ARM. PR10258. by Eli Friedman · 13 years ago
  30. 6712154 Check the visibility of the global variable before placing it into the stubs by Bill Wendling · 13 years ago
  31. aed4952 ARMConstantPoolMBB::print should print BB number. by Evan Cheng · 13 years ago
  32. 1243132 ARM assembly parsing and encoding for VLD1 w/ writeback. by Jim Grosbach · 13 years ago
  33. 7f53d59 Add options to enable each individual level for the show-diagnostics tool. by Chad Rosier · 13 years ago
  34. 10b90a9 ARM refactor am6offset usage for VLD1. by Jim Grosbach · 13 years ago
  35. 0135fe1 Get relocation parsing/dumping to a mostly-working state for MachO files. by Owen Anderson · 13 years ago
  36. 3846163 Now that we look at all the header PHIs, we need to consider all the header PHIs by Nick Lewycky · 13 years ago
  37. 3f3f6b0 Add support to the old JIT for acquire/release loads and stores on x86. PR11207. by Eli Friedman · 13 years ago
  38. 5f4e02c Stub out some of the MachO relocation decoding hooks. by Owen Anderson · 13 years ago
  39. 88d734d Really unbreak CMake build by Douglas Gregor · 13 years ago
  40. 91336cd Unbreak CMake build by Douglas Gregor · 13 years ago
  41. 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
  42. 83dae44 Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handle by Dan Gohman · 13 years ago
  43. d5333d6 Delete the Latency scheduling preference. by Dan Gohman · 13 years ago
  44. 692c1d8 Change this overloaded use of Sched::Latency to be an overloaded by Dan Gohman · 13 years ago
  45. 334190e Remove the explicit request for "Latency" scheduling from MSP430, by Dan Gohman · 13 years ago
  46. 8c2d270 Change the default scheduler from Latency to ILP, since Latency is going away. by Dan Gohman · 13 years ago
  47. 1028132 Update test for r142801. by Jim Grosbach · 13 years ago
  48. 7bab29d XFAIL test on leak checkers. by Benjamin Kramer · 13 years ago
  49. f8e74f8 Thumb2 LDM instructions can target PC. Make sure to encode it. by Jim Grosbach · 13 years ago
  50. d2dae0c Cleanup. Get rid of the old SjLj EH lowering code. No functionality change. by Bill Wendling · 13 years ago
  51. e4617c0 Sink an otherwise unused variable's initializer into the asserts that by Chandler Carruth · 13 years ago
  52. 13b1073 Implement comparison operators for BranchProbability in a way that can't overflow INT64_MAX. by Benjamin Kramer · 13 years ago
  53. de1c9bb Remove return heuristics from the static branch probabilities, and by Chandler Carruth · 13 years ago
  54. aa337b7 Revert "Test commit" by NAKAMURA Takumi · 13 years ago
  55. e1cbe5d Test commit by NAKAMURA Takumi · 13 years ago
  56. 7c3fc57 Reapply r142781 with fix. Original message: by Nick Lewycky · 13 years ago
  57. f46c674 Doxygen-ify the comments on the public interface for BPI. Also, move the by Chandler Carruth · 13 years ago
  58. 5bef0eb PHI nodes not in the loop header aren't part of the loop iteration initial by Nick Lewycky · 13 years ago
  59. 4a3935c A dead malloc, a free(NULL) and a free(undef) are all trivially dead by Nick Lewycky · 13 years ago
  60. 38af3d5 Speculatively revert r142781. Bots are showing by Nick Lewycky · 13 years ago
  61. 5d07007 Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rackover! by NAKAMURA Takumi · 13 years ago
  62. b068bbba Simplify the design of BranchProbabilityInfo by collapsing it into by Chandler Carruth · 13 years ago
  63. 795cb48 Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in the by Nick Lewycky · 13 years ago
  64. 22c8946 Tidy up a loop to be more idiomatic for LLVM's codebase, and remove some by Chandler Carruth · 13 years ago
  65. 5679ec3 Add X86 SARX, SHRX, and SHLX instructions. by Craig Topper · 13 years ago
  66. 14edd31 Teach the BranchProbabilityInfo pass to print its results, and use that by Chandler Carruth · 13 years ago
  67. 65ec521 Rename the script to indicate that this is for the TEST=simple tests. by Bill Wendling · 13 years ago
  68. aec4011 Resurrect the 'find regressions for the TEST=nightly tests' script. by Bill Wendling · 13 years ago
  69. 66d847c Now that we have comparison on probabilities, add some static functions by Chandler Carruth · 13 years ago
  70. 4f78053 Remove a commented out line of code that snuck by my auditing. by Chandler Carruth · 13 years ago
  71. 7102b61 Print branch probabilities as percentages. by Benjamin Kramer · 13 years ago
  72. 341473c Add compare operators to BranchProbability and use it to determine if an edge is hot. by Benjamin Kramer · 13 years ago
  73. 3071363 Completely re-write the algorithm behind MachineBlockPlacement based on by Chandler Carruth · 13 years ago
  74. 75485d6 Add X86 RORX instruction by Craig Topper · 13 years ago
  75. 90747e3 The element insertion code in scalar replacement doesn't handle incorrect by Cameron Zwarich · 13 years ago
  76. 4fea38f Add X86 MULX instruction for disassembler. by Craig Topper · 13 years ago
  77. 272895f Remove some duplicate specifying of neverHasSideEffects and mayLoad from X86 multiply instructions. by Craig Topper · 13 years ago
  78. 88c0514 Oops! Fix test I forgot to submit as part of r142735. by Nick Lewycky · 13 years ago
  79. 4d882aa A non-escaping malloc in the entry block is not unlike an alloca. Do dead-store by Nick Lewycky · 13 years ago
  80. 614fef6 Make SCEV's brute force analysis stronger in two ways. Firstly, we should be by Nick Lewycky · 13 years ago
  81. 5eebf6f Fix a typo.w by Nadav Rotem · 13 years ago
  82. 6083d81 Minor updates. by Jim Grosbach · 13 years ago
  83. 02b4bdb Added my name to CREDITS.TXT by Nadav Rotem · 13 years ago
  84. 1a2f988 Move various generated tables into read-only memory, fixing up const correctness along the way. by Benjamin Kramer · 13 years ago
  85. 5b2bba6 Fix pr11193. by Nadav Rotem · 13 years ago
  86. b8dcb31 The different flavors of ARM have different valid subsets of registers. Check by Bill Wendling · 13 years ago
  87. 224180e Assembly parsing for 4-register sequential variant of VLD2. by Jim Grosbach · 13 years ago
  88. 4661d4c Assembly parsing for 2-register sequential variant of VLD2. by Jim Grosbach · 13 years ago
  89. 0ad5612 Make sure that the landing pads themselves have no PHI instructions in them. by Bill Wendling · 13 years ago
  90. 675c02b Extend the floating point heuristic to consider NaN checks unlikely. by Benjamin Kramer · 13 years ago
  91. 7102b70 Revert r141657 for now. This has broken css and changed links on llvm.org. I'd like to understand exactly why the links have changed and if a newer doxygen is required. This may be reapplied once we upgrade on llvm.org and it is fully tested. by Tanya Lattner · 13 years ago
  92. 4090e1c Remap blockaddress correctly when inlining a function. Fixes PR10162. by Eli Friedman · 13 years ago
  93. ca7eb3e Use LLVMBool for a function that logically returns a boolean value. by Owen Anderson · 13 years ago
  94. b631031 Assembly parsing for 4-register variant of VLD1. by Jim Grosbach · 13 years ago
  95. 65f73ab Fix typo. by Owen Anderson · 13 years ago
  96. c888aa4 BranchProbabilityInfo: floating point equality is unlikely. by Benjamin Kramer · 13 years ago
  97. cdcfa28 Assembly parsing for 3-register variant of VLD1. by Jim Grosbach · 13 years ago
  98. a48aab9 STABS symbols are debug symbols. by Owen Anderson · 13 years ago
  99. 8d992f5 Minor simplification: use ShuffleVectorInst::getMaskValue instead of a more expensive helper. by Eli Friedman · 13 years ago
  100. d2822e7 Extend instcombine's shufflevector simplification to handle more cases where the input and output vectors have different sizes. Patch by Xiaoyi Guo. by Eli Friedman · 13 years ago