1. 78d0835 More llvmc bits. Spotted by Benjamin on IRC. by Eric Christopher · 13 years ago
  2. 33fe8eb Remove from cmake too. by Eric Christopher · 13 years ago
  3. eae5a13 Remove more of llvmc and dependencies. by Eric Christopher · 13 years ago
  4. 400b624 Thumb2 assembly parsing and encoding for USUB8/USUB16. by Jim Grosbach · 13 years ago
  5. 6053cd9 Thumb2 assembly parsing and encoding for USAX. by Jim Grosbach · 13 years ago
  6. 653419f Thumb2 assembly parsing and encoding for USAT16. by Jim Grosbach · 13 years ago
  7. a7e5b01 Thumb2 assembly parsing and encoding for USAT. by Jim Grosbach · 13 years ago
  8. 8c98984 Remove incorrect comments. These are not disassmebly only patterns. by Jim Grosbach · 13 years ago
  9. ae13ba7 Tidy up. by Jim Grosbach · 13 years ago
  10. ad7d744 Thumb2 assembly parsing and encoding for UQSAD8/USADA8. by Jim Grosbach · 13 years ago
  11. 73e019e Thumb2 assembly parsing and encoding for UQSUB16/UQSUB8. by Jim Grosbach · 13 years ago
  12. ab3bf97 Thumb2 assembly parsing and encoding for UQASX/UQSAX. by Jim Grosbach · 13 years ago
  13. d7e2785 Thumb2 assembly parsing and encoding for UQADD16/UQADD8. by Jim Grosbach · 13 years ago
  14. 6ddbcdf Remove llvmc from CMake as well. by Eric Christopher · 13 years ago
  15. abb8aac Thumb1 convenience aliases for disassembler round-trip testing. CPS instruction. by Jim Grosbach · 13 years ago
  16. 278cbfb Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura, by Bruno Cardoso Lopes · 13 years ago
  17. 2621542 Thumb CPS definition is not disassembler only. by Jim Grosbach · 13 years ago
  18. 0efe213 Thumb2 range check on CPS mode immediate. by Jim Grosbach · 13 years ago
  19. d9346fb tMOVSr is not allowed in an IT block either. by Owen Anderson · 13 years ago
  20. 9ead2c0 Update to the new EH syntax. by Bill Wendling · 13 years ago
  21. 9f666b5 CPS instructions are UNPREDICTABLE inside IT blocks. by Owen Anderson · 13 years ago
  22. 0b9a909 Dramatically reduce this testcase. by Bill Wendling · 13 years ago
  23. 32f3689 Tidy up comments. by Jim Grosbach · 13 years ago
  24. d91c6e0 Fix PR10949. Fix the encoding of VMOVPQIto64rr. by Bruno Cardoso Lopes · 13 years ago
  25. 97136c9 Based on the small opt Zvi's patch was trying to achieve, eliminate by Bruno Cardoso Lopes · 13 years ago
  26. 9c67127 Tidy up a bit. by Jim Grosbach · 13 years ago
  27. d5d0e81 Thumb2 assembly parsing and encoding for UMAAL/UMLAL/UMULL. by Jim Grosbach · 13 years ago
  28. a846585 Revert r140083 and r140084 until buildbots can be fixed. by Bill Wendling · 13 years ago
  29. f117506 Remove llvmc and assorted build machinery for it. by Eric Christopher · 13 years ago
  30. 9546de6 Thumb2 assembly parsing and encoding for UHSUB16/UHSUB8. by Jim Grosbach · 13 years ago
  31. 6729c48 Thumb2 assembly parsing and encoding for UHASX/UHSAX. by Jim Grosbach · 13 years ago
  32. 2c1ef5b Thumb2 assembly parsing and encoding for UHADD16/UHADD8. by Jim Grosbach · 13 years ago
  33. 6451cbf Thumb2 assembly parsing and encoding for UBFX. by Jim Grosbach · 13 years ago
  34. 4032eaf Thumb2 assembly parsing and encoding for UASX. by Jim Grosbach · 13 years ago
  35. 39b4166 Update test to remove the 'unwind' instruction. by Bill Wendling · 13 years ago
  36. ad02705 If we are extracting a basic block that ends in an invoke call, we must also by Bill Wendling · 13 years ago
  37. 11f23c1 Fix copy/past-o. Gotta remember that 'modify' step... by Jim Grosbach · 13 years ago
  38. 661daa4 Thumb2 assembly parsing and encoding for UADD16/UADD8. by Jim Grosbach · 13 years ago
  39. aa70695 Thumb2 assembly parsing and encoding for TST. by Jim Grosbach · 13 years ago
  40. 04c7877 Thumb2 TBB and TBH instructions are only allowed at the end of IT blocks, not in the middle. by Owen Anderson · 13 years ago
  41. 7f739be Thumb2 assembly parsing and encoding for TBB/TBH. by Jim Grosbach · 13 years ago
  42. 463158f Replace uses of unwind with unreachable for the same effect. by Bill Wendling · 13 years ago
  43. 803c9d3 Replace more uses of 'unwind' in the tests with calls to landingpad and by Bill Wendling · 13 years ago
  44. 17569fe Some additional tests for Thumb atomic load and store (which I somehow forgot to commit earlier). by Eli Friedman · 13 years ago
  45. 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 · 13 years ago
  46. 1494c49 Thumb2 assembly parsing and encoding for TEQ. by Jim Grosbach · 13 years ago
  47. 97dc60b Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fix by Bruno Cardoso Lopes · 13 years ago
  48. f2d15db This testcase is dead. It doesn't inline even if I add the 'alwaysinline' by Bill Wendling · 13 years ago
  49. 776d993 Regenerate configure. by Eric Christopher · 13 years ago
  50. 627445f Rename LLVM_MULTITHREADED define and fix build without threads. by Eric Christopher · 13 years ago
  51. bc80e94 Tidy up a bit. by Jim Grosbach · 13 years ago
  52. 30b8b97 Remove FIXME. TBB/TBH are Thumb mode only instructions. by Jim Grosbach · 13 years ago
  53. 326efe5 Thumb2 assembly parsing and encoding for SXTB/SXTB16/SXTH. by Jim Grosbach · 13 years ago
  54. da7f5f1 Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren't by Akira Hatanaka · 13 years ago
  55. bcc1a73 Nope, there's another one! by Benjamin Kramer · 13 years ago
  56. 49ca96d Missed one instance of implicit pointer conversion. by Benjamin Kramer · 13 years ago
  57. 586a55a Silence -Wsign-compare warnings from GCC. by Benjamin Kramer · 13 years ago
  58. 4d90638 Try to make MSVC 2010 happy. by Benjamin Kramer · 13 years ago
  59. 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 · 13 years ago
  60. c3d3598 Fix a typo in the bitcode reader in the handling of atomic stores. Reported by David Meyer on llvmdev. by Eli Friedman · 13 years ago
  61. fb12f35 ARM asm parsing should handle pre-indexed writeback w/o immediate. by Jim Grosbach · 13 years ago
  62. d9746fe Better Error Reporting by David Greene · 13 years ago
  63. f22e672 X86 has asterisk-free inline asm support now. by Jakob Stoklund Olesen · 13 years ago
  64. ecd1c55 Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Port over additional encoding tests to decoding tests. by Owen Anderson · 13 years ago
  65. 8a8d28b Thumb2 assembly parsing and encoding for SXTAB/SXTAB16/SXTAH. by Jim Grosbach · 13 years ago
  66. 0b8b771 Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. by Benjamin Kramer · 13 years ago
  67. a182be9 MCInstrAnalysis: Don't crash on instructions with no operands. by Benjamin Kramer · 13 years ago
  68. 24f48ec [indvars] Fix PR10946: SCEV cannot handle Vector IVs. by Andrew Trick · 13 years ago
  69. 9883acd Thumb2 assembly parsing and encoding for SVC. by Jim Grosbach · 13 years ago
  70. 7649b0b Thumb2 assembly parsing and encoding for SUB(register). by Jim Grosbach · 13 years ago
  71. 76034c5 Added regression test for bug #10869. by Stepan Dyatkovskiy · 13 years ago
  72. 92ec8e1 Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman! by NAKAMURA Takumi · 13 years ago
  73. 0a3eb60 Claimed. by Jakob Stoklund Olesen · 13 years ago
  74. ca6f296 Fix typos in my prev commit, found by Tobi. by Nadav Rotem · 13 years ago
  75. 354efd8 setOperationAction should be done on the return value of the type, not the operands. by Nadav Rotem · 13 years ago
  76. bed95e0 Remove obsolete .pod files. by Bill Wendling · 13 years ago
  77. 88816ec Fix up the formating and change llvm-gcc to clang. by Bill Wendling · 13 years ago
  78. ea55c83 Remove mention of llvm-gcc/llvm-g++ from doc. by Bill Wendling · 13 years ago
  79. 91e43fd When promoting integer vectors we often create ext-loads. This patch adds a by Nadav Rotem · 13 years ago
  80. b6266fb white space cleanups by Nadav Rotem · 13 years ago
  81. 89af15e Fix typo by changing Lower256IntVETCC to Lower256IntVSETCC. by Craig Topper · 13 years ago
  82. 5778fef Apply Duncan's test fix from r139986 to the avx version of that test too. by Benjamin Kramer · 13 years ago
  83. 6bcd219 Synthesize x86 max/min instructions also for vectors (i.e. produce by Duncan Sands · 13 years ago
  84. 2c693dc Describe more AVX 128-bit convert instructions without patterns to have by Bruno Cardoso Lopes · 13 years ago
  85. cb77551 Bitfield mask instructions are unpredictable if the encoded LSB is higher than the encoded MSB. by Owen Anderson · 13 years ago
  86. be290af Add a testcase for another corner-case decoding. by Owen Anderson · 13 years ago
  87. 8b22778 Fix bitfield decoding based on Eli's feedback. by Owen Anderson · 13 years ago
  88. 166e053 Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set] and its Factory. This may eventually replace Immtuable[Map,Set]. by Ted Kremenek · 13 years ago
  89. f67e855 Thumb2 assembly parsing and encoding for SUB(immediate). by Jim Grosbach · 13 years ago
  90. e4f2df9 Thumb2 pre-indexed loads/stores use the restricted GPR set for Rt. by Owen Anderson · 13 years ago
  91. 89db0f6 Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32). by Owen Anderson · 13 years ago
  92. 47313df Thumb2 assembly parsing and encoding for STRT. by Jim Grosbach · 13 years ago
  93. 18ceae2 Thumb2 assembly parsing and encoding for LDRHT/STRHT. by Jim Grosbach · 13 years ago
  94. 4a1d200 Thumb2 assembly parsing and encoding for STREX/STREXB/STREXH/STREXD. by Jim Grosbach · 13 years ago
  95. e45451e Thumb2 assembly parsing and encoding for STRD. by Jim Grosbach · 13 years ago
  96. 75d7428 Simplify comment. There's no Thumb LDRD(register) encoding. That's ARM only. by Jim Grosbach · 13 years ago
  97. 8a28bdc Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's. by Owen Anderson · 13 years ago
  98. e041af7 Thumb2 assembly parsing and encoding for STRBT. by Jim Grosbach · 13 years ago
  99. c71ed78 Thumb2 assembly parsing and encoding for STRH. by Jim Grosbach · 13 years ago
  100. 59c5076 Remove test of undocumented format. by Jim Grosbach · 13 years ago