1. aaac992 ProgrammersManual.rst: fix a typo by Hans Wennborg · 11 years ago
  2. 5eed637 Improve DAG combine pass on certain IR vector patterns by Mehdi Amini · 11 years ago
  3. f2a51a7 [RuntimeDyld] Tidy up emitCommonSymbols a little. NFC. by Lang Hames · 11 years ago
  4. 6cf3f3f Remove std::move that was preventing return value optimization. by Richard Trieu · 11 years ago
  5. 0553dac RegisterCoalescer: Cleanup and improved comment for a subtle detail. by Matthias Braun · 11 years ago
  6. b26c2fc RegisterCoalescer: Cleanup by factoring out a common expression by Matthias Braun · 11 years ago
  7. b8f5c8c RegisterCoalescer: Cleanup comment style by Matthias Braun · 11 years ago
  8. 07a087f RegisterCoalescer: Drive-by typo + whitespace fix by Matthias Braun · 11 years ago
  9. 944d563 [RuntimeDyld] Remove the brace initialization that was introduced in r226341. by Lang Hames · 11 years ago
  10. 451ade5 Change the test case for llvm-objdump’s -archive-headers option to not check the size by Kevin Enderby · 11 years ago
  11. 70e90ce Update a comment by Philip Reames · 11 years ago
  12. 9994127 clang-format all the GC related files (NFC) by Philip Reames · 11 years ago
  13. 61bd005 [RuntimeDyld] Track symbol visibility in RuntimeDyld. by Lang Hames · 11 years ago
  14. b2bb846f R600: Clean up floor tests by Matt Arsenault · 11 years ago
  15. 57cc8ad Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive-headers option by Kevin Enderby · 11 years ago
  16. 2c0f0f9 [Kaleidoscope] Run clang-format over chapter 4 of kaleidoscope. by Lang Hames · 11 years ago
  17. d08a6cd [Hexagon] Converting halfword to doubleword multiply intrinsics. by Colin LeMahieu · 11 years ago
  18. 9a56f06 [Hexagon] Converting accumulating halfword multiply intrinsics to patterns. by Colin LeMahieu · 11 years ago
  19. 67451fe [Hexagon] Beginning converting intrinsics to patterns instead of duplicated definitions. Converting halfword multiply intrinsics. by Colin LeMahieu · 11 years ago
  20. e9e9013 [RuntimeDyld] Add 'stub_addr' to comment describing RuntimeDyldChecker's syntax. by Lang Hames · 11 years ago
  21. 6a1bcaf [Hexagon] Fix 226309, replacement atomic store patterns didn't actually exist, added new versions. by Colin LeMahieu · 11 years ago
  22. 972a75d llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration by Saleem Abdulrasool · 11 years ago
  23. d4bdb4e X86: fix comment typo in AsmParser by Saleem Abdulrasool · 11 years ago
  24. 07fbc5c Move ownership of GCStrategy objects to LLVMContext by Philip Reames · 11 years ago
  25. 9da6e03 [Hexagon] Removing old duplicate atomic load/store patterns. by Colin LeMahieu · 11 years ago
  26. e639d4f [Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidoscope tutorial where repeat by Lang Hames · 11 years ago
  27. 8a660bd Remove gc.root's findCustomSafePoints mechanism by Philip Reames · 11 years ago
  28. 3cec368 [Hexagon] Converting old patterns to new versions using classes. by Colin LeMahieu · 11 years ago
  29. 785ee4f Check commit access by Sumanth Gundapaneni · 11 years ago
  30. ad2ac97 [AVX512] Add intrinsics for masked aligned FP loads and stores by Adam Nemet · 11 years ago
  31. 1310e4f [AVX512] Remove trailing whitespaces in this test by Adam Nemet · 11 years ago
  32. fb7514f IR: Allow 16-bits for column info by Duncan P. N. Exon Smith · 11 years ago
  33. 44fb4b3 IR: Cleanup dead code, NFC by Duncan P. N. Exon Smith · 11 years ago
  34. 9fd1ca6 [Hexagon] Updating call/jump instruction patterns. by Colin LeMahieu · 11 years ago
  35. ac7b9c8 [X86][DAG] Disable target specific combine on INSERTPS dag nodes at -O0. by Andrea Di Biagio · 11 years ago
  36. ca2812c [mips] Remove a redundant semicolon and add space before curly brackets. NFC. by Toma Tabacu · 11 years ago
  37. 3717f7c [X86] Refactored stack memory folding tests to explicitly force register spilling by Simon Pilgrim · 11 years ago
  38. 6a7c74d Revert r226242 - Revert Revert Don't create new comdats in CodeGen by Timur Iskhodzhanov · 11 years ago
  39. 293d3de Use report_fatal_error instead of llvm_unreachable, so we don't crash on user input by Filipe Cabecinhas · 11 years ago
  40. 92cd0ca [PowerPC] Adjust PatchPoints for ppc64le by Hal Finkel · 11 years ago
  41. 525f296 Fix Reassociate handling of constant in presence of undef float by Mehdi Amini · 11 years ago
  42. dfe88a0 Revert "Revert Don't create new comdats in CodeGen" by Rafael Espindola · 11 years ago
  43. ce68afe Work around to get the build bot clang-cmake-armv7-a15-full green by by Kevin Enderby · 11 years ago
  44. 241bbdd Another attempt to fix the build bot clang-cmake-armv7-a15-full failing on by Kevin Enderby · 11 years ago
  45. 148e8c9 Add a new pass "inductive range check elimination" by Sanjoy Das · 11 years ago
  46. 5d80532 This should fix the build bot clang-cmake-armv7-a15-full failing on by Kevin Enderby · 11 years ago
  47. ab23150 R600/SI: Add patterns for v_cvt_{flr|rpi}_i32_f32 by Matt Arsenault · 11 years ago
  48. 909dd28 Fix edge case when Start overflowed in 32 bit mode by Filipe Cabecinhas · 11 years ago
  49. cdfe54f Add the option, -archive-headers, used with -macho to print the Mach-O archive headers to llvm-objdump. by Kevin Enderby · 11 years ago
  50. c204f47 R600/SI: Fix trailing comma with modifiers by Matt Arsenault · 11 years ago
  51. c93be74 [Hexagon] Adding new-value store and bit reverse instructions. by Colin LeMahieu · 11 years ago
  52. 0183477 Report fatal errors instead of segfaulting/asserting on a few invalid accesses while reading MachO files. by Filipe Cabecinhas · 11 years ago
  53. 07e3f81 [Object] Add SF_Exported flag. This flag will be set on all symbols that would by Lang Hames · 11 years ago
  54. df1b4f6 Revert r226201 (Add a new pass "inductive range check elimination") by Sanjoy Das · 11 years ago
  55. 63feac1 InductiveRangeCheckElimination: Remove extra ';' by David Majnemer · 11 years ago
  56. 3a370d4 Fixing pedantic build warnings. by Andrew Kaylor · 11 years ago
  57. c0518a0 [Hexagon] Fix 226206 by uncommenting required pattern and changing patterns for simple load-extends. by Colin LeMahieu · 11 years ago
  58. 94dc061 [PowerPC] Loosen ELFv1 PPC64 func descriptor loads for indirect calls by Hal Finkel · 11 years ago
  59. 02b6775 [Hexagon] Updating indexed load-extend patterns and changing test to new expected output. by Colin LeMahieu · 11 years ago
  60. 0170a30 Add a new pass "inductive range check elimination" by Sanjoy Das · 11 years ago
  61. 39b09ae Revert "r226086 - Revert "r226071 - [RegisterCoalescer] Remove copies to reserved registers"" by Hal Finkel · 11 years ago
  62. ff0ce51 Style cleanup of old gc.root lowering code by Philip Reames · 11 years ago
  63. ecbec41 R600/SI: Improve fpext / fptrunc test coverage by Matt Arsenault · 11 years ago
  64. b0a04ac clang-format GCStrategy.cpp & GCRootLowering.cpp (NFC) by Philip Reames · 11 years ago
  65. 71649b0 Split GCStrategy.cpp into two files (NFC) by Philip Reames · 11 years ago
  66. 42fa763 [Hexagon] Removing old versions of vsplice, valign, cl0, ct0 and updating references to new versions. by Colin LeMahieu · 11 years ago
  67. 3d7ab06 R600/SI: Unify VOP2 instructions which are VOP3-only on VI by Marek Olsak · 11 years ago
  68. 232d5fa R600/SI: Use 64-bit encoding by default for opcodes that are VOP3-only on VI by Marek Olsak · 11 years ago
  69. 352fa59 R600/SI: Add V_READLANE_B32 and V_WRITELANE_B32 for VI by Marek Olsak · 11 years ago
  70. 6589ea1 R600/SI: Don't shrink instructions whose e32 encoding doesn't exist by Marek Olsak · 11 years ago
  71. cbb4ac5 R600/SI: Add common class VOPAnyCommon by Marek Olsak · 11 years ago
  72. a32c8ca R600/SI: Don't select SI-only VOP3 opcodes on VI by Marek Olsak · 11 years ago
  73. 500b0d9 [Hexagon] Adding vmux instruction. Removing old transfer instructions and updating references. by Colin LeMahieu · 11 years ago
  74. 4f158a7 statepoint tests: use statepoint-example gc by Ramkumar Ramachandra · 11 years ago
  75. 638077a Support @PLT loads on 32bit x86. by Joerg Sonnenberger · 11 years ago
  76. 044438a [Hexagon] Deleting old float comparison instruction and updating references to new ones. by Colin LeMahieu · 11 years ago
  77. 4ce3b1e [Hexagon] Replacing old fadd/fsub instructions and updating references. by Colin LeMahieu · 11 years ago
  78. d048b3b Revert Don't create new comdats in CodeGen by Timur Iskhodzhanov · 11 years ago
  79. cb71ef1 [mips] Fix a typo in the compare patterns for MIPS32r6/MIPS64r6. by Daniel Sanders · 11 years ago
  80. add8f51 Fix the C-API MCJIT test for 32-bit big endian machines. by Vasileios Kalintiris · 11 years ago
  81. b6d562e Add disassembler tests for mips64r6 platform. There are no functional changes. by Vladimir Medic · 11 years ago
  82. d83822e Add disassembler tests for mips32r6 platform. There are no functional changes. by Vladimir Medic · 11 years ago
  83. e671c1c Add disassembler tests for mips64r2 platform. There are no functional changes. by Vladimir Medic · 11 years ago
  84. 79c01f6 Fix SelectionDAG -view-*-dags filtering by Mehdi Amini · 11 years ago
  85. b4c6267 Replace size method call of containers to empty method where appropriate by Alexander Kornienko · 11 years ago
  86. e2ffd02 [PM] Port TargetLibraryInfo to the new pass manager, provided by the by Chandler Carruth · 11 years ago
  87. eeeec3c [PM] Separate the TargetLibraryInfo object from the immutable pass. by Chandler Carruth · 11 years ago
  88. 06185e7 Hide some redundant AVX512 instructions from the asm parser, but force them to show up in the disassembler. by Craig Topper · 11 years ago
  89. dc67d76 Add disassembler tests for mips64 platform. There are no functional changes. by Vladimir Medic · 11 years ago
  90. cdfb69b SimplifyIndVar: Remove unused variable by David Majnemer · 11 years ago
  91. 20b033e Update libdeps since TLI was moved from Target to Analysis in r226078. by NAKAMURA Takumi · 11 years ago
  92. 9500df4 Reorder. by NAKAMURA Takumi · 11 years ago
  93. 961f28c utils/release/tag.sh: fix -revision vs. -rc check by Hans Wennborg · 11 years ago
  94. fd89894 [PM] Clean up the TLI doxygen comments prior to refactoring this code by Chandler Carruth · 11 years ago
  95. f908e37 Revert "r226071 - [RegisterCoalescer] Remove copies to reserved registers" by Hal Finkel · 11 years ago
  96. dd1b7ed Switch this header file to not hard-code Windows line endings. by Chandler Carruth · 11 years ago
  97. bda1349 [PM] Move TargetLibraryInfo into the Analysis library. by Chandler Carruth · 11 years ago
  98. 635656e Win64Exception.cpp: Try to fix crash for x64 EH. "Per" might be null there. by NAKAMURA Takumi · 11 years ago
  99. 7ec1829 Fix PR22222 by Sanjoy Das · 11 years ago
  100. 5a40bef [TableGen] Add support for negative immediates to AsmMatcherEmitter by Hal Finkel · 11 years ago