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