1. 76735fb IR: Fold away compares between GV GEPs and GVs by David Majnemer · 11 years ago
  2. 483d89b Fix a bug in the conversion to ErrorOr. by Rafael Espindola · 11 years ago
  3. c77a774 Revert "Convert a few std::strings to StringRef." by Rafael Espindola · 11 years ago
  4. d492123 fixed typos by Sanjay Patel · 11 years ago
  5. e97c25b Ignore llvm specific symbols in the LTOModule. by Rafael Espindola · 11 years ago
  6. ca57933 Add support for parsing the not operator in Microsoft inline assembly by Ehsan Akhgari · 11 years ago
  7. 8089fee Ignore llvm.* globals. by Rafael Espindola · 11 years ago
  8. bb5f622 TableGen: introduce support for MSBuiltin by Saleem Abdulrasool · 11 years ago
  9. 1c9687e Implement LTOModule on top of IRObjectFile. by Rafael Espindola · 11 years ago
  10. 2291f8c Avoid mangling names twice. No functionality change. by Rafael Espindola · 11 years ago
  11. 40b9d67 Mark intrinsic functions as llvm-specific. by Rafael Espindola · 11 years ago
  12. 2093081 [mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6. Also do MIPS-I to MIPS-V by Daniel Sanders · 11 years ago
  13. 8ce13cf [mips] Add tests for the 'ret', 'call', and 'indirectbr' LLVM IR instruction. by Daniel Sanders · 11 years ago
  14. ada0f6a Don't include llvm.metadata variables in archive symbol tables. by Rafael Espindola · 11 years ago
  15. a593909 Change LTOModule`s getTargetTriple and setTargetTriple to use c++ types. by Rafael Espindola · 11 years ago
  16. 9f72a18 Convert a few std::strings to StringRef. by Rafael Espindola · 11 years ago
  17. 2d1f275 Convert these functions to use ErrorOr. by Rafael Espindola · 11 years ago
  18. 82a599a Remove unused old-style error handling. by Rafael Espindola · 11 years ago
  19. 5b55a47 GlobalDCE: Delete available_externally initializers if it allows removing the value the initializer is referring to. by Benjamin Kramer · 11 years ago
  20. f3f355d llvm/test/CodeGen/XCore/dwarf_debug.ll: Fix not to be affected by *-win32. by NAKAMURA Takumi · 11 years ago
  21. 4a183c6 llvm/test/CodeGen/X86/vector-gep.ll: Appease to add -mtriple=i686-linux. by NAKAMURA Takumi · 11 years ago
  22. 0f9d1b3 ARM: when falling back to scattered relocs, keep the type. by Tim Northover · 11 years ago
  23. 5b003bb llvm-readobj: fix MachO relocatoin printing a bit. by Tim Northover · 11 years ago
  24. 9c1df91 InstCombine: Strength reduce sadd.with.overflow into a regular nsw add if we can prove that it cannot overflow. by Benjamin Kramer · 11 years ago
  25. a39d3ab [mips][mips64r6] Correct the encoding of dmuh, dmuhu, dmul, and dmulu. by Daniel Sanders · 11 years ago
  26. 2856d23 Phabricator doc: Explicit the fact that the patch needs to be there before the commit by Sylvestre Ledru · 11 years ago
  27. f9749ed [x86] Relax the line in this check to pacify build bots. by Chandler Carruth · 11 years ago
  28. b2a3131 [x86] Move some check lines to be slightly easier for me to find. by Chandler Carruth · 11 years ago
  29. a46e60e [x86] Generalize BuildVectorSDNode::getConstantSplatValue to work for by Chandler Carruth · 11 years ago
  30. c5bc152 Add an explicit bool operator to SDValue to make it easier to test for by Chandler Carruth · 11 years ago
  31. 1bd30dc [X86] Limit maximum nop length on Silvermont by Alexey Volkov · 11 years ago
  32. 546cfbf XCore target: remove incorrect DebugLoc entries from prologue by Robert Lytton · 11 years ago
  33. f8be6fb Let test/Unit/lit.cfg add config.shlibdir to $PATH on DLL platforms like cygming. by NAKAMURA Takumi · 11 years ago
  34. 7ca91f9 [CMake] Introduce LLVM_ENABLE_PLUGINS as an internal option. BUILD_SHARED_LIBS may not control enable/disable plugins. by NAKAMURA Takumi · 11 years ago
  35. 1f8525a [CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR. by NAKAMURA Takumi · 11 years ago
  36. a84cb68 [CMake] Fix set_output_directory to do nothing if *_OUTPUT_INTDIR was not given. by NAKAMURA Takumi · 11 years ago
  37. e6b4407 Fix prefix comparison from r212308 by Alp Toker · 11 years ago
  38. 1baa5d8 Move function dependent resetting of a subtarget variable out of the by Eric Christopher · 11 years ago
  39. 2255dc7 Sink undesirable LTO functions into the old C API by Alp Toker · 11 years ago
  40. 0042887 InstSimplify: Fix a bug when INT_MIN is in a sdiv by David Majnemer · 11 years ago
  41. 5c58257 Modify LTOModule::isTargetMatch to take a StringRef instead of a MemoryBuffer. by Peter Collingbourne · 11 years ago
  42. 59349ad gold plugin: move target initialization to the top of the onload function. by Peter Collingbourne · 11 years ago
  43. 1e64b30 LTO: rename the various makeLTOModule overloads. by Peter Collingbourne · 11 years ago
  44. ab419e6 Move createIRObjectFile to the IRObjectFile class and return the concrete type. by Rafael Espindola · 11 years ago
  45. 040dd45 [x86] Clarify that this lowering only applies to vectors and is only by Chandler Carruth · 11 years ago
  46. 8b5ac4f Use std::unique_ptr to manage memory. No functionality change. by Rafael Espindola · 11 years ago
  47. 3a39415 Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for functions that do not have top level debug information." as it appears to be breaking some LTO constructs. by Eric Christopher · 11 years ago
  48. 3c58743 Remove caching of the target machine and initialization of the by Eric Christopher · 11 years ago
  49. 60e9a53 [CostModel][x86] Improved cost model for alternate shuffles. by Andrea Di Biagio · 11 years ago
  50. 26272de Add the -just-symbol-name (aka -j) flag to llvm-nm to just print the by Kevin Enderby · 11 years ago
  51. d4167d0 [X86] Add ISel patterns to select 'f32_to_f16' and 'f16_to_f32' dag nodes. by Andrea Di Biagio · 11 years ago
  52. bc04f3c Expand the note about llvm-ar now that inline asm works. by Rafael Espindola · 11 years ago
  53. 95c1ba6 Move test since it now depends on the x86 backend. by Rafael Espindola · 11 years ago
  54. f47a706 LTO depends on Object now. by Rafael Espindola · 11 years ago
  55. 96052a8 Add support for inline asm symbols in llvm-ar. by Rafael Espindola · 11 years ago
  56. dfb53d2 Run interprocedural const prop before global optimizer by Gerolf Hoflehner · 11 years ago
  57. c029b2b fix configure+make build by Rafael Espindola · 11 years ago
  58. 0a7a2ef Add support for inline asm symbols to IRObjectFile. by Rafael Espindola · 11 years ago
  59. c150516 Add the -U flag to llvm-nm as an alias to -defined-only by Kevin Enderby · 11 years ago
  60. 0e1e88e fixed typo in comment by Sanjay Patel · 11 years ago
  61. 8234268 IR: cleanup Module::dropReferences by David Majnemer · 11 years ago
  62. 090a8f4 [ARM] Implement ISB memory barrier intrinsic by Yi Kong · 11 years ago
  63. 1a699b6 bug fix for PR20020: anti-dependency-breaker causes miscompilation by Sanjay Patel · 11 years ago
  64. 1ef2cec Fix ppcf128 component access on little-endian systems by Ulrich Weigand · 11 years ago
  65. 76a2f8d [msan] Stop propagating shadow in blacklisted functions. by Evgeniy Stepanov · 11 years ago
  66. 1bb48fa [msan] Add missing attributes in MemorySanitizer tests. by Evgeniy Stepanov · 11 years ago
  67. 7bf5a63 Revert of r212265. by Evgeniy Stepanov · 11 years ago
  68. 7b605fc [msan] Stop propagating shadow in blacklisted functions. by Evgeniy Stepanov · 11 years ago
  69. a8f7c5c Minor stylistic fix in SimplifyCFG (test commit) by Marcello Maggioni · 11 years ago
  70. 693b9ee Let llvm/test/CodeGen/X86/lower-bitcast.ll tolerant of win32 calling convention. by NAKAMURA Takumi · 11 years ago
  71. 90ac572 [x86] Fix the completely broken vector widening legalization of bswap. by Chandler Carruth · 11 years ago
  72. 7e924a6 [x86] Fix crashes in lowering bitcast instructions with the widening mode. by Chandler Carruth · 11 years ago
  73. c179202 [aarch64] Add a test that should have been in r212242 but I forgot to by Chandler Carruth · 11 years ago
  74. fa9ca85 Add new lines to debugging information. by Richard Trieu · 11 years ago
  75. 0795d30 [x86] Based on a long conversation between myself, Jim Grosbach, Hal by Chandler Carruth · 11 years ago
  76. 7413fef Invert the MC -> Object dependency. by Rafael Espindola · 11 years ago
  77. af457ab Make these preprocessor directives match all of the others in the port. by Eric Christopher · 11 years ago
  78. 53616b4 Remove dead code. by Eric Christopher · 11 years ago
  79. 7096836 [codegen,aarch64] Add a target hook to the code generator to control by Chandler Carruth · 11 years ago
  80. 1ccffdf Move subtarget dependent features into the subtarget from the target by Eric Christopher · 11 years ago
  81. ba0f074 So that we can include frame lowering in the subtarget, remove include by Eric Christopher · 11 years ago
  82. 1faddea Add the -reverse-sort flag (aka -r) to llvm-nm by Kevin Enderby · 11 years ago
  83. be453c5 So that we can include target lowering in the subtarget, remove include by Eric Christopher · 11 years ago
  84. bd29877 Update comment and include guard. by Rafael Espindola · 11 years ago
  85. 2c95cdc [OCaml] Documentation improvements. by Peter Zotov · 11 years ago
  86. 9c05de8 Fix typos. by Eric Christopher · 11 years ago
  87. 231537a Revert "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself." by David Blaikie · 11 years ago
  88. fddd7ad Move the data layout and selection dag info from the mips target machine by Eric Christopher · 11 years ago
  89. 998743e [X86] AVX512: Allow writemask argument in vpermt* intrinsics by Adam Nemet · 11 years ago
  90. 31d2114 [X86] AVX512: Generate Pat<>'s for the vpermt2* intrinsics via multiclass by Adam Nemet · 11 years ago
  91. df5d431 [X86] AVX512: Add writemask variants for vperm*2* by Adam Nemet · 11 years ago
  92. fad0de3 R600: Add a comment that llvm.AMDGPU.trunc is a legacy intrinsic by Tom Stellard · 11 years ago
  93. 4a70647 R600/SI: Use a ComplexPattern for ADDR64 addressing of MUBUF loads by Tom Stellard · 11 years ago
  94. 1378871 R600: Promote i64 loads to v2i32 by Tom Stellard · 11 years ago
  95. b48c8c4 R600/SI: Adjsut SGPR live ranges before register allocation by Tom Stellard · 11 years ago
  96. a75d388 R600/SI: Add verifier check for immediates in register operands. by Tom Stellard · 11 years ago
  97. 7950cae Remove non-static field initializer to appease MSVC by Alexey Samsonov · 11 years ago
  98. 773d63e Fix configure+make build. by Rafael Espindola · 11 years ago
  99. cca0887 Move CFG building code to a new lib/MC/MCAnalysis library. by Rafael Espindola · 11 years ago
  100. a422113 DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself. by David Blaikie · 11 years ago