1. 53ee51f Use armv6k default for FreeBSD/ARM by Ed Maste · 11 years ago
  2. 3503655 Add a test for hoisting instructions with metadata out of then/else blocks by Bjorn Steinbrink · 11 years ago
  3. e549e39 When merging two common GlobalValues, keep the largest. by Rafael Espindola · 11 years ago
  4. 06a533c Make this input file pass the verifier. by Rafael Espindola · 11 years ago
  5. 7b1723d Move some logic to ModuleLinker::shouldLinkFromSource. NFC. by Rafael Espindola · 11 years ago
  6. beab873 ScalarOpts/LLVMBuild.txt: Prune unused dependency to IPA. by NAKAMURA Takumi · 11 years ago
  7. 1c47815 ScalarOpts/LLVMBuild.txt: Reorder. by NAKAMURA Takumi · 11 years ago
  8. 38f37ee LLVMProfileData: Update LLVMBuild.txt corresponding to r217437. by NAKAMURA Takumi · 11 years ago
  9. c787184 Fix a use of an undefined value (the linkage). by Rafael Espindola · 11 years ago
  10. ec8b573 Prefer common over weak linkage when linking. by Rafael Espindola · 11 years ago
  11. efed46f Simplify ModuleLinker::getLinkageResult. NFC. by Rafael Espindola · 11 years ago
  12. b3fa7e41 [mips] Add assembler support for .set mips0 directive. by Toma Tabacu · 11 years ago
  13. 40c949a Re-factor sample profile reader into lib/ProfileData. by Diego Novillo · 11 years ago
  14. 0525381 [mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSizeInBytes() by Daniel Sanders · 11 years ago
  15. 586994a [x32] Emit callq for CALLpcrel32 by Pavel Chupin · 11 years ago
  16. 9242b13 [mips] Don't cache IsO32 and IsFP64 in MipsTargetLowering::MipsCC by Daniel Sanders · 11 years ago
  17. 4faf24b llvm-objdump: don't crash when __compact_unwind has no relocs. by Tim Northover · 11 years ago
  18. f29c581 [mips] Add assembler support for .set push/pop directive. by Toma Tabacu · 11 years ago
  19. ccfbbac ARM: Negative offset support problem by Renato Golin · 11 years ago
  20. ff6eb4f llvm-cov: Use ArrayRef::slice (NFC) by Justin Bogner · 11 years ago
  21. 3008bee [MachineSinking] Conservatively clear kill flags after coalescing. by Patrik Hagglund · 11 years ago
  22. 39d5e80 llvm-cov: Combine two types that were nearly identical (NFC) by Justin Bogner · 11 years ago
  23. 74a6025 llvm-cov: Rename MappingRegion to coverage::CountedRegion (NFC) by Justin Bogner · 11 years ago
  24. 0868329 Set trunc store action to Expand for all X86 targets. by Bob Wilson · 11 years ago
  25. 0acb489 llvm-cov: Try to appease MSVC after r217404 by Justin Bogner · 11 years ago
  26. c5bdff0 Fix type error in insertvalue example in LangRef. %agg1 is of type {i32, by Dan Liew · 11 years ago
  27. 78834e5 llvm-cov: Use ErrorOr rather than an error_code* (NFC) by Justin Bogner · 11 years ago
  28. 4cd5353 Fast-ISel: Remove dead code after falling back from selecting call instructions (PR20863) by Hans Wennborg · 11 years ago
  29. 50a5cda Group unsafe fmul math folds together for easier reading. No functional change. by Sanjay Patel · 11 years ago
  30. 69062a3 llvm-cov: Remove dead code by Justin Bogner · 11 years ago
  31. beeca54 Don't static_cast invalid pointers by Hal Finkel · 11 years ago
  32. e769dc3 Be more careful in parsing Module::ModFlagBehavior value by Alexey Samsonov · 11 years ago
  33. 16ee570 Fix the FIXME that was just added in r217390 - remove a bunch of redundant fold permutations. by Sanjay Patel · 11 years ago
  34. f6ab875 group unsafe math folds together for easier reading by Sanjay Patel · 11 years ago
  35. c3c0c6d [AArch64] Enabled AA support for Cortex-A57. by Chad Rosier · 11 years ago
  36. 13ea374 R600/SI: Fix assertion from copying a TargetGlobalAddress by Matt Arsenault · 11 years ago
  37. ef4bb30 R600/SI: Replace LDS atomics with no return versions by Matt Arsenault · 11 years ago
  38. f1cd7ce R600/SI: Add InstrMapping for noret atomics. by Matt Arsenault · 11 years ago
  39. b30d031 [AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph. by Chad Rosier · 11 years ago
  40. 1ef487d [AArch64] Enabled AA support for Cortex-A53. by Chad Rosier · 11 years ago
  41. b0ef014 Add .clang-tidy configuration file to provide LLVM-optimized defaults for by Alexander Kornienko · 11 years ago
  42. 27ebc7c Spelling correction by Sid Manning · 11 years ago
  43. feae667 Add a comment to getNewAlignmentDiff. by Andrew Trick · 11 years ago
  44. 5f36b46 Make use @llvm.assume for loop guards in ScalarEvolution by Hal Finkel · 11 years ago
  45. 1c0c67a Check for all known bits on ret in InstCombine by Hal Finkel · 11 years ago
  46. 3ef1aae Make use of @llvm.assume from LazyValueInfo by Hal Finkel · 11 years ago
  47. 1d6c2d7 Add an AlignmentFromAssumptions Pass by Hal Finkel · 11 years ago
  48. 83d886d Add additional patterns for @llvm.assume in ValueTracking by Hal Finkel · 11 years ago
  49. 851b04c Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.) by Hal Finkel · 11 years ago
  50. 22f8dcb DebugInfo: Do not use DW_FORM_GNU_addr_index in skeleton CUs, GDB 7.8 errors on this. by David Blaikie · 11 years ago
  51. 3d03d60 Add functions for finding ephemeral values by Hal Finkel · 11 years ago
  52. 3666e7f Add an Assumption-Tracking Pass by Hal Finkel · 11 years ago
  53. 8ceea90 [x86] Revert my over-eager commit in r217332. by Chandler Carruth · 11 years ago
  54. e328c5e [x86] Tweak the rules surrounding 0,0 and 1,1 v2f64 shuffles and add by Chandler Carruth · 11 years ago
  55. 3f09227 Try to unflake AllocatorTest.TestAlignmentPastSlab by Hans Wennborg · 11 years ago
  56. 4f24001 BumpPtrAllocator: do the size check without moving any pointers by Hans Wennborg · 11 years ago
  57. e3fc1d8 [MCJIT] Revert partial RuntimeDyldELF cleanup that was prematurely committed in by Lang Hames · 11 years ago
  58. f0ad482 [MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset' by Lang Hames · 11 years ago
  59. 277bb8d [MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnaligned methods. by Lang Hames · 11 years ago
  60. 324a7cd R600/SI: Fix register class for some 64-bit atomics by Matt Arsenault · 11 years ago
  61. 6a712e7 R600/SI: Relax a few tests to help enable scheduler by Matt Arsenault · 11 years ago
  62. 360ed46 R600/SI: Fix broken check lines. by Matt Arsenault · 11 years ago
  63. 5f61134 MC: correct DWARF line info for PE/COFF by Saleem Abdulrasool · 11 years ago
  64. 7cd7154 [x86] Fix a pretty horrible bug and inconsistency in the x86 asm by Chandler Carruth · 11 years ago
  65. 05ad067 Check whether the iterator p == the end iterator before trying to dereference it. This is a speculative fix for a failure found on the valgrind buildbot triggered by a clang test. by Nick Lewycky · 11 years ago
  66. 14b2112 Fix right shift by 64 bits detected on CXX/lex/lex.literal/lex.ext/p4.cpp by Alexey Samsonov · 11 years ago
  67. 1bd9f9b [docs] Document what "NFC" means in a commit message. by Sean Silva · 11 years ago
  68. 9a833c5 [MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject. by Lang Hames · 11 years ago
  69. 469c73b [x86] Fix an embarressing bug in the INSERTPS formation code. The mask by Chandler Carruth · 11 years ago
  70. cbbae7f [inline asm] Add a check in InlineAsm::ConstraintInfo::Parse to make sure '{' by Akira Hatanaka · 11 years ago
  71. 52af82d Allow vector fsub ops with constants to get the same optimizations as scalars. by Sanjay Patel · 11 years ago
  72. e8b19ac Fix pr20078. by Rafael Espindola · 11 years ago
  73. ea38850 Restore the ability to check if LLVMCreateObjectFile was successful by Bjorn Steinbrink · 11 years ago
  74. 2d1c285 clean up; NFC by Sanjay Patel · 11 years ago
  75. 54543af [DWARF parser] Fix nasty memory corruption in .dwo files handling. by Alexey Samsonov · 11 years ago
  76. 1455ac7 The gold tests also require ppc to be compiled in. by Rafael Espindola · 11 years ago
  77. eaa85e2 Revert "Disable the fix for pr20793 because of a gnu ld bug." by Rafael Espindola · 11 years ago
  78. 9f1eb4d [MCJIT] Const-ify the symbol lookup operations on RuntimeDyld. by Lang Hames · 11 years ago
  79. 1774832 Set the parent pointer of cloned DBG_VALUE instructions correctly. by Adrian Prantl · 11 years ago
  80. babb451 [mips] Change Feature-related types from unsigned to uint64_t in MipsAsmParser. No functional changes. by Toma Tabacu · 11 years ago
  81. 89a7e3e R600/SI: Use same complex patterns for DS atomics by Matt Arsenault · 11 years ago
  82. 353cf20 [mips] Marked the Trap-on-Condition instructions as Mips II by Daniel Sanders · 11 years ago
  83. f47b551 [mips] Rename data members and member functions in MipsAssemblerOptions. by Toma Tabacu · 11 years ago
  84. 286f644 R600: Fix FROUND by Jan Vesely · 11 years ago
  85. eb1fef0e R600/SI: Fix bug in SIInstrInfo::legalizeOpWithMove() by Tom Stellard · 11 years ago
  86. 7cda2d0 R600/SI: Use S_ADD_U32 and S_SUB_U32 for low half of 64-bit operations by Tom Stellard · 11 years ago
  87. c1c5dcf [x86] Factor out the zero vector insertion logic in the new vector by Chandler Carruth · 11 years ago
  88. 4b5f105 ARM: cover all sub-architecture enumerators to keep compiler happy. by Tim Northover · 11 years ago
  89. 94f5d44 [dwarfdump] Dump DW_AT_(decl|call)_line attribute values as decimal values. by Frederic Riss · 11 years ago
  90. eeb0520 Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()" by Frederic Riss · 11 years ago
  91. e80ca34 Removed white-space by Matthew Gardiner · 11 years ago
  92. a1fddc5 Adding kalimba variants as Triple sub-architectures. Reviewed in: by Matthew Gardiner · 11 years ago
  93. 163462e InstCombine: Remove a special case pattern by David Majnemer · 11 years ago
  94. 0452bfd Minor typo. by Andrew Trick · 11 years ago
  95. 7da07d7 MC: correct DWARF header for PE/COFF assembly input by Saleem Abdulrasool · 11 years ago
  96. b20b9bf [AArch64] Add pass to enable additional comparison optimizations by CSE. by Jiangning Liu · 11 years ago
  97. 7935e70 [CMake] Add -fno-sanitize=function to UBSan bootstrap by Alexey Samsonov · 11 years ago
  98. 6cf4a0f Disable the fix for pr20793 because of a gnu ld bug. by Rafael Espindola · 11 years ago
  99. 27589ac Refactor to avoid code duplication. NFC. by Rafael Espindola · 11 years ago
  100. 295a008 Fix pr20793. by Rafael Espindola · 11 years ago