1. 91c603b llvm-objdump: Take the data from the right object when there's no dSYM around. by Benjamin Kramer · 14 years ago
  2. 519020a These do not need to be conditional on the presence of CommentStream, as they have a fallback path now. by Owen Anderson · 14 years ago
  3. 4d77ae6 Remove +. by Akira Hatanaka · 14 years ago
  4. 0b4a615 Re-enable some of the disabled tests. Use FileCheck instead of grep to check by Akira Hatanaka · 14 years ago
  5. 0e64f81 Undo a change made in r140254. by Akira Hatanaka · 14 years ago
  6. 1d13d9e DWARF: avoid unnecessary map lookups. by Benjamin Kramer · 14 years ago
  7. 64ac73b fix comment by Nadav Rotem · 14 years ago
  8. d7e0cea add another testcase for pr10902 by Nadav Rotem · 14 years ago
  9. 47c40a2 MipsArchVersion does not need to be in the initialization list and MipsABI by Akira Hatanaka · 14 years ago
  10. 1147248 [VECTOR-SELECT] Address one of the bugs in pr10902. by Nadav Rotem · 14 years ago
  11. 9c6cdf4 Insert a sanity check on the combining of x86 truncing-store nodes. This comes to replace the problematic check that was removed in r139995. by Nadav Rotem · 14 years ago
  12. b5b8d20 llvm-objdump: Fix use after free. by Benjamin Kramer · 14 years ago
  13. e55e64f Test commit by David Meyer · 14 years ago
  14. 23946fc Change: by Richard Trieu · 14 years ago
  15. 2464810 Add a base class for Mips TargetMachines and add Mips64 TargetMachines. by Akira Hatanaka · 14 years ago
  16. 8c1b4bf Set ABI if it hasn't been set on the command line. by Akira Hatanaka · 14 years ago
  17. 50fa74e Fix typo. by Akira Hatanaka · 14 years ago
  18. 3be654f Lower ARM adds/subs to add/sub after adding optional CPSR operand. by Andrew Trick · 14 years ago
  19. e23dc9c whitespace by Andrew Trick · 14 years ago
  20. 8c93097 llvm-objdump: Output line info next to the disassembly if available. by Benjamin Kramer · 14 years ago
  21. ab6acef DebugInfo: Add equality operators and default constructor to DILineInfo. by Benjamin Kramer · 14 years ago
  22. 73ec952 Remove the rest of the compiler checking from the top level configure by Eric Christopher · 14 years ago
  23. 317eaf1 In the disassembler C API, be careful not to confuse the comment streamer that the disassembler outputs annotations on with the streamer that the InstPrinter will print them on. by Owen Anderson · 14 years ago
  24. eeef9e8 Remove llvm-gcc and various compiler handling from llvm. It's not needed by Eric Christopher · 14 years ago
  25. 5663344 Change the names of functions isMips* to hasMips*. by Akira Hatanaka · 14 years ago
  26. 4d1d86b This test is completely invalid with the modern EH model. Delete. by Bill Wendling · 14 years ago
  27. 79782fc Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::ResolvedUndefsIn. If we do, we can end up in a situation where a function is resolved to return a constant, but the caller is marked overdefined, which confuses the code later. by Eli Friedman · 14 years ago
  28. e97190f Add a DAGCombine for subvector extracts to remove useless chains of by Bruno Cardoso Lopes · 14 years ago
  29. f4b841d Revert r140097, working on a better approach by Bruno Cardoso Lopes · 14 years ago
  30. 5f2318e lib/Linker: add support of deps which does not end with ".so". by Ivan Krasin · 14 years ago
  31. 149f29f Simplify max/minp[s|d] dagcombine matching by Bruno Cardoso Lopes · 14 years ago
  32. e3039de Update this test to the new EH model. by Bill Wendling · 14 years ago
  33. f0dc257 Relax this condition. by Bill Wendling · 14 years ago
  34. b7e807f Place the check for an exit landing pad where it will be run on both code paths through the if-then-else. by Bill Wendling · 14 years ago
  35. e4b3ef4 Fix typos. by Eric Christopher · 14 years ago
  36. 84b6706 Omit extracting a loop if one of the exits is a landing pad. by Bill Wendling · 14 years ago
  37. aabc6a9 Remove the hack to check UNAME_RELEASE when identifying the Darwin version. by Bob Wilson · 14 years ago
  38. 4e42335 Tidy up a bit more, fix tab and remove trailing whitespaces by Bruno Cardoso Lopes · 14 years ago
  39. 448d986 The wrong relocation was being emitted for several SSSE3 instructions. by Bruno Cardoso Lopes · 14 years ago
  40. 77169a9 Tidy up code! by Bruno Cardoso Lopes · 14 years ago
  41. 0d18174 Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 does not support Thumb2 dsp instructions. rdar://10152911. by Evan Cheng · 14 years ago
  42. 1daa5be Initial Mips64 support. Patch by Liu with some modifications. by Akira Hatanaka · 14 years ago
  43. 9914f4a Update to new EH model. by Bill Wendling · 14 years ago
  44. 8c93d5b Check the terminator, not the basic block. by Bill Wendling · 14 years ago
  45. 2f1cd85 When extracting a basic block that ends in an 'invoke' instruction, we need to by Bill Wendling · 14 years ago
  46. 9e7013a Use ArrayRef instead of an explicit 'const std::vector &'. by Bill Wendling · 14 years ago
  47. 680018f If simple ownership works then friendship is not required. by Devang Patel · 14 years ago
  48. 51bae90 Use ArrayRef instead of 'const std::vector' to pass around the list of basic blocks to extract. by Bill Wendling · 14 years ago
  49. 16c19a1 Update GCOVLines to provide interfaces to write line table and calculate complete length. by Devang Patel · 14 years ago
  50. f34fa6f U is good enough by Douglas Gregor · 14 years ago
  51. b6777ea Fix comments. by Bill Wendling · 14 years ago
  52. e5a7896 Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth by Bill Wendling · 14 years ago
  53. 83a8031 Restore hasPostISelHook tblgen flag. by Andrew Trick · 14 years ago
  54. f83f0f8 Eliminate sign-comparison warnings in APInt by Douglas Gregor · 14 years ago
  55. 7030368 Add mips64 & mips64el to Triple. Patch by Liu with modifications. by Akira Hatanaka · 14 years ago
  56. 29d9610 Update comment. by Devang Patel · 14 years ago
  57. 68155d3 Use StringRef instead of std::string. by Devang Patel · 14 years ago
  58. a894c8e llvm-objdump: factor code better, add comments. by Benjamin Kramer · 14 years ago
  59. 9d1a3de Port over more Thumb2 encoding tests to decoding tests. by Owen Anderson · 14 years ago
  60. 865375c Eliminate unnecessary copy of FileName from GCOVLines. by Devang Patel · 14 years ago
  61. ec6f255 There is no need to write a local utility routine to find subprogram info if the utility routine is already available in DebugInfo. by Devang Patel · 14 years ago
  62. 6aaf056 test/CodeGen/X86/avx-minmax.ll: Unbreak Win32. by NAKAMURA Takumi · 14 years ago
  63. 3699261 Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd. by Craig Topper · 14 years ago
  64. 16ddc06 include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for consistency against llvm-config.h.cmake. by NAKAMURA Takumi · 14 years ago
  65. 81da2e1 include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency. by NAKAMURA Takumi · 14 years ago
  66. f9ef3b6 include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATOMICS. by NAKAMURA Takumi · 14 years ago
  67. 4815d56 ARM isel bug fix for adds/subs operands. by Andrew Trick · 14 years ago
  68. 3af7a67 whitespace by Andrew Trick · 14 years ago
  69. a54b3ac Remove empty directories. by Benjamin Kramer · 14 years ago
  70. 3c05196 Remove some missed references to dead intrinsics. by Bill Wendling · 14 years ago
  71. 4a065dd Update the EH doc to reflect the new EH model. by Bill Wendling · 14 years ago
  72. 50172e7 Nuke obsolete test file. by Jim Grosbach · 14 years ago
  73. ac9c2aa Thumb2 assembly parsing and encoding for WFE/WFI/YIELD. by Jim Grosbach · 14 years ago
  74. 50f1c37 Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH. by Jim Grosbach · 14 years ago
  75. 78d0835 More llvmc bits. Spotted by Benjamin on IRC. by Eric Christopher · 14 years ago
  76. 33fe8eb Remove from cmake too. by Eric Christopher · 14 years ago
  77. eae5a13 Remove more of llvmc and dependencies. by Eric Christopher · 14 years ago
  78. 400b624 Thumb2 assembly parsing and encoding for USUB8/USUB16. by Jim Grosbach · 14 years ago
  79. 6053cd9 Thumb2 assembly parsing and encoding for USAX. by Jim Grosbach · 14 years ago
  80. 653419f Thumb2 assembly parsing and encoding for USAT16. by Jim Grosbach · 14 years ago
  81. a7e5b01 Thumb2 assembly parsing and encoding for USAT. by Jim Grosbach · 14 years ago
  82. 8c98984 Remove incorrect comments. These are not disassmebly only patterns. by Jim Grosbach · 14 years ago
  83. ae13ba7 Tidy up. by Jim Grosbach · 14 years ago
  84. ad7d744 Thumb2 assembly parsing and encoding for UQSAD8/USADA8. by Jim Grosbach · 14 years ago
  85. 73e019e Thumb2 assembly parsing and encoding for UQSUB16/UQSUB8. by Jim Grosbach · 14 years ago
  86. ab3bf97 Thumb2 assembly parsing and encoding for UQASX/UQSAX. by Jim Grosbach · 14 years ago
  87. d7e2785 Thumb2 assembly parsing and encoding for UQADD16/UQADD8. by Jim Grosbach · 14 years ago
  88. 6ddbcdf Remove llvmc from CMake as well. by Eric Christopher · 14 years ago
  89. abb8aac Thumb1 convenience aliases for disassembler round-trip testing. CPS instruction. by Jim Grosbach · 14 years ago
  90. 278cbfb Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura, by Bruno Cardoso Lopes · 14 years ago
  91. 2621542 Thumb CPS definition is not disassembler only. by Jim Grosbach · 14 years ago
  92. 0efe213 Thumb2 range check on CPS mode immediate. by Jim Grosbach · 14 years ago
  93. d9346fb tMOVSr is not allowed in an IT block either. by Owen Anderson · 14 years ago
  94. 9ead2c0 Update to the new EH syntax. by Bill Wendling · 14 years ago
  95. 9f666b5 CPS instructions are UNPREDICTABLE inside IT blocks. by Owen Anderson · 14 years ago
  96. 0b9a909 Dramatically reduce this testcase. by Bill Wendling · 14 years ago
  97. 32f3689 Tidy up comments. by Jim Grosbach · 14 years ago
  98. d91c6e0 Fix PR10949. Fix the encoding of VMOVPQIto64rr. by Bruno Cardoso Lopes · 14 years ago
  99. 97136c9 Based on the small opt Zvi's patch was trying to achieve, eliminate by Bruno Cardoso Lopes · 14 years ago
  100. 9c67127 Tidy up a bit. by Jim Grosbach · 14 years ago