1. 1d7a9aa Add unittests to {ARM | AArch64}TargetParser. by Zijiao Ma · 8 years ago
  2. de2d869 Update aosp/master LLVM for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  3. 2b394d8 DWARF RenderScript vendor extension by Ewan Crawford · 8 years ago
  4. f3ef533 Update aosp/master LLVM for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  5. 9bcf966 Use _WIN32 rather than WIN32. by Elliott Hughes · 9 years ago
  6. 6948897 Update aosp/master LLVM for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  7. a18e6af Update aosp/master LLVM with patches for fp16 by Pirama Arumuga Nainar · 9 years ago
  8. 0c7f116 Update aosp/master LLVM for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  9. 4c5e43d Update aosp/master llvm for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  10. ebe69fe Update aosp/master LLVM for rebase to r230699. by Stephen Hines · 9 years ago
  11. 37ed9c1 Update aosp/master LLVM for rebase to r222494. by Stephen Hines · 10 years ago
  12. 0d30cfd am 281cc67b: Merge "Bring in fixes for Cortex-A53 errata + build updates." by Stephen Hines · 10 years ago
  13. bfc2d68 Bring in fixes for Cortex-A53 errata + build updates. by Stephen Hines · 10 years ago
  14. f8e021c Undefined fseeko/ftello for Windows builds. by Stephen Hines · 10 years ago
  15. 8a95734 Fix windows build for LLVM. by Stephen Hines · 10 years ago
  16. cd81d94 Update LLVM for rebase to r212749. by Stephen Hines · 10 years ago
  17. c6a4f5e Update LLVM for rebase to r212749. by Stephen Hines · 10 years ago
  18. dce4a40 Update LLVM for 3.5 rebase (r209712). by Stephen Hines · 10 years ago
  19. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  20. 8aa5ce8 Make LLVM build on AArch64. by Tim Murray · 10 years ago
  21. 4d459ec Don't build DFSan functionality for Android. by Stephen Hines · 10 years ago
  22. ce9904c Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 10 years ago
  23. 90b8173 Merging r196768: by Bill Wendling · 10 years ago
  24. 51fce2c Merging r196172: by Manman Ren · 10 years ago
  25. 27457ac Merging r196158: by Manman Ren · 10 years ago
  26. 7bb782b Merging r196144: by Manman Ren · 10 years ago
  27. c877b10 Merging r195505: by Manman Ren · 10 years ago
  28. 35a0263 Merging r195494: by Bill Wendling · 10 years ago
  29. cf5f97e Merging r196637: by Bill Wendling · 10 years ago
  30. 3d238de Merging r195401: by Bill Wendling · 11 years ago
  31. 5f1f477 Merging r195803: by Bill Wendling · 11 years ago
  32. 2527bda Merging r195788: by Bill Wendling · 11 years ago
  33. 0ae0709 Merging r195148: by Bill Wendling · 11 years ago
  34. 83a5c78 Merging r195327: by Bill Wendling · 11 years ago
  35. f02a188 Merging r195491: by Bill Wendling · 11 years ago
  36. f62b274 Merging r195397: by Bill Wendling · 11 years ago
  37. ee287ca Merging r195156: by Bill Wendling · 11 years ago
  38. 54075bb Merging r195339: by Bill Wendling · 11 years ago
  39. 0a0da61 Merging r195317: by Bill Wendling · 11 years ago
  40. c817d3e Regenerate configure files with 3.4svn changed to 3.4. by Bill Wendling · 11 years ago
  41. c00090b Merging r195103: by Bill Wendling · 11 years ago
  42. 72ef53a Merging r195093: by Bill Wendling · 11 years ago
  43. 3543625 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  44. 4adba52 DebugInfo: Simplify a few more explicit constructions, underconstrained types, and make DIType(MDNode*) explicit like all the other DI* node ctors. by David Blaikie · 11 years ago
  45. 6919bec Recover gracefully when deserializing invalid YAML input. by Alexander Kornienko · 11 years ago
  46. f56f1df Fix forgotten member initialization detected by MSan bootstrap bot by Alexey Samsonov · 11 years ago
  47. b21ab43 Revert r194865 and r194874. by Alexey Samsonov · 11 years ago
  48. 9757775 Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors. by Hao Liu · 11 years ago
  49. 1572ba7 Fix spacing, forward declare order. by Matt Arsenault · 11 years ago
  50. 6950be2 Debug Info: fix typo in function name. by Manman Ren · 11 years ago
  51. 2b31b82 Debug Info Verifier: enable public functions of Finder to update the type map. by Manman Ren · 11 years ago
  52. c8dc96b Add a loop rerolling flag to the PassManagerBuilder by Hal Finkel · 11 years ago
  53. e5a694a DebugLoc defines LineCol as 32 bit in comment but unsigned in code. by Yaron Keren · 11 years ago
  54. e7a1e3e [block-freq] Add BlockFrequency::scale that returns a remainder from the division and make the private scale in BlockFrequency more performant. by Michael Gottesman · 11 years ago
  55. 8417e85 [PM] Completely remove support for explicit 'require' methods on the by Chandler Carruth · 11 years ago
  56. bb756ca Added a size field to the stack map record to handle subregister spills. by Andrew Trick · 11 years ago
  57. bebe48d Add a loop rerolling pass by Hal Finkel · 11 years ago
  58. 2905440 ScalarEvolution: Warn if the result of setFlags/clearFlags is unused. by Benjamin Kramer · 11 years ago
  59. b69143c Annotate APInt methods where it's not clear whether they are in place with warn_unused_result. by Benjamin Kramer · 11 years ago
  60. bd9f36f Fix filename in header comment by Duncan P. N. Exon Smith · 11 years ago
  61. 35de994 X86: Encode the 'h' cpu subtype in the MachO header for x86. by Jim Grosbach · 11 years ago
  62. a53bf06 Implemented aarch64 Neon scalar vmulx_lane intrinsics by Ana Pazos · 11 years ago
  63. 5a364c5 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  64. 5758c3c [AArch64] Fix the scalar NEON ACLE functions so that they return float/double by Chad Rosier · 11 years ago
  65. 8a631b2 Path: Recognize COFF import library file magic. by Rui Ueyama · 11 years ago
  66. 3a22601 Readobj: If NumbersOfSections is 0xffff, it's an COFF import library. by Rui Ueyama · 11 years ago
  67. cc70523 Avoid illegal integer promotion in fastisel by Bob Wilson · 11 years ago
  68. 28e12e9 Add AVX512 unmasked FMA intrinsics and support. by Cameron McInally · 11 years ago
  69. ea28aaf Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type by Daniel Sanders · 11 years ago
  70. 509a492 Add target hook to prevent folding some bitcasted loads. by Matt Arsenault · 11 years ago
  71. fa74752 [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine by Peter Zotov · 11 years ago
  72. 5ea0c20 [llvm-c] Simplify signature of LLVMGetTargetFromName by Peter Zotov · 11 years ago
  73. 59d3ae6 Add addrspacecast instruction. by Matt Arsenault · 11 years ago
  74. 2b7fef0 Include raw_ostream.h. by Rui Ueyama · 11 years ago
  75. 4701c47 Fix the header comment of the new pass manager stuff to not claim to be by Chandler Carruth · 11 years ago
  76. 0710afb [AArch64 neon] support poly64 and relevant intrinsic functions. by Kevin Qin · 11 years ago
  77. a08063a Implement aarch64 neon instruction class SIMD misc. by Kevin Qin · 11 years ago
  78. 04fca67 Add dyn_cast<> support to YAML I/O's IO class by Nick Kledzik · 11 years ago
  79. e2058ff Added BlockFrequencyInfo::view for displaying the block frequency propagation graph via graphviz. by Michael Gottesman · 11 years ago
  80. 082ac99 Implement AArch64 NEON instruction set AdvSIMD (table). by Jiangning Liu · 11 years ago
  81. 4e7c22a Add simple support for tags in YAML I/O by Nick Kledzik · 11 years ago
  82. 4bd0224 llvm-cov: Slightly improved error checking. by Yuchen Wu · 11 years ago
  83. 131a764 llvm-cov: Removed StringMap holding GCOVLines. by Yuchen Wu · 11 years ago
  84. dbb51ff llvm-cov: Replaced asserts with proper error handling. by Yuchen Wu · 11 years ago
  85. 11966d7 [AArch64] Add support for legacy AArch32 NEON scalar shift by immediate by Chad Rosier · 11 years ago
  86. 43a0f39 Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol. by Benjamin Kramer · 11 years ago
  87. de9a1a2 Remove AllowQuotesInName and friends from MCAsmInfo. by Rafael Espindola · 11 years ago
  88. 563b29f SampleProfileLoader pass. Initial setup. by Diego Novillo · 11 years ago
  89. 429af0e Add another (perhaps better) video for Sean's talk. (Thanks Marshall!) by Chandler Carruth · 11 years ago
  90. 3c3f6be Fix a null pointer dereference when copying a null polymorphic pointer. by Chandler Carruth · 11 years ago
  91. cfe36cb Give folks a reference to some material on the fundamental design by Chandler Carruth · 11 years ago
  92. f348c97 Introduce an AnalysisManager which is like a pass manager but with a lot by Chandler Carruth · 11 years ago
  93. 20d7ed1 Removing llvm::huge_vald and llvm::huge_vall because they are not currently used, and HUGE_VALD does not appear to be supported everywhere anyways. by Aaron Ballman · 11 years ago
  94. eb36024 Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning triggered in MSVC 12. by Aaron Ballman · 11 years ago
  95. 3280665 Remove always true flag. by Rafael Espindola · 11 years ago
  96. 5230ad6 delinearization of arrays by Sebastian Pop · 11 years ago
  97. b8fc659 remove virtual methods in SCEVApplyRewriter and SCEVParameterRewriter by Sebastian Pop · 11 years ago
  98. dc6b4b4 Protect user-supplied runtime library functions in LTO by Justin Bogner · 11 years ago
  99. 72c84a8 Export intrinsics:__builtin_arm_{dmb,dsb} to frontend by Weiming Zhao · 11 years ago
  100. 2f08e75 GraphViz CFGPrinter: wrap long lines. by Andrew Trick · 11 years ago