2015-09-10 |
Sanjay Patel | use range-based for loop; NFCI |
tree | commitdiff |
2015-09-10 |
Sanjay Patel | use range-based for loop; NFCI |
tree | commitdiff |
2015-09-10 |
Sanjay Patel | fix typo; NFC |
tree | commitdiff |
2015-09-10 |
Alex Lorenz | Fix PR 24724 - The implicit register verifier shouldn... |
tree | commitdiff |
2015-09-10 |
Igor Breger | AVX512: Implemented encoding and intrinsics for |
tree | commitdiff |
2015-09-10 |
Jakub Kuderski | There is a trunc(lshr (zext A), Cst) optimization in... |
tree | commitdiff |
2015-09-10 |
Chandler Carruth | [ADT] Rewrite the StringRef::find implementation to... |
tree | commitdiff |
2015-09-10 |
Silviu Baranga | [DAGCombine] Truncate BUILD_VECTOR operators if necessa... |
tree | commitdiff |
2015-09-10 |
James Molloy | Enable GlobalsAA by default |
tree | commitdiff |
2015-09-10 |
James Molloy | Add GlobalsAA as preserved to a bunch of transforms |
tree | commitdiff |
2015-09-10 |
James Molloy | [ARM] Do not use vtrn for vectorshuffle if the order... |
tree | commitdiff |
2015-09-10 |
Chandler Carruth | [ADT] Micro-optimize the Triple constructor by doing... |
tree | commitdiff |
2015-09-10 |
Chandler Carruth | [ADT] Fix a confusing interface spec and some annoying... |
tree | commitdiff |
2015-09-10 |
NAKAMURA Takumi | GlobalsAAResult(&&): Move every members. |
tree | commitdiff |
2015-09-10 |
Chandler Carruth | [ADT] Switch a bunch of places in LLVM that were doing... |
tree | commitdiff |
2015-09-10 |
Chandler Carruth | [ADT] Add a single-character version of the small vecto... |
tree | commitdiff |
2015-09-10 |
Sanjoy Das | [ScalarEvolution] Fix PR24757. |
tree | commitdiff |
2015-09-10 |
Chandler Carruth | [LPM] Simplify this code and fix a compile error for... |
tree | commitdiff |
2015-09-10 |
Chandler Carruth | [LPM] Use a map from analysis ID to immutable passes... |
tree | commitdiff |
2015-09-10 |
Kit Barton | Enable the shrink wrapping optimization for PPC64. |
tree | commitdiff |
2015-09-10 |
Ahmed Bougacha | [AArch64] Match FI+offset in STNP addressing mode. |
tree | commitdiff |
2015-09-10 |
Ahmed Bougacha | [AArch64] Match base+offset in STNP addressing mode. |
tree | commitdiff |
2015-09-10 |
Ahmed Bougacha | [AArch64] Support selecting STNP. |
tree | commitdiff |
2015-09-10 |
Matt Arsenault | AMDGPU/SI: Fix more cases of losing exec operands |
tree | commitdiff |
2015-09-10 |
Matt Arsenault | AMDGPU/SI: Fix creating v_mov_b32s without exec uses |
tree | commitdiff |
2015-09-10 |
Hans Wennborg | Revert r247216: "Fix Clang-tidy misc-use-override warni... |
tree | commitdiff |
2015-09-10 |
Ahmed Bougacha | [CodeGen] Make x86 nontemporal store patfrags generic... |
tree | commitdiff |
2015-09-10 |
Philip Reames | [RewriteStatepointsForGC] Minor refactor to use shared... |
tree | commitdiff |
2015-09-10 |
Philip Reames | [RewriteStatepointsForGC] Strengthen a confusingly... |
tree | commitdiff |
2015-09-10 |
Philip Reames | [RewriteStatepointsForGC] One last bit of naming [NFCI] |
tree | commitdiff |
2015-09-10 |
Reid Kleckner | [WinEH] Add codegen support for cleanuppad and cleanupret |
tree | commitdiff |
2015-09-10 |
Philip Reames | [RewriteStatepointsForGC] Further style/naming fixup... |
tree | commitdiff |
2015-09-10 |
Hans Wennborg | Fix Clang-tidy misc-use-override warnings, other minor... |
tree | commitdiff |
2015-09-10 |
Philip Reames | [RewriteStatepointsForGC] More naming cleanup [NFCI] |
tree | commitdiff |
2015-09-09 |
Philip Reames | [RewriteStatepointsForGC] Code cleanup [NFC] |
tree | commitdiff |
2015-09-09 |
Philip Reames | [RewriteStatepointsForGC] Extend base pointer inference... |
tree | commitdiff |
2015-09-09 |
Philip Reames | [RewriteStatepointsForGC] Make base pointer inference... |
tree | commitdiff |
2015-09-09 |
Peter Collingbourne | LowerBitSets: Fix non-determinism bug. |
tree | commitdiff |
2015-09-09 |
Reid Kleckner | [SEH] Emit 32-bit SEH tables for the new EH IR |
tree | commitdiff |
2015-09-09 |
Piotr Padlewski | ScalarEvolution assume hanging bugfix |
tree | commitdiff |
2015-09-09 |
David Majnemer | Revert trunc(lshr (sext A), Cst) to ashr A, Cst |
tree | commitdiff |
2015-09-09 |
Renato Golin | Revert "AVX512: Implemented encoding and intrinsics... |
tree | commitdiff |
2015-09-09 |
Matthias Braun | Save LaneMask with livein registers |
tree | commitdiff |
2015-09-09 |
Matthias Braun | VirtRegMap: Improve addMBBLiveIns() using SlotIndex... |
tree | commitdiff |
2015-09-09 |
Chandler Carruth | [PM/AA] Rebuild LLVM's alias analysis infrastructure... |
tree | commitdiff |
2015-09-09 |
Matthias Braun | MachineVerifier: Check that SlotIndex MBBIndexList... |
tree | commitdiff |
2015-09-09 |
Matt Arsenault | AMDGPU: Extract full 64-bit subregister and use subregs |
tree | commitdiff |
2015-09-09 |
Matt Arsenault | AMDGPU: Remove unused multiclass argument |
tree | commitdiff |
2015-09-09 |
Dan Gohman | [WebAssembly] Implement calls with void return types. |
tree | commitdiff |
2015-09-09 |
Tom Stellard | AMDGPU/SI: Fold operands through REG_SEQUENCE instructions |
tree | commitdiff |
2015-09-09 |
Silviu Baranga | [CostModel][AArch64] Remove amortization factor for... |
tree | commitdiff |
2015-09-09 |
Sanjay Patel | don't repeat function names in comments; NFC |
tree | commitdiff |
2015-09-09 |
Dan Gohman | [WebAssembly] Tidy up some unneeded newline characters. |
tree | commitdiff |
2015-09-09 |
Sanjay Patel | function names start with a lower case letter; NFC |
tree | commitdiff |
2015-09-09 |
Igor Breger | AVX512: Implemented encoding and intrinsics for |
tree | commitdiff |
2015-09-09 |
Sanjay Patel | don't repeat function names in comments; NFC |
tree | commitdiff |
2015-09-09 |
Zoran Jovanovic | [mips][microMIPS] Implement ADDU16, AND16, ANDI16,... |
tree | commitdiff |
2015-09-09 |
Alex Lorenz | Fix PR 24633 - Handle undef values when parsing standal... |
tree | commitdiff |
2015-09-09 |
James Molloy | Rename ExitCount to BackedgeTakenCount, because that... |
tree | commitdiff |
2015-09-09 |
James Molloy | Delay predication of stores until near the end of vecto... |
tree | commitdiff |
2015-09-09 |
Daniel Sanders | Fix vector splitting for extract_vector_elt and vector... |
tree | commitdiff |
2015-09-09 |
Chandler Carruth | Fix a typo I spotted when hacking on SROA. Somewhat... |
tree | commitdiff |
2015-09-09 |
Zoran Jovanovic | [mips][microMIPS] Implement CACHEE and PREFE instructions |
tree | commitdiff |
2015-09-09 |
Matt Arsenault | AMDGPU: Fix not encoding src2 of VOP3b instructions |
tree | commitdiff |
2015-09-09 |
Sanjoy Das | [IRCE] Add INITIALIZE_PASS_DEPENDENCY invocations. |
tree | commitdiff |
2015-09-09 |
Lang Hames | [RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR... |
tree | commitdiff |
2015-09-09 |
Dan Gohman | [WebAssembly] Fix lowering of calls with more than... |
tree | commitdiff |
2015-09-09 |
Matt Arsenault | SelectionDAG: Support Expand of f16 extloads |
tree | commitdiff |
2015-09-09 |
Dan Gohman | [WebAssembly] Implement WebAssemblyInstrInfo::copyPhysReg |
tree | commitdiff |
2015-09-09 |
Matt Arsenault | Fix typos / grammar |
tree | commitdiff |
2015-09-08 |
Reid Kleckner | [WinEH] Avoid creating MBBs for LLVM BBs that cannot... |
tree | commitdiff |
2015-09-08 |
Peter Collingbourne | Re-apply r247080 with order of evaluation fix. |
tree | commitdiff |
2015-09-08 |
Reid Kleckner | [WinEH] Emit prologues and epilogues for funclets |
tree | commitdiff |
2015-09-08 |
Peter Collingbourne | Revert r247080, "LowerBitSets: Extend pass to support... |
tree | commitdiff |
2015-09-08 |
Eric Christopher | Fix the PPC CTR Loop pass to look for calls to the... |
tree | commitdiff |
2015-09-08 |
Peter Collingbourne | LowerBitSets: Extend pass to support functions as bitse... |
tree | commitdiff |
2015-09-08 |
Ivan Krasin | [libFuzzer]Add a test for defeating a hash sum. |
tree | commitdiff |
2015-09-08 |
Matt Arsenault | AMDGPU/SI: Fix input vcc operand for VOP2b instructions |
tree | commitdiff |
2015-09-08 |
Artem Belevich | [NVPTX] Added run NVVMReflect pass to NVPTX back-end. |
tree | commitdiff |
2015-09-08 |
Derek Schuff | x32. Fixes a bug in how struct va_list is initialized... |
tree | commitdiff |
2015-09-08 |
Kostya Serebryany | [libFuzzer] remove a piece of stale code |
tree | commitdiff |
2015-09-08 |
Kostya Serebryany | [libFuzzer] be more robust when dealing with files... |
tree | commitdiff |
2015-09-08 |
Dan Gohman | [WebAssembly] Support running without a register alloca... |
tree | commitdiff |
2015-09-08 |
Sanjay Patel | refactor matches for De Morgan's Laws; NFCI |
tree | commitdiff |
2015-09-08 |
Matt Arsenault | AMDGPU: Mark s_barrier as a high latency instruction |
tree | commitdiff |
2015-09-08 |
Matt Arsenault | AMDGPU: Fix s_barrier flags |
tree | commitdiff |
2015-09-08 |
Derek Schuff | x32. Fixes a bug in i8mem_NOREX declaration. |
tree | commitdiff |
2015-09-08 |
Matt Arsenault | AMDGPU: Handle sub of constant for DS offset folding |
tree | commitdiff |
2015-09-08 |
Diego Novillo | Fix PR 24723 - Handle 0-mass backedges in irreducible... |
tree | commitdiff |
2015-09-08 |
Davide Italiano | [MC/ELF] Accept zero for .align directive |
tree | commitdiff |
2015-09-08 |
David Blaikie | Fix CPP Backend for GEP API changes for opaque pointer... |
tree | commitdiff |
2015-09-08 |
Sanjay Patel | remove function names from comments; NFC |
tree | commitdiff |
2015-09-08 |
Andrew Kaylor | Fix for bz24500: Avoid non-deterministic code generatio... |
tree | commitdiff |
2015-09-08 |
Kostya Serebryany | [libFuzzer] better documentatio for -save_minimized_cor... |
tree | commitdiff |
2015-09-08 |
Kostya Serebryany | [libFuzzer] remove -iterations as redundant (there... |
tree | commitdiff |
2015-09-08 |
JF Bastien | WebAssembly: NFC rename shr/sar |
tree | commitdiff |
2015-09-08 |
Kostya Serebryany | [libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger |
tree | commitdiff |
2015-09-08 |
Jun Bum Lim | Remove white space (test commit) |
tree | commitdiff |
2015-09-08 |
Zoran Jovanovic | [mips][microMIPS] Implement LLE, LUI, LW and LWE instru... |
tree | commitdiff |
2015-09-08 |
Igor Breger | AVX512: kunpck encoding implementation |
tree | commitdiff |
next |