1. e8a957d python: Fix check for disasm creation failure by Anders Waldenborg · 12 years ago
  2. 60e4d7f python: Properly initialize before trying to create disasm by Anders Waldenborg · 12 years ago
  3. d192b52 Update CREDITS by Alp Toker · 12 years ago
  4. 281e8eb Testcase for PR17964 by Bill Wendling · 12 years ago
  5. fe128c6 Revert "Micro-optimization" by Bill Wendling · 12 years ago
  6. d5ae5b0 DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal constants. by Benjamin Kramer · 12 years ago
  7. e5a694a DebugLoc defines LineCol as 32 bit in comment but unsigned in code. by Yaron Keren · 12 years ago
  8. 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 · 12 years ago
  9. 8417e85 [PM] Completely remove support for explicit 'require' methods on the by Chandler Carruth · 12 years ago
  10. ca1b779 Use more getZExtOrTruncs by Matt Arsenault · 12 years ago
  11. 91053d5 Use getZExtOrTrunc instead of repeating the same logic. by Matt Arsenault · 12 years ago
  12. 3905642 Add the cold attribute to error-reporting call sites by Hal Finkel · 12 years ago
  13. bb756ca Added a size field to the stack map record to handle subregister spills. by Andrew Trick · 12 years ago
  14. b7dabcc Fix ndebug-build unused variable in loop rerolling by Hal Finkel · 12 years ago
  15. 94437c9 Use right address space pointer size by Matt Arsenault · 12 years ago
  16. bebe48d Add a loop rerolling pass by Hal Finkel · 12 years ago
  17. 0ccb37a The WebKit_JS CC preserves the same registers as the C CC. by Juergen Ributzka · 12 years ago
  18. 64fa501 Apply the InstCombine fptrunc sqrt optimization to llvm.sqrt by Hal Finkel · 12 years ago
  19. e6e8112 Fix assert on unaligned access to global with different address space size. by Matt Arsenault · 12 years ago
  20. 4fe5b64 Fix codegen for null different sized pointer. by Matt Arsenault · 12 years ago
  21. 2905440 ScalarEvolution: Warn if the result of setFlags/clearFlags is unused. by Benjamin Kramer · 12 years ago
  22. b69143c Annotate APInt methods where it's not clear whether they are in place with warn_unused_result. by Benjamin Kramer · 12 years ago
  23. 4110797 R600: Make dot_4 instructions predicable by Vincent Lejeune · 12 years ago
  24. 0fb32eb Use array_pod_sort instead of std::sort by Duncan P. N. Exon Smith · 12 years ago
  25. e9cdbf6 InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs. by Benjamin Kramer · 12 years ago
  26. bd9f36f Fix filename in header comment by Duncan P. N. Exon Smith · 12 years ago
  27. 7936226 gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since r194865. by NAKAMURA Takumi · 12 years ago
  28. 3d429d8 Debug Info Verifier: remove un-used argument in verifyDebugInfo. by Manman Ren · 12 years ago
  29. 35de994 X86: Encode the 'h' cpu subtype in the MachO header for x86. by Jim Grosbach · 12 years ago
  30. 07df65c Mention address space related changes in release notes. by Matt Arsenault · 12 years ago
  31. 74c996c Use correct size for address space in BasicAA. by Matt Arsenault · 12 years ago
  32. 1dc2723 DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::createAndAddDIE. by David Blaikie · 12 years ago
  33. 21c9708 DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() call by David Blaikie · 12 years ago
  34. e553fea Small improvement to InstrinsicEmitter::EmitAttributes. This change removes the “pushing” and “clearing” of the SmallVector and instead uses const arrays to pass the attributeKinds to AttributeSet::get . by Owen Anderson · 12 years ago
  35. 87fd14d For dwarf4 use the correct form for referencing debug_loc locations, by Eric Christopher · 12 years ago
  36. 7b86771 DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DICompileUnit instead of a raw MDNode*. by David Blaikie · 12 years ago
  37. 942431f DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNode* for the CU metadata node by David Blaikie · 12 years ago
  38. aedaa72 DwarfCompileUnit: Simplify getLanguage() calls to use existing member function by David Blaikie · 12 years ago
  39. a53bf06 Implemented aarch64 Neon scalar vmulx_lane intrinsics by Ana Pazos · 12 years ago
  40. 6bc810a Replace the dangling context hotfix with an assertion. by Adrian Prantl · 12 years ago
  41. 445fd04 Remove unused arguments. by Lang Hames · 12 years ago
  42. 8c66df2 During folding for patchpoint/stackmap instructions, defer creation of new MIs by Lang Hames · 12 years ago
  43. 14f41e7 DwarfDebug: Push DISubprogram through updateSubprogramScopeDIE by David Blaikie · 12 years ago
  44. 4634338 LoopVectorizer: Use abi alignment for accesses with no alignment by Arnold Schwaighofer · 12 years ago
  45. cbc85a2 DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIE by David Blaikie · 12 years ago
  46. 7426308 Fix previous commit (r194865) by Juergen Ributzka · 12 years ago
  47. 86a3348 DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUs by David Blaikie · 12 years ago
  48. ef1b87a Fix typos. by Matt Arsenault · 12 years ago
  49. 5a364c5 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  50. 17d4ac8 Fix confusing machine verifier error. by Matt Arsenault · 12 years ago
  51. 59bbf5a Fix a problem in MCJIT identifying the module containing a global variable. by Andrew Kaylor · 12 years ago
  52. c3ec7e2 Make method static by Matt Arsenault · 12 years ago
  53. 4303b09 [PM] Fix an iterator problem spotted by the MSVC debug iterators and by Chandler Carruth · 12 years ago
  54. d515e98 [PM] Run clang-format on a few lines that I missed in my first pass, by Chandler Carruth · 12 years ago
  55. 5758c3c [AArch64] Fix the scalar NEON ACLE functions so that they return float/double by Chad Rosier · 12 years ago
  56. 8a631b2 Path: Recognize COFF import library file magic. by Rui Ueyama · 12 years ago
  57. 0cbdb81 Reimplement r194843 in a slightly less broken way. by Adrian Prantl · 12 years ago
  58. c160efc ArgumentPromotion: correctly transfer TBAA tags and alignments. by Manman Ren · 12 years ago
  59. 3a22601 Readobj: If NumbersOfSections is 0xffff, it's an COFF import library. by Rui Ueyama · 12 years ago
  60. 7d5f2bd Restore the behaviour from before r194728. by Adrian Prantl · 12 years ago
  61. cc70523 Avoid illegal integer promotion in fastisel by Bob Wilson · 12 years ago
  62. 5cddda6 R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs() by Tom Stellard · 12 years ago
  63. 1ab6084 Resolve JIT runtime linking problems on Android. by Andrew Kaylor · 12 years ago
  64. 48079e0 Don't try to initialize memory for a global if the allocation failed in ExecutionEngine. by Andrew Kaylor · 12 years ago
  65. 2ba641b Update contact information. by Chad Rosier · 12 years ago
  66. 8363c52 [mips][msa] Merge basic_operations_little.ll into basic_operations.ll. by Daniel Sanders · 12 years ago
  67. 28e12e9 Add AVX512 unmasked FMA intrinsics and support. by Cameron McInally · 12 years ago
  68. 2408335 [NVPTX] Fix type in usage doc by Justin Holewinski · 12 years ago
  69. cb85ded [mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of using a long-winded equivalent. by Daniel Sanders · 12 years ago
  70. 4215561 Hopefully fix uninitialized memory read in AArch64AsmParser found by MSan bootstrap bot by Alexey Samsonov · 12 years ago
  71. 2245285 [NVPTX] Update the usage document by Justin Holewinski · 12 years ago
  72. ea28aaf Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type by Daniel Sanders · 12 years ago
  73. 4d748eb [NVPTX] Fix handling of indirect calls by Justin Holewinski · 12 years ago
  74. 0dd0d1a Correct spelling. by Yaron Keren · 12 years ago
  75. ca795b6 [mips][msa] Build all the tests in little and big endian modes and correct an incorrect test. by Daniel Sanders · 12 years ago
  76. efbdf7f Move all of the GoogleTest files back to the same locations they occupy by Chandler Carruth · 12 years ago
  77. 8f15c68 [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit of code size by Kostya Serebryany · 12 years ago
  78. d881c1b llvm-cov: Clean up memory leaks. by Benjamin Kramer · 12 years ago
  79. ec3ce8a Redirect unused test case output to /dev/null by Alexey Samsonov · 12 years ago
  80. 4da02d4 Give unit test its own LLVMContext so MDNodes aren't leaked even if we never call llvm_shutdown. by Benjamin Kramer · 12 years ago
  81. 868e74b Adding some info about stability of ARM boards by Renato Golin · 12 years ago
  82. 42cb3ab Use instr mapping for microMIPS in llvm-mc. by Zoran Jovanovic · 12 years ago
  83. 4b89914 Reapply "[asan] Poor man's coverage that works with ASan" by Bob Wilson · 12 years ago
  84. 728eb5f Platform proof a test case. by Andrew Trick · 12 years ago
  85. 6dd44d3 Add instcombine visitor for addrspacecast by Matt Arsenault · 12 years ago
  86. 01ad8c3 Fix grammar in addrspacecast description by Matt Arsenault · 12 years ago
  87. 509a492 Add target hook to prevent folding some bitcasted loads. by Matt Arsenault · 12 years ago
  88. a0846f4 [OCaml] Add REQUIRES: native, object-emission to the Target test by Peter Zotov · 12 years ago
  89. 2475da8 Revert "[asan] Poor man's coverage that works with ASan" by Bob Wilson · 12 years ago
  90. b53c129 [OCaml] Use native target in testsuite instead of hardcoding X86 by Peter Zotov · 12 years ago
  91. b6703ff [OCaml] Add Target and TargetMachine bindings to Llvm_target by Peter Zotov · 12 years ago
  92. 04deb49 [OCaml] Refactor Llvm_target interface by Peter Zotov · 12 years ago
  93. 68f4dae [OCaml] Fix building of stub libraries by Peter Zotov · 12 years ago
  94. e016a16 [llvm-c] Make LLVMGetTargetFromName actually work by Peter Zotov · 12 years ago
  95. fa74752 [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine by Peter Zotov · 12 years ago
  96. 5ea0c20 [llvm-c] Simplify signature of LLVMGetTargetFromName by Peter Zotov · 12 years ago
  97. 1703a71 Make all the conditional Mips 16 branches get initially set for the by Reed Kotler · 12 years ago
  98. 7b64181 Use a reference rather than a pointer as we don't expect a NULL DbgVariable. by Eric Christopher · 12 years ago
  99. 59d3ae6 Add addrspacecast instruction. by Matt Arsenault · 12 years ago
  100. 2b7fef0 Include raw_ostream.h. by Rui Ueyama · 12 years ago