1. d9d33c9 [SDAG] Add DEBUG logging to the legalizer, fixing a "bug" found by by Chandler Carruth · 11 years ago
  2. 3a5e9cb R600/SI: Implement getOptimalMemOpType by Matt Arsenault · 11 years ago
  3. 3ee48e0 Add tests for the various emit-llvm plugin options. by Rafael Espindola · 11 years ago
  4. e7dac08 R600/SI: Make argument loads invariant by Matt Arsenault · 11 years ago
  5. da4e4e3 Update comment by Matt Arsenault · 11 years ago
  6. ceda947 Test the mcpu option. by Rafael Espindola · 11 years ago
  7. 281d2bf [SKX] Enabling mask logic instructions: encoding, lowering by Robert Khasanov · 11 years ago
  8. b3768f6 Emit a warning if llvm_map_components_to_libraries() is used noting that its by Dan Liew · 11 years ago
  9. 1149da6 Document the new LLVM CMake interface for building against LLVM by Dan Liew · 11 years ago
  10. e301e0b Fixed sphinx warning. by Dan Liew · 11 years ago
  11. 225048b [PowerPC] Add testcase forgotten in the 214072 commit. by Ulrich Weigand · 11 years ago
  12. fe7131e [PowerPC] Support ELFv1/ELFv2 ABI selection via features by Ulrich Weigand · 11 years ago
  13. 12cc465 Start adding some tests for the gold plugin. by Rafael Espindola · 11 years ago
  14. 77b9fc1 ARM: correct handling of features in arch_extension by Saleem Abdulrasool · 11 years ago
  15. ddbe5ab ARM: convert loop to range based by Saleem Abdulrasool · 11 years ago
  16. 2dd264c Add alignment value to allowsUnalignedMemoryAccess by Matt Arsenault · 11 years ago
  17. 54a7f7f AArch64: fix conversion of 'J' inline asm constraints. by Tim Northover · 11 years ago
  18. 3315351 [x86] Sink a variable only used by asserts into the asserts. Should fix by Chandler Carruth · 11 years ago
  19. a6f9501 [x86] Add a much more powerful framework for combining x86 shuffle by Chandler Carruth · 11 years ago
  20. 8e704b1 [ADT] Add a remarkbly useful little helper routine to ArrayRef for by Chandler Carruth · 11 years ago
  21. 86ac382 R600/SI: Fix broken test. by Matt Arsenault · 11 years ago
  22. 71bf400 Fix the failing test 'vector-idiv.ll'. On Darwin the comment character is ##. by Joey Gouly · 11 years ago
  23. 44c3a98 R600: Move intrinsic lowering to separate functions by Matt Arsenault · 11 years ago
  24. f1ce818 [SDAG] Add an assert that we don't mess up the number of values when by Chandler Carruth · 11 years ago
  25. 722419e [SDAG] Simplify the code for handling single-value nodes and add by Chandler Carruth · 11 years ago
  26. 69359ed [SDAG] When performing post-legalize DAG combining, run the legalizer by Chandler Carruth · 11 years ago
  27. c94ff3d Fix broken assert. by Nick Lewycky · 11 years ago
  28. 09ed816 X86ShuffleDecode.cpp: Silence a warning. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  29. 6d87e6e llvm/test/CodeGen/X86/vector-idiv.ll: Fix for -Asserts. by NAKAMURA Takumi · 11 years ago
  30. 5bce4d8 [x86] Fix PR20355 (for real). There are many layers to this bug. by Chandler Carruth · 11 years ago
  31. 4efdce6 [x86] Finish switching from CHECK to ALL. This was mistakenly included by Chandler Carruth · 11 years ago
  32. 86de7ad [x86] Revert r214007: Fix PR20355 ... by Chandler Carruth · 11 years ago
  33. 47a12d8 [x86] Fix PR20355 (and dups) by not using unsigned multiplication when by Chandler Carruth · 11 years ago
  34. 72d05e0 [x86] Add coverage for PMUL* instruction testing on SSE2 as well as SSE4.1. by Chandler Carruth · 11 years ago
  35. df6b3e5 [modules] Work around mislayering of MC / Object. by Richard Smith · 11 years ago
  36. 5eb69c2 Update X86/Utils/LLVMBuild.txt corresponding to r213986. "Core" has been introduced. by NAKAMURA Takumi · 11 years ago
  37. e0b5c10 IR/UseTest.cpp: Avoid std::to_string() to appease mingw32 bot. by NAKAMURA Takumi · 11 years ago
  38. 9400b4b [x86] More cleanup for this test -- simplify the command line. by Chandler Carruth · 11 years ago
  39. b1fa0cf [x86] Fix unused variable warning in no-asserts build. by Chandler Carruth · 11 years ago
  40. 9695d08 [x86] FileCheck-ize this test. by Chandler Carruth · 11 years ago
  41. 30e89dd [x86] Teach the X86 backend to print shuffle comments for PSHUFB by Chandler Carruth · 11 years ago
  42. ee17bf3 R600/SI: Allow partial unrolling and increase thresholds. by Matt Arsenault · 11 years ago
  43. 3aa56ba Move R600 subtarget dependent variables onto the subtarget. by Eric Christopher · 11 years ago
  44. b3a3e59 coverage: remove empty mapping regions by Alex Lorenz · 11 years ago
  45. 5cb8ab5 Canonicalization for @llvm.assume by Hal Finkel · 11 years ago
  46. a7f2c54 Wrap to 80 columns, no behavior change. by Nico Weber · 11 years ago
  47. 64db1e1 llvm-uselistorder: Fix up LINK_COMPONENTS. by NAKAMURA Takumi · 11 years ago
  48. 8ef7b17 Add @llvm.assume, lowering, and some basic properties by Hal Finkel · 11 years ago
  49. 9c5f6b8 [stack protector] Add test cases for thumb and thumb2. by Akira Hatanaka · 11 years ago
  50. 0651a55 [stack protector] Fix a potential security bug in stack protector where the by Akira Hatanaka · 11 years ago
  51. 24dfa53 Fix arc4random detection. by Brad Smith · 11 years ago
  52. a5e6ff6 Remove dead code. by Rafael Espindola · 11 years ago
  53. e9b6201 [PowerPC] Support TLS on PPC32/ELF by Hal Finkel · 11 years ago
  54. 06640d9 [FastISel][AArch64] Add support for frameaddress intrinsic. by Juergen Ributzka · 11 years ago
  55. 2602b66 Move -verify-use-list-order into llvm-uselistorder by Duncan P. N. Exon Smith · 11 years ago
  56. fcfd562 Reapply "DebugInfo: Don't put fission type units in comdat sections." by David Blaikie · 11 years ago
  57. 1d20dd4 Claim AA generally as code owner by Hal Finkel · 11 years ago
  58. d72804a Fix MSVC2012 build error in UseListOrder.cpp by Hans Wennborg · 11 years ago
  59. 17cb4cb Bitcode: Don't optimize constants when preserving use-list order by Duncan P. N. Exon Smith · 11 years ago
  60. e27d5a0 Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for functions that do not have top level debug information. by David Blaikie · 11 years ago
  61. 402cf19 DebugInfo: Fix up some test cases to have more correct debug info metadata. by David Blaikie · 11 years ago
  62. ac34a28 Add code owner of scoped-noalias metadata by Hal Finkel · 11 years ago
  63. 9f0a2a8 Convert noalias parameter attributes into noalias metadata during inlining by Hal Finkel · 11 years ago
  64. 6f5c609 Simplify and improve scoped-noalias metadata semantics by Hal Finkel · 11 years ago
  65. deb8e30 Try to fix a layering violation introduced by r213945 by Duncan P. N. Exon Smith · 11 years ago
  66. d8d3b4d Fix -Werror build after r213945 by Duncan P. N. Exon Smith · 11 years ago
  67. 7bf73bd IPO: Add use-list-order verifier by Duncan P. N. Exon Smith · 11 years ago
  68. db4f73f [ARM] Emit ABI_PCS_R9_use build attribute. by Amara Emerson · 11 years ago
  69. ce63ab3 Run sort_includes.py on the AArch64 backend. by Benjamin Kramer · 11 years ago
  70. 168d0c1 [cmake] Use the external project machinery for libcxxabi so that it can by Chandler Carruth · 11 years ago
  71. c819279 llvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit triple to appease targeting *-win32. by NAKAMURA Takumi · 11 years ago
  72. c27d6a7 llvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specifing source file on llc. by NAKAMURA Takumi · 11 years ago
  73. 568ab6a [SDAG] Enable the new assert for out-of-range result numbers in by Chandler Carruth · 11 years ago
  74. 38ccfe9 [SDAG] Don't insert the VRBase into a mapping from SDValues when the def by Chandler Carruth · 11 years ago
  75. 068898d Store nodes only have 1 result. by Matt Arsenault · 11 years ago
  76. 72d4fa9 [SDAG] Start plumbing an assert into SDValues that we don't form one by Chandler Carruth · 11 years ago
  77. 642c8be [ARM] In thumb mode, emit directive ".code 16" before file level inline by Akira Hatanaka · 11 years ago
  78. b64f842 [X86] Add comments to clarify some non-obvious lines in the stackmap-nops.ll by Lang Hames · 11 years ago
  79. b984536 llvm-vtabledump: use a std::map instead of a StringMap for VBTables by David Majnemer · 11 years ago
  80. 2048bc2 Fix a warning in CoverageMappingReader.cpp by Ehsan Akhgari · 11 years ago
  81. 76cbffa [X86] Clarify some stackmap shadow optimization code as based on review by Lang Hames · 11 years ago
  82. 2286ae5 [PATCH][PPC64LE] Correct little-endian usage of vmrgh* and vmrgl*. by Bill Schmidt · 11 years ago
  83. 65b3fca Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago
  84. 4fbd136 Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago
  85. fb0326c Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A). by Kevin Enderby · 11 years ago
  86. 51a4c94 Opportunistically fix the builders by David Majnemer · 11 years ago
  87. 9617132 llvm-vtabledump: A vtable dumper by David Majnemer · 11 years ago
  88. d10aa6f After unrolling a loop with llvm.loop.unroll.count metadata (unroll factor by Mark Heffernan · 11 years ago
  89. 86854be Don't use 128bit functions on PPC32. by Joerg Sonnenberger · 11 years ago
  90. d24d326 [SDAG] Introduce a combined set to the DAG combiner which tracks nodes by Chandler Carruth · 11 years ago
  91. 1b1fbcc [x86] Make vector legalization of extloads work more like the "normal" by Chandler Carruth · 11 years ago
  92. 24ade3b Target: invert condition for Windows by Saleem Abdulrasool · 11 years ago
  93. 0349d54 Feedback from Hans on r213815. No functionaility change. by Manman Ren · 11 years ago
  94. dee5e2c Windows: Don't wildcard expand /? or -? by Hans Wennborg · 11 years ago
  95. b96e833 [X86] Optimize stackmap shadows on X86. by Lang Hames · 11 years ago
  96. 5b93c8a Replace an assertion with a fatal error by Reid Kleckner · 11 years ago
  97. 1cb9342 Use the same .eh_frame encoding for 32bit PPC as on i386. by Joerg Sonnenberger · 11 years ago
  98. 7963749 Try to fix the bots again by moving test to X86 directory. by Manman Ren · 11 years ago
  99. 69280f8 X86: correct library call setup for Windows itanium by Saleem Abdulrasool · 11 years ago
  100. 855a7e6 R600: Add FMA instructions for Evergreen by Matt Arsenault · 11 years ago