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