1. 0b92642 [mips] Use ADDu instead of OR to copy general purpose registers. Also, delete by Akira Hatanaka · 11 years ago
  2. dbbbccc Adding example source to support MCJIT/Kaleidoscope blog posts. by Andrew Kaylor · 11 years ago
  3. 8945f75 Initialize/Register LTO passes to enable flags like -print-after=<lto-pass> by Shuxin Yang · 11 years ago
  4. f01742d Fix typo. by Eric Christopher · 11 years ago
  5. fa73995 Formatting. by Eric Christopher · 11 years ago
  6. 741e37e MC: mayAffectControlFlow() handling for variadic instructions. by Jim Grosbach · 11 years ago
  7. b987c40 Fix an obvious typo in the loop vectorizer where the cost model uses the wrong variable. The variable BlockCost is ignored. by Nadav Rotem · 11 years ago
  8. 6303ef1 [NVPTX] Remove unused prototypes by Justin Holewinski · 11 years ago
  9. 6c7e787 Option parsing: allow aliases in groups by Hans Wennborg · 11 years ago
  10. 0226538 This adds range checking for "ldr Rn, [pc, #imm]" Thumb by Mihai Popa · 11 years ago
  11. 51392a0 Replace archive members in the old position. by Rafael Espindola · 11 years ago
  12. bb8234b Don't depend on a llvm-ar specific behavior. by Rafael Espindola · 11 years ago
  13. 3a8ee4f [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and append by Justin Holewinski · 11 years ago
  14. 1abb7bc Revert "More Intel syntax alias fixes." by Tim Northover · 11 years ago
  15. e64863c Fix typo. Change %cl to CL in Intel pattern. by Craig Topper · 11 years ago
  16. 1011c13 More Intel syntax alias fixes. by Craig Topper · 11 years ago
  17. 0ff6cf7 More Intel syntax alias fixes. by Craig Topper · 11 years ago
  18. 5e08ce2 Change %xmm0 to XMM0 in Intel side of asm strings for PBLENDVB. by Craig Topper · 11 years ago
  19. 950bbfd Add Intel variants to aliases for some FP instructions. by Craig Topper · 11 years ago
  20. 1c6e6ce ARM: remove now unneeded custom Asm converters by Tim Northover · 11 years ago
  21. 95343ef Reverse operands for Intel syntax form of 'bt' alias. by Craig Topper · 11 years ago
  22. 4d11bbd4 Delete unused helper functions. by Nadav Rotem · 11 years ago
  23. 6db0dea Added missing - in the header of PrologEpilogInserter.h so that editors properly realize it is a c++ header and not a c header. by Michael Gottesman · 11 years ago
  24. 72c8331 Treat nothrow forms of ::operator delete and ::operator delete[] as by Richard Smith · 11 years ago
  25. 02a1364 Handle replacement into a position past the original member. by Rafael Espindola · 11 years ago
  26. 5d3041f Remove unused fields. by Rafael Espindola · 11 years ago
  27. 043722f mem2reg: Minor STL usage cleanup. No functionality change. by Benjamin Kramer · 11 years ago
  28. 30c016f Make the mem2reg interface use an ArrayRef as it keeps a copy of these by Chandler Carruth · 11 years ago
  29. 3cd6457 Mark that the _ftol2 function used by windows on x86 to handle fptoui modifies ECX. by Craig Topper · 11 years ago
  30. 68ccbf6 Revert a part of r186420. Don't forbid multiple store chains that merge. by Nadav Rotem · 11 years ago
  31. 3659fd3 Fix exception demo: Add mcjit to link component. by Logan Chien · 11 years ago
  32. d17303c Hoist the rest of the logic for promoting single-store allocas into the by Chandler Carruth · 11 years ago
  33. 5dc2218 Hoist the rest of the logic for fully promoting allocas with all uses in by Chandler Carruth · 11 years ago
  34. f61d7e8 Remove a method made dead by the prior refactoring. by Chandler Carruth · 11 years ago
  35. f660021 Hoist the two trivial promotion routines out of the big class that by Chandler Carruth · 11 years ago
  36. d6d58ba Hoist the AllocaInfo struct to the top of the file. by Chandler Carruth · 11 years ago
  37. 61cb90f Sink a typedef and comparator down to the function that actually uses them. by Chandler Carruth · 11 years ago
  38. 64f2f91 Don't crash when llvm.compiler.used becomes empty. by Rafael Espindola · 11 years ago
  39. c5b8b59 Don't allocate the DIBuilder on the heap and remove all the complexity by Chandler Carruth · 11 years ago
  40. aff5016 Rename constructor parameters to follow the common member-shadowing by Chandler Carruth · 11 years ago
  41. 30f23a4 Reformat the implementation of mem2reg with clang-format so that my by Chandler Carruth · 11 years ago
  42. 360fef5 Comment: try to clarify loop iteration order. by Andrew Trick · 11 years ago
  43. fa873af Remove a DenseMapInfo specialization for std::pair -- we have one of by Chandler Carruth · 11 years ago
  44. 02aea01 Update mem2reg's comments to conform to the new doxygen standards. No by Chandler Carruth · 11 years ago
  45. 5f53c3b Disallow global aliases to bitcast between address spaces by Matt Arsenault · 11 years ago
  46. 3f49322 Remove trailing whitespace, fix file path in comment by Matt Arsenault · 11 years ago
  47. 916cde6 SROA: Microoptimization: Remove dead entries first, then sort. by Benjamin Kramer · 11 years ago
  48. a98ce50 InstCombine: call FoldOpIntoSelect for all floating binops, not just fmul by Stephen Lin · 11 years ago
  49. ff29d23 Have InlineCost check constant fcmps by Matt Arsenault · 11 years ago
  50. 6cc16a0 Add Option unit tests to the make build by Hans Wennborg · 11 years ago
  51. 96ea038 Debug Info Verifier: simplify DIxxx::Verify by Manman Ren · 11 years ago
  52. ac9e819 Fix size_t -> uint warnings with MSVC 64-bit build by Matt Arsenault · 11 years ago
  53. 7b61a70 Refactor AnalyzeBranch on ARM. The previous version did not always analyze by Lang Hames · 11 years ago
  54. 2f6c048 Retry submitting r186623: COFFDumper: Dump data directory entries. by Rui Ueyama · 11 years ago
  55. 73d9653 fix an 80-col line. by Nadav Rotem · 11 years ago
  56. 4e92ea6 Use LLVMs ADTs that improve the compile time of this pass. by Nadav Rotem · 11 years ago
  57. dc4ddd3 SLPVectorizer: Improve the compile time of isConsecutive by reordering the conditions that check GEPs and eliminate two of the calls to accumulateConstantOffset. by Nadav Rotem · 11 years ago
  58. 272458b R600: Don't emit empty then clause and use alu_pop_after by Vincent Lejeune · 11 years ago
  59. 1214045 R600: Simplify AMDILCFGStructurize by removing templates and assuming single exit by Vincent Lejeune · 11 years ago
  60. 9e8ba2b R600: Replace legacy debug code in AMDILCFGStructurizer.cpp by Vincent Lejeune · 11 years ago
  61. b55dcfe Fix inserting new elements in a specified location. by Rafael Espindola · 11 years ago
  62. 7096831 s/compiler_used/compiler.used/. by Rafael Espindola · 11 years ago
  63. 75b1783 Add some flag exclusion tests. by Reid Kleckner · 11 years ago
  64. a2549d3 [Option] Add inclusion and exclusion flags to option parsing by Reid Kleckner · 11 years ago
  65. ba46086 lit: Support cancellation on Windows by Nico Rieck · 11 years ago
  66. 55dcefb Add a line that got missed off somehow. Sorry about that! by Joey Gouly · 11 years ago
  67. 6dae7ae [SystemZ] Add tests for ALHSIK and ALGHSIK by Richard Sandiford · 11 years ago
  68. c7c7e15 [SystemZ] Add ALRK, AGLRK, SLRK and SGLRK by Richard Sandiford · 11 years ago
  69. 6fec715 [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. by Joey Gouly · 11 years ago
  70. 70d3e71 [SystemZ] Add AHIK and AGHIK by Richard Sandiford · 11 years ago
  71. dc05e0b [SystemZ] Add ARK, AGRK, SRK and SGRK by Richard Sandiford · 11 years ago
  72. 52b2774 [SystemZ] Add NGRK, OGRK and XGRK by Richard Sandiford · 11 years ago
  73. ebd21b3 Initialize TempFileHandle. by Serge Pavlov · 11 years ago
  74. db92fb0 [SystemZ] Add NRK, ORK and XRK by Richard Sandiford · 11 years ago
  75. cae5d5e ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form. by Tilmann Scheller · 11 years ago
  76. 93c2125 [SystemZ] Use SLLK, SRLK and SRAK for codegen by Richard Sandiford · 11 years ago
  77. eddfaad [SystemZ] Start adding z196 and zEC12 support by Richard Sandiford · 11 years ago
  78. b1a003f Split openFileForWrite into windows and unix versions. by Rafael Espindola · 11 years ago
  79. c9c9825 Add a unit test for checking that we respect the F_Binary flag. by Rafael Espindola · 11 years ago
  80. 47042bc Cleanup the stats counters for the new implementation. These actually by Chandler Carruth · 11 years ago
  81. fbf2a02 Fix another assert failure very similar to PR16651's test case. This by Chandler Carruth · 11 years ago
  82. 914bc14 ARM: delete two tests now integrated into the larger files by Tim Northover · 11 years ago
  83. 29cc138 ARM: remove invalid invalid tests by Tim Northover · 11 years ago
  84. 38c6ff6 Improve llvm-mc disassembler mode and refactor ARM tests to use it by Tim Northover · 11 years ago
  85. c09228d Try to move to a more reasonable set of naming conventions given the new by Chandler Carruth · 11 years ago
  86. 86dc6f9 Fix uninitialized memory read found by MemorySanitizer: always set output parameter of ConvergingScheduler::SchedBoundary::getOtherResourceCount by Alexey Samsonov · 11 years ago
  87. df5ed3f A long overdue cleanup in SROA to use 'DL' instead of 'TD' for the by Chandler Carruth · 11 years ago
  88. 8f0a1ce Fix PR16651, an assert introduced in my recent re-work of the innards of SROA. by Chandler Carruth · 11 years ago
  89. 98cd026 Try to appease the bots. by Manman Ren · 11 years ago
  90. f808741 llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can be reverted. by NAKAMURA Takumi · 11 years ago
  91. da21821 [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR. by Akira Hatanaka · 11 years ago
  92. 1fe3f9a Remove DIBuilder cache of variable TheCU and change the few by Eric Christopher · 11 years ago
  93. f28019e Clarify comment for extension(). by Rui Ueyama · 11 years ago
  94. 8594c23 MI Sched: test case fix for previous checkin. by Andrew Trick · 11 years ago
  95. cd26257 Debug Info: enable verifying by default and disable testing cases that fail. by Manman Ren · 11 years ago
  96. 4e38980 MI Sched: Update the way resources are tracked so the current heuristics make more sense. by Andrew Trick · 11 years ago
  97. d639206 Fix FileCheck CHECK-LABEL documentation wording slightly; also mention that it allows error recovery. by Stephen Lin · 11 years ago
  98. 9d13594 Revert "COFFDumper: Dump data directory entries." by Rui Ueyama · 11 years ago
  99. cf2ab76 Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to function definitions for more informative error messages. No functionality change. by Stephen Lin · 11 years ago
  100. 06bd206 COFFDumper: Dump data directory entries. by Rui Ueyama · 11 years ago