1. dacc4cf Bugfix for missed dependency from store to load in buildSchedGraph(). by Jonas Paulsson · 11 years ago
  2. 8bcc093 [X86][XOP] Added XOP memory folding patterns + tests by Simon Pilgrim · 11 years ago
  3. cb5f9ea [mips][microMIPS] Fix disassembling of 16-bit microMIPS instructions LWM16 and SWM16 by Jozef Kolek · 11 years ago
  4. bd1729e [X86][FastIsel] Avoid introducing legacy SSE instructions if the target has AVX. by Andrea Di Biagio · 11 years ago
  5. 3e77df4 Revert r228556: InstCombine: propagate nonNull through assume by Chandler Carruth · 11 years ago
  6. e65664e [Orc] Fix a bug in the LazyEmittingLayer - capture names by value (as by Lang Hames · 11 years ago
  7. b7387a0 [Orc] Add missing casserts header to JITSymbol.h. by Lang Hames · 11 years ago
  8. 77b5574 [X86] Preserve mem refs on newly created 'Store' node instead of 'Load' node when handling store unfolding. by Craig Topper · 11 years ago
  9. 5fc4b96 [X86] Remove unnecessary alignment checks from the load folding tables. by Craig Topper · 11 years ago
  10. afd2320 Teach llvm_add_library() to find include dirs. by Zachary Turner · 11 years ago
  11. e20fe23 Define HAVE_DIA_SDK on Windows when DIA is present. by Zachary Turner · 11 years ago
  12. 3c5236a Remove non-test files that appear to have been accidentally committed in r228641. by Nick Lewycky · 11 years ago
  13. 1c7c2e8 [x86] Fix PR22524: the DAG combiner was incorrectly handling illegal by Chandler Carruth · 11 years ago
  14. 420047f Verifier: reuse getInlinedAt() result, NFC by Duncan P. N. Exon Smith · 11 years ago
  15. f16cb03 [DOC] Asserts are only enabled in Debug build, update the doc accordingly by Mehdi Amini · 11 years ago
  16. 3740ae4 IR: Remove unnecessary fields from MDTemplateParameter by Duncan P. N. Exon Smith · 11 years ago
  17. 27f4f37 Verifier: Check for valid tags in debug nodes by Duncan P. N. Exon Smith · 11 years ago
  18. db7dea0 IR: Add accessors to MDExpression by Duncan P. N. Exon Smith · 11 years ago
  19. aee15e8 Verifier: Add simple checks for MDLocation by Duncan P. N. Exon Smith · 11 years ago
  20. 4c4a442 Verifier: Create stubs for specialized metadata nodes by Duncan P. N. Exon Smith · 11 years ago
  21. f4293bc AsmParser: Add stubs for specialized MDNodes, NFC by Duncan P. N. Exon Smith · 11 years ago
  22. 69114ee X86: Emit an ABI compliant prologue and epilogue for Win64 by David Majnemer · 11 years ago
  23. 14fcfef IR: Add specialized debug info metadata nodes by Duncan P. N. Exon Smith · 11 years ago
  24. cd64175 Migrate PPCAsmPrinter's subtarget from reference to pointer in by Eric Christopher · 11 years ago
  25. c9af50b [Orc] Back out one of the GCC ICE workarounds from r228568. NFC. by Lang Hames · 11 years ago
  26. 573db9f Fix the clang -Werror build (-Wunused-variable) by David Blaikie · 11 years ago
  27. 2fc495a Adjust how we avoid poll insertion inside the poll function (NFC) by Philip Reames · 11 years ago
  28. c0cd867 Reverting r228628; it broke at least one builder due to the forward declare of RaiseException. by Aaron Ballman · 11 years ago
  29. 8abe95c Debug info: When updating debug info during SROA, do not emit debug info by Adrian Prantl · 11 years ago
  30. 4f1b7f3 Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the by Adrian Prantl · 11 years ago
  31. 76419c0 [Hexagon] Adding missing load instructions and removing an unused multiclass parameter. by Colin LeMahieu · 11 years ago
  32. a9a0776 ADT: Allow up to 18 arguments in hash_combine() by Duncan P. N. Exon Smith · 11 years ago
  33. b9df444 On Windows, we now use RaiseException to generate the kind of trap we require (one which calls our vectored exception handler), and fall back to using a volatile write to simulate a trap elsewhere. by Aaron Ballman · 11 years ago
  34. f7d4569 [Hexagon] Factoring classes out of some load patterns and deleting some unused ones. by Colin LeMahieu · 11 years ago
  35. 4ee0217 [Statepoint] Improve two asserts, fix some style (NFC) by Ramkumar Ramachandra · 11 years ago
  36. 69a5c89 PlaceSafepoints: modernize gc.result.* -> gc.result by Ramkumar Ramachandra · 11 years ago
  37. 99cc7e5 DebugInfo: Remove DW_TAG_constant by Duncan P. N. Exon Smith · 11 years ago
  38. 9a61a82 Update file comment to clarify points highlighted in review (NFC) by Philip Reames · 11 years ago
  39. 2b9d3c4 Use range for loops in PlaceSafepoints (NFC) by Philip Reames · 11 years ago
  40. a30b342 IR: Take uint64_t in DIBuilder::createExpression() by Duncan P. N. Exon Smith · 11 years ago
  41. d3f3d5f Introduce more tests for PlaceSafepoints by Philip Reames · 11 years ago
  42. ad83329 Revert "Raising minimum required CMake version to 2.8.12.2." by Chris Bieneman · 11 years ago
  43. add62ac Raising minimum required CMake version to 2.8.12.2. by Chris Bieneman · 11 years ago
  44. 3bddb8b [Hexagon] Removing more V4 predicates since V4 is the required minimum. by Colin LeMahieu · 11 years ago
  45. 2eace6e Minor test cleanup by Philip Reames · 11 years ago
  46. c904d50 MemDerefPrinter: Require DataLayoutPass for higher accuracy by Ramkumar Ramachandra · 11 years ago
  47. c016fa4 Add basic tests for PlaceSafepoints by Philip Reames · 11 years ago
  48. 556548b Verifier: Const-qualify Metadata, NFC by Duncan P. N. Exon Smith · 11 years ago
  49. edbd61d9 IR: Document horrible abuse of loose DIDescriptor, NFC by Duncan P. N. Exon Smith · 11 years ago
  50. e36616d IR: Remove dead code in DITemplate* by Duncan P. N. Exon Smith · 11 years ago
  51. ba59efd isDereferenceablePointer: look through gc.relocate calls by Ramkumar Ramachandra · 11 years ago
  52. 4b97d2c [Hexagon] Removing v2-4 flags. V4 is the minimum supported version. by Colin LeMahieu · 11 years ago
  53. ea280d9 Reduce the LockFileManager timeout, and provide unsafeRemoveLockFile by Ben Langmuir · 11 years ago
  54. 6194244 [Hexagon] Factoring classes out of store patterns. by Colin LeMahieu · 11 years ago
  55. 1c29f28 [Hexagon] Formatting v5 TD file. Removing commented defs. by Colin LeMahieu · 11 years ago
  56. 46b30b8 MemDepPrinter: cleanup a few loops (NFC) by Ramkumar Ramachandra · 11 years ago
  57. c253e7f Address post-commit review for rL228587: make it explicit that the by Sanjoy Das · 11 years ago
  58. e17141f [Hexagon] Cleaning up definition formatting. by Colin LeMahieu · 11 years ago
  59. af30d1e Clarify the wording on what it means for a SCEVAddRecExpr to be <NW>. by Sanjoy Das · 11 years ago
  60. 2ceba77 Bugfix: SCEV incorrectly marks certain add recurrences as nsw by Sanjoy Das · 11 years ago
  61. 5a815206 [Orc] Revert r228567 (GCC ICE workaround) - it doesn't seem to have helped. by Lang Hames · 11 years ago
  62. 93411cf fixed to test features, not CPUs by Sanjay Patel · 11 years ago
  63. f60b0de This change implements the following three logical vector operations: by Kit Barton · 11 years ago
  64. 50c61d2 rename variable to give it some meaning; remove obvious comments; NFC by Sanjay Patel · 11 years ago
  65. eed7440 fix comment that didn't match the code; remove unnecessary braces; NFC by Sanjay Patel · 11 years ago
  66. f8c4fd6 Allow ScalarEvolution to catch more min/max cases by Johannes Doerfert · 11 years ago
  67. 7e44cee [Orc] Try another workaround for the GCC 4.7.2 ICE introduced in r228557. NFC. by Lang Hames · 11 years ago
  68. 9759a27 [Orc] Tweak lambda capture lists to try to avoid an ICE on gcc-4.7.2. NFC. by Lang Hames · 11 years ago
  69. 522cf23 Fix a bug in DemoteRegToStack where a reload instruction was inserted into the by Akira Hatanaka · 11 years ago
  70. 3c1b9d5 MC: Calculate intra-section symbol differences correctly for COFF by David Majnemer · 11 years ago
  71. cda59be [Orc] Fix the MSVC bots by using LLVM_EXPLICIT rather than explicit. by Lang Hames · 11 years ago
  72. cc5e6d5 [X86] Remove 256-bit and 512-bit memop pattern fragments. They are no longer used. by Craig Topper · 11 years ago
  73. bd477df [X86] Remove 'memop' uses from AVX512. Use 'load' instead. by Craig Topper · 11 years ago
  74. 968ed6a DeadArgElim: fix mismatch in accounting of array return types. by Tim Northover · 11 years ago
  75. c4af8c9 DeadArgElim: assess uses of entire return value aggregate. by Tim Northover · 11 years ago
  76. 7d5ae5b [Orc] Add a JITSymbol class to the Orc APIs, refactor APIs, update clients. by Lang Hames · 11 years ago
  77. 5439a80 InstCombine: propagate nonNull through assume by Ramkumar Ramachandra · 11 years ago
  78. 218eccd [emacs] Get llvm-mode to font-lock "personality" by Ramkumar Ramachandra · 11 years ago
  79. d309b37 Fix -Wuninitialized build by referencing the relevant ctor parameter instead of the base class member variable. by David Blaikie · 11 years ago
  80. 4bb5abb Make PDBSymbol's IPDBSymbol reference const. by Zachary Turner · 11 years ago
  81. 1af442e Bugfix: ScalarEvolution incorrectly assumes that the start of certain by Sanjoy Das · 11 years ago
  82. 3824fd3 [X86] Remove the remaining uses of memop from AVX and AVX2 instruction patterns. AVX and AVX2 can handle unaligned loads being folded so we can just use 'load' by Craig Topper · 11 years ago
  83. 15307c3 Metadata: Use <algorithm> to simplify code. NFC. by Benjamin Kramer · 11 years ago
  84. 4616d7d fix test attributes; this is an SSE2 test, not a Nehalem test by Sanjay Patel · 11 years ago
  85. 751e3f1 fix test attributes; this is an x86-64 test, not a Nehalem test by Sanjay Patel · 11 years ago
  86. 714f3d3 fix test attributes; these are SSE2 tests, not Nehalem tests by Sanjay Patel · 11 years ago
  87. 861a3dd Kaleidoscope-Orc: Reuse the IRGen utility function in later chapters, and remove an unused parameter. by David Blaikie · 11 years ago
  88. 926749a DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. by Zachary Turner · 11 years ago
  89. e755d45 fix test attributes; these are SSE2 tests, not Nehalem tests by Sanjay Patel · 11 years ago
  90. 9044440 Kaleidoscope-Orc: Extract IRGen work into a utility function. by David Blaikie · 11 years ago
  91. aa5b4fa Constify the Orc Kaleidoscope examples IRGen functions. by David Blaikie · 11 years ago
  92. 7854701 fix test attributes; these are x86-64 tests, not Nehalem tests by Sanjay Patel · 11 years ago
  93. 8d32999 fix test attributes; these are MMX tests, not Nehalem tests by Sanjay Patel · 11 years ago
  94. 7596cf2 fix test attributes; these are SSE2 tests, not Nehalem tests by Sanjay Patel · 11 years ago
  95. c3803c8 generalize test; nothing Nehalem-specific here by Sanjay Patel · 11 years ago
  96. 4f79dee [Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials with warnings. by Lang Hames · 11 years ago
  97. 13f2d99 [Orc][Kaleidoscope] Remove fixed sized buffers from string conversion code and by Lang Hames · 11 years ago
  98. b3d4cc5 fix typos; NFC by Sanjay Patel · 11 years ago
  99. c92ffed [X86][AVX2] AVX2 broadcast + permute memory folding tests. by Simon Pilgrim · 11 years ago
  100. 3afd6d0 Make UTF8->UTF16 conversion null terminate output on empty input. by Zachary Turner · 11 years ago