1. 83a8031 Restore hasPostISelHook tblgen flag. by Andrew Trick · 14 years ago
  2. f83f0f8 Eliminate sign-comparison warnings in APInt by Douglas Gregor · 14 years ago
  3. 7030368 Add mips64 & mips64el to Triple. Patch by Liu with modifications. by Akira Hatanaka · 14 years ago
  4. 29d9610 Update comment. by Devang Patel · 14 years ago
  5. 68155d3 Use StringRef instead of std::string. by Devang Patel · 14 years ago
  6. a894c8e llvm-objdump: factor code better, add comments. by Benjamin Kramer · 14 years ago
  7. 9d1a3de Port over more Thumb2 encoding tests to decoding tests. by Owen Anderson · 14 years ago
  8. 865375c Eliminate unnecessary copy of FileName from GCOVLines. by Devang Patel · 14 years ago
  9. 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
  10. 6aaf056 test/CodeGen/X86/avx-minmax.ll: Unbreak Win32. by NAKAMURA Takumi · 14 years ago
  11. 3699261 Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd. by Craig Topper · 14 years ago
  12. 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
  13. 81da2e1 include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency. by NAKAMURA Takumi · 14 years ago
  14. f9ef3b6 include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATOMICS. by NAKAMURA Takumi · 14 years ago
  15. 4815d56 ARM isel bug fix for adds/subs operands. by Andrew Trick · 14 years ago
  16. 3af7a67 whitespace by Andrew Trick · 14 years ago
  17. a54b3ac Remove empty directories. by Benjamin Kramer · 14 years ago
  18. 3c05196 Remove some missed references to dead intrinsics. by Bill Wendling · 14 years ago
  19. 4a065dd Update the EH doc to reflect the new EH model. by Bill Wendling · 14 years ago
  20. 50172e7 Nuke obsolete test file. by Jim Grosbach · 14 years ago
  21. ac9c2aa Thumb2 assembly parsing and encoding for WFE/WFI/YIELD. by Jim Grosbach · 14 years ago
  22. 50f1c37 Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH. by Jim Grosbach · 14 years ago
  23. 78d0835 More llvmc bits. Spotted by Benjamin on IRC. by Eric Christopher · 14 years ago
  24. 33fe8eb Remove from cmake too. by Eric Christopher · 14 years ago
  25. eae5a13 Remove more of llvmc and dependencies. by Eric Christopher · 14 years ago
  26. 400b624 Thumb2 assembly parsing and encoding for USUB8/USUB16. by Jim Grosbach · 14 years ago
  27. 6053cd9 Thumb2 assembly parsing and encoding for USAX. by Jim Grosbach · 14 years ago
  28. 653419f Thumb2 assembly parsing and encoding for USAT16. by Jim Grosbach · 14 years ago
  29. a7e5b01 Thumb2 assembly parsing and encoding for USAT. by Jim Grosbach · 14 years ago
  30. 8c98984 Remove incorrect comments. These are not disassmebly only patterns. by Jim Grosbach · 14 years ago
  31. ae13ba7 Tidy up. by Jim Grosbach · 14 years ago
  32. ad7d744 Thumb2 assembly parsing and encoding for UQSAD8/USADA8. by Jim Grosbach · 14 years ago
  33. 73e019e Thumb2 assembly parsing and encoding for UQSUB16/UQSUB8. by Jim Grosbach · 14 years ago
  34. ab3bf97 Thumb2 assembly parsing and encoding for UQASX/UQSAX. by Jim Grosbach · 14 years ago
  35. d7e2785 Thumb2 assembly parsing and encoding for UQADD16/UQADD8. by Jim Grosbach · 14 years ago
  36. 6ddbcdf Remove llvmc from CMake as well. by Eric Christopher · 14 years ago
  37. abb8aac Thumb1 convenience aliases for disassembler round-trip testing. CPS instruction. by Jim Grosbach · 14 years ago
  38. 278cbfb Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura, by Bruno Cardoso Lopes · 14 years ago
  39. 2621542 Thumb CPS definition is not disassembler only. by Jim Grosbach · 14 years ago
  40. 0efe213 Thumb2 range check on CPS mode immediate. by Jim Grosbach · 14 years ago
  41. d9346fb tMOVSr is not allowed in an IT block either. by Owen Anderson · 14 years ago
  42. 9ead2c0 Update to the new EH syntax. by Bill Wendling · 14 years ago
  43. 9f666b5 CPS instructions are UNPREDICTABLE inside IT blocks. by Owen Anderson · 14 years ago
  44. 0b9a909 Dramatically reduce this testcase. by Bill Wendling · 14 years ago
  45. 32f3689 Tidy up comments. by Jim Grosbach · 14 years ago
  46. d91c6e0 Fix PR10949. Fix the encoding of VMOVPQIto64rr. by Bruno Cardoso Lopes · 14 years ago
  47. 97136c9 Based on the small opt Zvi's patch was trying to achieve, eliminate by Bruno Cardoso Lopes · 14 years ago
  48. 9c67127 Tidy up a bit. by Jim Grosbach · 14 years ago
  49. d5d0e81 Thumb2 assembly parsing and encoding for UMAAL/UMLAL/UMULL. by Jim Grosbach · 14 years ago
  50. a846585 Revert r140083 and r140084 until buildbots can be fixed. by Bill Wendling · 14 years ago
  51. f117506 Remove llvmc and assorted build machinery for it. by Eric Christopher · 14 years ago
  52. 9546de6 Thumb2 assembly parsing and encoding for UHSUB16/UHSUB8. by Jim Grosbach · 14 years ago
  53. 6729c48 Thumb2 assembly parsing and encoding for UHASX/UHSAX. by Jim Grosbach · 14 years ago
  54. 2c1ef5b Thumb2 assembly parsing and encoding for UHADD16/UHADD8. by Jim Grosbach · 14 years ago
  55. 6451cbf Thumb2 assembly parsing and encoding for UBFX. by Jim Grosbach · 14 years ago
  56. 4032eaf Thumb2 assembly parsing and encoding for UASX. by Jim Grosbach · 14 years ago
  57. 39b4166 Update test to remove the 'unwind' instruction. by Bill Wendling · 14 years ago
  58. ad02705 If we are extracting a basic block that ends in an invoke call, we must also by Bill Wendling · 14 years ago
  59. 11f23c1 Fix copy/past-o. Gotta remember that 'modify' step... by Jim Grosbach · 14 years ago
  60. 661daa4 Thumb2 assembly parsing and encoding for UADD16/UADD8. by Jim Grosbach · 14 years ago
  61. aa70695 Thumb2 assembly parsing and encoding for TST. by Jim Grosbach · 14 years ago
  62. 04c7877 Thumb2 TBB and TBH instructions are only allowed at the end of IT blocks, not in the middle. by Owen Anderson · 14 years ago
  63. 7f739be Thumb2 assembly parsing and encoding for TBB/TBH. by Jim Grosbach · 14 years ago
  64. 463158f Replace uses of unwind with unreachable for the same effect. by Bill Wendling · 14 years ago
  65. 803c9d3 Replace more uses of 'unwind' in the tests with calls to landingpad and by Bill Wendling · 14 years ago
  66. 17569fe Some additional tests for Thumb atomic load and store (which I somehow forgot to commit earlier). by Eli Friedman · 14 years ago
  67. c6b8ba8 Fix an infinite loop where a transform in InstCombiner::visitAnd claims a construct is changed when it is not. (See included testcase.) by Eli Friedman · 14 years ago
  68. 1494c49 Thumb2 assembly parsing and encoding for TEQ. by Jim Grosbach · 14 years ago
  69. 97dc60b Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fix by Bruno Cardoso Lopes · 14 years ago
  70. f2d15db This testcase is dead. It doesn't inline even if I add the 'alwaysinline' by Bill Wendling · 14 years ago
  71. 776d993 Regenerate configure. by Eric Christopher · 14 years ago
  72. 627445f Rename LLVM_MULTITHREADED define and fix build without threads. by Eric Christopher · 14 years ago
  73. bc80e94 Tidy up a bit. by Jim Grosbach · 14 years ago
  74. 30b8b97 Remove FIXME. TBB/TBH are Thumb mode only instructions. by Jim Grosbach · 14 years ago
  75. 326efe5 Thumb2 assembly parsing and encoding for SXTB/SXTB16/SXTH. by Jim Grosbach · 14 years ago
  76. da7f5f1 Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren't by Akira Hatanaka · 14 years ago
  77. bcc1a73 Nope, there's another one! by Benjamin Kramer · 14 years ago
  78. 49ca96d Missed one instance of implicit pointer conversion. by Benjamin Kramer · 14 years ago
  79. 586a55a Silence -Wsign-compare warnings from GCC. by Benjamin Kramer · 14 years ago
  80. 4d90638 Try to make MSVC 2010 happy. by Benjamin Kramer · 14 years ago
  81. 061c3c4 Specify an additional fixed bit in the Thumb2 SSAT encoding to prevent the decoder from emitting gibberish for this invalid encoding. by Owen Anderson · 14 years ago
  82. c3d3598 Fix a typo in the bitcode reader in the handling of atomic stores. Reported by David Meyer on llvmdev. by Eli Friedman · 14 years ago
  83. fb12f35 ARM asm parsing should handle pre-indexed writeback w/o immediate. by Jim Grosbach · 14 years ago
  84. d9746fe Better Error Reporting by David Greene · 14 years ago
  85. f22e672 X86 has asterisk-free inline asm support now. by Jakob Stoklund Olesen · 14 years ago
  86. ecd1c55 Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Port over additional encoding tests to decoding tests. by Owen Anderson · 14 years ago
  87. 8a8d28b Thumb2 assembly parsing and encoding for SXTAB/SXTAB16/SXTAH. by Jim Grosbach · 14 years ago
  88. 0b8b771 Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. by Benjamin Kramer · 14 years ago
  89. a182be9 MCInstrAnalysis: Don't crash on instructions with no operands. by Benjamin Kramer · 14 years ago
  90. 24f48ec [indvars] Fix PR10946: SCEV cannot handle Vector IVs. by Andrew Trick · 14 years ago
  91. 9883acd Thumb2 assembly parsing and encoding for SVC. by Jim Grosbach · 14 years ago
  92. 7649b0b Thumb2 assembly parsing and encoding for SUB(register). by Jim Grosbach · 14 years ago
  93. 76034c5 Added regression test for bug #10869. by Stepan Dyatkovskiy · 14 years ago
  94. 92ec8e1 Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman! by NAKAMURA Takumi · 14 years ago
  95. 0a3eb60 Claimed. by Jakob Stoklund Olesen · 14 years ago
  96. ca6f296 Fix typos in my prev commit, found by Tobi. by Nadav Rotem · 14 years ago
  97. 354efd8 setOperationAction should be done on the return value of the type, not the operands. by Nadav Rotem · 14 years ago
  98. bed95e0 Remove obsolete .pod files. by Bill Wendling · 14 years ago
  99. 88816ec Fix up the formating and change llvm-gcc to clang. by Bill Wendling · 14 years ago
  100. ea55c83 Remove mention of llvm-gcc/llvm-g++ from doc. by Bill Wendling · 14 years ago