1. 841db2c Simplify ownership by using forward_list<T> rather than vector<unique_ptr<T>> by David Blaikie · 11 years ago
  2. da08412 Fix a few memory leaks in CodeGenRegBank. by Craig Topper · 11 years ago
  3. 0c83952 Use unique_ptr to simplify deletion. by Craig Topper · 11 years ago
  4. a112962 InstCombine: FoldOrOfICmps harder by David Majnemer · 11 years ago
  5. 69ed1ff [LICM] Store sink and indirectbr instructions by Bruno Cardoso Lopes · 11 years ago
  6. 0412209 [SwitchLowering] Handle multiple destinations on condensed case stmts by Bruno Cardoso Lopes · 11 years ago
  7. c599211 Enable FeatureFastUAMem for btver2 by Sanjay Patel · 11 years ago
  8. f716393 Add back r222727 with a fix. by Rafael Espindola · 11 years ago
  9. fdf8098 Add an assert and use a range loop. NFC. by Rafael Espindola · 11 years ago
  10. c616745 Add a testcase reduced from clang lto bootstrap on OS X. by Rafael Espindola · 11 years ago
  11. 3a8b98c Fix wrong encoding of MRSBanked. by Charlie Turner · 11 years ago
  12. 434d82e [msan] Fix origin propagation for select of floats. by Evgeniy Stepanov · 11 years ago
  13. 56101e1 Test all <build attribute, value> pairs. by Charlie Turner · 11 years ago
  14. 9e94786 Removed extra line from a comment to test first commit. NFC. by Ankur Garg · 11 years ago
  15. 9fd6eeb Fix another memory leak in TableGen AsmMatcher by deleting CodeGenInstAliases. by Craig Topper · 11 years ago
  16. 4c10f17 Add missing 'override' keyword. by Craig Topper · 11 years ago
  17. 44ebfb7 Use unique_ptr to fix some memory leaks in Tablegen AsmMatcherEmitter. by Craig Topper · 11 years ago
  18. 99a2170 Use range-based for loops and const-correct a few things. by Craig Topper · 11 years ago
  19. 402b6fd Stop using ArrayRef of a const type. by Tim Northover · 11 years ago
  20. d7a4f74 AArch64: treat [N x Ty] as a block during procedure calls. by Tim Northover · 11 years ago
  21. 7dc6143 [mips][microMIPS] Implement SWM16 and LWM16 instructions by Zoran Jovanovic · 11 years ago
  22. 13fbabb [mips][microMIPS] Implement BREAK16 and SDBBP16 instructions by Jozef Kolek · 11 years ago
  23. 68de93c [mips] Add synci instruction. by Daniel Sanders · 11 years ago
  24. e40dbd6 Widen ELFYAML relocation type to 32 bits by Will Newton · 11 years ago
  25. 8f9f6a6 Commit back the correct bits of r222760 (was r222538). by Rafael Espindola · 11 years ago
  26. 4bbcb6a Revert "Reapply 222538 and update tests to explicitly request small code model and PIC:" by Rafael Espindola · 11 years ago
  27. eb70fd0 Revert "Fix overly aggressive type merging." by Duncan P. N. Exon Smith · 11 years ago
  28. 6cfbf12 reinstate r222872: Peephole optimization in switch table lookup: reuse the guarding table comparison if possible. by Erik Eckstein · 11 years ago
  29. c0b24f7 [msan] Remove indirect call wrapping code. by Evgeniy Stepanov · 11 years ago
  30. 2b8e58c [mips][microMIPS] Implement disassembler support for 16-bit instructions LI16, ADDIUR1SP, ADDIUR2 and ADDIUS5 by Jozef Kolek · 11 years ago
  31. 72ba1af Stop uppercasing build attribute data. by Charlie Turner · 11 years ago
  32. 578b3cc Use FileCheck instead of grep. Change by Ankur Garg. by Suyog Sarda · 11 years ago
  33. 4646580 Revert "Peephole optimization in switch table lookup: reuse the guarding table comparison if possible." by Erik Eckstein · 11 years ago
  34. 8fc5d5c Use FileCheck instead of grep. Change by Sonam. by Suyog Sarda · 11 years ago
  35. c394c42 Peephole optimization in switch table lookup: reuse the guarding table comparison if possible. by Erik Eckstein · 11 years ago
  36. dcf39d2 InstCombine: Restore optimizations lost in r210006 by David Majnemer · 11 years ago
  37. f486061 Add LLVMObject to LLVMExecutionEngine. by NAKAMURA Takumi · 11 years ago
  38. f45536e InstSimplify: Restore optimizations lost in r210006 by David Majnemer · 11 years ago
  39. 973e54a [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. by Lang Hames · 11 years ago
  40. 21f9d78 [MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement. by Lang Hames · 11 years ago
  41. 7032f3c [MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), and by Lang Hames · 11 years ago
  42. daed11e [MCJIT] Remove JITEventListener's anchor until I can determine the right place by Lang Hames · 11 years ago
  43. a9ce038 Teach LLVM about llgo subproject. by Peter Collingbourne · 11 years ago
  44. 51bd393 [MCJIT] Move get-any-symbol-load-address logic out of RuntimeDyld and into by Lang Hames · 11 years ago
  45. 9e6a181 Revert "Added inst combine transforms for single bit tests from Chris's note" by David Majnemer · 11 years ago
  46. 6487f4b Add a small "usage:" comment at the top of not.cpp by Sean Silva · 11 years ago
  47. d2077b0 Object/COFF: Fix off-by-one error for object having lots of relocations by Rui Ueyama · 11 years ago
  48. b69378a R600/SI: Use ZeroOrNegativeOneBooleanContent by Matt Arsenault · 11 years ago
  49. 74eb264 [Hexagon] Adding cmp* immediate form instructions. by Colin LeMahieu · 11 years ago
  50. 832e230 [mips][microMIPS] Implement disassembler support for 16-bit instructions LBU16, LHU16, LW16, SB16, SH16 and SW16 by Jozef Kolek · 11 years ago
  51. 1df05cd [Hexagon] Adding and64, or64, and xor64 instructions. by Colin LeMahieu · 11 years ago
  52. f87cce1 R600/SI: Create e64 versions of and/or/xor in SILowerI1Copies by Matt Arsenault · 11 years ago
  53. 47539e0 [MCJIT] Fix missing return statement. by Lang Hames · 11 years ago
  54. 216e532 [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues. by Lang Hames · 11 years ago
  55. 19afe67 Reverting r222828 and r222810-r222812 as they broke the build on Windows. by Aaron Ballman · 11 years ago
  56. 83fca23 Removing a spurious semicolon; NFC by Aaron Ballman · 11 years ago
  57. a5a7331 Add missing "override". by Evgeniy Stepanov · 11 years ago
  58. 87a2f37 Update AArch64 ELF relocations to ABI 1.0 by Will Newton · 11 years ago
  59. 10c8f38 AVX-512: Scalar ERI intrinsics by Elena Demikhovsky · 11 years ago
  60. e984415 Update ARM ELF relocations to ABI 2.09 by Will Newton · 11 years ago
  61. 31862ae [MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but check by Lang Hames · 11 years ago
  62. 11f81ba [MCJIT] Temporarily disable automatic JIT debugger registration. by Lang Hames · 11 years ago
  63. 7acaefa [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme. by Lang Hames · 11 years ago
  64. 568f7e8 Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone should use hasSideEffects now. by Craig Topper · 11 years ago
  65. e2fc38a Try to make the modules buildbot happy again. by Richard Smith · 11 years ago
  66. 0118981 Reformat with gofmt. by Eric Christopher · 11 years ago
  67. 2d3f97d Make SetMCJITOptimizationLevel more of a method and pass options by Eric Christopher · 11 years ago
  68. 82ec847 Make sure that the go bindings call LLVMInitializeMCJITCompilerOptions by Eric Christopher · 11 years ago
  69. c0dae44 Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files. by Craig Topper · 11 years ago
  70. 7f6cee9 [X86][SSE] Improvements to byte shift shuffle matching by Simon Pilgrim · 11 years ago
  71. 5bf7bcf [Hexagon] Adding add64 and sub64 instructions. by Colin LeMahieu · 11 years ago
  72. 7c45f13 Reverting 222792 by Colin LeMahieu · 11 years ago
  73. 9980f8c [Hexagon] Adding compare with immediate instructions. by Colin LeMahieu · 11 years ago
  74. c688fdb [Hexagon] Adding NOP encoding bits. by Colin LeMahieu · 11 years ago
  75. 5a4bf22 Go bindings: add DIBuilder.InsertValueAtEnd by Peter Collingbourne · 11 years ago
  76. c9d99b5 R600/SI: Only use one DEBUG() by Matt Arsenault · 11 years ago
  77. 823f3d2 This test requires asserts because of -stats. by Rafael Espindola · 11 years ago
  78. 2fbbd7a gold plugin: call llvm_shutdown so that -stats works. by Rafael Espindola · 11 years ago
  79. 9f4bb04 [AVX512] Add 512b integer shift by variable intrinsics and patterns. by Cameron McInally · 11 years ago
  80. fb73fbf [Hexagon] [NFC] Adding trailing whitespace to test files. by Colin LeMahieu · 11 years ago
  81. 609c7fa [Hexagon] Adding C2_mux instruction. by Colin LeMahieu · 11 years ago
  82. 68766c3 Remove unncessary check for Int_* and *_Int in AsmMatcherEmitter. These are all marked isCodeGenOnly these days. by Craig Topper · 11 years ago
  83. f78e333 Use range-based for loops. by Craig Topper · 11 years ago
  84. 5d7f978 Remove dead code. by Craig Topper · 11 years ago
  85. a22c3ef Remove unused MaxSize variable. by Craig Topper · 11 years ago
  86. 72f7001 Move a vector instead of copying it. by Craig Topper · 11 years ago
  87. 690b962 Remove space before tab in all AVX512 mnemonic strings. by Craig Topper · 11 years ago
  88. ca5ffd5 Remove useless rdar:// comment from switch_to_lookup_table.ll test. by Hans Wennborg · 11 years ago
  89. a95af5c [Hexagon] Replacing cmp* instructions with ones that contain encoding bits. by Colin LeMahieu · 11 years ago
  90. 04871e9 Cleaning out google tests from MC. by Colin LeMahieu · 11 years ago
  91. 4d48c3f1 LazyValueInfo: Actually re-visit partially solved block-values in solveBlockValue() by Hans Wennborg · 11 years ago
  92. f71e0f8 Small model and JIT generally don't go well with each other. by Joerg Sonnenberger · 11 years ago
  93. b4e2bdb Set the body of a new struct as soon as it is created. by Rafael Espindola · 11 years ago
  94. ccac3a0 [msan] Annotate zlib functions for MemorySanitizer. by Evgeniy Stepanov · 11 years ago
  95. b3d06a04 Misc style fixes. NFC. by Rafael Espindola · 11 years ago
  96. 21bcdeb Reapply 222538 and update tests to explicitly request small code model and PIC: by Joerg Sonnenberger · 11 years ago
  97. e97049e Mark as explicit failing on x86-64 -- small memory model doesn't agree by Joerg Sonnenberger · 11 years ago
  98. b959a30 Remove a bit of duplicated code. by Rafael Espindola · 11 years ago
  99. d8022cd Revert r222746: That commit did not update any tests and caused two R600 by Chandler Carruth · 11 years ago
  100. 137c475 [mips][micromips] Use call instructions with short delay slots by Zoran Jovanovic · 11 years ago