- 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
- 68766c3 Remove unncessary check for Int_* and *_Int in AsmMatcherEmitter. These are all marked isCodeGenOnly these days. by Craig Topper · 11 years ago
- f78e333 Use range-based for loops. by Craig Topper · 11 years ago
- 5d7f978 Remove dead code. by Craig Topper · 11 years ago
- a22c3ef Remove unused MaxSize variable. by Craig Topper · 11 years ago
- 72f7001 Move a vector instead of copying it. by Craig Topper · 11 years ago
- 690b962 Remove space before tab in all AVX512 mnemonic strings. by Craig Topper · 11 years ago
- ca5ffd5 Remove useless rdar:// comment from switch_to_lookup_table.ll test. by Hans Wennborg · 11 years ago
- a95af5c [Hexagon] Replacing cmp* instructions with ones that contain encoding bits. by Colin LeMahieu · 11 years ago
- 04871e9 Cleaning out google tests from MC. by Colin LeMahieu · 11 years ago
- 4d48c3f1 LazyValueInfo: Actually re-visit partially solved block-values in solveBlockValue() by Hans Wennborg · 11 years ago
- f71e0f8 Small model and JIT generally don't go well with each other. by Joerg Sonnenberger · 11 years ago
- b4e2bdb Set the body of a new struct as soon as it is created. by Rafael Espindola · 11 years ago
- ccac3a0 [msan] Annotate zlib functions for MemorySanitizer. by Evgeniy Stepanov · 11 years ago
- b3d06a04 Misc style fixes. NFC. by Rafael Espindola · 11 years ago
- 21bcdeb Reapply 222538 and update tests to explicitly request small code model and PIC: by Joerg Sonnenberger · 11 years ago
- e97049e Mark as explicit failing on x86-64 -- small memory model doesn't agree by Joerg Sonnenberger · 11 years ago
- b959a30 Remove a bit of duplicated code. by Rafael Espindola · 11 years ago
- d8022cd Revert r222746: That commit did not update any tests and caused two R600 by Chandler Carruth · 11 years ago
- 137c475 [mips][micromips] Use call instructions with short delay slots by Zoran Jovanovic · 11 years ago