1. 710cdf7 Replace std::map<K, V*> with std::map<K, V> to handle ownership and deletion of the values. by Craig Topper · 11 years ago
  2. 355d069 Remove 'else' after 'return'. Fix formatting of a 'switch' statement. by Craig Topper · 11 years ago
  3. b087448 [mips][microMIPS] Implement NOP aliases by Jozef Kolek · 11 years ago
  4. c7d3454 Use deque<T> rather than vector<T*> since it provides the same invalidation semantics (at least when removal is not needed) without the extra indirection/ownership complexity by David Blaikie · 11 years ago
  5. 71f69c8 Constify some things in preparation for CodeGenSubRegIndex to be stored by value in their container, removing the indirection by David Blaikie · 11 years ago
  6. 2935bbc Make RecordKeeper::addClass/addDef take unique_ptrs instead of creating one internally. by Craig Topper · 11 years ago
  7. 2d37070 Use unique_ptr to remove some explicit deletes on some error case returns. At least one spot of weird ownership passing that needs some future cleanup. by Craig Topper · 11 years ago
  8. 38b20f0 DebugIR: Remove empty directories from SVN by Duncan P. N. Exon Smith · 11 years ago
  9. 9416f9c DebugIR: Delete -debug-ir by Duncan P. N. Exon Smith · 11 years ago
  10. e395d74 Support: remove some variable names by Saleem Abdulrasool · 11 years ago
  11. b60bcfd Revert "Simplify some more ownership using forward_list<T> rather than vector<unique_ptr<T>>" by Duncan P. N. Exon Smith · 11 years ago
  12. 6e5862c R600/SI: Fix assertion on sign extend of 3 vectors by Matt Arsenault · 11 years ago
  13. 5f95140 Reapply "Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>"" by David Blaikie · 11 years ago
  14. 833ccf8 Revert "Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>" by David Blaikie · 11 years ago
  15. 47e9836 Push unique_ptr a bit further through some APIs and simplify some cleanup by David Blaikie · 11 years ago
  16. 5a94a64 Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>> by David Blaikie · 11 years ago
  17. 54786a0 Revert "Masked Vector Load and Store Intrinsics." by Duncan P. N. Exon Smith · 11 years ago
  18. 3ec563c Simplify some more ownership using forward_list<T> rather than vector<unique_ptr<T>> by David Blaikie · 11 years ago
  19. f1318cf Forgotten formatting from previous commit by David Blaikie · 11 years ago
  20. 841db2c Simplify ownership by using forward_list<T> rather than vector<unique_ptr<T>> by David Blaikie · 11 years ago
  21. da08412 Fix a few memory leaks in CodeGenRegBank. by Craig Topper · 11 years ago
  22. 0c83952 Use unique_ptr to simplify deletion. by Craig Topper · 11 years ago
  23. a112962 InstCombine: FoldOrOfICmps harder by David Majnemer · 11 years ago
  24. 69ed1ff [LICM] Store sink and indirectbr instructions by Bruno Cardoso Lopes · 11 years ago
  25. 0412209 [SwitchLowering] Handle multiple destinations on condensed case stmts by Bruno Cardoso Lopes · 11 years ago
  26. c599211 Enable FeatureFastUAMem for btver2 by Sanjay Patel · 11 years ago
  27. f716393 Add back r222727 with a fix. by Rafael Espindola · 11 years ago
  28. fdf8098 Add an assert and use a range loop. NFC. by Rafael Espindola · 11 years ago
  29. c616745 Add a testcase reduced from clang lto bootstrap on OS X. by Rafael Espindola · 11 years ago
  30. 3a8b98c Fix wrong encoding of MRSBanked. by Charlie Turner · 11 years ago
  31. 434d82e [msan] Fix origin propagation for select of floats. by Evgeniy Stepanov · 11 years ago
  32. 56101e1 Test all <build attribute, value> pairs. by Charlie Turner · 11 years ago
  33. 9e94786 Removed extra line from a comment to test first commit. NFC. by Ankur Garg · 11 years ago
  34. 9fd6eeb Fix another memory leak in TableGen AsmMatcher by deleting CodeGenInstAliases. by Craig Topper · 11 years ago
  35. 4c10f17 Add missing 'override' keyword. by Craig Topper · 11 years ago
  36. 44ebfb7 Use unique_ptr to fix some memory leaks in Tablegen AsmMatcherEmitter. by Craig Topper · 11 years ago
  37. 99a2170 Use range-based for loops and const-correct a few things. by Craig Topper · 11 years ago
  38. 402b6fd Stop using ArrayRef of a const type. by Tim Northover · 11 years ago
  39. d7a4f74 AArch64: treat [N x Ty] as a block during procedure calls. by Tim Northover · 11 years ago
  40. 7dc6143 [mips][microMIPS] Implement SWM16 and LWM16 instructions by Zoran Jovanovic · 11 years ago
  41. 13fbabb [mips][microMIPS] Implement BREAK16 and SDBBP16 instructions by Jozef Kolek · 11 years ago
  42. 68de93c [mips] Add synci instruction. by Daniel Sanders · 11 years ago
  43. e40dbd6 Widen ELFYAML relocation type to 32 bits by Will Newton · 11 years ago
  44. 8f9f6a6 Commit back the correct bits of r222760 (was r222538). by Rafael Espindola · 11 years ago
  45. 4bbcb6a Revert "Reapply 222538 and update tests to explicitly request small code model and PIC:" by Rafael Espindola · 11 years ago
  46. eb70fd0 Revert "Fix overly aggressive type merging." by Duncan P. N. Exon Smith · 11 years ago
  47. 6cfbf12 reinstate r222872: Peephole optimization in switch table lookup: reuse the guarding table comparison if possible. by Erik Eckstein · 11 years ago
  48. c0b24f7 [msan] Remove indirect call wrapping code. by Evgeniy Stepanov · 11 years ago
  49. 2b8e58c [mips][microMIPS] Implement disassembler support for 16-bit instructions LI16, ADDIUR1SP, ADDIUR2 and ADDIUS5 by Jozef Kolek · 11 years ago
  50. 72ba1af Stop uppercasing build attribute data. by Charlie Turner · 11 years ago
  51. 578b3cc Use FileCheck instead of grep. Change by Ankur Garg. by Suyog Sarda · 11 years ago
  52. 4646580 Revert "Peephole optimization in switch table lookup: reuse the guarding table comparison if possible." by Erik Eckstein · 11 years ago
  53. 8fc5d5c Use FileCheck instead of grep. Change by Sonam. by Suyog Sarda · 11 years ago
  54. c394c42 Peephole optimization in switch table lookup: reuse the guarding table comparison if possible. by Erik Eckstein · 11 years ago
  55. dcf39d2 InstCombine: Restore optimizations lost in r210006 by David Majnemer · 11 years ago
  56. f486061 Add LLVMObject to LLVMExecutionEngine. by NAKAMURA Takumi · 11 years ago
  57. f45536e InstSimplify: Restore optimizations lost in r210006 by David Majnemer · 11 years ago
  58. 973e54a [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. by Lang Hames · 11 years ago
  59. 21f9d78 [MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement. by Lang Hames · 11 years ago
  60. 7032f3c [MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), and by Lang Hames · 11 years ago
  61. daed11e [MCJIT] Remove JITEventListener's anchor until I can determine the right place by Lang Hames · 11 years ago
  62. a9ce038 Teach LLVM about llgo subproject. by Peter Collingbourne · 11 years ago
  63. 51bd393 [MCJIT] Move get-any-symbol-load-address logic out of RuntimeDyld and into by Lang Hames · 11 years ago
  64. 9e6a181 Revert "Added inst combine transforms for single bit tests from Chris's note" by David Majnemer · 11 years ago
  65. 6487f4b Add a small "usage:" comment at the top of not.cpp by Sean Silva · 11 years ago
  66. d2077b0 Object/COFF: Fix off-by-one error for object having lots of relocations by Rui Ueyama · 11 years ago
  67. b69378a R600/SI: Use ZeroOrNegativeOneBooleanContent by Matt Arsenault · 11 years ago
  68. 74eb264 [Hexagon] Adding cmp* immediate form instructions. by Colin LeMahieu · 11 years ago
  69. 832e230 [mips][microMIPS] Implement disassembler support for 16-bit instructions LBU16, LHU16, LW16, SB16, SH16 and SW16 by Jozef Kolek · 11 years ago
  70. 1df05cd [Hexagon] Adding and64, or64, and xor64 instructions. by Colin LeMahieu · 11 years ago
  71. f87cce1 R600/SI: Create e64 versions of and/or/xor in SILowerI1Copies by Matt Arsenault · 11 years ago
  72. 47539e0 [MCJIT] Fix missing return statement. by Lang Hames · 11 years ago
  73. 216e532 [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues. by Lang Hames · 11 years ago
  74. 19afe67 Reverting r222828 and r222810-r222812 as they broke the build on Windows. by Aaron Ballman · 11 years ago
  75. 83fca23 Removing a spurious semicolon; NFC by Aaron Ballman · 11 years ago
  76. a5a7331 Add missing "override". by Evgeniy Stepanov · 11 years ago
  77. 87a2f37 Update AArch64 ELF relocations to ABI 1.0 by Will Newton · 11 years ago
  78. 10c8f38 AVX-512: Scalar ERI intrinsics by Elena Demikhovsky · 11 years ago
  79. e984415 Update ARM ELF relocations to ABI 2.09 by Will Newton · 11 years ago
  80. 31862ae [MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but check by Lang Hames · 11 years ago
  81. 11f81ba [MCJIT] Temporarily disable automatic JIT debugger registration. by Lang Hames · 11 years ago
  82. 7acaefa [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme. by Lang Hames · 11 years ago
  83. 568f7e8 Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone should use hasSideEffects now. by Craig Topper · 11 years ago
  84. e2fc38a Try to make the modules buildbot happy again. by Richard Smith · 11 years ago
  85. 0118981 Reformat with gofmt. by Eric Christopher · 11 years ago
  86. 2d3f97d Make SetMCJITOptimizationLevel more of a method and pass options by Eric Christopher · 11 years ago
  87. 82ec847 Make sure that the go bindings call LLVMInitializeMCJITCompilerOptions by Eric Christopher · 11 years ago
  88. c0dae44 Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files. by Craig Topper · 11 years ago
  89. 7f6cee9 [X86][SSE] Improvements to byte shift shuffle matching by Simon Pilgrim · 11 years ago
  90. 5bf7bcf [Hexagon] Adding add64 and sub64 instructions. by Colin LeMahieu · 11 years ago
  91. 7c45f13 Reverting 222792 by Colin LeMahieu · 11 years ago
  92. 9980f8c [Hexagon] Adding compare with immediate instructions. by Colin LeMahieu · 11 years ago
  93. c688fdb [Hexagon] Adding NOP encoding bits. by Colin LeMahieu · 11 years ago
  94. 5a4bf22 Go bindings: add DIBuilder.InsertValueAtEnd by Peter Collingbourne · 11 years ago
  95. c9d99b5 R600/SI: Only use one DEBUG() by Matt Arsenault · 11 years ago
  96. 823f3d2 This test requires asserts because of -stats. by Rafael Espindola · 11 years ago
  97. 2fbbd7a gold plugin: call llvm_shutdown so that -stats works. by Rafael Espindola · 11 years ago
  98. 9f4bb04 [AVX512] Add 512b integer shift by variable intrinsics and patterns. by Cameron McInally · 11 years ago
  99. fb73fbf [Hexagon] [NFC] Adding trailing whitespace to test files. by Colin LeMahieu · 11 years ago
  100. 609c7fa [Hexagon] Adding C2_mux instruction. by Colin LeMahieu · 11 years ago