1. fb9a3fb MCSchedule.h: fix VS2012 build after r216919 by Hans Wennborg · 11 years ago
  2. 98f518c unique_ptrify FileOutputBuffer::FileOutputBuffer by David Blaikie · 11 years ago
  3. 60a82bc Fix left shifts of negative values in MipsDisassembler. by Alexey Samsonov · 11 years ago
  4. 6de6c6a Change MCSchedModel to be a struct of statically initialized data. by Pete Cooper · 11 years ago
  5. ac31076 unique_ptrify PBQPBuilder::build by David Blaikie · 11 years ago
  6. 93accb4 Fix signed integer overflow in PPCInstPrinter. by Alexey Samsonov · 11 years ago
  7. 7bda613 Correct unique_ptr passing in MCObjectDisassembler::setFallbackRegion by David Blaikie · 11 years ago
  8. 251da88 Fix left shifts by too large exponents in MCParser by Alexey Samsonov · 11 years ago
  9. ca514a4 Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'. by Andrea Di Biagio · 11 years ago
  10. 0b6ee9f [APFloat] Fixed a bug in method 'fusedMultiplyAdd'. by Andrea Di Biagio · 11 years ago
  11. a778b5e Add missing override on ARMAsmBackend's dtor. by JF Bastien · 11 years ago
  12. 9e1f653 LICM: Don't crash when an instruction is used by an unreachable BB by David Majnemer · 11 years ago
  13. 4648487 Fix left shifts of negative integers in AArch64 InstPrinter/Disassembler by Alexey Samsonov · 11 years ago
  14. 2633f79 Enable splitting indexing from loads with TargetConstants by Hal Finkel · 11 years ago
  15. 1e556a8 Replace -use-init-array with -use-ctors. by Rafael Espindola · 11 years ago
  16. edc658d Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)). NFC. by Aaron Ballman · 11 years ago
  17. 4e2b661 Merge Extend and Shift into a UBFX by David Xu · 11 years ago
  18. 3da41a2 Revert "Revert '[DAGCombiner] Split up an indexed load if only the base pointer value is live'" by Hal Finkel · 11 years ago
  19. dea837d [PowerPC] Guard against illegal selection of add for TargetConstant operands by Hal Finkel · 11 years ago
  20. 901a341 CodeGen: indicate Windows unwind data format by Saleem Abdulrasool · 11 years ago
  21. 05c3ddf CodeGen: split out the Win64Exception emitter by Saleem Abdulrasool · 11 years ago
  22. 0c1740c MC: remove unnecessary enumeration prefix by Saleem Abdulrasool · 11 years ago
  23. e64e7c4 SROA: Don't insert instructions before a PHI by David Majnemer · 11 years ago
  24. a0b2af4 Revert "Revert two GEP-related InstCombine commits" by David Majnemer · 11 years ago
  25. 3c7bd3f Use an integer constant for FABS / FNEG (x86). by Sanjay Patel · 11 years ago
  26. 73f8eff Add a convenience method to copy wrapping, exact, and fast-math flags (NFC). by Sanjay Patel · 11 years ago
  27. 88350bf Fix a typo in comments in r216862, NFC by Jingyue Wu · 11 years ago
  28. 4016a9e [ARM] Add Thumb-2 code size optimization regression test for EOR. by Tilmann Scheller · 11 years ago
  29. 9e6f09d7 ARM] Add Thumb-2 code size optimization regression test for BIC. by Tilmann Scheller · 11 years ago
  30. 861eddb [asan-assembly-instrumentation] Prologue and epilogue are moved out from InstrumentMemOperand(). by Yuri Gorshenin · 11 years ago
  31. 09e28e3 Thumb2 M-class MSR instruction support changes by Renato Golin · 11 years ago
  32. 7948290 Fix in InlineSpiller to make the rematerilization loop also consider by Patrik Hagglund · 11 years ago
  33. c642ad95 Revert "[asan-assembly-instrumentation] Prologue and epilogue are moved out from InstrumentMemOperand()." by Yuri Gorshenin · 11 years ago
  34. 1faa445 Fix a really bad miscompile introduced in r216865 - the else-if logic by Chandler Carruth · 11 years ago
  35. 35b114f Small refactor on VectorizerHint for deduplication by Renato Golin · 11 years ago
  36. 895aa39 [asan-assembly-instrumentation] Prologue and epilogue are moved out from InstrumentMemOperand(). by Yuri Gorshenin · 11 years ago
  37. 32418db Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata by Hal Finkel · 11 years ago
  38. 0cbef49 Ignore lifetime intrinsics in use list for MemCpyOptimizer. Patch by Luqman Aden, review by Hal Finkel. by Nick Lewycky · 11 years ago
  39. 7ba4e07 Remove an errant outer loop that contains nothing but an inner loop over exactly the same elements. While no functionality is change intended (and hence there are no changes to tests), you don't want to skip this revision if bisecting for errors. by Nick Lewycky · 11 years ago
  40. 5581563 Fix AddAliasScopeMetadata again - alias.scope must be a complete description by Hal Finkel · 11 years ago
  41. d43e6df [MachineSink] Use the real post dominator tree by Jingyue Wu · 11 years ago
  42. e2cf6dc DebugInfo: Elide lexical scopes which only contain other (inline or lexical) scopes. by David Blaikie · 11 years ago
  43. 30392bf Consider addrspaces in canLosslesslyBitCastTo() by Matt Arsenault · 11 years ago
  44. 363d0d2 DebugInfo: Move argument creation up into the caller that's unambiguously handling the subprogram scope (replacing a conditional with an assertion in the process) by David Blaikie · 11 years ago
  45. 4b538d3 Delay adding imported entity DIEs to the lexical scope, streamlining the check for "this scope has nothing in it" by David Blaikie · 11 years ago
  46. 677ae42 Modify DwarfDebug::constructImportedEntityDIE to return rather than insert into the scope by David Blaikie · 11 years ago
  47. ba466e6 Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a DIE rather than inserting it into a specified context. by David Blaikie · 11 years ago
  48. b8ee7c2 Simplify expression using container's front() rather than begin()-> by David Blaikie · 11 years ago
  49. 07f3526 Add some negative (and positive) static_assert checks for ArrayRef-of-pointer conversions introduced in r216709 by David Blaikie · 11 years ago
  50. 6e153ad [PATCH][Interpreter] Add missing FP intrinsic lowering. by Josh Klontz · 11 years ago
  51. d421075 Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream. by Jordan Rose · 11 years ago
  52. 3af1356 Remove 'virtual' keyword from methods markedwith 'override' keyword. by Craig Topper · 11 years ago
  53. 847998f0d Use StringRef to avoid copies and simplify code. by Craig Topper · 11 years ago
  54. 8316713 Add a test for converting ArrayRef<T *> to ArrayRef<const T *>. by Craig Topper · 11 years ago
  55. 24ae56d Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already. by Craig Topper · 11 years ago
  56. 7ee57cc JIT support has been added awhile ago. by Brad Smith · 11 years ago
  57. bd896c1 Fix AddAliasScopeMetadata to not add scopes when deriving from unknown pointers by Hal Finkel · 11 years ago
  58. b265e6f InstCombine: Respect recursion depth in visitUDivOperand by David Majnemer · 11 years ago
  59. c6219ba InstCombine: Try harder to combine icmp instructions by David Majnemer · 11 years ago
  60. bcbae3d Revert r216805 "[MachineCombiner][AArch64] Use the correct register class for MADD, SUB, and OR." by Juergen Ributzka · 11 years ago
  61. 77c2eb2 Fixed a build problem when there were headers by Sean Callanan · 11 years ago
  62. 23e2653 Add missing const to StringRef.copy() by Nick Kledzik · 11 years ago
  63. fbf47c2 Fix typo and formatting by Nick Kledzik · 11 years ago
  64. aa4d2ac Object/llvm-objdump: allow dumping of mach-o exports trie by Nick Kledzik · 11 years ago
  65. 4e92383 [MachineCombiner][AArch64] Use the correct register class for MADD, SUB, and OR. by Juergen Ributzka · 11 years ago
  66. e7f301e [FastISel][AArch64] Use the correct register class for branches. by Juergen Ributzka · 11 years ago
  67. bc420a0 [MachineSinking] Clear kill flag of all operands at all their uses. by Juergen Ributzka · 11 years ago
  68. 361153e [MCJIT] Move endian-aware read/writes from RuntimeDyldMachO into by Lang Hames · 11 years ago
  69. 4b9f3c1 Debug info: Add a new explicit DIDescriptor flag for the "public" access by Adrian Prantl · 11 years ago
  70. 794003c Comment only: Annotate loop as per mailing list discussion by Jean-Luc Duprat · 11 years ago
  71. c5198dc Make isValidMCLOHType take unsigned instead of enum to avoid loading invalid enum values by Alexey Samsonov · 11 years ago
  72. e306159 Next bit of support for llvm-objdump’s -private-headers for Mach-O files. by Kevin Enderby · 11 years ago
  73. 61123cf AArch64: Silence -Wabsolute-value warning with std::abs by Reid Kleckner · 11 years ago
  74. e038aca Speculative build fix for const, gcc, and ArrayRef overloads by Reid Kleckner · 11 years ago
  75. 3f4b69d Revert accidentally committed patches r216787-r216789 by David Blaikie · 11 years ago
  76. 3da7647 Add a trivial functor for use with unique_ptrs managing memory that needs to be freed rather than deleted. by David Blaikie · 11 years ago
  77. a2fa271 Omit DW_AT_artificial, DW_AT_external, and similar attributes under -gmlt by David Blaikie · 11 years ago
  78. 0f155c1 Omit dwarf::DW_AT_frame_base under -gmlt by David Blaikie · 11 years ago
  79. a66ce7a Stuff by David Blaikie · 11 years ago
  80. 217b38e Fix typos in comments, NFC by Robin Morisset · 11 years ago
  81. 039f6c6 Add a const and munge some comments by Reid Kleckner · 11 years ago
  82. 9436574 musttail: Forward regparms of variadic functions on x86_64 by Reid Kleckner · 11 years ago
  83. dae2873 Verifier: Don't reject varargs callee cleanup functions by Reid Kleckner · 11 years ago
  84. 6393b3a Remove spurious mask operations from AArch64 add->compares on 16 and 8 bit values by Louis Gerbarg · 11 years ago
  85. 1469e29 X86: Fix conflict over ESI between base register and rep;movsl by Reid Kleckner · 11 years ago
  86. e8b65bc another typo by Sanjay Patel · 11 years ago
  87. da0bc1c typo by Sanjay Patel · 11 years ago
  88. 66b380b Relax the constraint more in MemoryDependencyAnalysis.cpp by Robin Morisset · 11 years ago
  89. 22f3cb0 [X86] Refactor X86ISelDAGToDAG::SelectAtomicLoadArith - NFC by Robin Morisset · 11 years ago
  90. f1b5734c Add missing mach-o EXPORT_SYMBOL_FLAG_KIND_ABSOLUTE by Nick Kledzik · 11 years ago
  91. 1da4862 Tablegen fixes for new syntax when initializing bits from variables. by Jean-Luc Duprat · 11 years ago
  92. d8835d0 [FastISel][AArch64] Fix an incorrect kill flag due to a bug in SelectTrunc. by Juergen Ributzka · 11 years ago
  93. 59758c4 [ARM] Add Thumb-2 code size optimization test for ASR (register). by Tilmann Scheller · 11 years ago
  94. b1424d7 [ARM] Add Thumb-2 code size optimization test for ASR (immediate). by Tilmann Scheller · 11 years ago
  95. 4f66dd7 Fix a typo in AddAliasScopeMetadata by Hal Finkel · 11 years ago
  96. 0d90962 Make fabs safe to speculatively execute by Matt Arsenault · 11 years ago
  97. f4d57e7 R600/SI: Use mad for fsub + fmul by Matt Arsenault · 11 years ago
  98. 1e77dc8 AArch64: only try to get operand of a known node. by Tim Northover · 11 years ago
  99. d1c5443 Remove unnecessary regex in test pattern per dblaikie suggestion. by Frederic Riss · 11 years ago
  100. 86cafbc typo by Sanjay Patel · 11 years ago