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