1. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 13 years ago
  2. 79628e9 Fix decoding of ARM-mode STRH. by Owen Anderson · 13 years ago
  3. c513309 apparently variable naming conventions never got added, document the by Chris Lattner · 13 years ago
  4. 9a5ffbf minor typo by Chris Lattner · 13 years ago
  5. a211c2c Port over the basic ARM encodings test file to a decoding test file. Greatly increases our test coverage of basic ARM-mode instructions. by Owen Anderson · 13 years ago
  6. 6368119 Specify fixed bit in the LDRBT encoding, which allows us to distinguish it from certain USAT16 encodings. by Owen Anderson · 13 years ago
  7. 92a36e6 Constify. by Devang Patel · 13 years ago
  8. aa175c3 fix one reference that slipped through, thanks Eli by Chris Lattner · 13 years ago
  9. 7cdbf08 Fix decoding of pre-indexed stores. by Owen Anderson · 13 years ago
  10. 11abf5b Test case for 137484 by Akira Hatanaka · 13 years ago
  11. cd9f6c5 Use ArrayRef. by Devang Patel · 13 years ago
  12. 0285e7d When constant double 0.0 is lowered, make sure 0 is copied directly from an by Akira Hatanaka · 13 years ago
  13. d95f8f6 add ifdef's to let people easily remove these dead api for testing. by Chris Lattner · 13 years ago
  14. 1bcbf85 switch to the new struct api. by Chris Lattner · 13 years ago
  15. c4d0e9f switch to the new struct apis. by Chris Lattner · 13 years ago
  16. 3ebb649 switch to use the new api for structtypes. by Chris Lattner · 13 years ago
  17. 8dcfc74 forward to the correct constructor. by Chris Lattner · 13 years ago
  18. 2e85b1b Provide fast path as Jakob suggested. by Devang Patel · 13 years ago
  19. 3f3570a Separate decoding for STREXD and LDREXD to make each work better. by Owen Anderson · 13 years ago
  20. 7a8729e Tidy up formatting. by Jim Grosbach · 13 years ago
  21. f4bbcaa add two missing function impls by Chris Lattner · 13 years ago
  22. 2c38d65 add new accessors to reflect new terminology in struct types. by Chris Lattner · 13 years ago
  23. b2c4eea Fix bugpoint fallout from the new type system. by Nick Lewycky · 13 years ago
  24. c796ae1 Revert r137310 because it does not optimize any code on ToT by Nadav Rotem · 13 years ago
  25. 46c38af Tidy up formatting. by Jim Grosbach · 13 years ago
  26. 0871221 Whitespace and formatting. No functional change intended. by Chad Rosier · 13 years ago
  27. 1f6a329 Silence a bunch (but not all) "variable written but not read" warnings by Duncan Sands · 13 years ago
  28. 3c757ef docs/GettingStarted.html: [Git] Add instructions how to generate patchset with Git. by NAKAMURA Takumi · 13 years ago
  29. 7a362f4 docs/GettingStarted.html: [Git] Mention branch.master.rebase for the tracking branch. by NAKAMURA Takumi · 13 years ago
  30. 24ad111 docs/GettingStarted.html: [Git] Split the subsubsection for committer's section. by NAKAMURA Takumi · 13 years ago
  31. 829ef92 .gitignore: Ignore /autom4te.cache. We can execute "PATH=/path/to/autotools/bin autoconf/AutoRegen.sh". by NAKAMURA Takumi · 13 years ago
  32. b5bb29c docs: Update HTML markup(s). by NAKAMURA Takumi · 13 years ago
  33. 3cc8482 docs/llvm.css: Introduce <blockquote><pre>. It may be used as blockquoted "doc_code". by NAKAMURA Takumi · 13 years ago
  34. 823eb1c Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically, by Chris Lattner · 13 years ago
  35. 79d7de7 Misc atomic doc tweaks; reordering operations across Acquire/Release can be beneficial. by Eli Friedman · 13 years ago
  36. 1221139 include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import stuff from llvm-config.h.cmake and clang/config.h. by NAKAMURA Takumi · 13 years ago
  37. 8776fa4 CMake: Eliminate unused checks and #undef(s) as below; by NAKAMURA Takumi · 13 years ago
  38. 0d46ccf MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead. This matches what as does. by Benjamin Kramer · 13 years ago
  39. b43b09e include/llvm/Config/llvm-config.h: Reorder and reword to follow (generated) config.h.in. by NAKAMURA Takumi · 13 years ago
  40. 4362c62 configure: Update since r136721. by NAKAMURA Takumi · 13 years ago
  41. d577a06 Fix up this paragraph (including a nasty typo). by Eli Friedman · 13 years ago
  42. 32a183c findDeadCallerSavedReg fix: Missing NULL terminator in register arrays. by Andrew Trick · 13 years ago
  43. a1b953b Clarify the definition of SequentiallyConsistent operations. by Andrew Trick · 13 years ago
  44. 126a54f Don't convert objc_autoreleaseReturnValue to objc_autorelease if the result by Dan Gohman · 13 years ago
  45. 2fc75d5 A virtual destructor for the class with virtual methods! by Nick Lewycky · 13 years ago
  46. a7f7db2 Don't let arbitrary calls disrupt nested retain+release pairs if by Dan Gohman · 13 years ago
  47. d8e48c4 Use an actual reverse-CFG reverse-postorder for the bottom-up traversal, by Dan Gohman · 13 years ago
  48. 9b7ff12 Simplify the interference checking code a bit. by Jakob Stoklund Olesen · 13 years ago
  49. 29e7b7d Clean up formatting a bit. by Jim Grosbach · 13 years ago
  50. 857e1a7 ARM vector compare to zero instruction assembly parsing support. by Jim Grosbach · 13 years ago
  51. 5093fe6 Fix mismatched tag. by Eli Friedman · 13 years ago
  52. 1bf4ad4 Revision to Atomics guide, per Chris's comments. by Eli Friedman · 13 years ago
  53. 30039de A slew of unit tests for the recent LoopInfo::updateUnloop feature by Andrew Trick · 13 years ago
  54. b1831c6 Allow loop unrolling to get known trip counts from ScalarEvolution. by Andrew Trick · 13 years ago
  55. 8facc7d Remove the InterferenceResult class. by Jakob Stoklund Olesen · 13 years ago
  56. fe026e182 Eliminate the last use of InterferenceResult. by Jakob Stoklund Olesen · 13 years ago
  57. 9029cf2 Enclose directive .cprestore with .set macro and nomacro to silence assembler by Akira Hatanaka · 13 years ago
  58. c69c26d Fix tests per now-correct encoding as of r137371. by Jim Grosbach · 13 years ago
  59. d30970f Remove no-longer-true comments. These are for the assembler, also. by Jim Grosbach · 13 years ago
  60. 342ebd5 ARM STRT assembly parsing and encoding. by Jim Grosbach · 13 years ago
  61. 41ff834 Make the USAT16 operand decoder auto-generate-able. by Owen Anderson · 13 years ago
  62. adf2b09 Add another accidentally omitted predicate operand. by Owen Anderson · 13 years ago
  63. 1fb6673 Add missing predicate operand on SMLA and friends. by Owen Anderson · 13 years ago
  64. dd32ba3 ARM load shifted register pre-index fix shift value asm parser encoding. by Jim Grosbach · 13 years ago
  65. 4c7324d DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147483648U). by NAKAMURA Takumi · 13 years ago
  66. 796d6b7 Handle new register classes in Thumb2 mode. Should fix the ARM buildbots. by Owen Anderson · 13 years ago
  67. 05b0c9f Making SEL decodings auto-generate-able. by Owen Anderson · 13 years ago
  68. ef8d699 Add a dag combine to xform 256-bit shuffles into simple vector by Bruno Cardoso Lopes · 13 years ago
  69. ec91640 Fix the test added by Nadav in r137308. Make it more strict: by Bruno Cardoso Lopes · 13 years ago
  70. 89958d5 Tidy up comment. by Jim Grosbach · 13 years ago
  71. 2ef8241 ARM STRHT assembly parsing and encoding. by Jim Grosbach · 13 years ago
  72. cbfc044 Fix decoding support for STREXD and LDREXD. by Owen Anderson · 13 years ago
  73. 9942ba9 Remove more dead code. by Jakob Stoklund Olesen · 13 years ago
  74. 7b8f46c ARM STRH assembly parsing and encoding. by Jim Grosbach · 13 years ago
  75. fa7eed1 Fix typos in comments, and delete an unused function. by Dan Gohman · 13 years ago
  76. 1f8d822 Add isIndirectBranch flag. by Akira Hatanaka · 13 years ago
  77. 98985f9 Privatize an unused part of the LiveIntervalUnion::Query interface. by Jakob Stoklund Olesen · 13 years ago
  78. 508e1d3 Fix decoding for indexed STRB and LDRB. Fixes <rdar://problem/9926161>. by Owen Anderson · 13 years ago
  79. bb688ce Remove some dead code. by Jakob Stoklund Olesen · 13 years ago
  80. 45251b3 Tidy up. Remove unused template parameter. by Jim Grosbach · 13 years ago
  81. 9fe72bc Improve operand validation for Thumb2 addressing modes. by Owen Anderson · 13 years ago
  82. 14605d1 ARM STRD assembly parsing and encoding. by Jim Grosbach · 13 years ago
  83. c12d9b9 Fix for LoopInfo::updateUnloop. Remove subloop blocks from former by Andrew Trick · 13 years ago
  84. 26d2f0a Continue to tighten decoding by performing more operand validation. by Owen Anderson · 13 years ago
  85. ade7d00 Tidy up. by Jim Grosbach · 13 years ago
  86. 10348e7 ARM STRBT assembly parsing and encoding. by Jim Grosbach · 13 years ago
  87. 961afdf Add FIXME. by Jim Grosbach · 13 years ago
  88. 534de6c ARM STRB assembly parsing and encoding tests. by Jim Grosbach · 13 years ago
  89. c15bd92 Fix a copy/paste error so that LDRB(register) actually gets tested. by Jim Grosbach · 13 years ago
  90. f91c149 ARM STR(register) assembly parsing and encoding tests. by Jim Grosbach · 13 years ago
  91. 548340c ARM STR(immediate) assembly parsing and encoding. by Jim Grosbach · 13 years ago
  92. 71156a6 Tighten decoding of addrmode2 instructions to reject more UNPREDICTABLE cases. by Owen Anderson · 13 years ago
  93. 59353b4 Fix PR10492 by teaching MOVHLPS and MOVLPS mask matching to be more strict. by Bruno Cardoso Lopes · 13 years ago
  94. 2b7b238 Tighten operand decoding of addrmode2 instruction. The offset register cannot be PC. by Owen Anderson · 13 years ago
  95. 3dac0be Correct immediate range for shifter operands. Patch by James Molloy, with additional encoding fixes added by me. by Owen Anderson · 13 years ago
  96. 0fa5e05 Plug a memory leak. by Benjamin Kramer · 13 years ago
  97. ae0bc5d Improve error checking in the new ARM disassembler. Patch by James Molloy. by Owen Anderson · 13 years ago
  98. f671391 ARM push of a single register encodes as pre-indexed STR. by Jim Grosbach · 13 years ago
  99. 5c1ff1f Cleanup. Another thorough review by Nick! by Andrew Trick · 13 years ago
  100. f8fce71 ARM pop of a single register encodes as post-indexed LDR. by Jim Grosbach · 13 years ago