1. 87265f9 [llvm-c] Expose LLVMLoadLibraryPermanently by Peter Zotov · 12 years ago
  2. ec7270c [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser by Peter Zotov · 12 years ago
  3. c6099db [llvm-c] Expose IRReader interface by Peter Zotov · 12 years ago
  4. ba0c7cd [OCaml] Implement Llvm.string_of_llvalue by Peter Zotov · 12 years ago
  5. 14bbb1d [llvm-c] Implement LLVMPrintValueToString by Peter Zotov · 12 years ago
  6. 7851bc1 Fix definition for Mips16 pc relative load word instructions. by Reed Kotler · 12 years ago
  7. 8458f37 Implement AArch64 Neon instruction set Perm. by Jiangning Liu · 12 years ago
  8. 2581152 Implement AArch64 Neon instruction set Bitwise Extract. by Jiangning Liu · 12 years ago
  9. 10bb82e Rewrite SCEV's backedge taken count computation. by Andrew Trick · 12 years ago
  10. c86cf04 Remove another unused, and IMHO, not very desirable feature of ErrorOr. by Rafael Espindola · 12 years ago
  11. c9080b7 Get rid of current calculation function and adjustment scheme by Reed Kotler · 12 years ago
  12. dc8224d Slightly change the way stackmap and patchpoint intrinsics are lowered. by Andrew Trick · 12 years ago
  13. 14cfb10 Get rid of all references to soimm in MipsConstantIslands pass because by Reed Kotler · 12 years ago
  14. 1fa282d Cleanup getUserOffset. Issues related to inline assembler length and by Reed Kotler · 12 years ago
  15. f635ab8 ARM: permit bare dmb/dsb/isb aliases on Cortex-M0 by Tim Northover · 12 years ago
  16. 5f5095e Convert comments to documentation comments (// -> ///) by Dmitri Gribenko · 12 years ago
  17. af9e8e6 Use error_code in GVMaterializer. by Rafael Espindola · 12 years ago
  18. 3ff3a8a Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. by Jiangning Liu · 12 years ago
  19. e05744b Convert FindFunctionInStream to return an error_code. by Rafael Espindola · 12 years ago
  20. f23af8b [objc-arc] Convert the one directional retain/release relation assert to a conditional check + fail. by Michael Gottesman · 12 years ago
  21. 04ae34b Provide a test input for opt by Alp Toker · 12 years ago
  22. a83342b Silence GCC warning about dropping off a fully covered switch. by Benjamin Kramer · 12 years ago
  23. 34b4a84 [OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclasses by Peter Zotov · 12 years ago
  24. 0fac3df [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subclasses by Peter Zotov · 12 years ago
  25. 2251469 [OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rst by Peter Zotov · 12 years ago
  26. a2e6e6b Remove the word "thumb" from comments. Remove also an incorrect by Reed Kotler · 12 years ago
  27. c8ac229 [OCaml] (PR16318) Add missing argument to Llvm.const_intcast by Peter Zotov · 12 years ago
  28. 150c95e [OCaml] (PR11717) Make declare_qualified_global respect address argument by Peter Zotov · 12 years ago
  29. 8f198b0 X86 Disassembler: remove unused bool typedef-name by David Majnemer · 12 years ago
  30. 4d6b695 Suppress OS crash dialog in llvm-rtdyld by Alp Toker · 12 years ago
  31. 19648c0 [OCaml] Properly tag the custom operations of Llvm.llbuilder by Peter Zotov · 12 years ago
  32. 9a62ec7 [OCaml] Llvm_linker: do not use external in module interface by Peter Zotov · 12 years ago
  33. c0e9800 Fix r194019 as requested by Eric Christopher. by Reed Kotler · 12 years ago
  34. ddfc20d Fix symbol defines in config.h.cmake by Alp Toker · 12 years ago
  35. f6157f0 Lift alignment restrictions on load folding for a significant portion of AVX instructions. by Craig Topper · 12 years ago
  36. 591c2f7 Implement AArch64 post-index vector load/store multiple N-element structure class SIMD(lselem-post). by Hao Liu · 12 years ago
  37. 8263dcd Implemented aarch64 neon intrinsic vcopy_lane with float type. by Kevin Qin · 12 years ago
  38. f44533c Revert "llvm-cov: Added command-line option to change dir." by Yuchen Wu · 12 years ago
  39. e6bfdf9 Revert "Added basic unit test for llvm-cov." by Yuchen Wu · 12 years ago
  40. 07a59fb Added basic unit test for llvm-cov. by Yuchen Wu · 12 years ago
  41. d8acf00 llvm-cov: Added command-line option to change dir. by Yuchen Wu · 12 years ago
  42. e85959c Support for reading run counts in llvm-cov. by Yuchen Wu · 12 years ago
  43. 23c8d2b Fix MSVC build by not putting an error_code directly in a union. by Rafael Espindola · 12 years ago
  44. f94b348 Simplify ErrorOr. by Rafael Espindola · 12 years ago
  45. c88eb08 Add a runtime unrolling parameter to the LoopUnroll pass constructor by Hal Finkel · 12 years ago
  46. 225f35a Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant islands code to Mips." by NAKAMURA Takumi · 12 years ago
  47. e53abc2 ARM: remove unnecessary state-tracking during frame lowering. by Tim Northover · 12 years ago
  48. 627ef0c AArch64: use default asm operand printing when modifier inapplicable by Tim Northover · 12 years ago
  49. ba29378 Make sure we don't get a warning from this variable that is only used by Reed Kotler · 12 years ago
  50. 9157a7e Add the test case that goes with the previous submission for constant by Reed Kotler · 12 years ago
  51. 1ef9083 Submit the basic port of the rest of ARM constant islands code to Mips. by Reed Kotler · 12 years ago
  52. 6f744ee Remove dead code by Shuxin Yang · 12 years ago
  53. 3faf43f Check for both styles of clobbers, those produced by dragonegg and by Eric Christopher · 12 years ago
  54. 63d8f88 SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict weak ordering. by Benjamin Kramer · 12 years ago
  55. 896a885 Fix another constant folding address space place I missed. by Matt Arsenault · 12 years ago
  56. eba6d38 Scalarize select vector arguments when extracted. by Matt Arsenault · 12 years ago
  57. da666ab [docs] Add link to 32-bit ARM ELF supplement. by Sean Silva · 12 years ago
  58. 42f2a6b Use startswith_lower() where possible. by Jakub Staszak · 12 years ago
  59. 2e58f1d Add support for AVX512 masked vector blend intrinsics. by Cameron McInally · 12 years ago
  60. 827ffff Rename testing case to use - instead of _. by Manman Ren · 12 years ago
  61. e076b53 Change BitcodeReader to use error_code instead of bool + string. by Rafael Espindola · 12 years ago
  62. 5c04216 Support for microMIPS branch instructions. by Zoran Jovanovic · 12 years ago
  63. 6a907f8 AVX-512: fixed a typo in builtin name by Elena Demikhovsky · 12 years ago
  64. 00e3be6 X86: Add a description for AMD bdver3 aka Steamroller. by Benjamin Kramer · 12 years ago
  65. fa0da86 Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enable pretty by Filip Pizlo · 12 years ago
  66. 4ebe64a [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder by Peter Zotov · 12 years ago
  67. 6b84161 [OCaml] Documentation by Peter Zotov · 12 years ago
  68. 8a3bdd6 [OCaml] Implement missing LLVMCore APIs by Peter Zotov · 12 years ago
  69. e5de63c [OCaml] Formatting by Peter Zotov · 12 years ago
  70. 633f98b AVX-512: added VPCONFLICT instruction and intrinsics, added EVEX_KZ to tablegen by Elena Demikhovsky · 12 years ago
  71. ec346c1 SLPVectorizer: Add a missing pair of parens. No functionality change. by Benjamin Kramer · 12 years ago
  72. fcd5e86 [SparcV9] Handle i64 <-> float conversions in sparcv9 mode. by Venkatraman Govindaraju · 12 years ago
  73. 0c7ba3c SLPVectorizer: When CSEing generated gathers only scan blocks containing them. by Benjamin Kramer · 12 years ago
  74. 16d1098 Revert "Inliner: Handle readonly attribute per argument when adding memcpy" by David Majnemer · 12 years ago
  75. 4286407 Spell "Actual" correctly by David Majnemer · 12 years ago
  76. f00a9e0 [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string} by Peter Zotov · 12 years ago
  77. 88d74c3 [OCaml] Fix ABI incompatibility by Peter Zotov · 12 years ago
  78. 9d33bf7 [OCaml] Implement Llvm_linker, bindings for the IR linker by Peter Zotov · 12 years ago
  79. 1185582 [OCaml] Implement Llvm_vectorize bindings by Peter Zotov · 12 years ago
  80. 6ca1789 [OCaml] Refactor Llvm_target tests by Peter Zotov · 12 years ago
  81. fed0b34 [OCaml] Llvm_target: fix typo (Int_val instead of Int64_val) by Peter Zotov · 12 years ago
  82. 5e45051 [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128. by Venkatraman Govindaraju · 12 years ago
  83. 30288ac [OCaml] Llvm_scalar_opts: add missing transforms by Peter Zotov · 12 years ago
  84. 630109d [OCaml] Llvm_ipo: add missing transforms by Peter Zotov · 12 years ago
  85. 208130f Convert calls to __sinpi and __cospi into __sincospi_stret by Bob Wilson · 12 years ago
  86. cb01efb Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+. by Bob Wilson · 12 years ago
  87. 11cecbe [SparcV9] Add ctpop instruction for i64. Also, expand ctlz, cttz and bswap. by Venkatraman Govindaraju · 12 years ago
  88. d6b6425 Configure with --enable-terminfo=no for Apple's llvmCore builds. by Bob Wilson · 12 years ago
  89. 153d619 Add a comment to note that LLVMDisablePrettyStackTrace() is likely not a good long-term solution. by Filip Pizlo · 12 years ago
  90. 35a1e94 When LLVM is embedded in a larger application, it's not OK for LLVM to intercept crashes. LLVM already has by Filip Pizlo · 12 years ago
  91. bc884fd move getSymbolNMTypeChar to the one program that needs it: nm. by Rafael Espindola · 12 years ago
  92. 66b8ec5 Convert another use of getSymbolNMTypeChar. by Rafael Espindola · 12 years ago
  93. 1b6c8d1 Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself. by Rafael Espindola · 12 years ago
  94. 7e56fc6 Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileOffset." by Rafael Espindola · 12 years ago
  95. 30c8dc8 Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileOffset. by Rafael Espindola · 12 years ago
  96. 9bbc7b4 SLPVectorizer: Remove duplicated function. by Benjamin Kramer · 12 years ago
  97. ff566d8 LoopVectorize: Remove quadratic behavior the local CSE. by Benjamin Kramer · 12 years ago
  98. bd2affe A better fix that also works on ppc: add a target tripple. by Rafael Espindola · 12 years ago
  99. e62e056 Fix this test to pass on darwin now that llvm-nm is working. by Rafael Espindola · 12 years ago
  100. 6152f7d Fix llvm-nm to mach OS X's nm on some tests. by Rafael Espindola · 12 years ago