1. b4efa11 [mips] Test commit: Mark insertNoop as dead code (NFC) by Simon Dardis · 9 years ago
  2. b5f67e4 [mips] Correct MIPS16 jal/jalx to have uimm26 offsets and add MC layer range checks. NFC. by Daniel Sanders · 9 years ago
  3. 7c78d07 fix CHECK_NOT -> CHECK-NOT by Junmo Park · 9 years ago
  4. 0848da2 fixed typo - CHECK-LABEL by Junmo Park · 9 years ago
  5. 5a15e95 Added 2 notes by Elena Demikhovsky · 9 years ago
  6. 98ebf8c fixed typo - CHECK-LABEL by Elena Demikhovsky · 9 years ago
  7. c4a8612 AVX-512: fixed a bug in fp_to_uint pattern on KNL by Elena Demikhovsky · 9 years ago
  8. 859d69a BitcodeReader: Allow METADATA_STRINGS to only have !"" by Duncan P. N. Exon Smith · 9 years ago
  9. f81b307 [SimlifyCFG] Prevent passes from destroying canonical loop structure, especially for nested loops by Hyojin Sung · 9 years ago
  10. eacfdd5 RegisterPressure: Simplify liveness tracking when lanemasks are not checked. by Matthias Braun · 9 years ago
  11. 031bfc2 LiveVariables: Do not remove dead flags from vreg operands by Matthias Braun · 9 years ago
  12. d2695ae [llvm-readobj] Support GNU style dyn-relocations by Hemant Kulkarni · 9 years ago
  13. f074043 [PowerPC] Refactor popcnt[dw] target features by Hal Finkel · 9 years ago
  14. b76dcf4 [Codegen] Decrease minimum jump table density. by Kyle Butt · 9 years ago
  15. 418032a Sample profile summary cleanup by Easwaran Raman · 9 years ago
  16. f7e4375 [WebAssembly] Remove duplicate disabling of passes by Derek Schuff · 9 years ago
  17. ec11ea3 [PowerPC] Clarify a comment in PPCTTI about vector loads by Hal Finkel · 9 years ago
  18. cfef8b9 [docs] Corrections w.r.t V2 of the coverage mapping format by Vedant Kumar · 9 years ago
  19. 405e53f [PGO] More comments how function pointers for indirect calls are mapped by Adam Nemet · 9 years ago
  20. 4957829 regenerate checks by Sanjay Patel · 9 years ago
  21. 206cd3a fix checks: *_DAG -> *-DAG by Sanjay Patel · 9 years ago
  22. 31933c9 [Coverage] Fix the expected counts in instrprof-comdat.h by Vedant Kumar · 9 years ago
  23. 52488ae fix CHECK_NEXT -> CHECK-NEXT by Sanjay Patel · 9 years ago
  24. f584710 fix CHECK_DAG -> CHECK-DAG by Sanjay Patel · 9 years ago
  25. 04d6f99 fix CHECK_NEXT -> CHECK-NEXT by Sanjay Patel · 9 years ago
  26. daf1ffd fix CHECK_LABEL -> CHECK-LABEL by Sanjay Patel · 9 years ago
  27. 76ae15b trailing whitespace by Sanjay Patel · 9 years ago
  28. 1874067 Move use of scoped enum in MachineFunctionProperties after its declaration by Derek Schuff · 9 years ago
  29. 2b6ba77f Remove personality for declarations in CloneModule. by Evgeniy Stepanov · 9 years ago
  30. 574e4b2 [X86][SSE] Vectorize a bit (AND/XOR/OR) op if a BUILD_VECTOR has the same op for all their scalar elements. by Simon Pilgrim · 9 years ago
  31. 51d98d3 docs: Fix footnote after r260042. by Nico Weber · 9 years ago
  32. 0969a1d fix CHECK_NEXT -> CHECK-NEXT by Sanjay Patel · 9 years ago
  33. 76bf991 Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 9 years ago
  34. 8d4b7e7 Add an IR Verifier check for orphaned DICompileUnits. by Adrian Prantl · 9 years ago
  35. ffa1530 [LVers] Change CHECK_LABEL to CHECK-LABEL (underscore->dash) by Adam Nemet · 9 years ago
  36. 8c94859 docs: Try to remove weird linebreak from generated html. by Nico Weber · 9 years ago
  37. 4b731e4 [asan] Fix testcase for r264645 by Ryan Govostes · 9 years ago
  38. 75f9dc9 Explicitly test BitstreamReader::setArtificialByteLimit, NFC by Duncan P. N. Exon Smith · 9 years ago
  39. 3828f99 Handle section vs global name conflict. by Evgeniy Stepanov · 9 years ago
  40. c056d20 docs: Update Ninja link, also fix link syntax. by Nico Weber · 9 years ago
  41. 2686d30 Remove accidentally duplicated test by Duncan P. N. Exon Smith · 9 years ago
  42. 642853b [asan] Support dead code stripping on Mach-O platforms by Ryan Govostes · 9 years ago
  43. 0afb669 Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions"" by Vedant Kumar · 9 years ago
  44. e15d81a Reapply "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 9 years ago
  45. 309218b Simplify how we represent relocation iterators. by Rafael Espindola · 9 years ago
  46. ae2a506 Use 'alignTo' instead of re-inventing it. NFC by Douglas Katzman · 9 years ago
  47. 2a8d48a Submitted new file with wrong line endings. Correcting... by Mike Spertus · 9 years ago
  48. 91fbac1 Profile summary cleanup. by Easwaran Raman · 9 years ago
  49. f4dfceb Fix builds on Windows broken in r264598. by Eugene Zelenko · 9 years ago
  50. 71de620 [PGO] Update r264611 to use C-style comment by Adam Nemet · 9 years ago
  51. 4ba91c0 [PGO] Comment how function pointers for indirect calls are mapped to function names by Adam Nemet · 9 years ago
  52. 1a5e5fc dos2unix CMakeLists.txt by Reid Kleckner · 9 years ago
  53. c1e6bf9 MIRParser: Add %subreg.xxx syntax for subregister index operands by Matthias Braun · 9 years ago
  54. 1598569 CodeGen: Correct specification of PHI nodes by Matthias Braun · 9 years ago
  55. dd7070e [AArch64] Do not lower scalar sdiv/udiv to a shifts + mul sequence when optimizing for minsize by Haicheng Wu · 9 years ago
  56. b3089f7 Revert "[SimlifyCFG] Prevent passes from destroying canonical loop structure, especially for nested loops" by Reid Kleckner · 9 years ago
  57. d4610ea Forgot to commit this file in revision 264601 by Mike Spertus · 9 years ago
  58. b2c8f18 Use VS2015 Project Support for Natvis to eliminate the need to manually install natvis files by Mike Spertus · 9 years ago
  59. 8541eae [PowerPC] On the A2, popcnt[dw] are very slow by Hal Finkel · 9 years ago
  60. 63cf3b3 Remove else after return by David Blaikie · 9 years ago
  61. d0a33c4 Fix Clang-tidy modernize-deprecated-headers warnings in some files; other minor fixes. by Eugene Zelenko · 9 years ago
  62. 4c613e1 [SimlifyCFG] Prevent passes from destroying canonical loop structure, especially for nested loops by Hyojin Sung · 9 years ago
  63. 2de577c [llvm-readobj] NFC Replace case by macros for PT_* enums by Hemant Kulkarni · 9 years ago
  64. 22e3588 [PGO] Don't set the function hotness attribute when populating counters by Rong Xu · 9 years ago
  65. fadd113 Introduce MachineFunctionProperties and the AllVRegsAllocated property by Derek Schuff · 9 years ago
  66. de009ec [llvm-size] Implement --common option by Hemant Kulkarni · 9 years ago
  67. beaf3d1 Revert "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 9 years ago
  68. 4a79dec AMDGPU/SI: Limit load clustering to 16 bytes instead of 4 instructions by Tom Stellard · 9 years ago
  69. adf9f00 [SimplifyLibCalls] Transform printf("%s", "a") -> putchar('a'). by Davide Italiano · 9 years ago
  70. f63fe23 [PGO] Fix name encoding for ObjC-like functions by Vedant Kumar · 9 years ago
  71. ab3787a [Coverage] Strip <unknown> from PGO names if no filenames are available by Vedant Kumar · 9 years ago
  72. 3fb5c43 [Hexagon] Improve handling of unaligned vector loads and stores by Krzysztof Parzyszek · 9 years ago
  73. 7c4d7c7 NFC: skip FenceInst up-front in AtomicExpandPass. by James Y Knight · 9 years ago
  74. 621888e [Hexagon] Only use restore functions for single register at -Oz by Krzysztof Parzyszek · 9 years ago
  75. 678eebc [Hexagon] Speed up frame lowering when no optimizations are enabled by Krzysztof Parzyszek · 9 years ago
  76. 1b2b1b2 Sparc: silently ignore .proc assembler directive by Douglas Katzman · 9 years ago
  77. cf0b01d [lanai] Add Lanai backend. by Jacques Pienaar · 9 years ago
  78. 01605e4 [SROA] Fix typo in comment by Hal Finkel · 9 years ago
  79. a87cc23 C++11 is required, remove some preprocessor checks for it by Hal Finkel · 9 years ago
  80. 005c5a3 [Power9] Implement new altivec instructions: bcd* series by Chuang-Yu Cheng · 9 years ago
  81. 8187457 [Power9] Implement new vsx instructions: insert, extract, test data class, min/max, reverse, permute, splat by Chuang-Yu Cheng · 9 years ago
  82. ebc3cb9 AVX-512: Fixed ICMP instruction selection for i1 operands by Elena Demikhovsky · 9 years ago
  83. fe3f9ef [Power9] Implement new vsx instructions: quad-precision move, fp-arithmetic by Chuang-Yu Cheng · 9 years ago
  84. 6c373ca llvm/test/Transforms/FunctionImport/funcimport.ll: -stats REQUIRES +Asserts. by NAKAMURA Takumi · 9 years ago
  85. 9c51ac3 [Coverage] Fix the way we load "<unknown>:func" records by Vedant Kumar · 9 years ago
  86. e0157e2 BitcodeWriter: Replace dead code with an assertion, NFC by Duncan P. N. Exon Smith · 9 years ago
  87. 4c4ad19 BitcodeWriter: Reuse writeMetadataRecords, NFC by Duncan P. N. Exon Smith · 9 years ago
  88. 5a6e171 BitcodeWriter: Rename some functions for consistency, NFC by Duncan P. N. Exon Smith · 9 years ago
  89. 310a953 BitcodeWriter: Split out writeMetadataRecords, NFC by Duncan P. N. Exon Smith · 9 years ago
  90. 50f34b8 BitcodeWriter: Restructure WriteFunctionLocalMetadata, NFC by Duncan P. N. Exon Smith · 9 years ago
  91. bd2e784 Bitcode: Fix MSVC bot failure from r264549 by Duncan P. N. Exon Smith · 9 years ago
  92. e693a56 BitcodeWriter: Simplify tracking of function-local metadata, NFC by Duncan P. N. Exon Smith · 9 years ago
  93. a73e509 Reapply ~"Bitcode: Collect all MDString records into a single blob" by Duncan P. N. Exon Smith · 9 years ago
  94. 15b99e0 BitcodeWriter: Simplify and test writing blobs, NFC by Duncan P. N. Exon Smith · 9 years ago
  95. fbf768a Support: Implement StreamingMemoryObject::getPointer by Duncan P. N. Exon Smith · 9 years ago
  96. b341866 Support: Move StreamingMemoryObject{,Test}.cpp, NFC by Duncan P. N. Exon Smith · 9 years ago
  97. a115062 Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimit by Duncan P. N. Exon Smith · 9 years ago
  98. 2e87e9e Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc. by Duncan P. N. Exon Smith · 9 years ago
  99. f05c78c Bitcode: Split out SimpleBitstreamCursor by Duncan P. N. Exon Smith · 9 years ago
  100. ce54d8e Revert "isPodLike: more precise" by JF Bastien · 9 years ago