1. 64db1e1 llvm-uselistorder: Fix up LINK_COMPONENTS. by NAKAMURA Takumi · 11 years ago
  2. 8ef7b17 Add @llvm.assume, lowering, and some basic properties by Hal Finkel · 11 years ago
  3. 9c5f6b8 [stack protector] Add test cases for thumb and thumb2. by Akira Hatanaka · 11 years ago
  4. 0651a55 [stack protector] Fix a potential security bug in stack protector where the by Akira Hatanaka · 11 years ago
  5. 24dfa53 Fix arc4random detection. by Brad Smith · 11 years ago
  6. a5e6ff6 Remove dead code. by Rafael Espindola · 11 years ago
  7. e9b6201 [PowerPC] Support TLS on PPC32/ELF by Hal Finkel · 11 years ago
  8. 06640d9 [FastISel][AArch64] Add support for frameaddress intrinsic. by Juergen Ributzka · 11 years ago
  9. 2602b66 Move -verify-use-list-order into llvm-uselistorder by Duncan P. N. Exon Smith · 11 years ago
  10. fcfd562 Reapply "DebugInfo: Don't put fission type units in comdat sections." by David Blaikie · 11 years ago
  11. 1d20dd4 Claim AA generally as code owner by Hal Finkel · 11 years ago
  12. d72804a Fix MSVC2012 build error in UseListOrder.cpp by Hans Wennborg · 11 years ago
  13. 17cb4cb Bitcode: Don't optimize constants when preserving use-list order by Duncan P. N. Exon Smith · 11 years ago
  14. 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
  15. 402cf19 DebugInfo: Fix up some test cases to have more correct debug info metadata. by David Blaikie · 11 years ago
  16. ac34a28 Add code owner of scoped-noalias metadata by Hal Finkel · 11 years ago
  17. 9f0a2a8 Convert noalias parameter attributes into noalias metadata during inlining by Hal Finkel · 11 years ago
  18. 6f5c609 Simplify and improve scoped-noalias metadata semantics by Hal Finkel · 11 years ago
  19. deb8e30 Try to fix a layering violation introduced by r213945 by Duncan P. N. Exon Smith · 11 years ago
  20. d8d3b4d Fix -Werror build after r213945 by Duncan P. N. Exon Smith · 11 years ago
  21. 7bf73bd IPO: Add use-list-order verifier by Duncan P. N. Exon Smith · 11 years ago
  22. db4f73f [ARM] Emit ABI_PCS_R9_use build attribute. by Amara Emerson · 11 years ago
  23. ce63ab3 Run sort_includes.py on the AArch64 backend. by Benjamin Kramer · 11 years ago
  24. 168d0c1 [cmake] Use the external project machinery for libcxxabi so that it can by Chandler Carruth · 11 years ago
  25. c819279 llvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit triple to appease targeting *-win32. by NAKAMURA Takumi · 11 years ago
  26. c27d6a7 llvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specifing source file on llc. by NAKAMURA Takumi · 11 years ago
  27. 568ab6a [SDAG] Enable the new assert for out-of-range result numbers in by Chandler Carruth · 11 years ago
  28. 38ccfe9 [SDAG] Don't insert the VRBase into a mapping from SDValues when the def by Chandler Carruth · 11 years ago
  29. 068898d Store nodes only have 1 result. by Matt Arsenault · 11 years ago
  30. 72d4fa9 [SDAG] Start plumbing an assert into SDValues that we don't form one by Chandler Carruth · 11 years ago
  31. 642c8be [ARM] In thumb mode, emit directive ".code 16" before file level inline by Akira Hatanaka · 11 years ago
  32. b64f842 [X86] Add comments to clarify some non-obvious lines in the stackmap-nops.ll by Lang Hames · 11 years ago
  33. b984536 llvm-vtabledump: use a std::map instead of a StringMap for VBTables by David Majnemer · 11 years ago
  34. 2048bc2 Fix a warning in CoverageMappingReader.cpp by Ehsan Akhgari · 11 years ago
  35. 76cbffa [X86] Clarify some stackmap shadow optimization code as based on review by Lang Hames · 11 years ago
  36. 2286ae5 [PATCH][PPC64LE] Correct little-endian usage of vmrgh* and vmrgl*. by Bill Schmidt · 11 years ago
  37. 65b3fca Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago
  38. 4fbd136 Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago
  39. fb0326c Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A). by Kevin Enderby · 11 years ago
  40. 51a4c94 Opportunistically fix the builders by David Majnemer · 11 years ago
  41. 9617132 llvm-vtabledump: A vtable dumper by David Majnemer · 11 years ago
  42. d10aa6f After unrolling a loop with llvm.loop.unroll.count metadata (unroll factor by Mark Heffernan · 11 years ago
  43. 86854be Don't use 128bit functions on PPC32. by Joerg Sonnenberger · 11 years ago
  44. d24d326 [SDAG] Introduce a combined set to the DAG combiner which tracks nodes by Chandler Carruth · 11 years ago
  45. 1b1fbcc [x86] Make vector legalization of extloads work more like the "normal" by Chandler Carruth · 11 years ago
  46. 24ade3b Target: invert condition for Windows by Saleem Abdulrasool · 11 years ago
  47. 0349d54 Feedback from Hans on r213815. No functionaility change. by Manman Ren · 11 years ago
  48. dee5e2c Windows: Don't wildcard expand /? or -? by Hans Wennborg · 11 years ago
  49. b96e833 [X86] Optimize stackmap shadows on X86. by Lang Hames · 11 years ago
  50. 5b93c8a Replace an assertion with a fatal error by Reid Kleckner · 11 years ago
  51. 1cb9342 Use the same .eh_frame encoding for 32bit PPC as on i386. by Joerg Sonnenberger · 11 years ago
  52. 7963749 Try to fix the bots again by moving test to X86 directory. by Manman Ren · 11 years ago
  53. 69280f8 X86: correct library call setup for Windows itanium by Saleem Abdulrasool · 11 years ago
  54. 855a7e6 R600: Add FMA instructions for Evergreen by Matt Arsenault · 11 years ago
  55. 203dc9d Try to fix the bots. If this does not work, I am going to move it to X86 directory. by Manman Ren · 11 years ago
  56. 9a05091 X86: silence sign comparison warning by Saleem Abdulrasool · 11 years ago
  57. cb1ac70 R600: Add new functions for splitting vector loads and stores. by Matt Arsenault · 11 years ago
  58. 519212b Let the integrated assembler understand .exitm, PR20426. by Nico Weber · 11 years ago
  59. 5c87418 Remove unused field MacroInstantiation::TheMacro. No behavior change. by Nico Weber · 11 years ago
  60. 2604a97 Let the integrated assembler understand .warning, PR20428. by Nico Weber · 11 years ago
  61. 1dd6dee Include relative path for header outside the current directory. by Joerg Sonnenberger · 11 years ago
  62. 6e1b858 Remove dead code. by Rafael Espindola · 11 years ago
  63. 3715084 AArch64: refactor ReconstructShuffle function by Tim Northover · 11 years ago
  64. cf37944 Fix r213824 on windows by Duncan P. N. Exon Smith · 11 years ago
  65. 16fd27b Add scoped-noalias metadata by Hal Finkel · 11 years ago
  66. e8d5c37 Fixing an MSVC conversion warning about implicitly converting the shift results to 64-bits. No functional change intended. by Aaron Ballman · 11 years ago
  67. 6800393 [Target] Teach the query interfaces for lowering of extloads and by Chandler Carruth · 11 years ago
  68. 2c7c54c AA metadata refactoring (introduce AAMDNodes) by Hal Finkel · 11 years ago
  69. a4abc43 Prune redundant libdeps. by NAKAMURA Takumi · 11 years ago
  70. 9d8661d Prune dependency to MC from each target disassembler. by NAKAMURA Takumi · 11 years ago
  71. 4bc5f13 [CMake] tools/lto: Prune redundant libdep(s). by NAKAMURA Takumi · 11 years ago
  72. 0fe305d [CMake] LineEditorTests: Add Support to link_components. by NAKAMURA Takumi · 11 years ago
  73. d51310e [ARM] Make the assembler reject unpredictable pre/post-indexed ARM STRH instructions. by Tilmann Scheller · 11 years ago
  74. 25f4fcd [mips] Fix ll and sc instructions by Daniel Sanders · 11 years ago
  75. de929f8 R600: Match rcp node on pre-SI by Matt Arsenault · 11 years ago
  76. f303d03 R600: Fix LowerSDIV24 by Matt Arsenault · 11 years ago
  77. 8971050 Remove unused substitution. by Rafael Espindola · 11 years ago
  78. 117dff7 IR: Fix comment from r213824 by Duncan P. N. Exon Smith · 11 years ago
  79. f227bf3 Remove a stray semicolon. [-Wpedantic] by NAKAMURA Takumi · 11 years ago
  80. 9fda421 Update library dependencies. by NAKAMURA Takumi · 11 years ago
  81. ba86db1 R600: Implement enableClusterLoads() by Matt Arsenault · 11 years ago
  82. 2daff76 [AArch64] Fix a bug generating incorrect instruction when building small vector. by Kevin Qin · 11 years ago
  83. 1bc34d7 [AArch64] Disable some optimization cases for type conversion from sint to fp, because those optimization cases are micro-architecture dependent and only make sense for Cyclone. A new predicate Cyclone is introduced in .td file. by Jiangning Liu · 11 years ago
  84. d28cfd1 Fixed PR20411 - bug in getINSERTPS() by Filipe Cabecinhas · 11 years ago
  85. 5092384 IR: Add Value::sortUseList() by Duncan P. N. Exon Smith · 11 years ago
  86. ec6e535 Add a VS "14" msbuild toolset by Reid Kleckner · 11 years ago
  87. 4cae9cb SimplifyCFG: fix a bug in switch to table conversion by Manman Ren · 11 years ago
  88. 48b8c12 Fix the build when building with only the ARM backend. by Rafael Espindola · 11 years ago
  89. b74b954 Document what backwards compatibility we provide for bitcode. by Rafael Espindola · 11 years ago
  90. a25114b Let llvm/test/CodeGen/X86/avx512*-mask-op.ll(s) aware of Win32 x64 calling convention. by NAKAMURA Takumi · 11 years ago
  91. 0bebd31 Fix indenting. by Eric Christopher · 11 years ago
  92. 1d73b6f [x86] Rip out some broken test cases for avx512 i1 store support. by Chandler Carruth · 11 years ago
  93. ba08e46 Reorganize and simplify local variables. by Eric Christopher · 11 years ago
  94. 34c5b5b Finish inverting the MC -> Object dependency. by Rafael Espindola · 11 years ago
  95. 731c4f6 [RuntimeDyld][AArch64] Update relocation tests and also add a simple GOT test. by Juergen Ributzka · 11 years ago
  96. 3322b7e Remove the query for TargetMachine and TargetInstrInfo since we're by Eric Christopher · 11 years ago
  97. ccd1035 ArgPromo+DebugInfo: Handle updating debug info over multiple applications of argument promotion. by David Blaikie · 11 years ago
  98. 163a3f9 Test debug info in arg promotion with an actual promotion case, rather than a degenerate arg promotion that's actually DAE performed by ArgPromo by David Blaikie · 11 years ago
  99. 8c0cf3e Use an explicit triple in testcase. by Jim Grosbach · 11 years ago
  100. adb6a36 [X86,AArch64] Extend vcmp w/ unary op combine to work w/ more constants. by Jim Grosbach · 11 years ago