1. c3ce5d9 PM: Port Internalize to the new pass manager by Justin Bogner · 9 years ago
  2. 1330a1c [llvm-pdbdump] Fix version reading on big endian systems. by Zachary Turner · 9 years ago
  3. 650fa7d Add optimization bisect opt-in calls for Hexagon passes by Andrew Kaylor · 9 years ago
  4. cff4949 Fix warnings and -Werror build on clang. by Zachary Turner · 9 years ago
  5. 3784bf8 Parse and dump PDB DBI Stream Header Information by Zachary Turner · 9 years ago
  6. 87d4b8c [Tail duplication] Handle source registers with subregisters by Krzysztof Parzyszek · 9 years ago
  7. 3005d0c Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr."" by Tim Northover · 9 years ago
  8. a536c7f Internalize: More consistent file header and include guards. NFC by Justin Bogner · 9 years ago
  9. 783db05 [SimplifyLibCalls] sprintf doesn't copy null bytes by David Majnemer · 9 years ago
  10. a80d09e Swift Calling Convention: use %RAX for sret. by Manman Ren · 9 years ago
  11. d632f47 tests: tweak MIR for ARM tests to correct MI issues by Saleem Abdulrasool · 9 years ago
  12. 6568fd1 test: remove some bleeding whitespace by Saleem Abdulrasool · 9 years ago
  13. 5027779 [AMDGPU] Move reserved vgpr count for trap handler usage to SIMachineFunctionInfo + minor commenting changes by Konstantin Zhuravlyov · 9 years ago
  14. 6f5aa79 [CodeGenPrepare] use branch weight metadata to decide if a select should be turned into a branch by Sanjay Patel · 9 years ago
  15. c81ec9b Fix build broken due to order of initialization problem. by Zachary Turner · 9 years ago
  16. 5571fd8 Refactor some more PDB reading code into DebugInfoPDB. by Zachary Turner · 9 years ago
  17. d714ad3 [AMDGPU] Reserve VGPRs for trap handler usage if instructed by Konstantin Zhuravlyov · 9 years ago
  18. 87b2f2a Use gcc's rules for parsing gcc-style response files by Nico Weber · 9 years ago
  19. 3ca62aa [AMDGPU] Assembler: basic support for SDWA instructions by Sam Kolton · 9 years ago
  20. 8ddb8b4 [X86] PR27502: Fix the LEA optimization pass. by Andrey Turetskiy · 9 years ago
  21. 314a1b6 [Sparc] Fix build error introduced by rL267545. by Marcin Koscielnicki · 9 years ago
  22. adc800c [PowerPC] Add support for llvm.thread.pointer by Marcin Koscielnicki · 9 years ago
  23. eb83c9c [SPARC] [SSP] Add support for LOAD_STACK_GUARD. by Marcin Koscielnicki · 9 years ago
  24. 79b1c77 [SPARC] Add support for llvm.thread.pointer. by Marcin Koscielnicki · 9 years ago
  25. e1abe9d ThinLTOCodeGenerator: preserve linkonce when in "MustPreserved" set by Mehdi Amini · 9 years ago
  26. 2f533ed Revert "ARM: put correct symbol index on indirect pointers in __thread_ptr." by Renato Golin · 9 years ago
  27. 9585d89 [ppc64] Reenable sibling call optimization on ppc64 since fixed tsan library tail-call issue by Chuang-Yu Cheng · 9 years ago
  28. 9ad5da1 Align case statements (whitespace-only cleanup) by Sanjoy Das · 9 years ago
  29. 6588d8d Symbolize operand bundle blocks for bcanalyzer by Sanjoy Das · 9 years ago
  30. 4234d81 [AArch64] Expand v1i64 and v2i64 ctlz. by Craig Topper · 9 years ago
  31. 98e886b [ARM] Expand vector ctlz_zero_undef so it becomes ctlz. by Craig Topper · 9 years ago
  32. da46b1d [ARM] Expand v1i64 and v2i64 ctlz. by Craig Topper · 9 years ago
  33. 0002560 Tune basic block annotation algorithm. by Dehao Chen · 9 years ago
  34. edae2f4 [powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endian by Bill Seurer · 9 years ago
  35. 9c80655 Pass the test file in through stdin instead of by filename. by Richard Trieu · 9 years ago
  36. 8ee4913 [powerpc] mark JIT tests as XFAIL on powerpc64 big endian by Bill Seurer · 9 years ago
  37. 1ccb72c [SimplifyCFG] Preserve !llvm.mem.parallel_loop_access when merging by Hal Finkel · 9 years ago
  38. 681428e [LoopVectorize] Don't consider conditional-load dereferenceability for marked parallel loops by Hal Finkel · 9 years ago
  39. b9d01c8 [lli] Fix a sign-compare warning. by Lang Hames · 9 years ago
  40. 1a09f22 [WebAssembly] Account for implicit operands when computing operand indices. by Dan Gohman · 9 years ago
  41. aa58a64 [ORC] Try to work around a GCC 4.7 bug triggered by r267457. by Lang Hames · 9 years ago
  42. 562c999 [SROA] Don't falsely report that changes have occured by David Majnemer · 9 years ago
  43. 9dd084a Reverting Thumb2SizeReduction opt bisect change to fix failing buildbots. by Andrew Kaylor · 9 years ago
  44. e591202 [CodeGenPrepare] don't convert an unpredictable select into control flow by Sanjay Patel · 9 years ago
  45. e0e3aca Remove MinLatency in SchedMachineModel. NFC. by Junmo Park · 9 years ago
  46. 1a9ed30 PM: Port GlobalOpt to the new pass manager by Justin Bogner · 9 years ago
  47. 183519d PM: Convert the logic for GlobalOpt into static functions. NFC by Justin Bogner · 9 years ago
  48. 58f1271 [X86] Use LivePhysRegs in X86FixupBWInsts. by Ahmed Bougacha · 9 years ago
  49. 02b4c05 GlobalOpt: Convert a bunch of tests from grep to FileCheck by Justin Bogner · 9 years ago
  50. d08220a Add check for "branch_weights" with prof metadata by Sanjay Patel · 9 years ago
  51. 8070b45 [CMake] If set we should pass LLVM_VERSION_INFO into config.h by Chris Bieneman · 9 years ago
  52. 90cc544 [Sparc] Fix double-float fabs and fneg on little endian CPUs. by James Y Knight · 9 years ago
  53. 426203a ARM: put correct symbol index on indirect pointers in __thread_ptr. by Tim Northover · 9 years ago
  54. f304c12 Fix build warning by Andrew Kaylor · 9 years ago
  55. c7ca130 Add optimization bisect opt-in calls for AMDGPU passes by Andrew Kaylor · 9 years ago
  56. 3c50cf9 Reformat LLVMConstPointerNull. NFC by Amaury Sechet · 9 years ago
  57. 217903d Comment formating. NFC by Amaury Sechet · 9 years ago
  58. 1ca1fca Optimize store of "bitcast" from vector to aggregate. by Arch D. Robison · 9 years ago
  59. 185caef [LVI] Make a precondition explicit rather than handling a case which never happens [NFC] by Philip Reames · 9 years ago
  60. 78e2fb2 Add optimization bisect opt-in calls for ARM passes by Andrew Kaylor · 9 years ago
  61. aabda75 Add optimization bisect opt-in calls for AArch64 passes by Andrew Kaylor · 9 years ago
  62. c7ec15c Add accidentally deleted "break" by Krzysztof Parzyszek · 9 years ago
  63. 3869f2a [ORC] clang-format code that was touched in r267457. NFC. by Lang Hames · 9 years ago
  64. 02e4498 ARM: put extern __thread stubs in a special section. by Tim Northover · 9 years ago
  65. 4668002 [ThinLTO] Introduce typedef for commonly-used map type (NFC) by Teresa Johnson · 9 years ago
  66. 844a2e9 [Hexagon] Few fixes for exception handling by Krzysztof Parzyszek · 9 years ago
  67. 3f7fbf7 Re-apply r267206 with a fix for the encoding problem: when the immediate of by Quentin Colombet · 9 years ago
  68. 68aaa74 Cleanup redundant expression in InstCombineAndOrXor. by Etienne Bergeron · 9 years ago
  69. 1ddbb0f [ORC] Thread Error/Expected through the RPC library. by Lang Hames · 9 years ago
  70. 3a1034d AMDGPU/SI: Optimize adjacent s_nop instructions by Matt Arsenault · 9 years ago
  71. cb05ff9 [libFuzzer] remove dead code by Kostya Serebryany · 9 years ago
  72. f9fe6599 AMDGPU: Implement addrspacecast by Matt Arsenault · 9 years ago
  73. 51b6e0b AMDGPU: Add queue ptr intrinsic by Matt Arsenault · 9 years ago
  74. fda5a0d Add useful helpers to AddrSpaceCastInst by Matt Arsenault · 9 years ago
  75. 189276d AMDGPU: Add DAG to debug dump by Matt Arsenault · 9 years ago
  76. 30e83b4 [Support] Fix latent bugs in Expected and ExitOnError that were preventing them by Lang Hames · 9 years ago
  77. acf15d1 [LVI] Clarify comments describing the lattice values by Philip Reames · 9 years ago
  78. 5fad6b4 [LVI] Split solveBlockValueConstantRange into two [NFC] by Philip Reames · 9 years ago
  79. c650ff5 [gold] Fix linkInModule and extend common.ll test. by Evgeniy Stepanov · 9 years ago
  80. 82f582e Fix typo from r267432. by Chad Rosier · 9 years ago
  81. 4eb3510 [Hexagon] Use llvm-mc instead of llc in an MC testcase by Krzysztof Parzyszek · 9 years ago
  82. 2cbb474 [Hexagon] Use llvm-mc instead of llc in an MC testcase by Krzysztof Parzyszek · 9 years ago
  83. f104001 [Hexagon] Register save/restore functions do not follow regular conventions by Krzysztof Parzyszek · 9 years ago
  84. cf9b63d [ValueTracking] Add an additional test case for r266767 where one operand is a const. by Chad Rosier · 9 years ago
  85. 8ba06b5 Resubmit "Refactor raw pdb dumper into library" by Zachary Turner · 9 years ago
  86. 3ac68db [ValueTracking] Improve isImpliedCondition when the dominating cond is false. by Chad Rosier · 9 years ago
  87. e1a7791 [gold-plugin] Remove dead assignment. NFC. by Davide Italiano · 9 years ago
  88. 17bbea1 [ELFRelocs] Other architectures do not have *_NUM reloc. by Davide Italiano · 9 years ago
  89. cbea336 dsymutil: Only warn about clang module DWO id mismatches in verbose mode. by Adrian Prantl · 9 years ago
  90. 16c04d1 add tests for potential CGP transform (PR27344) by Sanjay Patel · 9 years ago
  91. be88b88 [lanai] Expand findClosestSuitableAluInstr check to consider offset register. by Jacques Pienaar · 9 years ago
  92. e7311dc [PR27390] [CodeGen] Reject indexed loads in CombinerDAG. by Marcin Koscielnicki · 9 years ago
  93. 0f2c518 [mips][microMIPS] Revert commit r267137 by Hrvoje Varga · 9 years ago
  94. 0b9fb1e [mips][microMIPS] Revert commit r266977 by Zlatko Buljan · 9 years ago
  95. 6cf0df3 [x86] auto-generate checks for cmov tests by Sanjay Patel · 9 years ago
  96. 3f30242 Fix incorrect redundant expression in target AMDGPU. by Etienne Bergeron · 9 years ago
  97. e7edf2d [WinEH] Update SplitAnalysis::computeLastSplitPoint to cope with multiple EH successors by David Majnemer · 9 years ago
  98. a1ebe98 [ARM] Add support for the X asm constraint by Silviu Baranga · 9 years ago
  99. 2bc6d42 [AMDGPU][llvm-mc] s_getreg/setreg* - Add hwreg(...) syntax. by Artem Tamazov · 9 years ago
  100. 2eaeff8 Test commit: modified comment. NFC by Anna Thomas · 9 years ago