2014-07-31 |
Stepan Dyatkovskiy | MergeFunctions, tiny refactoring: |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Juergen Ributzka | [FastISel][AArch64] Add basic bitcast support for conve... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Juergen Ributzka | [FastISel][AArch64] Add sqrt intrinsic support. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
David Majnemer | InstCombine: Correctly propagate NSW/NUW for x-(-A... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
David Majnemer | InstSimplify: Simplify (X - (0 - Y)) if the second... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Richard Smith | Fix some grammatical errors. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Juergen Ributzka | [FastISel][AArch64] Update and enable patchpoint and... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Juergen Ributzka | [FastISel][AArch64] Add MachO large code model support... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Rafael Espindola | A std::unique_ptr case I missed in the previous patch. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Rafael Espindola | Use std::unique_ptr to make the ownership explicit. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Pete Cooper | Don't fail tablegen immediately after failing to set... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Pete Cooper | Add a better error message when failing to assign one... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Pete Cooper | Fix bit initializer which was one bit too long, but... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Pete Cooper | Fix bit initializer which was one bit too long, but... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Rafael Espindola | Delete dead code. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Duncan P. N... | UseListOrder: Don't give constant IDs to GlobalValues |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Juergen Ributzka | [FastISel] Fix the patchpoint intrinsic lowering in... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Juergen Ributzka | [FastISel][AArch64 and X86] Don't emit stores for UNDEF... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Duncan P. N... | verify-uselistorder: Add RUN lines to cases in test... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Reid Kleckner | X86 asm parser: Avoid duplicating the list of aliased... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Joerg Sonnenberger | Add mtpid/mfpid for BookE. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rafael Espindola | Attempt at fixing the windows dll build. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Justin Bogner | llvm-profdata: Add a test for mismatched numbers of... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Justin Bogner | llvm-profdata: Use consistent file suffixes in tests |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rafael Espindola | Use "weak alias" instead of "alias weak" |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Joerg Sonnenberger | Refactor TLBIVAX and add tlbsx. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Reid Kleckner | X86 asm parser: Use a loop to disambiguate suffixes... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Juergen Ributzka | [FastISel][AArch64] Add select folding support for... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Juergen Ributzka | [FastISel][AArch64] Add branch folding support for... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Juergen Ributzka | [FastISel][AArch64] Add {s|u}{add|sub|mul}.with.overflo... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Juergen Ributzka | [FastISel] Move the helper function isCommutativeIntrin... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Juergen Ributzka | [FastISel][AArch64] Create helper functions to create... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Juergen Ributzka | [FastISel][AArch64] Add support for shift-immediate. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
David Majnemer | InstCombine: Simplify (A ^ B) or/and (A ^ B ^ C) |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Joerg Sonnenberger | Add rfdi and rfmci from the e500/e500mc ISA. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Chad Rosier | SLP Vectorizer: Canonicalize tree operands of commutiti... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rafael Espindola | SimplifyCFG: Avoid miscompilations due to removed lifet... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Joerg Sonnenberger | Add BookE's tlbre, tlbwe and tlbivax instructions. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Alex Lorenz | docs: update the command guide documentation for llvm... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Louis Gerbarg | Fix test case introduced in r214322 |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Hans Wennborg | LangRef: add a note about the mangling-suppressing... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rafael Espindola | Refactor duplicated code. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Aaron Ballman | Fixing a few -Woverloaded-virtual warnings by exposing... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Louis Gerbarg | Retain alignment requirements for load->selects modifie... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Duncan P. N... | UseListOrder: Visit global values |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Duncan P. N... | Fix line endings before adding RUN lines, NFC |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Duncan P. N... | Rename llvm-uselistorder => verify-uselistorder |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Duncan P. N... | llvm-uselistorder: Improve the tool description |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Duncan P. N... | llvm-uselistorder: Fix memory leak from r214125 |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rafael Espindola | Add the missing hasLinkOnceODRLinkage predicate. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rafael Espindola | Add a small test showing when a linkonce_odr symbol... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Manuel Jacob | Correct vector type definition in LangRef. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Joerg Sonnenberger | Add BookE's wrtee and wrteei instructions. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Joerg Sonnenberger | SPRG 0 to 3 are valid outside BookE, so move them to... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Chandler Carruth | Don't manually (and forcibly) run the verifier on the... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Lang Hames | [MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Hal Finkel | [PowerPC] Add JMP_SLOT relocation definitions |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Matt Arsenault | R600/SI: Remove redundant setting of bits on instructions. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Lang Hames | [MCJIT] Actually remap sections based llvm-rtdyld optio... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rafael Espindola | Use range loops. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rafael Espindola | Convert a few more function pointer calls to just ... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Adam Nemet | [AVX512] Test that _mm512_set1_* intrinsics generate... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Adam Nemet | [AVX512] Add missing CHECK-LABEL |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rafael Espindola | Don't duplicate the function name in a comment. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Duncan P. N... | Reapply "UseListOrder: Order GlobalValue uses after... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Duncan P. N... | UseListOrder: Fix undefined behaviour |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Matt Arsenault | R600/SI: Consider adjacent offsets in getLdStBaseRegImmOfs |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Petar Jovanovic | Add support for scalarizing ctlz_zero_undef |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rafael Espindola | Use function pointers with just f(1,2) instead of ... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Duncan P. N... | Revert "UseListOrder: Remove move assignment" |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Richard Smith | Header hygiene: remove using directive and #undef DEBUG... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Duncan P. N... | UseListOrder: Remove move assignment |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Joerg Sonnenberger | Add rfci instruction. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Lang Hames | [MCJIT] Add options to llvm-rtdyld to describe a phony... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Joerg Sonnenberger | mbar without argument is equivalent to mbar 0. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Duncan P. N... | Revert "UseListOrder: Order GlobalValue uses after... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Joerg Sonnenberger | Recognize BookE's mbar instruction. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Duncan P. N... | UseListOrder: Additional test coverage for r214242 |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Duncan P. N... | UseListOrder: Order GlobalValue uses after initializers |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Duncan P. N... | UseListOrder: Create a struct around OrderMap, NFC |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Manman Ren | Feedback on r214189, no functionality change. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Eli Bendersky | Add missing test for r214210. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Joerg Sonnenberger | Fix typo in alias: DSIR -> DSISR |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Justin Bogner | llvm-profdata: Clean up and reorganize some tests |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Joerg Sonnenberger | Support move to/from segment register. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Lang Hames | [MCJIT] XFAIL some RuntimeDyld tests on MIPS - RuntimeD... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Rafael Espindola | Use nullptr instead of NULL. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Alex Lorenz | Coverage: improve efficiency of the counter propagation... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Lang Hames | [MCJIT] Make sure we print the full 64-bit result of... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Rafael Espindola | Remove unused includes. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Matt Arsenault | R600/SI: Implement getLdStBaseRegImmOfs |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Duncan P. N... | UseListOrder: Try to resolve buildbot failure |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Rafael Espindola | Delete dead code. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Rafael Espindola | Have a single enum for "not a bitcode" error. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Matt Arsenault | R600/SI: Enable named operand table for DS instructions |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Matt Arsenault | Remove line with no effect |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Rafael Espindola | gold plugin: Fix handling of corrupted bitcode files. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Duncan P. N... | UseListShuffleVector: Remove copy constructor |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Duncan P. N... | UseListShuffleVector: Code reorganization, NFC |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Lang Hames | [MCJIT] Make the RuntimeDyldChecker stub_addr builtin... |
commit | commitdiff | tree | snapshot |
next |