1. 3457506 Fix diassembler handling of rex.b when mod=00/01/10 and bbb=101. Mod=00 should ignore the base register entirely. Mod=01/10 should treat this as R13 plus displacment. Fixes PR18860. by Craig Topper · 12 years ago
  2. e139a1e AVX-512: implemented zext fron i1 to i16 by Elena Demikhovsky · 12 years ago
  3. 3bc8594 fix for null VectorizedValue assertion in the SLP Vectorizer (in function vectorizeTree()). radar://16064178 by Gerolf Hoflehner · 12 years ago
  4. 62cb90e MCAsmParser: add some mixed argument tests by Saleem Abdulrasool · 12 years ago
  5. 696002f MCAsmParser: better handling for named arguments by Saleem Abdulrasool · 12 years ago
  6. 09d1d54 Use 16 byte stack alignment for NaCl on ARM by Mark Seaborn · 12 years ago
  7. 2ced338 SCEVExpander: Try hard not to create derived induction variables in other loops by Arnold Schwaighofer · 12 years ago
  8. 56d3491 Remove dead code, we already require cmake 2.8.8. by Rafael Espindola · 12 years ago
  9. 2a8437f Remove unnecessary typename. by Rafael Espindola · 12 years ago
  10. 1800766 Fix more broken CHECK lines by Nico Rieck · 12 years ago
  11. c15d3a8 Add extra CHECK prefix to tests with explicit prefix by Nico Rieck · 12 years ago
  12. da39cf4 Actually call FileCheck in tests by Nico Rieck · 12 years ago
  13. a938c51 llvmbuild: Exclude disabled targets from LLVMExports.cmake. by NAKAMURA Takumi · 12 years ago
  14. 789f722 LLVMExports.cmake: Add System libs $(LIBS) to LLVMSupport, corresponding to r201077. by NAKAMURA Takumi · 12 years ago
  15. 88fae4e LLVMExports.cmake: Exclude gtest since they are not installed. by NAKAMURA Takumi · 12 years ago
  16. f280c65 AVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp/test sequence by Elena Demikhovsky · 12 years ago
  17. 8e810ae fixed typo in comment as my test commit by Gerolf Hoflehner · 12 years ago
  18. 0cefb0e Add a DIELoc class to cover the DW_FORM_exprloc set of expressions by Eric Christopher · 12 years ago
  19. 268e96a Fix broken CHECK lines by Nico Rieck · 12 years ago
  20. 5a39da0 MCAsmParser: relax declaration parsing by Saleem Abdulrasool · 12 years ago
  21. 1edea19 ARM IAS: (partially) support .arch_extension directive by Saleem Abdulrasool · 12 years ago
  22. 132a287 DebugInfo: Deduplicate entries in the fission address table by David Blaikie · 12 years ago
  23. 16413fa DwarfDebug: Remove dead code. by David Blaikie · 12 years ago
  24. a9db46b Revert "SCEVExpander: Try hard not to create derived induction variables in other loops" by Arnold Schwaighofer · 12 years ago
  25. e672548 SCEVExpander: Try hard not to create derived induction variables in other loops by Arnold Schwaighofer · 12 years ago
  26. 4b3ec17 Cleanup docs about lit substitutions by Nico Rieck · 12 years ago
  27. 0877c65 Add opcode extension forms of MOV8ri/MOV16ri/MOV32ri. by Craig Topper · 12 years ago
  28. b556a70 Fix typo by Nico Rieck · 12 years ago
  29. 76554f3 Remove tautological test line (unsigneds are always >=0). by Lang Hames · 12 years ago
  30. a666f9d Remove unnecessary typename introduced in r201440. by David Blaikie · 12 years ago
  31. 4b45137 DebugInfo: Implement DW_AT_stmt_list for type units by David Blaikie · 12 years ago
  32. ff1677e DwarfUnit: Remove unnecessarily explicit/out of line virtual dtors. by David Blaikie · 12 years ago
  33. fa4ff8a Hopefully fix the build with gcc. by Rafael Espindola · 12 years ago
  34. 906c8de DwarfUnit: Remove unnecessary (void)t; that was previously used to suppress -Wunused-member-variable by David Blaikie · 12 years ago
  35. 705991f DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fission and non-fission cases by David Blaikie · 12 years ago
  36. d4762e8 Add extern template instantiations of llvm::Calculate. by Rafael Espindola · 12 years ago
  37. 038600b [CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if the by Quentin Colombet · 12 years ago
  38. 5f80594 TargetLowering: n * r where n > 2 should be an illegal addressing mode by Tom Stellard · 12 years ago
  39. 3b0acd4 Remove myself as owner of libc++ by Howard Hinnant · 12 years ago
  40. 2220abe Remove unused #include by Eli Bendersky · 12 years ago
  41. c4e1b13 DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded by David Blaikie · 12 years ago
  42. 837c54f Support DWARF discriminators in object streamer. by Diego Novillo · 12 years ago
  43. fba2a76 This patch has two main functions: by Reed Kotler · 12 years ago
  44. 034b8f9 Trivial cleanup: reuse existing variable. by Rafael Espindola · 12 years ago
  45. e228078 Generate the DWARF stack frame decode operations in the function prologue for ARM/Thumb functions. by Artyom Skrobov · 12 years ago
  46. 54136ca [AArch64 NEON] Fix a bug to avoid using floating type as condition type in lowering SELECT_CC. by Kevin Qin · 12 years ago
  47. 89eb5dc Revert "DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded" by Eric Christopher · 12 years ago
  48. f46135e llvm/test/DebugInfo/empty.ll: Mark it as XFAIL:win32 lacking of line table. by NAKAMURA Takumi · 12 years ago
  49. 255181f Enable AArch64 NEON by default. by Jiangning Liu · 12 years ago
  50. 5e8aa01 [PR18809] Remove XFAIL from DebugInfo/empty.ll. by NAKAMURA Takumi · 12 years ago
  51. 9c4127a [AArch64]Fix the assertion failure caused by "v1i1 SETCC" DAG node. by Hao Liu · 12 years ago
  52. 35d2f61 DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded by David Blaikie · 12 years ago
  53. 5483012 Disable emission of aranges by default and add a command line by Eric Christopher · 12 years ago
  54. 5cb9925 [X86] Don't mark movabsq as cheap-as-move - it isn't that cheap. by Juergen Ributzka · 12 years ago
  55. f222ebe Do more addrspacecast transforms that happen for bitcast. by Matt Arsenault · 12 years ago
  56. 0f2e653 R600/SI: Expand all v8[if]32 operations by Tom Stellard · 12 years ago
  57. 9757ba1 R600/SI: Add a pattern for i32 anyext by Tom Stellard · 12 years ago
  58. 130f271 R600/SI: Completely Disable TypeRewriter on compute by Tom Stellard · 12 years ago
  59. 1a52c2b R600/SI: Split global vector loads with more than 4 elements by Tom Stellard · 12 years ago
  60. c4fea35 R600/SI: Add ShaderType attribute to some tests by Tom Stellard · 12 years ago
  61. cac25de Use __literal16. It has been supported by the linker since 2005. by Rafael Espindola · 12 years ago
  62. c5887a2 MSBuild integration: get the LibraryPath right (PR18707) by Hans Wennborg · 12 years ago
  63. d60c43b Don't build DFSan functionality for Android. by Stephen Hines · 12 years ago
  64. 3e5fe14 Simplify checks in MC/AsmParser/directive_loc.s by Diego Novillo · 12 years ago
  65. 86dd0f9 Fix generation of 'isa' and 'discriminator' keywords. by Diego Novillo · 12 years ago
  66. f2df02b Tweak an _MSC_VER ifdef to use typename with clang in a unittest by Reid Kleckner · 12 years ago
  67. fa9ce5c Tweak llvm/test/DebugInfo/X86/generate-odr-hash.ll corresponding to r201351 (Revert r201187). by NAKAMURA Takumi · 12 years ago
  68. 573c050 Check that GlobalAliases don't have section or alignment. by Rafael Espindola · 12 years ago
  69. efe40a5 SCCIterator: Merge MinVisitNumStack and VisitStack by Duncan P. N. Exon Smith · 12 years ago
  70. 62356fc InstCombine: Replace custom constant folding code with ConstantExpr. by Benjamin Kramer · 12 years ago
  71. d8be721 [PR18809] Revert r201187, "DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded" by NAKAMURA Takumi · 12 years ago
  72. e08aac4 Use mkdir instead of stat+mkdir. by Rafael Espindola · 12 years ago
  73. 5645e5f Add triples to try to fix the windows bots. by Rafael Espindola · 12 years ago
  74. 8ed2c8e Reduce code duplication resulting from the ConstantVector/ConstantDataVector split. by Benjamin Kramer · 12 years ago
  75. 7fd806d .file is only available on ELF, use a triple instead of -march. by Rafael Espindola · 12 years ago
  76. ad15c9d "foo" is not a ppc instruction, don't try to parse it. by Rafael Espindola · 12 years ago
  77. 0f25a45 Specify a triple. MachO AArch64 support is missing. by Rafael Espindola · 12 years ago
  78. 38c6b58 Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call by Daniel Sanders · 12 years ago
  79. 5d9d24d Remove dead code. by Rafael Espindola · 12 years ago
  80. 621c80f [CMake] Let llvm_add_library(MODULE) check capability of loadable module. by NAKAMURA Takumi · 12 years ago
  81. 069bd29 [CMake] Move the target property PREFIX from add_llvm_loadable_module() to llvm_add_library(). by NAKAMURA Takumi · 12 years ago
  82. 74c3f7d [CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of target property LINK_FLAGS. by NAKAMURA Takumi · 12 years ago
  83. 38a10d0 [CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFIX rather than CMAKE_SHARED_MODULE_SUFFIX in llvm tree. by NAKAMURA Takumi · 12 years ago
  84. 92a24ec llvm/test/CodeGen/AArch64/cpus.ll: Tweak to use -mtriple=aarch64-unknown-unknown, or this would crash for targeting pecoff like *-mingw32. by NAKAMURA Takumi · 12 years ago
  85. a7181f2 ARM: remove floating-point patterns for @llvm.arm.neon.vabs by Tim Northover · 12 years ago
  86. b8c81b5 Add Cortex-A53 and Cortex-A57 cores to the AArch64 backend by Oliver Stannard · 12 years ago
  87. 611c2c3 Remove unused method declaration. by Craig Topper · 12 years ago
  88. 1ee7e39 Remove filtering concept from X86 disassembler table generation. It's no longer necessary. by Craig Topper · 12 years ago
  89. 7a6f5c7 [AArch64]Fix the problems that can't select mul/add/sub of v1i8/v1i16/v1i32 types. by Hao Liu · 12 years ago
  90. 126099e [RegAlloc] Fix the assertion in the last chance recoloring to match the by Quentin Colombet · 12 years ago
  91. 17c9169 Copy dll storage in copyAttributes. by Rafael Espindola · 12 years ago
  92. 5256375 [DAG] Fix the recognition of opaque constants in the SelectionDAGBuilder. by Juergen Ributzka · 12 years ago
  93. f79b906 Use simpler version of sys::fs::exists when possible. by Rafael Espindola · 12 years ago
  94. 4f22561 [AArch64]Add support for spilling FPR8/FPR16. by Hao Liu · 12 years ago
  95. 2798b77 GlobalOpt: Aliases don't have sections, don't copy them when replacing by Reid Kleckner · 12 years ago
  96. 571417b [CMake] llvm_add_library: Add handling of the parameter ADDITIONAL_HEADERS to pass through to process_source. by NAKAMURA Takumi · 12 years ago
  97. 81c7e18 Fix misleading comment. by Lang Hames · 12 years ago
  98. 04510e6 The new MCJIT C-API unit test is generating objects without constant data by Lang Hames · 12 years ago
  99. 3042a65 Remove a very old instcombine where we would turn sequences of selects into by Owen Anderson · 12 years ago
  100. 029a76b [Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called by Andrea Di Biagio · 12 years ago