1. 534100b Revert "r214669 - MachineCombiner Pass for selecting faster instruction" by Kevin Qin · 11 years ago
  2. 499befa MemoryBuffer: Don't use mmap when FileSize is multiple of 4k on Cygwin. by NAKAMURA Takumi · 11 years ago
  3. 73100d8 [x86] Handle single input shuffles in the SSSE3 case more intelligently. by Chandler Carruth · 11 years ago
  4. f3ef961 [x86] Fix the test case added in r214670 and tweaked in r214674 further. by Chandler Carruth · 11 years ago
  5. 0980da3 [OCaml] Add Llvm.{string_of_const,const_element}. by Peter Zotov · 11 years ago
  6. 5f3f062 [LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}. by Peter Zotov · 11 years ago
  7. 7bf958f Account for possible leading '.' in label string. by Sanjay Patel · 11 years ago
  8. 53dd6f7 [x86] Don't add nodes to the combined set (and prune subsequent by Chandler Carruth · 11 years ago
  9. f83017c X86: silence warning (-Wparentheses) by Saleem Abdulrasool · 11 years ago
  10. 335c0ca CodeGen: silence a warning by Saleem Abdulrasool · 11 years ago
  11. 0f2bc49 fix for PR20354 - Miscompile of fabs due to vectorization by Sanjay Patel · 11 years ago
  12. 48e1bd7 MachineCombiner Pass for selecting faster instruction by Gerolf Hoflehner · 11 years ago
  13. b0b7088 MachineCombiner Pass for selecting faster instruction by Gerolf Hoflehner · 11 years ago
  14. 83eaeba MC: virtualise EmitWindowsUnwindTables by Saleem Abdulrasool · 11 years ago
  15. 2aded1f MC: rename Win64EHFrameInfo to WinEH::FrameInfo by Saleem Abdulrasool · 11 years ago
  16. fc65cf6 R600/SI: Fix extra whitespace in asm str by Matt Arsenault · 11 years ago
  17. 3d5463d [SimplifyCFG] fix accessing deleted PHINodes in switch-to-table conversion. by Manman Ren · 11 years ago
  18. a0e1d10 tlbia support by Joerg Sonnenberger · 11 years ago
  19. 55f925a mfdcr / mtdcr support by Joerg Sonnenberger · 11 years ago
  20. 8624519 fix bug 20513 - Crash in SLP Vectorizer by Erik Eckstein · 11 years ago
  21. 14d596a Update test to use a more modern AArch64 triple, as requested by Renato. by James Molloy · 11 years ago
  22. 419f380 Don't use additional arguments for dss and friends to satisfy DSS_Form, by Joerg Sonnenberger · 11 years ago
  23. e411c38 [AArch64] Teach DAGCombiner that converting two consecutive loads into a vector load is not a good transform when paired loads are available. by James Molloy · 11 years ago
  24. caf471e [x86] Remove the FIXME that was implemented in r214628. Managed to by Chandler Carruth · 11 years ago
  25. 49f7f89 [x86] Give this test a bare metal triple so it doesn't use the weird by Chandler Carruth · 11 years ago
  26. 1029c70 [x86] Largely complete the use of PSHUFB in the new vector shuffle by Chandler Carruth · 11 years ago
  27. a661225 [x86] Switch to using the variable we extracted this operand into. by Chandler Carruth · 11 years ago
  28. 3c92a7a [x86] Fix a few typos in my comments spotted in passing. by Chandler Carruth · 11 years ago
  29. fb1293f [x86] Teach the target shuffle mask extraction to recognize unary forms by Chandler Carruth · 11 years ago
  30. 8a64a46 [x86] Teach my pshufb comment printer to handle VPSHUFB forms as well as by Chandler Carruth · 11 years ago
  31. 4e6635e [SDAG] Refactor the code which deletes nodes in the DAG combiner to do by Chandler Carruth · 11 years ago
  32. ec6d4d8 Fix issues with ISD::FNEG and ISD::FMA SDNodes where they would not be constant-folded by Owen Anderson · 11 years ago
  33. 61e99f1 CodeGen: Remove commented out code by Justin Bogner · 11 years ago
  34. 7e55ac7 [ARM] In dynamic-no-pic mode, ARM's post-RA pseudo expansion was incorrectly by Akira Hatanaka · 11 years ago
  35. 354ed5f [MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM. by Lang Hames · 11 years ago
  36. 507c5af R600: Cleanup fneg tests by Matt Arsenault · 11 years ago
  37. bcf8459 Add a small utility called bisect that enables commandline bisecting on a counter. by Michael Gottesman · 11 years ago
  38. 2785e77 [lit] Add --show-xfail flag to LIT. by Eric Fiselier · 11 years ago
  39. 63fab54 R600/SI: Fix formatting. by Matt Arsenault · 11 years ago
  40. a272803 [x86] Make some questionable tests not spew assembly to stdout, which by Chandler Carruth · 11 years ago
  41. cbd8458 [ASan] Use metadata to pass source-level information from Clang to ASan. by Alexey Samsonov · 11 years ago
  42. d61e28d [SDAG] Allow the legalizer to delete an illegally typed intermediate by Chandler Carruth · 11 years ago
  43. 5e3bfde [SDAG] Let the DAG combiner take care of dead nodes rather than manually by Chandler Carruth · 11 years ago
  44. 842a06e Add diagnostics to the vectorizer cost model. by Tyler Nowicki · 11 years ago
  45. 1b23e26 BitcodeTests: Fix LINK_COMPONENTS. by NAKAMURA Takumi · 11 years ago
  46. 1d31691 verify-uselistorder: Reverse use-lists at every verification by Duncan P. N. Exon Smith · 11 years ago
  47. 4277019 verify-uselistorder: Add missing `static` by Duncan P. N. Exon Smith · 11 years ago
  48. 99a43c2 IR: Add Value::reverseUseList() by Duncan P. N. Exon Smith · 11 years ago
  49. f425efd PartiallyInlineLibCalls: Check sqrt result type before transforming it. by Peter Collingbourne · 11 years ago
  50. b2b0ad4 verify-uselistorder: Move shuffleUseLists() out of lib/IR by Duncan P. N. Exon Smith · 11 years ago
  51. 65225b6 Cleanup this test some more. by Adrian Prantl · 11 years ago
  52. 22c6e04 Add the missing target triple to this testcase. by Adrian Prantl · 11 years ago
  53. 87c17d9 Attempt to increase the overall happiness of the MSCV-based buildbots. by Adrian Prantl · 11 years ago
  54. 236c1ac verify-uselistorder: Make the verification logic easier to reuse by Duncan P. N. Exon Smith · 11 years ago
  55. 4a6fa13 InstrProf: Allow multiple functions with the same name by Justin Bogner · 11 years ago
  56. 7df1db5 UseListOrder: Guarantee that shuffles change use-list order by Duncan P. N. Exon Smith · 11 years ago
  57. 1526278 UseListOrder: Fix blockaddress use-list order by Duncan P. N. Exon Smith · 11 years ago
  58. 306030f [X86] Simplify X87 stackifier pass. by Akira Hatanaka · 11 years ago
  59. c36cba4 llvm/test/CodeGen/Mips/cconv/arguments-varargs.ll: Add explicit -mtriple=(mips|mipsel)-linux on 4 lines. by NAKAMURA Takumi · 11 years ago
  60. 2a39c99 Debug info: Infrastructure to support debug locations for fragmented by Adrian Prantl · 11 years ago
  61. 0439521 [SDAG] MorphNodeTo recursively deletes dead operands of the old by Chandler Carruth · 11 years ago
  62. b2df20d Revert "R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp" by Tom Stellard · 11 years ago
  63. b125730 MS inline asm: Hide symbol to attempt to fix test failure on darwin by Reid Kleckner · 11 years ago
  64. 147851e BitcodeReader: Change mechanics of BlockAddress forward references, NFC by Duncan P. N. Exon Smith · 11 years ago
  65. 7e59545 R600/SI: Remove leftover debugging code by Tom Stellard · 11 years ago
  66. 7f288b4 R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp by Tom Stellard · 11 years ago
  67. cdc41f5 docs: Strongly recommend setting rpath when using a local GCC toolchain by Reid Kleckner · 11 years ago
  68. 865919d IR: Add BasicBlock::insertInto() by Duncan P. N. Exon Smith · 11 years ago
  69. f149954 [dfsan] Correctly handle loads and stores of zero size. by Peter Collingbourne · 11 years ago
  70. f9799db Add a non-const subtarget returning function to the target machine by Eric Christopher · 11 years ago
  71. cf8b959 BitcodeReader: Fix some BlockAddress forward reference corner cases by Duncan P. N. Exon Smith · 11 years ago
  72. fc15e8a Try to fix configure+make after r214556 by Duncan P. N. Exon Smith · 11 years ago
  73. 2e9b60a Rewrite BitReaderTest, NFC by Duncan P. N. Exon Smith · 11 years ago
  74. ab41806 MS inline asm: Use memory constraints for functions instead of registers by Reid Kleckner · 11 years ago
  75. a2a42a6 llvm-profdata: Replace redundant tests with more targeted ones by Justin Bogner · 11 years ago
  76. 5b74e5a [SDAG] Begin simplifying the way in which the legalizer deletes nodes. by Chandler Carruth · 11 years ago
  77. 8d3bf10 [FastISel][AArch64] Fold offset into the memory operation. by Juergen Ributzka · 11 years ago
  78. 7485669 Include Archive.h by Rafael Espindola · 11 years ago
  79. d9aaca0 Fix building with in-tree libc++abi on FreeBSD by Viktor Kutuzov · 11 years ago
  80. db11712 Move virtual method out of line. by Rafael Espindola · 11 years ago
  81. ec9de46 Add support for StackMap section for ELF/Linux systems by Philip Reames · 11 years ago
  82. 3d253a3 [FastISel][AArch64] Add branch weights. by Juergen Ributzka · 11 years ago
  83. fff7ba3 Use object::Archive::create instead of new object::Archive. by Rafael Espindola · 11 years ago
  84. 5a96b41 Explicitly report runtime stack realignment in StackMap section by Philip Reames · 11 years ago
  85. 6312816 Replace comment about ownership with std::unique_ptr. by Rafael Espindola · 11 years ago
  86. b36af07 [FastISel][ARM] Do not emit stores for undef arguments. by Juergen Ributzka · 11 years ago
  87. af30da4 Use range loop. by Rafael Espindola · 11 years ago
  88. de97719 Add missing breaks to AArch64InstrInfo::isGPRCopy by Renato Golin · 11 years ago
  89. f823085 R600: Cleanup test by Matt Arsenault · 11 years ago
  90. b3cecb1c Make getNamedOperandIdx readonly by Matt Arsenault · 11 years ago
  91. 76db85a R600/SI: Don't display GDS bit for read2 by Matt Arsenault · 11 years ago
  92. b4cded4 [AArch64] Fix test from r214518 in an attempt to appease buildbots. by Chad Rosier · 11 years ago
  93. 09237b8 Remove lto_codegen_set_attr. by Rafael Espindola · 11 years ago
  94. 4175e2f [AArch64] Generate tbz/tbnz when comparing against zero. by Chad Rosier · 11 years ago
  95. a45d218 [PowerPC] PR20280 - Slots for byval parameters are not immutable by Ulrich Weigand · 11 years ago
  96. 9aa0b5e Remove some calls to std::move. by Rafael Espindola · 11 years ago
  97. a36429f [pr20127] Check for leading \1 in the Twine version of getNameWithPrefix. by Rafael Espindola · 11 years ago
  98. 19f5c7e Simplify the code a bit with std::unique_ptr. by Rafael Espindola · 11 years ago
  99. f28a36e llvm-objdump: implement printing for MachO __compact_unwind info. by Tim Northover · 11 years ago
  100. ea029d5 Allow only disassembling of M-class MSR masks that the assembler knows how to assemble back. by James Molloy · 11 years ago