1. 4d0731f Use std::is_sorted instead of manual loops. NFC by Craig Topper · 10 years ago
  2. 2e0fe4b Use range-based for loop. NFC by Craig Topper · 10 years ago
  3. 4d34e54 [TableGen] Replace a logically negated xor of bools with just an equality comparison for readability. NFC by Craig Topper · 10 years ago
  4. 9bb66bd [TableGen] Use std::find_if and a lambda instead of manual loops. by Craig Topper · 10 years ago
  5. 8dd99ee [TableGen] Fix a bug introduced in r256627. If the switch was not emitted we still emitted a closing curly brace. by Craig Topper · 10 years ago
  6. 4d0e405 [TableGen] Use range-based for loops. NFC by Craig Topper · 10 years ago
  7. 0620569 [PGO] simple refactoring (NFC) by Xinliang David Li · 10 years ago
  8. baea3c8 WinEHPrepare.cpp: Suppress a warning for -Asserts. [-Wunused-variable] by NAKAMURA Takumi · 10 years ago
  9. a035c6c [Verifier] Add braces to satisfy buildbots. NFC by Joseph Tremoulet · 10 years ago
  10. 4505d54 [WinEH] Verify catchswitch handlers by Joseph Tremoulet · 10 years ago
  11. 3c6a15b [WinEH] Tighten parentPad verifier checks by Joseph Tremoulet · 10 years ago
  12. d5ab13d [WinEH] Update catchrets with cloned successors by Joseph Tremoulet · 10 years ago
  13. 8e6708e Correct misleading formatting of several ifs followed by two statements without braces. by Yaron Keren · 10 years ago
  14. 71d29c1 [WinEH] Add additional verification by David Majnemer · 10 years ago
  15. 19d1ebc [X86] Add intrinsics for reading and writing to the flags register by David Majnemer · 10 years ago
  16. e193ff3 [LibCallSimplifier] propagate FMF when shrinking binary calls by Sanjay Patel · 10 years ago
  17. 31e470b [X86] Remove a return after llvm_unreachable. by Craig Topper · 10 years ago
  18. 8cb3fe2 [X86] Move shuffle decoding for constant pool into the X86CodeGen library to remove a layering violation in the Util library. by Craig Topper · 10 years ago
  19. 2e3f468 [LibCallSimplifier] propagate FMF when shrinking unary calls by Sanjay Patel · 10 years ago
  20. 36bfd30 change function names to avoid accidentally matching the substring by Sanjay Patel · 10 years ago
  21. f6e2baf add 'fast' attribute to calls to show that the flag isn't being propagated by Sanjay Patel · 10 years ago
  22. 6622d8b Variable names start with an upper case letter; NFC by Sanjay Patel · 10 years ago
  23. ad8bf7c fix formatting; NFC by Sanjay Patel · 10 years ago
  24. 3f79d59 add FMF for CreateCall variant by Sanjay Patel · 10 years ago
  25. 6edca69 [AVX512] add PSRLQ and PSRLD Intrinsic by Michael Zuckerman · 10 years ago
  26. 4f73c42 [X86] Avoid folding scalar loads into unary sse intrinsics by Michael Kuperstein · 10 years ago
  27. 7b8bd88 [X86][PKU] Add {RD,WR}PKRU intrinsics by Asaf Badouh · 10 years ago
  28. 5ef1349 [TableGen] Modify the AsmMatcherEmitter to only apply the table growth from r252440 to the Hexagon target. by Craig Topper · 10 years ago
  29. 1159059 [TableGen] Use range-based for loops. NFC by Craig Topper · 10 years ago
  30. f2f39d6 [PGO]: Implement Func PGO name string compression by Xinliang David Li · 10 years ago
  31. ee721e9 [TableGen] Move determination of IsIsolatedToken into the tokenizer instead of trying to search characters around the token. No functional change intended. Verified for in-tree targets. by Craig Topper · 10 years ago
  32. 3c4b3a5 Revert "Revert "[ptr-traits] Implement the base pointer traits using the actual"" by Chandler Carruth · 10 years ago
  33. 08e3bf9 [ValueTracking] fix bug computing isKnownToBeAPowerOfTwo() with arithmetic shift right (PR25900) by Sanjay Patel · 10 years ago
  34. 04e6782 [ThinLTO] Rename variables used in metadata linking (NFC) by Teresa Johnson · 10 years ago
  35. ba0fc20 Ensure MDNode used as key in metadata linking map cannot be RAUWed by Teresa Johnson · 10 years ago
  36. 6e19816 [ThinLTO] Check MDNode values saved for metadata linking (NFC) by Teresa Johnson · 10 years ago
  37. 8a487cd fix formatting; NFC by Sanjay Patel · 10 years ago
  38. eec5b82 Revert "[ptr-traits] Implement the base pointer traits using the actual" by Tobias Grosser · 10 years ago
  39. db4180c [TableGen] Remove unnecessary conversion from StringRef to std::string when outputting to a raw_ostream. NFC by Craig Topper · 10 years ago
  40. e18e2bb [TableGen] Remove raw_string_ostream by just emitting the header for the switch the first time we emit a case. If the header was never emitted just print the default at the end. NFC by Craig Topper · 10 years ago
  41. 65438a7 [TableGen] Use range-based for loops. NFC by Craig Topper · 10 years ago
  42. e6b5023 [TableGen] Move more things that come from variant into the AsmVariantInfo class so we can reduce some parameters. NFC by Craig Topper · 10 years ago
  43. a1a9b68 [TableGen] Use 'size_t' instead of 'unsigned' to better match the argument types of addAsmOperand. Simplify some code by using StringRef::find instead of std::find. These were previously done in r247527 and r247528, but another commit seems to have erased them. NFC by Craig Topper · 10 years ago
  44. 13e79a4 [ptr-traits] Implement the base pointer traits using the actual by Chandler Carruth · 10 years ago
  45. c1527e6 [ptr-traits] Refactor how PointerIntPair does its pointer manipulation by Chandler Carruth · 10 years ago
  46. 140bb2d [ptr-traits] Add one more #include necessary to do strict alignment by Chandler Carruth · 10 years ago
  47. 8a32dc4 Rename MDValue* to Metadata* (NFC) by Teresa Johnson · 10 years ago
  48. 1ae1fbe [RS4GC] Use DenseMap::count() instead of DenseMap::find()/DenseMap::end(). NFC. by Manuel Jacob · 10 years ago
  49. 5ba53aa don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  50. b9a849e use auto with dyn_casted values; NFC by Sanjay Patel · 10 years ago
  51. df4a54a [PlaceSafepoints] Assert that the gc.safepoint_poll function is present in the module. by Manuel Jacob · 10 years ago
  52. 733af2e use auto with dyn_casted values; NFC by Sanjay Patel · 10 years ago
  53. 960b34e fix formatting; NFC by Sanjay Patel · 10 years ago
  54. 3bb8804 use range-based for-loops; NFCI by Sanjay Patel · 10 years ago
  55. f2dffb3 use range-based for-loop; NFCI by Sanjay Patel · 10 years ago
  56. 8b2e79c Add command line options to force function/loop alignments. by Chad Rosier · 10 years ago
  57. 71bc3dc don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  58. 7a39479 [JumpThreading] Fix opcode bonus in getJumpThreadDuplicationCost() by Geoff Berry · 10 years ago
  59. c32ece6 use range-based for-loops; NFCI by Sanjay Patel · 10 years ago
  60. d70fde5 [MemoryBuiltins] Delete dead code [NFC] by Philip Reames · 10 years ago
  61. 982aa42 [AVX512] add PSRLW Intrinsic by Michael Zuckerman · 10 years ago
  62. ec0fb28 [llvm-objdump] Mark noreturn function as such. by Davide Italiano · 10 years ago
  63. 48d1be1 [AVX512] add PSRLW Intrinsic by Michael Zuckerman · 10 years ago
  64. df1cf99 [ADT] Teach alignment helpers to work correctly for abstract classes. by Chandler Carruth · 10 years ago
  65. a202d8e [ptr-traits] Provide a real MCFragment address for the sentinel instead by Chandler Carruth · 10 years ago
  66. 5bfe3bb [ptr-traits] Sink several in-body method definitions to be out-of-line by Chandler Carruth · 10 years ago
  67. f79435e [ptr-traits] Sink a constructor definition to the .cpp file and add by Chandler Carruth · 10 years ago
  68. 39ec439 [ptr-traits] Add a bunch of includes to provide complete types that are by Chandler Carruth · 10 years ago
  69. 24cdab7 [ptr-traits] Split the MCFragment type hierarchy out of the MCAssembler by Chandler Carruth · 10 years ago
  70. 0d55429 [MC] Fix the comment header for this header file. It was just copy/pasted. by Chandler Carruth · 10 years ago
  71. cf09bdf De-virtualize mnemonicIsValid and remove from the base class. It's not called by any common code. by Craig Topper · 10 years ago
  72. 3058f6e [TableGen] Remove MnemonicContainsDot from AsmParser. It isn't used. NFC by Craig Topper · 10 years ago
  73. 04efc66 [X86] Remove declaration of ATTAsmParser. Its equivalent to the DefaultAsmParser. NFC by Craig Topper · 10 years ago
  74. 98a6307 [TableGen] Add missing space to output. by Craig Topper · 10 years ago
  75. 300c966 [TableGen] Use range-based for loops. NFC by Craig Topper · 10 years ago
  76. b905a6b [TrailingObjects] Dynamically realign under-aligned trailing objects. by James Y Knight · 10 years ago
  77. c1b2710 Fix gold test after r256465. by James Y Knight · 10 years ago
  78. 9bdbabc [ptr-traits] Merge the MetadataTracking helpers into the Metadata header. by Chandler Carruth · 10 years ago
  79. 5c35f96 [ADT] Run clang-format over another file before I try to enhance it so by Chandler Carruth · 10 years ago
  80. 1093924 [ADT] Use a nonce type with at least 4 byte alignment. by Chandler Carruth · 10 years ago
  81. 8d5b76e Accept dwarf version 5 for CIE versions. by Eric Christopher · 10 years ago
  82. 1714cbd [Thumb] Fix assembler error 'cannot honor width suffix pop {lr}' by Artyom Skrobov · 10 years ago
  83. a506342 [x86] lower calls to fmin and llvm.minnum.* using minss/minsd/minps/minpd (PR24475) by Sanjay Patel · 10 years ago
  84. 0651a40 Refactor inline costs analysis by removing the InlineCostAnalysis class by Easwaran Raman · 10 years ago
  85. 912373d [RS4GC] Fix rematerialization of bitcast of bitcast. by Manuel Jacob · 10 years ago
  86. 84f6bad Implemented cost model for masked gather and scatter operations by Elena Demikhovsky · 10 years ago
  87. d0dc794 [ADT] Don't use a fixture just to get a nonce type for this unittest. by Chandler Carruth · 10 years ago
  88. 9baeb40 As a prelude to the rest of DWARF5 being supported go ahead and accept by Eric Christopher · 10 years ago
  89. 0fd19a0 [ADT] Run clang-format over more code, fixing numerous formatting oddities. by Chandler Carruth · 10 years ago
  90. 63021c4 [ADT] Run clang-format over PointerUnion.h and clean up its comments. NFC. by Chandler Carruth · 10 years ago
  91. aa64145 [vim] Add token type to Vim syntax file. by Manuel Jacob · 10 years ago
  92. 5fb72b3 [x86] lower calls to fmax and llvm.maxnum.* using maxps/maxpd (PR24475) by Sanjay Patel · 10 years ago
  93. 3e50893 Specify triple so 'make check' passes on darwin x86-64 by Sanjay Patel · 10 years ago
  94. 4c32013 tidy up; NFC by Sanjay Patel · 10 years ago
  95. d1070bb Support clrex instruction on ARMv6k. Patch by Andrew Turner. by Roman Divacky · 10 years ago
  96. 7e27586 Refactor: Simplify boolean conditional return statements in lib/Transforms/ObjCARC by Alexander Kornienko · 10 years ago
  97. 0062f39 Refactor: Simplify boolean conditional return statements in llvm/lib/Support by Alexander Kornienko · 10 years ago
  98. 651ff52 [X86] Better support for the MCU psABI (LLVM part) by Michael Kuperstein · 10 years ago
  99. 058ac9c Refactor: Simplify boolean conditional return statements in lib/Target/PowerPC by Alexander Kornienko · 10 years ago
  100. 199a132 [X86][AVX512] Lower broadcast sub vector to vector inrtrinsics by Asaf Badouh · 10 years ago