1. 55ba816 Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be by Eli Friedman · 13 years ago
  2. e0058b4 Remove incEdgeWeight and decEdgeWeight. Set edge weight directly to avoid by Jakub Staszak · 13 years ago
  3. 7ad75f6 Fix the MCDisassembler dependencies. These were just absurdly wrong. by Chandler Carruth · 13 years ago
  4. 6126005 Fix two tests that I crashed in the previous commits. The mask elts by Bruno Cardoso Lopes · 13 years ago
  5. dd63530 Match VPERMIL masks more strictly and update the target specific mask by Bruno Cardoso Lopes · 13 years ago
  6. 2eb4c2b Add DecodeShuffle shuffle support for VPERMIPD variantes by Bruno Cardoso Lopes · 13 years ago
  7. e89c7d4 Add v8i32 and v4i64 vpermil patterns by Bruno Cardoso Lopes · 13 years ago
  8. 377baa5 Fix a bug while generating target specific VPERMIL masks: skip by Bruno Cardoso Lopes · 13 years ago
  9. 0b0a09f Enable usage of SSE4 extracts and inserts in their 128-bit AVX forms. by Bruno Cardoso Lopes · 13 years ago
  10. 9065d4b Cleanup PALIGNR handling and remove the old palign pattern fragment. by Bruno Cardoso Lopes · 13 years ago
  11. 741bf79 Use the pointer type size. by Bill Wendling · 13 years ago
  12. 7d44c45 And now something that compiles... by Bill Wendling · 13 years ago
  13. 744b4bd Make sure to sext or trunc the result from the register. by Bill Wendling · 13 years ago
  14. fe42808 Transfer implicit operands in NEONMoveFixPass. by Jakob Stoklund Olesen · 13 years ago
  15. e69438f Add -verify-arm-pseudo-expand. by Jakob Stoklund Olesen · 13 years ago
  16. ef71597 Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they are combined together. <rdar://problem/9859829> by Eli Friedman · 13 years ago
  17. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  18. 00eab6c Remove extra semicolon. by Jakub Staszak · 13 years ago
  19. 00ef6e3 Enhance the fixed-length decoder emitter to support tied operands. by Owen Anderson · 13 years ago
  20. 3678537 Visit the landingpad instruction. by Bill Wendling · 13 years ago
  21. e963a38 Add the AddLandingPadInfo function. by Bill Wendling · 13 years ago
  22. 3d8b15e Change LBH_TAKEN_WEIGHT to 124 (from 128). Right now, sum of by Jakub Staszak · 13 years ago
  23. 48c693f PLD and PLI are not predicable in ARM mode. by Jim Grosbach · 13 years ago
  24. c5b3c58 CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them. by Jim Grosbach · 13 years ago
  25. cf121c3 ARM assembly parsing and encoding for BLX (immediate). by Jim Grosbach · 13 years ago
  26. d1e38df Enhance the fixed-length decoder emitter to support parsing scattered fields. by Owen Anderson · 13 years ago
  27. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 13 years ago
  28. 7f1cce5 If run with -debug give more information about Cyclic Probability. by Jakub Staszak · 13 years ago
  29. 7241caf Heuristics are in descending priority now. If we use one of them, skip the rest. by Jakub Staszak · 13 years ago
  30. f6c6900 Handle REG_SEQUENCE with implicitly defined operands. by Jakob Stoklund Olesen · 13 years ago
  31. 43afb6f Remove obsolete FIXME reference in comment. by Jim Grosbach · 13 years ago
  32. 293a2ee ARM assembly parsing and encoding for BFC and BFI. by Jim Grosbach · 13 years ago
  33. fa44725 Add InEdges (edges from header to the loop) in Loop Branch Heuristics, so by Jakub Staszak · 13 years ago
  34. 1ddaa9c Use ArrayRef instead of requiring an std::vector. by Bill Wendling · 13 years ago
  35. 7379b66 The personality function should be a Function* and not just a Value*. by Bill Wendling · 13 years ago
  36. 6bd4842 Fix Clang attribute reader tblgen output for a corresponding fix on the Clang side by Douglas Gregor · 13 years ago
  37. cc07e04 Reverse order of RS_Split live ranges under -compact-regions. by Jakob Stoklund Olesen · 13 years ago
  38. b490450 Initial code to convert ResumeInsts into calls to _Unwind_Resume. by Bill Wendling · 13 years ago
  39. af7a46d Fix stupid mistake from commit 136381. by Jakub Staszak · 13 years ago
  40. 2f9427c Speed up BlockFrequencyInfo a little bit. by Jakub Staszak · 13 years ago
  41. c29769b Add fixme. by Jim Grosbach · 13 years ago
  42. ad759c5 Use version 402 for the GCDA files when compiling for Apple. by Bill Wendling · 13 years ago
  43. 354712c Update comments. by Owen Anderson · 13 years ago
  44. 8313b48 Fill in some encoding information for STRD instructions. by Owen Anderson · 13 years ago
  45. aa3402e Revert r136295. It broke nightly testers because some parts of codegen weren't aware of the changes to operand ordering. I hope to revive this sometime in the future, but it's not strictly necessary for now. by Owen Anderson · 13 years ago
  46. 70a0915 ARM parsing and encoding for ADR. by Jim Grosbach · 13 years ago
  47. 19b9d69 Update ARM tests for parsing and encoding of WFE, WFI and YIELD. by Jim Grosbach · 13 years ago
  48. 2ff4bc6 CR fix: The ANY_EXTEND can be removed because the input and putput type must be by Nadav Rotem · 13 years ago
  49. 5edfbeb Use unsigned rather than uint16_t in case anyone feels like testing by Duncan Sands · 13 years ago
  50. 6f7eec1 Check an additional property specific to the way LLVM iterates over SCC's. by Duncan Sands · 13 years ago
  51. 8537e8a Add a unittest for the simply connected components (SCC) iterator class. by Duncan Sands · 13 years ago
  52. 5a079eb Due to changes coming from the new LLVM type system, you now get by Duncan Sands · 13 years ago
  53. 4ed9600 This file was moved from Support to ADT. Correct a comment. by Duncan Sands · 13 years ago
  54. 9580641 Some minor cleanups. No functionalitical change. by Bill Wendling · 13 years ago
  55. 9a2dde3 Leverage some of the code that John wrote to manage the landing pads. by Bill Wendling · 13 years ago
  56. 7196184 Don't add in the asked for size so that we don't copy too much from the old to new vectors. by Bill Wendling · 13 years ago
  57. 297738f In DenseMapInfo<pair<T, U>> tombstone key, use the tombstone for T and U instead by Nick Lewycky · 13 years ago
  58. e8ce880 Automatically merge the landingpad clauses when we come across a callee's by Bill Wendling · 13 years ago
  59. 4ebc591 Explicitly declare a library dependency of LLVM*Desc to LLVM*AsmPrinter. by Oscar Fuentes · 13 years ago
  60. 3f01f67 Updated cmake library dependencies. by Oscar Fuentes · 13 years ago
  61. 28d7352 Make sure that the landingpad instruction takes a Constant* as the clause's value. by Bill Wendling · 13 years ago
  62. 7f66c45 Add a couple of convenience functions: by Bill Wendling · 13 years ago
  63. 15d03fb Invert the subvector insertion to be more likely to be taken as a COPY by Bruno Cardoso Lopes · 13 years ago
  64. 93fa476 Add patterns to generate copies for extract_subvector instead of by Bruno Cardoso Lopes · 13 years ago
  65. 735bccd movd/movq write zeros in the high 128-bit part of the vector. Use by Bruno Cardoso Lopes · 13 years ago
  66. a23236c Add a few patterns to match allzeros without having to use the fp unit. by Bruno Cardoso Lopes · 13 years ago
  67. 2e64ae4 Add SINT_TO_FP and FP_TO_SINT support for v8i32 types. Also move by Bruno Cardoso Lopes · 13 years ago
  68. b2e7c82 Fix a use after free. An instruction can't be both an intrinsic call and a fence. by Benjamin Kramer · 13 years ago
  69. 2bf84c1 Initial stab at getting inlining working with the EH rewrite. by Bill Wendling · 13 years ago
  70. 8050a61 ARM parsing and encoding tests. by Jim Grosbach · 13 years ago
  71. 814450a Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function. by Argyrios Kyrtzidis · 13 years ago
  72. 7b29583 Refactor and improve the encodings/decodings for addrmode3 loads, and make the writeback operand always the first. by Owen Anderson · 13 years ago
  73. 5de728c Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil. by Evan Cheng · 13 years ago
  74. ed39846 ARM assembly parsing and encoding for USUB16 and USUB8. by Jim Grosbach · 13 years ago
  75. 953e2e8 ARM assembly parsing and encoding for USAX. by Jim Grosbach · 13 years ago
  76. c37d4bb Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates. by Kevin Enderby · 13 years ago
  77. fc2eb31 Clean up tabs. by Jim Grosbach · 13 years ago
  78. addec77 ARM assembly parsing and encoding support for USAT and USAT16. by Jim Grosbach · 13 years ago
  79. 5f33d13 ARM assembly parsing and encoding tests for USAD8 and USADA8. by Jim Grosbach · 13 years ago
  80. 1464846 Code generation for 'fence' instruction. by Eli Friedman · 13 years ago
  81. 144da2c ARM assembly parsing and encoding tests for UQSUB16 and UQSUB8. by Jim Grosbach · 13 years ago
  82. 4143839 Fix comment copy/paste-o. by Jim Grosbach · 13 years ago
  83. 29e85bc ARM assembly parsing and encoding tests for UQASX and UQSAX. by Jim Grosbach · 13 years ago
  84. 24a541b ARM assembly parsing and encoding tests for UQADD16 and UQADD8. by Jim Grosbach · 13 years ago
  85. 9a24f1f Use BlockFrequency instead of uint32_t in BlockFrequencyInfo. by Jakub Staszak · 13 years ago
  86. 49f2ced ARM assembly parsing and encoding for UMULL. by Jim Grosbach · 13 years ago
  87. 0748f83 Remove outdated FIXME comment. by Devang Patel · 13 years ago
  88. 71725a0 ARM assembly parsing and encoding for UMLAL. by Jim Grosbach · 13 years ago
  89. 2adba41 ARM assembly parsing and encoding tests for UMAAL. by Jim Grosbach · 13 years ago
  90. 91c56a8 Refuse to inline two functions which use different personality functions. by Bill Wendling · 13 years ago
  91. f36b0a2 ARM assembly parsing and encoding tests for UHSUB16 and UHSUB8. by Jim Grosbach · 13 years ago
  92. 66c8982 ARM assembly parsing and encoding tests for UHADD16, UHADD8 and UHASX. by Jim Grosbach · 13 years ago
  93. fb8989e ARM parsing and encoding of SBFX and UBFX. by Jim Grosbach · 13 years ago
  94. c94eefb Keep enums stable. Append EH stuff to the end. by Bill Wendling · 13 years ago
  95. b6854ad ARM assembly parsing and encoding tests for UADD16, UADD8 and UASX. by Jim Grosbach · 13 years ago
  96. 8b3fd56 ARM assembly parsing and encoding tests for TST instruction. by Jim Grosbach · 13 years ago
  97. f1ae78a ARM assembly parsing and encoding tests for TEQ instruction. by Jim Grosbach · 13 years ago
  98. 0647031 Refactor the STRT and STRBT instructions to distinguish between the register-addend and immediate-addend versions. Temporarily XFAIL the asm parsing tests for these instructions. by Owen Anderson · 13 years ago
  99. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 13 years ago
  100. 7e1547e ARM assembly parsing and encoding for extend instructions. by Jim Grosbach · 13 years ago